From f4a8e0a2145efd9b0e546a252c81cc4cbfaecc8c Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:00:10 +0300 Subject: [PATCH] I18n: Download translations from Crowdin (#92696) * New Crowdin translations by GitHub Action * New Crowdin translations by GitHub Action --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Clarity-89 --- public/locales/de-DE/grafana.json | 6 ++++++ public/locales/es-ES/grafana.json | 6 ++++++ public/locales/fr-FR/grafana.json | 6 ++++++ public/locales/pt-BR/grafana.json | 6 ++++++ public/locales/zh-Hans/grafana.json | 6 ++++++ 5 files changed, 30 insertions(+) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index ee20063525e..9bf4702b568 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -233,6 +233,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "Wird geladen" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 95da8ab5db6..63464417bd5 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -233,6 +233,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "Cargando" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index a84b8d83155..483579691f8 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -233,6 +233,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "Chargement" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 4d6c51e607c..2c012f6238c 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -233,6 +233,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "Carregando" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index c03ec19a1ae..8e01f6878df 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -230,6 +230,12 @@ "message": "" } }, + "bookmarks-page": { + "empty": { + "message": "", + "tip": "" + } + }, "bouncing-loader": { "label": "正在加载" },