From bf3a3834899e5f7eca66bc633eb82ddc48ae43d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:53:46 +0100 Subject: [PATCH] I18n: Download translations from Crowdin (#89401) 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 b9e7776d417..d31d062d0ac 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -25,6 +25,14 @@ "user": "Nutzer" } }, + "alert-labels": { + "button": { + "hide": "", + "show": { + "tooltip": "" + } + } + }, "alert-rule-form": { "evaluation-behaviour": { "description": { @@ -138,6 +146,16 @@ "text": "" } }, + "central-alert-history": { + "error": "", + "filter": { + "button": { + "clear": "" + }, + "label": "", + "placeholder": "" + } + }, "clipboard-button": { "inline-toast": { "success": "Kopiert" @@ -1166,7 +1184,7 @@ "public": { "title": "Öffentliche Dashboards" }, - "recentlyDeleted": { + "recently-deleted": { "subtitle": "", "title": "" }, @@ -1615,6 +1633,7 @@ "tree": { "collapse": "", "expand": "", + "headline": "", "search": "" } }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 2fd555955b8..5ce48ee6b95 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -25,6 +25,14 @@ "user": "Usuario" } }, + "alert-labels": { + "button": { + "hide": "", + "show": { + "tooltip": "" + } + } + }, "alert-rule-form": { "evaluation-behaviour": { "description": { @@ -138,6 +146,16 @@ "text": "" } }, + "central-alert-history": { + "error": "", + "filter": { + "button": { + "clear": "" + }, + "label": "", + "placeholder": "" + } + }, "clipboard-button": { "inline-toast": { "success": "Copiado" @@ -1166,7 +1184,7 @@ "public": { "title": "Paneles de control públicos" }, - "recentlyDeleted": { + "recently-deleted": { "subtitle": "", "title": "" }, @@ -1615,6 +1633,7 @@ "tree": { "collapse": "", "expand": "", + "headline": "", "search": "" } }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 865cd291607..91dc5716510 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -25,6 +25,14 @@ "user": "Utilisateur" } }, + "alert-labels": { + "button": { + "hide": "", + "show": { + "tooltip": "" + } + } + }, "alert-rule-form": { "evaluation-behaviour": { "description": { @@ -138,6 +146,16 @@ "text": "" } }, + "central-alert-history": { + "error": "", + "filter": { + "button": { + "clear": "" + }, + "label": "", + "placeholder": "" + } + }, "clipboard-button": { "inline-toast": { "success": "Copié" @@ -1166,7 +1184,7 @@ "public": { "title": "Tableaux de bord publics" }, - "recentlyDeleted": { + "recently-deleted": { "subtitle": "", "title": "" }, @@ -1615,6 +1633,7 @@ "tree": { "collapse": "", "expand": "", + "headline": "", "search": "" } }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index ec8e2689a80..484f1128ff9 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -25,6 +25,14 @@ "user": "Usuário" } }, + "alert-labels": { + "button": { + "hide": "", + "show": { + "tooltip": "" + } + } + }, "alert-rule-form": { "evaluation-behaviour": { "description": { @@ -138,6 +146,16 @@ "text": "" } }, + "central-alert-history": { + "error": "", + "filter": { + "button": { + "clear": "" + }, + "label": "", + "placeholder": "" + } + }, "clipboard-button": { "inline-toast": { "success": "Copiado" @@ -1166,7 +1184,7 @@ "public": { "title": "Painéis de controle públicos" }, - "recentlyDeleted": { + "recently-deleted": { "subtitle": "", "title": "" }, @@ -1615,6 +1633,7 @@ "tree": { "collapse": "", "expand": "", + "headline": "", "search": "" } }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 2511dc32c60..4fe0e4d0762 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -25,6 +25,14 @@ "user": "用户" } }, + "alert-labels": { + "button": { + "hide": "", + "show": { + "tooltip": "" + } + } + }, "alert-rule-form": { "evaluation-behaviour": { "description": { @@ -133,6 +141,16 @@ "text": "" } }, + "central-alert-history": { + "error": "", + "filter": { + "button": { + "clear": "" + }, + "label": "", + "placeholder": "" + } + }, "clipboard-button": { "inline-toast": { "success": "已复制" @@ -1160,7 +1178,7 @@ "public": { "title": "公共仪表板" }, - "recentlyDeleted": { + "recently-deleted": { "subtitle": "", "title": "" }, @@ -1608,6 +1626,7 @@ "tree": { "collapse": "", "expand": "", + "headline": "", "search": "" } },