From 4817156ba33d69d4cf721bc7dcab0682a3eaf9b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 12:18:19 +0300 Subject: [PATCH] I18n: Download translations from Crowdin (#88365) 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 | 4 ++++ public/locales/es-ES/grafana.json | 4 ++++ public/locales/fr-FR/grafana.json | 4 ++++ public/locales/pt-BR/grafana.json | 4 ++++ public/locales/zh-Hans/grafana.json | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index eabed80a896..0077e777cca 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1179,6 +1179,10 @@ "subtitle": "Optimieren Sie die Leistung mit Erkenntnissen aus k6 und Synthetic Monitoring", "title": "Testen & Synthetics" }, + "trash": { + "subtitle": "", + "title": "" + }, "upgrading": { "title": "Statistiken und Lizenz" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index f7bf21dbb90..2a2abb57e69 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1179,6 +1179,10 @@ "subtitle": "Optimiza el rendimiento con información de seguimiento k6 y sintética", "title": "Pruebas y síntesis" }, + "trash": { + "subtitle": "", + "title": "" + }, "upgrading": { "title": "Estadísticas y licencia" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 68d57c85979..98b50d6e649 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1179,6 +1179,10 @@ "subtitle": "Optimisez les performances grâce aux analyses de la surveillance synthétique et k6", "title": "Tests et synthèses" }, + "trash": { + "subtitle": "", + "title": "" + }, "upgrading": { "title": "Statistiques et licence" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 4f7f3737262..36de83ffa63 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1179,6 +1179,10 @@ "subtitle": "Otimize o desempenho com visões k6 e monitorização sintética", "title": "Teste e sintética" }, + "trash": { + "subtitle": "", + "title": "" + }, "upgrading": { "title": "Estatísticas e licença" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index c44c15afc17..e111b1d7d33 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1173,6 +1173,10 @@ "subtitle": "使用 k6 和 Synthetic Monitoring 洞察优化性能。", "title": "测试与合成" }, + "trash": { + "subtitle": "", + "title": "" + }, "upgrading": { "title": "统计信息和许可证" },