From 18c1c4cf9565bd7002e5b2f0ca1f624cbc19b5ca Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:30:48 +0200 Subject: [PATCH] I18n: Download translations from Crowdin (#97849) 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 97de1f1933a..0668470abd2 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -479,6 +479,10 @@ }, "rule-list": { "configure-datasource": "", + "filter-view": { + "no-more-results": "", + "no-rules-found": "" + }, "new-alert-rule": "" }, "rule-state": { diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 9c2dd653fd2..07cadcb979e 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -479,6 +479,10 @@ }, "rule-list": { "configure-datasource": "", + "filter-view": { + "no-more-results": "", + "no-rules-found": "" + }, "new-alert-rule": "" }, "rule-state": { diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 9bf42b88871..306d0d048ca 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -479,6 +479,10 @@ }, "rule-list": { "configure-datasource": "", + "filter-view": { + "no-more-results": "", + "no-rules-found": "" + }, "new-alert-rule": "" }, "rule-state": { diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 88ba779bff8..18d926ed4b0 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -479,6 +479,10 @@ }, "rule-list": { "configure-datasource": "", + "filter-view": { + "no-more-results": "", + "no-rules-found": "" + }, "new-alert-rule": "" }, "rule-state": { diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 7fa6ccf0c88..830dc6074b4 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -475,6 +475,10 @@ }, "rule-list": { "configure-datasource": "", + "filter-view": { + "no-more-results": "", + "no-rules-found": "" + }, "new-alert-rule": "" }, "rule-state": {