From cda0f53f7c019c2301b3c952c1f40828df8247cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:18:39 +0000 Subject: [PATCH] I18n: Download translations from Crowdin (#86603) 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 471bc06919f..bf7a0308c24 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1163,6 +1163,10 @@ "title": "Das Neueste aus dem Blog" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "Dashboard markiert", "unstarred-dashboard": "Dashboard nicht markiert" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index f3f9fca2b9f..077fea16e7c 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1163,6 +1163,10 @@ "title": "Últimas entradas del blog" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "Panel de control destacado", "unstarred-dashboard": "Panel de control no destacado" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 0fbd3b383dc..c054c1a56a0 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1163,6 +1163,10 @@ "title": "Dernières nouvelles sur le blog" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "Tableau de bord favori", "unstarred-dashboard": "Tableau de bord non favori" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index da2bbb2143d..5cc66282b4a 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1163,6 +1163,10 @@ "title": "Mais recentes do blog" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "Painel de controle marcado como favorito", "unstarred-dashboard": "Painel de controle não marcado como favorito" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index b2360fbaefa..16453d4cefa 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1157,6 +1157,10 @@ "title": "最新博客" }, "notifications": { + "empty-state": { + "description": "", + "title": "" + }, "starred-dashboard": "仪表盘已加星标", "unstarred-dashboard": "仪表板未加星标" },