From 8a341ebcceb14d7292b7fab4684111fcd8740cef Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 02:31:05 +0200 Subject: [PATCH] I18n: Download translations from Crowdin (#101540) 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 | 17 ++++++++++++----- public/locales/es-ES/grafana.json | 17 ++++++++++++----- public/locales/fr-FR/grafana.json | 17 ++++++++++++----- public/locales/pt-BR/grafana.json | 17 ++++++++++++----- public/locales/zh-Hans/grafana.json | 17 ++++++++++++----- 5 files changed, 60 insertions(+), 25 deletions(-) diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 950616d290a..60ec10f7b67 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1078,11 +1078,6 @@ } }, "open": "", - "panels": { - "multi-select": { - "selection-number": "" - } - }, "row": { "header": { "hide": "", @@ -1171,6 +1166,16 @@ "rows": "Gesamtanzahl an Zeilen", "table-title": "Statistiken" }, + "layout": { + "common": { + "copy": "", + "copy-or-duplicate": "", + "delete": "", + "duplicate": "", + "layout": "", + "panels-title": "" + } + }, "options": { "description": "", "title": "", @@ -1325,6 +1330,8 @@ "viz-panel": { "options": { "description": "", + "open-edit": "", + "plugin-type-image": "", "title": "", "title-option": "", "transparent-background": "" diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index cddcac1dbb6..7e2083358d4 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1078,11 +1078,6 @@ } }, "open": "", - "panels": { - "multi-select": { - "selection-number": "" - } - }, "row": { "header": { "hide": "", @@ -1171,6 +1166,16 @@ "rows": "Número total de filas", "table-title": "Estadísticas" }, + "layout": { + "common": { + "copy": "", + "copy-or-duplicate": "", + "delete": "", + "duplicate": "", + "layout": "", + "panels-title": "" + } + }, "options": { "description": "", "title": "", @@ -1325,6 +1330,8 @@ "viz-panel": { "options": { "description": "", + "open-edit": "", + "plugin-type-image": "", "title": "", "title-option": "", "transparent-background": "" diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 10cebf9fa25..5b5045b14c7 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1078,11 +1078,6 @@ } }, "open": "", - "panels": { - "multi-select": { - "selection-number": "" - } - }, "row": { "header": { "hide": "", @@ -1171,6 +1166,16 @@ "rows": "Nombre total de lignes", "table-title": "Statistiques" }, + "layout": { + "common": { + "copy": "", + "copy-or-duplicate": "", + "delete": "", + "duplicate": "", + "layout": "", + "panels-title": "" + } + }, "options": { "description": "", "title": "", @@ -1325,6 +1330,8 @@ "viz-panel": { "options": { "description": "", + "open-edit": "", + "plugin-type-image": "", "title": "", "title-option": "", "transparent-background": "" diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 7e0f679777b..05eaeaa5b35 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1078,11 +1078,6 @@ } }, "open": "", - "panels": { - "multi-select": { - "selection-number": "" - } - }, "row": { "header": { "hide": "", @@ -1171,6 +1166,16 @@ "rows": "Número total de linhas", "table-title": "Estatísticas" }, + "layout": { + "common": { + "copy": "", + "copy-or-duplicate": "", + "delete": "", + "duplicate": "", + "layout": "", + "panels-title": "" + } + }, "options": { "description": "", "title": "", @@ -1325,6 +1330,8 @@ "viz-panel": { "options": { "description": "", + "open-edit": "", + "plugin-type-image": "", "title": "", "title-option": "", "transparent-background": "" diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 74386956d29..62c80b1ff34 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1069,11 +1069,6 @@ } }, "open": "", - "panels": { - "multi-select": { - "selection-number": "" - } - }, "row": { "header": { "hide": "", @@ -1162,6 +1157,16 @@ "rows": "总行数", "table-title": "统计信息" }, + "layout": { + "common": { + "copy": "", + "copy-or-duplicate": "", + "delete": "", + "duplicate": "", + "layout": "", + "panels-title": "" + } + }, "options": { "description": "", "title": "", @@ -1316,6 +1321,8 @@ "viz-panel": { "options": { "description": "", + "open-edit": "", + "plugin-type-image": "", "title": "", "title-option": "", "transparent-background": ""