From 783aa1c0b4b386cd02af3c0ff561afac0248c204 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:40:54 +0000 Subject: [PATCH] I18n: Download translations from Crowdin (#88665) 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 | 22 ++++++++++++++++++++++ public/locales/es-ES/grafana.json | 22 ++++++++++++++++++++++ public/locales/fr-FR/grafana.json | 22 ++++++++++++++++++++++ public/locales/pt-BR/grafana.json | 22 ++++++++++++++++++++++ public/locales/zh-Hans/grafana.json | 22 ++++++++++++++++++++++ 5 files changed, 110 insertions(+) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 28cd3a635a9..cf836ba2560 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -25,6 +25,28 @@ "user": "Nutzer" } }, + "alert-rule-form": { + "evaluation-behaviour": { + "description": { + "text": "" + }, + "info-help": { + "text": "" + }, + "pending-period": "" + }, + "evaluation-behaviour-description1": "", + "evaluation-behaviour-description2": "", + "evaluation-behaviour-description3": "", + "evaluation-behaviour-for": { + "error-parsing": "", + "validation": "" + }, + "evaluation-behaviour-group": { + "text": "" + }, + "pause": "" + }, "annotations": { "empty-state": { "button-title": "", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index d15ace4e09b..ec2c522114a 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -25,6 +25,28 @@ "user": "Usuario" } }, + "alert-rule-form": { + "evaluation-behaviour": { + "description": { + "text": "" + }, + "info-help": { + "text": "" + }, + "pending-period": "" + }, + "evaluation-behaviour-description1": "", + "evaluation-behaviour-description2": "", + "evaluation-behaviour-description3": "", + "evaluation-behaviour-for": { + "error-parsing": "", + "validation": "" + }, + "evaluation-behaviour-group": { + "text": "" + }, + "pause": "" + }, "annotations": { "empty-state": { "button-title": "", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index faf242bf77f..b71f212fbe6 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -25,6 +25,28 @@ "user": "Utilisateur" } }, + "alert-rule-form": { + "evaluation-behaviour": { + "description": { + "text": "" + }, + "info-help": { + "text": "" + }, + "pending-period": "" + }, + "evaluation-behaviour-description1": "", + "evaluation-behaviour-description2": "", + "evaluation-behaviour-description3": "", + "evaluation-behaviour-for": { + "error-parsing": "", + "validation": "" + }, + "evaluation-behaviour-group": { + "text": "" + }, + "pause": "" + }, "annotations": { "empty-state": { "button-title": "", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index c0bb981b54e..bc4cce41997 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -25,6 +25,28 @@ "user": "Usuário" } }, + "alert-rule-form": { + "evaluation-behaviour": { + "description": { + "text": "" + }, + "info-help": { + "text": "" + }, + "pending-period": "" + }, + "evaluation-behaviour-description1": "", + "evaluation-behaviour-description2": "", + "evaluation-behaviour-description3": "", + "evaluation-behaviour-for": { + "error-parsing": "", + "validation": "" + }, + "evaluation-behaviour-group": { + "text": "" + }, + "pause": "" + }, "annotations": { "empty-state": { "button-title": "", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index e07995a1ca8..946318d352d 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -25,6 +25,28 @@ "user": "用户" } }, + "alert-rule-form": { + "evaluation-behaviour": { + "description": { + "text": "" + }, + "info-help": { + "text": "" + }, + "pending-period": "" + }, + "evaluation-behaviour-description1": "", + "evaluation-behaviour-description2": "", + "evaluation-behaviour-description3": "", + "evaluation-behaviour-for": { + "error-parsing": "", + "validation": "" + }, + "evaluation-behaviour-group": { + "text": "" + }, + "pause": "" + }, "annotations": { "empty-state": { "button-title": "",