From 0def6f2bce1daaa12c2d7fec3d6c5105200191ef Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:53:17 +0000 Subject: [PATCH] I18n: Download translations from Crowdin (#97195) --- public/locales/de-DE/grafana.json | 9 +++++++++ public/locales/es-ES/grafana.json | 9 +++++++++ public/locales/fr-FR/grafana.json | 9 +++++++++ public/locales/pt-BR/grafana.json | 9 +++++++++ public/locales/zh-Hans/grafana.json | 9 +++++++++ 5 files changed, 45 insertions(+) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index f4d7eb31706..ae56080d8ca 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -329,6 +330,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 85d1c76449c..fedba1f1abf 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -329,6 +330,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index d0345b0674f..86256c0ee9e 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -329,6 +330,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index b43369d5648..712456d7217 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -329,6 +330,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index de69d235d0a..0518af6ce7c 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -245,6 +245,7 @@ "edit": "", "export": "", "export-all": "", + "loading": "", "view": "" }, "contact-points": { @@ -327,6 +328,14 @@ "save": "", "saving": "" }, + "notification-preview": { + "alertmanager": "", + "error": "", + "initialized": "", + "preview-routing": "", + "title": "", + "uninitialized": "" + }, "policies": { "default-policy": { "description": "",