From e558c9af5db3d066a4f80b5d182ac5d3c481d959 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 00:40:18 +0000 Subject: [PATCH] I18n: Download translations from Crowdin (#114130) 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 | 21 +++++++++++++++++++-- public/locales/de-DE/grafana.json | 21 +++++++++++++++++++-- public/locales/es-ES/grafana.json | 21 +++++++++++++++++++-- public/locales/fr-FR/grafana.json | 21 +++++++++++++++++++-- public/locales/hu-HU/grafana.json | 21 +++++++++++++++++++-- public/locales/id-ID/grafana.json | 21 +++++++++++++++++++-- public/locales/it-IT/grafana.json | 21 +++++++++++++++++++-- public/locales/ja-JP/grafana.json | 21 +++++++++++++++++++-- public/locales/ko-KR/grafana.json | 21 +++++++++++++++++++-- public/locales/nl-NL/grafana.json | 21 +++++++++++++++++++-- public/locales/pl-PL/grafana.json | 21 +++++++++++++++++++-- public/locales/pt-BR/grafana.json | 21 +++++++++++++++++++-- public/locales/pt-PT/grafana.json | 21 +++++++++++++++++++-- public/locales/ru-RU/grafana.json | 21 +++++++++++++++++++-- public/locales/sv-SE/grafana.json | 21 +++++++++++++++++++-- public/locales/tr-TR/grafana.json | 21 +++++++++++++++++++-- public/locales/zh-Hans/grafana.json | 21 +++++++++++++++++++-- public/locales/zh-Hant/grafana.json | 21 +++++++++++++++++++-- 18 files changed, 342 insertions(+), 36 deletions(-) diff --git a/public/locales/cs-CZ/grafana.json b/public/locales/cs-CZ/grafana.json index 7968b04c1e2..d446bbc5710 100644 --- a/public/locales/cs-CZ/grafana.json +++ b/public/locales/cs-CZ/grafana.json @@ -7844,6 +7844,14 @@ "name-show-threshold-labels": "Zobrazit štítky prahových hodnot", "name-show-threshold-markers": "Zobrazit značky prahových hodnot", "placeholder-neutral": "auto.", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9074,6 +9082,13 @@ "copy": "Kopírovat do schránky", "csv-counts": "", "csv-placeholder": "Zadej CSV tady…", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Filtrovat hodnoty", "filter-popup-apply": "Ok", "filter-popup-aria-label-match-case": "Rozlišovat malá a velká písmena", @@ -12516,8 +12531,10 @@ "cancel": "Zrušit", "error-title": "", "input": { - "placeholder": "Vyberte rozsahy…", - "removeAll": "Odebrat všechny rozsahy" + "placeholder": "", + "remove-all": "", + "removeAll": "Odebrat všechny rozsahy", + "tooltip": "" }, "title": "Vyberte rozsahy" }, diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index a809649f203..7a59b2181a7 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Schwellenwert-Labels anzeigen", "name-show-threshold-markers": "Schwellenwert-Markierungen anzeigen", "placeholder-neutral": "auto", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "In Zwischenablage kopieren", "csv-counts": "", "csv-placeholder": "CSV hier eingeben …", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Filterwerte", "filter-popup-apply": "Ok", "filter-popup-aria-label-match-case": "Groß-/Kleinschreibung beachten", @@ -12406,8 +12421,10 @@ "cancel": "Abbrechen", "error-title": "", "input": { - "placeholder": "Bereiche auswählen …", - "removeAll": "Alle Bereiche entfernen" + "placeholder": "", + "remove-all": "", + "removeAll": "Alle Bereiche entfernen", + "tooltip": "" }, "title": "Bereiche auswählen" }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 678be0da90c..c9bf819dcc7 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Mostrar etiquetas de umbral", "name-show-threshold-markers": "Mostrar marcadores de umbral", "placeholder-neutral": "auto", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "Copiar al portapapeles", "csv-counts": "", "csv-placeholder": "Introducir CSV aquí...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Filtrar valores", "filter-popup-apply": "Aceptar", "filter-popup-aria-label-match-case": "Hacer coincidir mayúsculas y minúsculas", @@ -12406,8 +12421,10 @@ "cancel": "Cancelar", "error-title": "", "input": { - "placeholder": "Seleccionar ámbitos...", - "removeAll": "Eliminar todos los ámbitos" + "placeholder": "", + "remove-all": "", + "removeAll": "Eliminar todos los ámbitos", + "tooltip": "" }, "title": "Seleccionar ámbitos" }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index bb06a7ded11..909effb75e1 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Afficher les étiquettes de seuil", "name-show-threshold-markers": "Afficher les marqueurs de seuil", "placeholder-neutral": "auto", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "Copier dans le presse-papier", "csv-counts": "", "csv-placeholder": "Saisir le CSV ici…", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Filtrer les valeurs", "filter-popup-apply": "Ok", "filter-popup-aria-label-match-case": "Respecter la casse", @@ -12406,8 +12421,10 @@ "cancel": "Annuler", "error-title": "", "input": { - "placeholder": "Sélectionner les portées...", - "removeAll": "Supprimer toutes les portées" + "placeholder": "", + "remove-all": "", + "removeAll": "Supprimer toutes les portées", + "tooltip": "" }, "title": "Sélectionner les portées" }, diff --git a/public/locales/hu-HU/grafana.json b/public/locales/hu-HU/grafana.json index 2e42c81b7a7..faddf11c310 100644 --- a/public/locales/hu-HU/grafana.json +++ b/public/locales/hu-HU/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Küszöbértékcímkék megjelenítése", "name-show-threshold-markers": "Küszöbértékjelölők megjelenítése", "placeholder-neutral": "automatikus", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "Másolás a vágólapra", "csv-counts": "", "csv-placeholder": "Itt adja meg a CSV-t...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Értékek szűrése", "filter-popup-apply": "OK", "filter-popup-aria-label-match-case": "Nagybetűérzékeny", @@ -12406,8 +12421,10 @@ "cancel": "Mégse", "error-title": "", "input": { - "placeholder": "Hatókörök kijelölése...", - "removeAll": "Összes hatókör eltávolítása" + "placeholder": "", + "remove-all": "", + "removeAll": "Összes hatókör eltávolítása", + "tooltip": "" }, "title": "Hatókörök kijelölése" }, diff --git a/public/locales/id-ID/grafana.json b/public/locales/id-ID/grafana.json index 710d5cb1002..ff85c103ce3 100644 --- a/public/locales/id-ID/grafana.json +++ b/public/locales/id-ID/grafana.json @@ -7766,6 +7766,14 @@ "name-show-threshold-labels": "Tampilkan label ambang batas", "name-show-threshold-markers": "Tampilkan penanda ambang batas", "placeholder-neutral": "otomatis", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -8966,6 +8974,13 @@ "copy": "Salin ke Papan Klip", "csv-counts": "", "csv-placeholder": "Masukkan CSV di sini...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Filter nilai", "filter-popup-apply": "Oke", "filter-popup-aria-label-match-case": "Cocok huruf besar kecil", @@ -12351,8 +12366,10 @@ "cancel": "Batalkan", "error-title": "", "input": { - "placeholder": "Pilih cakupan...", - "removeAll": "Hapus semua cakupan" + "placeholder": "", + "remove-all": "", + "removeAll": "Hapus semua cakupan", + "tooltip": "" }, "title": "Pilih cakupan" }, diff --git a/public/locales/it-IT/grafana.json b/public/locales/it-IT/grafana.json index 7ab4900c16b..2032908b4e0 100644 --- a/public/locales/it-IT/grafana.json +++ b/public/locales/it-IT/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Mostra etichette di soglia", "name-show-threshold-markers": "Mostra indicatori di soglia", "placeholder-neutral": "automatico", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "Copia negli appunti", "csv-counts": "", "csv-placeholder": "Inserisci qui il CSV...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Valori filtro", "filter-popup-apply": "Ok", "filter-popup-aria-label-match-case": "Corrispondenza", @@ -12406,8 +12421,10 @@ "cancel": "Annulla", "error-title": "", "input": { - "placeholder": "Seleziona gli ambiti...", - "removeAll": "Rimuovi tutti gli ambiti" + "placeholder": "", + "remove-all": "", + "removeAll": "Rimuovi tutti gli ambiti", + "tooltip": "" }, "title": "Seleziona gli ambiti" }, diff --git a/public/locales/ja-JP/grafana.json b/public/locales/ja-JP/grafana.json index b0da2ed08de..d0219ba1ecc 100644 --- a/public/locales/ja-JP/grafana.json +++ b/public/locales/ja-JP/grafana.json @@ -7766,6 +7766,14 @@ "name-show-threshold-labels": "しきい値ラベルを表示", "name-show-threshold-markers": "しきい値マーカーを表示", "placeholder-neutral": "自動", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -8966,6 +8974,13 @@ "copy": "クリップボードにコピー", "csv-counts": "", "csv-placeholder": "ここにCSVを入力...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "値をフィルタリング", "filter-popup-apply": "OK", "filter-popup-aria-label-match-case": "大文字/小文字を区別", @@ -12351,8 +12366,10 @@ "cancel": "キャンセル", "error-title": "", "input": { - "placeholder": "スコープを選択...", - "removeAll": "すべてのスコープを削除" + "placeholder": "", + "remove-all": "", + "removeAll": "すべてのスコープを削除", + "tooltip": "" }, "title": "スコープを選択" }, diff --git a/public/locales/ko-KR/grafana.json b/public/locales/ko-KR/grafana.json index 8da03a382ad..faea085221a 100644 --- a/public/locales/ko-KR/grafana.json +++ b/public/locales/ko-KR/grafana.json @@ -7766,6 +7766,14 @@ "name-show-threshold-labels": "임계값 레이블 표시", "name-show-threshold-markers": "임계값 마커 표시", "placeholder-neutral": "자동", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -8966,6 +8974,13 @@ "copy": "클립보드로 복사", "csv-counts": "", "csv-placeholder": "여기에 CSV를 입력하세요...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "값 필터링", "filter-popup-apply": "확인", "filter-popup-aria-label-match-case": "대소문자 일치", @@ -12351,8 +12366,10 @@ "cancel": "취소", "error-title": "", "input": { - "placeholder": "범위 선택...", - "removeAll": "모든 범위 제거" + "placeholder": "", + "remove-all": "", + "removeAll": "모든 범위 제거", + "tooltip": "" }, "title": "범위 선택" }, diff --git a/public/locales/nl-NL/grafana.json b/public/locales/nl-NL/grafana.json index 2a517bd97c4..ff870d106ed 100644 --- a/public/locales/nl-NL/grafana.json +++ b/public/locales/nl-NL/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Drempellabels weergeven", "name-show-threshold-markers": "Drempelmarkeringen weergeven", "placeholder-neutral": "automatisch", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "Naar klembord kopiëren", "csv-counts": "", "csv-placeholder": "Voer hier csv in ...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Filter waarden", "filter-popup-apply": "Ok", "filter-popup-aria-label-match-case": "Case matchen", @@ -12406,8 +12421,10 @@ "cancel": "Annuleren", "error-title": "", "input": { - "placeholder": "Scopes selecteren ...", - "removeAll": "Alle scopes verwijderen" + "placeholder": "", + "remove-all": "", + "removeAll": "Alle scopes verwijderen", + "tooltip": "" }, "title": "Scopes selecteren" }, diff --git a/public/locales/pl-PL/grafana.json b/public/locales/pl-PL/grafana.json index da122b8635f..9d14b81af74 100644 --- a/public/locales/pl-PL/grafana.json +++ b/public/locales/pl-PL/grafana.json @@ -7844,6 +7844,14 @@ "name-show-threshold-labels": "Pokaż etykiety progów", "name-show-threshold-markers": "Pokaż znaczniki progów", "placeholder-neutral": "automatycznie", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9074,6 +9082,13 @@ "copy": "Kopiuj do schowka", "csv-counts": "", "csv-placeholder": "Wprowadź plik CSV tutaj…", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Wartości filtra", "filter-popup-apply": "OK", "filter-popup-aria-label-match-case": "Dopasuj wielkość liter", @@ -12516,8 +12531,10 @@ "cancel": "Anuluj", "error-title": "", "input": { - "placeholder": "Wybierz zakresy…", - "removeAll": "Usuń wszystkie zakresy" + "placeholder": "", + "remove-all": "", + "removeAll": "Usuń wszystkie zakresy", + "tooltip": "" }, "title": "Wybierz zakresy" }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 24f080ff425..0e3a51255e4 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Mostrar rótulos de limite", "name-show-threshold-markers": "Mostrar marcadores de limite", "placeholder-neutral": "automático", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "Copiar para a área de transferência", "csv-counts": "", "csv-placeholder": "Insira o CSV aqui...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Filtrar valores", "filter-popup-apply": "Ok", "filter-popup-aria-label-match-case": "Corresponder maiúsculas/minúsculas", @@ -12406,8 +12421,10 @@ "cancel": "Cancelar", "error-title": "", "input": { - "placeholder": "Selecione os escopos...", - "removeAll": "Remover todos os escopos" + "placeholder": "", + "remove-all": "", + "removeAll": "Remover todos os escopos", + "tooltip": "" }, "title": "Selecionar escopos" }, diff --git a/public/locales/pt-PT/grafana.json b/public/locales/pt-PT/grafana.json index 58cd80cf939..a201eb08d24 100644 --- a/public/locales/pt-PT/grafana.json +++ b/public/locales/pt-PT/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Mostrar as etiquetas de limite", "name-show-threshold-markers": "Mostrar os marcadores de limite", "placeholder-neutral": "auto", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "Copiar para a área de transferência", "csv-counts": "", "csv-placeholder": "Introduza o CSV aqui...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Filtrar valores", "filter-popup-apply": "Ok", "filter-popup-aria-label-match-case": "Diferenciar maiúsculas de minúsculas", @@ -12406,8 +12421,10 @@ "cancel": "Cancelar", "error-title": "", "input": { - "placeholder": "Selecionar âmbitos...", - "removeAll": "Remover todos os âmbitos" + "placeholder": "", + "remove-all": "", + "removeAll": "Remover todos os âmbitos", + "tooltip": "" }, "title": "Selecionar âmbitos" }, diff --git a/public/locales/ru-RU/grafana.json b/public/locales/ru-RU/grafana.json index af03cde5fe8..1c80cf4d118 100644 --- a/public/locales/ru-RU/grafana.json +++ b/public/locales/ru-RU/grafana.json @@ -7844,6 +7844,14 @@ "name-show-threshold-labels": "Показывать метки пороговых значений", "name-show-threshold-markers": "Показывать маркеры пороговых значений", "placeholder-neutral": "авто", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9074,6 +9082,13 @@ "copy": "Копировать в буфер обмена", "csv-counts": "", "csv-placeholder": "Ввести CSV...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Значения фильтра", "filter-popup-apply": "Ок", "filter-popup-aria-label-match-case": "С учетом регистра", @@ -12516,8 +12531,10 @@ "cancel": "Отмена", "error-title": "", "input": { - "placeholder": "Выбрать области...", - "removeAll": "Удалить все области" + "placeholder": "", + "remove-all": "", + "removeAll": "Удалить все области", + "tooltip": "" }, "title": "Выбор областей" }, diff --git a/public/locales/sv-SE/grafana.json b/public/locales/sv-SE/grafana.json index 28cacec2dc8..35b5c4b7cc7 100644 --- a/public/locales/sv-SE/grafana.json +++ b/public/locales/sv-SE/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Visa tröskelvärdesetiketter", "name-show-threshold-markers": "Visa tröskelmarkörer", "placeholder-neutral": "auto", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "Kopiera till klippbordet", "csv-counts": "", "csv-placeholder": "Ange CSV här…", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Filtrera värden", "filter-popup-apply": "Ok", "filter-popup-aria-label-match-case": "Matcha gemener/versaler", @@ -12406,8 +12421,10 @@ "cancel": "Avbryt", "error-title": "", "input": { - "placeholder": "Välj omfattningar …", - "removeAll": "Ta bort alla omfattningar" + "placeholder": "", + "remove-all": "", + "removeAll": "Ta bort alla omfattningar", + "tooltip": "" }, "title": "Välj omfattningar" }, diff --git a/public/locales/tr-TR/grafana.json b/public/locales/tr-TR/grafana.json index 0f00a582988..2fd50dc5856 100644 --- a/public/locales/tr-TR/grafana.json +++ b/public/locales/tr-TR/grafana.json @@ -7792,6 +7792,14 @@ "name-show-threshold-labels": "Eşik etiketlerini göster", "name-show-threshold-markers": "Eşik işaretçilerini göster", "placeholder-neutral": "otomatik", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -9002,6 +9010,13 @@ "copy": "Panoya kopyala", "csv-counts": "", "csv-placeholder": "Buraya CSV girin...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "Değerleri filtrele", "filter-popup-apply": "Tamam", "filter-popup-aria-label-match-case": "", @@ -12406,8 +12421,10 @@ "cancel": "İptal", "error-title": "", "input": { - "placeholder": "Kapsam seçin...", - "removeAll": "Tüm kapsamları kaldır" + "placeholder": "", + "remove-all": "", + "removeAll": "Tüm kapsamları kaldır", + "tooltip": "" }, "title": "Kapsam seçin" }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 18a7238b33d..e139cf56610 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -7766,6 +7766,14 @@ "name-show-threshold-labels": "显示阈值标签", "name-show-threshold-markers": "显示阈值标记", "placeholder-neutral": "自动", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -8966,6 +8974,13 @@ "copy": "复制到剪贴板", "csv-counts": "", "csv-placeholder": "在此处输入 CSV...", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "筛选值", "filter-popup-apply": "好", "filter-popup-aria-label-match-case": "区分大小写", @@ -12351,8 +12366,10 @@ "cancel": "取消", "error-title": "", "input": { - "placeholder": "选择范围…", - "removeAll": "移除所有范围" + "placeholder": "", + "remove-all": "", + "removeAll": "移除所有范围", + "tooltip": "" }, "title": "选择范围" }, diff --git a/public/locales/zh-Hant/grafana.json b/public/locales/zh-Hant/grafana.json index 203c2d2f177..80360c56f8b 100644 --- a/public/locales/zh-Hant/grafana.json +++ b/public/locales/zh-Hant/grafana.json @@ -7766,6 +7766,14 @@ "name-show-threshold-labels": "顯示閾值標籤", "name-show-threshold-markers": "顯示閾值標記", "placeholder-neutral": "自動", + "suggestions": { + "arc": "", + "circular": "", + "style": { + "circular": "", + "simple": "" + } + }, "threshold": "" }, "gen-ai": { @@ -8966,6 +8974,13 @@ "copy": "複製到剪貼簿", "csv-counts": "", "csv-placeholder": "在此處輸入 CSV …", + "filter": { + "add-all": "", + "remove-all": "", + "select-all": "", + "selected": "", + "selected-some-hidden": "" + }, "filter-placeholder": "篩選值", "filter-popup-apply": "好的", "filter-popup-aria-label-match-case": "區分大小寫", @@ -12351,8 +12366,10 @@ "cancel": "取消", "error-title": "", "input": { - "placeholder": "選取範圍…", - "removeAll": "移除所有範圍" + "placeholder": "", + "remove-all": "", + "removeAll": "移除所有範圍", + "tooltip": "" }, "title": "選取範圍" },