From ef06724a2d88ebf2afb1c60ace805af211b4bf69 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:32:50 +0100 Subject: [PATCH] I18n: Download translations from Crowdin (#93910) 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 | 25 ++++++++++++++++++++++++- public/locales/es-ES/grafana.json | 25 ++++++++++++++++++++++++- public/locales/fr-FR/grafana.json | 25 ++++++++++++++++++++++++- public/locales/pt-BR/grafana.json | 25 ++++++++++++++++++++++++- public/locales/zh-Hans/grafana.json | 24 +++++++++++++++++++++++- 5 files changed, 119 insertions(+), 5 deletions(-) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index f6e136d81f8..14d1b38c250 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -108,7 +108,18 @@ }, "contact-point": "", "contact-points": { + "create": "", + "delete-reasons": { + "heading": "", + "no-permissions": "", + "policies": "", + "provisioned": "", + "rules": "" + }, "delivery-duration": "", + "empty-state": { + "title": "" + }, "last-delivery-attempt": "", "last-delivery-failed": "", "no-delivery-attempts": "", @@ -119,7 +130,9 @@ "parse-mode-warning-title": "" }, "used-by_one": "", - "used-by_other": "" + "used-by_other": "", + "used-by-rules_one": "", + "used-by-rules_other": "" }, "contactPointFilter": { "label": "" @@ -142,6 +155,10 @@ } } }, + "manage-permissions": { + "button": "", + "title": "" + }, "mute_timings": { "error-loading": { "description": "", @@ -215,6 +232,12 @@ "paused": "", "recording-rule": "" }, + "rule-viewer": { + "prometheus-consistency-check": { + "alert-message": "", + "alert-title": "" + } + }, "rules": { "add-rule": { "success": "" diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index f0aae406d36..16222b0ec75 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -108,7 +108,18 @@ }, "contact-point": "", "contact-points": { + "create": "", + "delete-reasons": { + "heading": "", + "no-permissions": "", + "policies": "", + "provisioned": "", + "rules": "" + }, "delivery-duration": "", + "empty-state": { + "title": "" + }, "last-delivery-attempt": "", "last-delivery-failed": "", "no-delivery-attempts": "", @@ -119,7 +130,9 @@ "parse-mode-warning-title": "" }, "used-by_one": "", - "used-by_other": "" + "used-by_other": "", + "used-by-rules_one": "", + "used-by-rules_other": "" }, "contactPointFilter": { "label": "" @@ -142,6 +155,10 @@ } } }, + "manage-permissions": { + "button": "", + "title": "" + }, "mute_timings": { "error-loading": { "description": "", @@ -215,6 +232,12 @@ "paused": "", "recording-rule": "" }, + "rule-viewer": { + "prometheus-consistency-check": { + "alert-message": "", + "alert-title": "" + } + }, "rules": { "add-rule": { "success": "" diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index e26f2e76f42..fe362f36f1b 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -108,7 +108,18 @@ }, "contact-point": "", "contact-points": { + "create": "", + "delete-reasons": { + "heading": "", + "no-permissions": "", + "policies": "", + "provisioned": "", + "rules": "" + }, "delivery-duration": "", + "empty-state": { + "title": "" + }, "last-delivery-attempt": "", "last-delivery-failed": "", "no-delivery-attempts": "", @@ -119,7 +130,9 @@ "parse-mode-warning-title": "" }, "used-by_one": "", - "used-by_other": "" + "used-by_other": "", + "used-by-rules_one": "", + "used-by-rules_other": "" }, "contactPointFilter": { "label": "" @@ -142,6 +155,10 @@ } } }, + "manage-permissions": { + "button": "", + "title": "" + }, "mute_timings": { "error-loading": { "description": "", @@ -215,6 +232,12 @@ "paused": "", "recording-rule": "" }, + "rule-viewer": { + "prometheus-consistency-check": { + "alert-message": "", + "alert-title": "" + } + }, "rules": { "add-rule": { "success": "" diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index ef605469c07..9deb7dbb811 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -108,7 +108,18 @@ }, "contact-point": "", "contact-points": { + "create": "", + "delete-reasons": { + "heading": "", + "no-permissions": "", + "policies": "", + "provisioned": "", + "rules": "" + }, "delivery-duration": "", + "empty-state": { + "title": "" + }, "last-delivery-attempt": "", "last-delivery-failed": "", "no-delivery-attempts": "", @@ -119,7 +130,9 @@ "parse-mode-warning-title": "" }, "used-by_one": "", - "used-by_other": "" + "used-by_other": "", + "used-by-rules_one": "", + "used-by-rules_other": "" }, "contactPointFilter": { "label": "" @@ -142,6 +155,10 @@ } } }, + "manage-permissions": { + "button": "", + "title": "" + }, "mute_timings": { "error-loading": { "description": "", @@ -215,6 +232,12 @@ "paused": "", "recording-rule": "" }, + "rule-viewer": { + "prometheus-consistency-check": { + "alert-message": "", + "alert-title": "" + } + }, "rules": { "add-rule": { "success": "" diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index ebaeca8e959..e248c210cea 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -108,7 +108,18 @@ }, "contact-point": "", "contact-points": { + "create": "", + "delete-reasons": { + "heading": "", + "no-permissions": "", + "policies": "", + "provisioned": "", + "rules": "" + }, "delivery-duration": "", + "empty-state": { + "title": "" + }, "last-delivery-attempt": "", "last-delivery-failed": "", "no-delivery-attempts": "", @@ -118,7 +129,8 @@ "parse-mode-warning-body": "", "parse-mode-warning-title": "" }, - "used-by_other": "" + "used-by_other": "", + "used-by-rules_other": "" }, "contactPointFilter": { "label": "" @@ -141,6 +153,10 @@ } } }, + "manage-permissions": { + "button": "", + "title": "" + }, "mute_timings": { "error-loading": { "description": "", @@ -212,6 +228,12 @@ "paused": "", "recording-rule": "" }, + "rule-viewer": { + "prometheus-consistency-check": { + "alert-message": "", + "alert-title": "" + } + }, "rules": { "add-rule": { "success": ""