From d325184287ec3b3c586cb0c1446629397ced07a8 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:54:23 +0300 Subject: [PATCH] I18n: Download translations from Crowdin (#95175) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- public/locales/de-DE/grafana.json | 25 +++++++++++++++++++++++++ public/locales/es-ES/grafana.json | 25 +++++++++++++++++++++++++ public/locales/fr-FR/grafana.json | 25 +++++++++++++++++++++++++ public/locales/pt-BR/grafana.json | 25 +++++++++++++++++++++++++ public/locales/zh-Hans/grafana.json | 25 +++++++++++++++++++++++++ 5 files changed, 125 insertions(+) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index ea6a1a85587..077d54db9f9 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -2455,6 +2455,16 @@ }, "dismissable-button": "Schließen" }, + "role-picker": { + "title": { + "description": "" + } + }, + "role-picker-drawer": { + "basic-roles": { + "label": "" + } + }, "save-dashboards": { "name-exists": { "message-info": "", @@ -2534,6 +2544,21 @@ "selected-count": "" } }, + "service-account-create-page": { + "create": { + "button": "" + }, + "name": { + "label": "", + "required-error": "" + }, + "page-nav": { + "label": "" + }, + "role": { + "label": "" + } + }, "service-accounts": { "empty-state": { "button-title": "", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 5bb207dcfdd..d6a697439b9 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -2455,6 +2455,16 @@ }, "dismissable-button": "Cerrar" }, + "role-picker": { + "title": { + "description": "" + } + }, + "role-picker-drawer": { + "basic-roles": { + "label": "" + } + }, "save-dashboards": { "name-exists": { "message-info": "", @@ -2534,6 +2544,21 @@ "selected-count": "" } }, + "service-account-create-page": { + "create": { + "button": "" + }, + "name": { + "label": "", + "required-error": "" + }, + "page-nav": { + "label": "" + }, + "role": { + "label": "" + } + }, "service-accounts": { "empty-state": { "button-title": "", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index bd0d01c83fe..97ae14e403f 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -2455,6 +2455,16 @@ }, "dismissable-button": "Fermer" }, + "role-picker": { + "title": { + "description": "" + } + }, + "role-picker-drawer": { + "basic-roles": { + "label": "" + } + }, "save-dashboards": { "name-exists": { "message-info": "", @@ -2534,6 +2544,21 @@ "selected-count": "" } }, + "service-account-create-page": { + "create": { + "button": "" + }, + "name": { + "label": "", + "required-error": "" + }, + "page-nav": { + "label": "" + }, + "role": { + "label": "" + } + }, "service-accounts": { "empty-state": { "button-title": "", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 2ec2dda4c56..c3f92aae434 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -2455,6 +2455,16 @@ }, "dismissable-button": "Fechar" }, + "role-picker": { + "title": { + "description": "" + } + }, + "role-picker-drawer": { + "basic-roles": { + "label": "" + } + }, "save-dashboards": { "name-exists": { "message-info": "", @@ -2534,6 +2544,21 @@ "selected-count": "" } }, + "service-account-create-page": { + "create": { + "button": "" + }, + "name": { + "label": "", + "required-error": "" + }, + "page-nav": { + "label": "" + }, + "role": { + "label": "" + } + }, "service-accounts": { "empty-state": { "button-title": "", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 442f00e1ab0..574b8d56bb8 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -2442,6 +2442,16 @@ }, "dismissable-button": "关闭" }, + "role-picker": { + "title": { + "description": "" + } + }, + "role-picker-drawer": { + "basic-roles": { + "label": "" + } + }, "save-dashboards": { "name-exists": { "message-info": "", @@ -2521,6 +2531,21 @@ "selected-count": "" } }, + "service-account-create-page": { + "create": { + "button": "" + }, + "name": { + "label": "", + "required-error": "" + }, + "page-nav": { + "label": "" + }, + "role": { + "label": "" + } + }, "service-accounts": { "empty-state": { "button-title": "",