From ce7533eb3b63a256da65e5b8bc2ec46cc6eeab88 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:20:22 +0300 Subject: [PATCH] I18n: Download translations from Crowdin (#93211) 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 | 21 ++++++++++++++++++++- public/locales/es-ES/grafana.json | 21 ++++++++++++++++++++- public/locales/fr-FR/grafana.json | 21 ++++++++++++++++++++- public/locales/pt-BR/grafana.json | 21 ++++++++++++++++++++- public/locales/zh-Hans/grafana.json | 21 ++++++++++++++++++++- 5 files changed, 100 insertions(+), 5 deletions(-) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 1471cc743ed..21f70ae6b5d 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -225,6 +225,19 @@ "update-rule": { "success": "" } + }, + "search": { + "property": { + "data-source": "", + "evaluation-group": "", + "labels": "", + "namespace": "", + "rule-health": "", + "rule-name": "", + "rule-type": "", + "state": "" + }, + "save-query": "" } }, "annotations": { @@ -367,11 +380,15 @@ } }, "common": { + "apply": "", "cancel": "", + "clear": "", + "close": "", "locale": { "default": "Standard" }, - "save": "Speichern" + "save": "Speichern", + "search": "" }, "configuration-tracker": { "config-card": { @@ -1893,9 +1910,11 @@ }, "details": { "labels": { + "contactGrafanaLabs": "", "dependencies": "", "downloads": "", "from": "", + "links": "", "reportAbuse": "", "signature": "", "status": "", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 24a5faf79a9..0a20ab13607 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -225,6 +225,19 @@ "update-rule": { "success": "" } + }, + "search": { + "property": { + "data-source": "", + "evaluation-group": "", + "labels": "", + "namespace": "", + "rule-health": "", + "rule-name": "", + "rule-type": "", + "state": "" + }, + "save-query": "" } }, "annotations": { @@ -367,11 +380,15 @@ } }, "common": { + "apply": "", "cancel": "", + "clear": "", + "close": "", "locale": { "default": "Por defecto" }, - "save": "Guardar" + "save": "Guardar", + "search": "" }, "configuration-tracker": { "config-card": { @@ -1893,9 +1910,11 @@ }, "details": { "labels": { + "contactGrafanaLabs": "", "dependencies": "", "downloads": "", "from": "", + "links": "", "reportAbuse": "", "signature": "", "status": "", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 0797dcf5b08..9d1382a6e06 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -225,6 +225,19 @@ "update-rule": { "success": "" } + }, + "search": { + "property": { + "data-source": "", + "evaluation-group": "", + "labels": "", + "namespace": "", + "rule-health": "", + "rule-name": "", + "rule-type": "", + "state": "" + }, + "save-query": "" } }, "annotations": { @@ -367,11 +380,15 @@ } }, "common": { + "apply": "", "cancel": "", + "clear": "", + "close": "", "locale": { "default": "Par défaut" }, - "save": "Enregistrer" + "save": "Enregistrer", + "search": "" }, "configuration-tracker": { "config-card": { @@ -1893,9 +1910,11 @@ }, "details": { "labels": { + "contactGrafanaLabs": "", "dependencies": "", "downloads": "", "from": "", + "links": "", "reportAbuse": "", "signature": "", "status": "", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 0172bfa99b1..0293c306663 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -225,6 +225,19 @@ "update-rule": { "success": "" } + }, + "search": { + "property": { + "data-source": "", + "evaluation-group": "", + "labels": "", + "namespace": "", + "rule-health": "", + "rule-name": "", + "rule-type": "", + "state": "" + }, + "save-query": "" } }, "annotations": { @@ -367,11 +380,15 @@ } }, "common": { + "apply": "", "cancel": "", + "clear": "", + "close": "", "locale": { "default": "Padrão" }, - "save": "Salvar" + "save": "Salvar", + "search": "" }, "configuration-tracker": { "config-card": { @@ -1893,9 +1910,11 @@ }, "details": { "labels": { + "contactGrafanaLabs": "", "dependencies": "", "downloads": "", "from": "", + "links": "", "reportAbuse": "", "signature": "", "status": "", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 786d6c51060..777cf948247 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -222,6 +222,19 @@ "update-rule": { "success": "" } + }, + "search": { + "property": { + "data-source": "", + "evaluation-group": "", + "labels": "", + "namespace": "", + "rule-health": "", + "rule-name": "", + "rule-type": "", + "state": "" + }, + "save-query": "" } }, "annotations": { @@ -359,11 +372,15 @@ } }, "common": { + "apply": "", "cancel": "", + "clear": "", + "close": "", "locale": { "default": "默认" }, - "save": "保存" + "save": "保存", + "search": "" }, "configuration-tracker": { "config-card": { @@ -1884,9 +1901,11 @@ }, "details": { "labels": { + "contactGrafanaLabs": "", "dependencies": "", "downloads": "", "from": "", + "links": "", "reportAbuse": "", "signature": "", "status": "",