From 2b370d6e27f06edc79cfdda774adc894d329967a Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:20:43 +0100 Subject: [PATCH] I18n: Download translations from Crowdin (#95781) 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 | 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, 25 insertions(+), 5 deletions(-) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index c7869ce5411..989463d77ea 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -448,6 +448,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1046,7 +1049,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 587e38ef2f4..570296c1beb 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -448,6 +448,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1046,7 +1049,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index f211ba2cf28..15a657fd429 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -448,6 +448,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1046,7 +1049,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 3695a1ec883..bbacb5ae11d 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -448,6 +448,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1046,7 +1049,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 0a4254e64be..be31cef46d6 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -439,6 +439,9 @@ } }, "combobox": { + "async": { + "error": "" + }, "clear": { "title": "" }, @@ -1037,7 +1040,8 @@ "breakdown": { "clearFilter": "", "labelSelect": "", - "noMatchingValue": "" + "noMatchingValue": "", + "sortBy": "" }, "viewBy": "" },