From e94b61f964c28a5d756958398bba796dde25a048 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:40:24 +0000 Subject: [PATCH] I18n: Download translations from Crowdin (#110431) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- public/locales/cs-CZ/grafana.json | 1 + public/locales/de-DE/grafana.json | 1 + public/locales/es-ES/grafana.json | 1 + public/locales/fr-FR/grafana.json | 1 + public/locales/hu-HU/grafana.json | 1 + public/locales/id-ID/grafana.json | 1 + public/locales/it-IT/grafana.json | 1 + public/locales/ja-JP/grafana.json | 1 + public/locales/ko-KR/grafana.json | 1 + public/locales/nl-NL/grafana.json | 1 + public/locales/pl-PL/grafana.json | 1 + public/locales/pt-BR/grafana.json | 1 + public/locales/pt-PT/grafana.json | 1 + public/locales/ru-RU/grafana.json | 1 + public/locales/sv-SE/grafana.json | 1 + public/locales/tr-TR/grafana.json | 1 + public/locales/zh-Hans/grafana.json | 1 + public/locales/zh-Hant/grafana.json | 1 + 18 files changed, 18 insertions(+) diff --git a/public/locales/cs-CZ/grafana.json b/public/locales/cs-CZ/grafana.json index e98e7b3f824..b668c56de20 100644 --- a/public/locales/cs-CZ/grafana.json +++ b/public/locales/cs-CZ/grafana.json @@ -12163,6 +12163,7 @@ "selector": { "apply": "Použít", "cancel": "Zrušit", + "error-title": "", "input": { "placeholder": "Vyberte rozsahy…", "removeAll": "Odebrat všechny rozsahy" diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 41347fde633..02004059673 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Anwenden", "cancel": "Abbrechen", + "error-title": "", "input": { "placeholder": "Bereiche auswählen …", "removeAll": "Alle Bereiche entfernen" diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 2fef3ccbd47..d577026b835 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Aplicar", "cancel": "Cancelar", + "error-title": "", "input": { "placeholder": "Seleccionar ámbitos...", "removeAll": "Eliminar todos los ámbitos" diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 3d5447d3b76..a298b595688 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Appliquer", "cancel": "Annuler", + "error-title": "", "input": { "placeholder": "Sélectionner les portées...", "removeAll": "Supprimer toutes les portées" diff --git a/public/locales/hu-HU/grafana.json b/public/locales/hu-HU/grafana.json index 557bf7322ed..b00841f324d 100644 --- a/public/locales/hu-HU/grafana.json +++ b/public/locales/hu-HU/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Alkalmaz", "cancel": "Mégse", + "error-title": "", "input": { "placeholder": "Hatókörök kijelölése...", "removeAll": "Összes hatókör eltávolítása" diff --git a/public/locales/id-ID/grafana.json b/public/locales/id-ID/grafana.json index cff8d94ad44..7e215f7a4df 100644 --- a/public/locales/id-ID/grafana.json +++ b/public/locales/id-ID/grafana.json @@ -12046,6 +12046,7 @@ "selector": { "apply": "Terapkan", "cancel": "Batalkan", + "error-title": "", "input": { "placeholder": "Pilih cakupan...", "removeAll": "Hapus semua cakupan" diff --git a/public/locales/it-IT/grafana.json b/public/locales/it-IT/grafana.json index f61f7326fc8..868ec696071 100644 --- a/public/locales/it-IT/grafana.json +++ b/public/locales/it-IT/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Applica", "cancel": "Annulla", + "error-title": "", "input": { "placeholder": "Seleziona gli ambiti...", "removeAll": "Rimuovi tutti gli ambiti" diff --git a/public/locales/ja-JP/grafana.json b/public/locales/ja-JP/grafana.json index b11009fd5f0..834a2f2eb1c 100644 --- a/public/locales/ja-JP/grafana.json +++ b/public/locales/ja-JP/grafana.json @@ -12046,6 +12046,7 @@ "selector": { "apply": "適用", "cancel": "キャンセル", + "error-title": "", "input": { "placeholder": "スコープを選択...", "removeAll": "すべてのスコープを削除" diff --git a/public/locales/ko-KR/grafana.json b/public/locales/ko-KR/grafana.json index 2ebf116d2f0..1b9ecfdf8bd 100644 --- a/public/locales/ko-KR/grafana.json +++ b/public/locales/ko-KR/grafana.json @@ -12046,6 +12046,7 @@ "selector": { "apply": "적용", "cancel": "취소", + "error-title": "", "input": { "placeholder": "범위 선택...", "removeAll": "모든 범위 제거" diff --git a/public/locales/nl-NL/grafana.json b/public/locales/nl-NL/grafana.json index c2790b6a415..6292b6d190b 100644 --- a/public/locales/nl-NL/grafana.json +++ b/public/locales/nl-NL/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Toepassen", "cancel": "Annuleren", + "error-title": "", "input": { "placeholder": "Scopes selecteren ...", "removeAll": "Alle scopes verwijderen" diff --git a/public/locales/pl-PL/grafana.json b/public/locales/pl-PL/grafana.json index efe575c123a..6f2df2f3a32 100644 --- a/public/locales/pl-PL/grafana.json +++ b/public/locales/pl-PL/grafana.json @@ -12163,6 +12163,7 @@ "selector": { "apply": "Zastosuj", "cancel": "Anuluj", + "error-title": "", "input": { "placeholder": "Wybierz zakresy…", "removeAll": "Usuń wszystkie zakresy" diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index ef9831c3e6e..42aa324a3e2 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Aplicar", "cancel": "Cancelar", + "error-title": "", "input": { "placeholder": "Selecione os escopos...", "removeAll": "Remover todos os escopos" diff --git a/public/locales/pt-PT/grafana.json b/public/locales/pt-PT/grafana.json index 1eef3a59b7d..6f11bfd8b94 100644 --- a/public/locales/pt-PT/grafana.json +++ b/public/locales/pt-PT/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Aplicar", "cancel": "Cancelar", + "error-title": "", "input": { "placeholder": "Selecionar âmbitos...", "removeAll": "Remover todos os âmbitos" diff --git a/public/locales/ru-RU/grafana.json b/public/locales/ru-RU/grafana.json index d979c8c073b..7e292621549 100644 --- a/public/locales/ru-RU/grafana.json +++ b/public/locales/ru-RU/grafana.json @@ -12163,6 +12163,7 @@ "selector": { "apply": "Применить", "cancel": "Отмена", + "error-title": "", "input": { "placeholder": "Выбрать области...", "removeAll": "Удалить все области" diff --git a/public/locales/sv-SE/grafana.json b/public/locales/sv-SE/grafana.json index 38cb020a446..4bb7bbe2327 100644 --- a/public/locales/sv-SE/grafana.json +++ b/public/locales/sv-SE/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Tillämpa", "cancel": "Avbryt", + "error-title": "", "input": { "placeholder": "Välj omfattningar …", "removeAll": "Ta bort alla omfattningar" diff --git a/public/locales/tr-TR/grafana.json b/public/locales/tr-TR/grafana.json index 7bc7067861a..04a14857c39 100644 --- a/public/locales/tr-TR/grafana.json +++ b/public/locales/tr-TR/grafana.json @@ -12085,6 +12085,7 @@ "selector": { "apply": "Uygula", "cancel": "İptal", + "error-title": "", "input": { "placeholder": "Kapsam seçin...", "removeAll": "Tüm kapsamları kaldır" diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index d70e95b1b82..7e003804e43 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -12046,6 +12046,7 @@ "selector": { "apply": "应用", "cancel": "取消", + "error-title": "", "input": { "placeholder": "选择范围…", "removeAll": "移除所有范围" diff --git a/public/locales/zh-Hant/grafana.json b/public/locales/zh-Hant/grafana.json index 4979612ca73..e49f42f1d56 100644 --- a/public/locales/zh-Hant/grafana.json +++ b/public/locales/zh-Hant/grafana.json @@ -12046,6 +12046,7 @@ "selector": { "apply": "套用", "cancel": "取消", + "error-title": "", "input": { "placeholder": "選取範圍…", "removeAll": "移除所有範圍"