From 10afa5a5a014e964b46ab3ed3e4ba056047b0144 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:26:57 +0000 Subject: [PATCH] I18n: Download translations from Crowdin (#87336) 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 | 3 ++- public/locales/es-ES/grafana.json | 3 ++- public/locales/fr-FR/grafana.json | 3 ++- public/locales/pt-BR/grafana.json | 3 ++- public/locales/zh-Hans/grafana.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 4e39e23d0c4..2040f3507eb 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -887,7 +887,8 @@ "title": "Meldungen" }, "alerting-admin": { - "title": "Einstellungen" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "Lege fest, wie Warnungen an Kontaktpunkte weitergeleitet werden", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index c22c1eecbfd..25b0fb2732e 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -887,7 +887,8 @@ "title": "Alertas" }, "alerting-admin": { - "title": "Configuración" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "Determinar cómo se enrutan las alertas a los puntos de contacto", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index b853088d319..e021ef66172 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -887,7 +887,8 @@ "title": "Alertes" }, "alerting-admin": { - "title": "Paramètres" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "Déterminer comment les alertes sont acheminées vers les points de contact", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index b8ea197b07e..a727524da37 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -887,7 +887,8 @@ "title": "Alertas" }, "alerting-admin": { - "title": "Administrador" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "Determine como os alertas são encaminhados para pontos de contato", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 6eb597d75b9..8eaa2a49cf1 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -881,7 +881,8 @@ "title": "警报" }, "alerting-admin": { - "title": "设置" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "确定警报如何路由到联络点",