From 424c4e4a7c776933ae05bdf5bf9fcaa972d90611 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:19:40 +0300 Subject: [PATCH] I18n: Download translations from Crowdin (#91737) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 0077dd09ae8a0fce2b03313712df7b58a8526ace) --- public/locales/de-DE/grafana.json | 7 +++++++ public/locales/es-ES/grafana.json | 7 +++++++ public/locales/fr-FR/grafana.json | 7 +++++++ public/locales/pt-BR/grafana.json | 7 +++++++ public/locales/zh-Hans/grafana.json | 7 +++++++ 5 files changed, 35 insertions(+) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index d4d1321c4b3..ba90501e3ac 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1090,6 +1090,11 @@ "link-title": "Gesamte Migrationsanleitung anzeigen", "title": "" }, + "migrated-counts": { + "dashboards": "", + "datasources": "", + "folders": "" + }, "migration-token": { "delete-button": "", "delete-modal-body": "Wenn Sie dieses Token bereits mit einer selbst verwalteten Installation verwendet haben, kann diese Installation keine Inhalte mehr hochladen.", @@ -1121,6 +1126,8 @@ "migration-finished-with-warnings-body": "", "snapshot-error-status-body": "", "snapshot-error-status-title": "", + "success-message": "", + "success-title": "", "upload-snapshot-error-title": "" }, "pdc": { diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 4df8db0adc7..fa2c5b4fd11 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1090,6 +1090,11 @@ "link-title": "Ver la guía de migración completa", "title": "" }, + "migrated-counts": { + "dashboards": "", + "datasources": "", + "folders": "" + }, "migration-token": { "delete-button": "", "delete-modal-body": "Si ya has utilizado este token con una instalación autogestionada, la instalación ya no podrá cargar contenido.", @@ -1121,6 +1126,8 @@ "migration-finished-with-warnings-body": "", "snapshot-error-status-body": "", "snapshot-error-status-title": "", + "success-message": "", + "success-title": "", "upload-snapshot-error-title": "" }, "pdc": { diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index a67fd2342f7..19c0e8da1e1 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1090,6 +1090,11 @@ "link-title": "Voir le guide de migration complet", "title": "" }, + "migrated-counts": { + "dashboards": "", + "datasources": "", + "folders": "" + }, "migration-token": { "delete-button": "", "delete-modal-body": "Si vous avez déjà utilisé ce jeton avec une installation autogérée, celle-ci ne pourra plus importer de contenu.", @@ -1121,6 +1126,8 @@ "migration-finished-with-warnings-body": "", "snapshot-error-status-body": "", "snapshot-error-status-title": "", + "success-message": "", + "success-title": "", "upload-snapshot-error-title": "" }, "pdc": { diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 785870060cf..3ec327ece69 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1090,6 +1090,11 @@ "link-title": "Visualizar o guia completo de migração", "title": "" }, + "migrated-counts": { + "dashboards": "", + "datasources": "", + "folders": "" + }, "migration-token": { "delete-button": "", "delete-modal-body": "Se você já usou este token com uma instalação autogerenciada, essa instalação não poderá mais enviar conteúdos.", @@ -1121,6 +1126,8 @@ "migration-finished-with-warnings-body": "", "snapshot-error-status-body": "", "snapshot-error-status-title": "", + "success-message": "", + "success-title": "", "upload-snapshot-error-title": "" }, "pdc": { diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index f56868e92e7..7a840e4061f 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1083,6 +1083,11 @@ "link-title": "查看完整的迁移指南", "title": "" }, + "migrated-counts": { + "dashboards": "", + "datasources": "", + "folders": "" + }, "migration-token": { "delete-button": "", "delete-modal-body": "如果您已经在自己管理的安装中使用了此令牌,则该安装将无法再上传内容。", @@ -1114,6 +1119,8 @@ "migration-finished-with-warnings-body": "", "snapshot-error-status-body": "", "snapshot-error-status-title": "", + "success-message": "", + "success-title": "", "upload-snapshot-error-title": "" }, "pdc": {