diff --git a/public/locales/cs-CZ/grafana.json b/public/locales/cs-CZ/grafana.json index 7021c1178df..689c4ed7ba1 100644 --- a/public/locales/cs-CZ/grafana.json +++ b/public/locales/cs-CZ/grafana.json @@ -7745,7 +7745,8 @@ "name-neutral": "Neutrální", "name-show-threshold-labels": "Zobrazit štítky prahových hodnot", "name-show-threshold-markers": "Zobrazit značky prahových hodnot", - "placeholder-neutral": "auto." + "placeholder-neutral": "auto.", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Použít", @@ -12158,6 +12159,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 5721fa79c6a..92f71f23b5d 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Neutral", "name-show-threshold-labels": "Schwellenwert-Labels anzeigen", "name-show-threshold-markers": "Schwellenwert-Markierungen anzeigen", - "placeholder-neutral": "auto" + "placeholder-neutral": "auto", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Anwenden", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 06ce59df222..ff66906b69f 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Neutral", "name-show-threshold-labels": "Mostrar etiquetas de umbral", "name-show-threshold-markers": "Mostrar marcadores de umbral", - "placeholder-neutral": "auto" + "placeholder-neutral": "auto", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Aplicar", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index f4d2a6229ba..9bb92a2aee9 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Neutre", "name-show-threshold-labels": "Afficher les étiquettes de seuil", "name-show-threshold-markers": "Afficher les marqueurs de seuil", - "placeholder-neutral": "auto" + "placeholder-neutral": "auto", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Appliquer", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/hu-HU/grafana.json b/public/locales/hu-HU/grafana.json index 45109cd923d..512765f657c 100644 --- a/public/locales/hu-HU/grafana.json +++ b/public/locales/hu-HU/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Semleges", "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" + "placeholder-neutral": "automatikus", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Alkalmaz", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/id-ID/grafana.json b/public/locales/id-ID/grafana.json index 63de3722523..2ed9a1295cd 100644 --- a/public/locales/id-ID/grafana.json +++ b/public/locales/id-ID/grafana.json @@ -7676,7 +7676,8 @@ "name-neutral": "Netral", "name-show-threshold-labels": "Tampilkan label ambang batas", "name-show-threshold-markers": "Tampilkan penanda ambang batas", - "placeholder-neutral": "otomatis" + "placeholder-neutral": "otomatis", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Terapkan", @@ -12035,6 +12036,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/it-IT/grafana.json b/public/locales/it-IT/grafana.json index b9dca591d64..cb0c3b8a030 100644 --- a/public/locales/it-IT/grafana.json +++ b/public/locales/it-IT/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Normale", "name-show-threshold-labels": "Mostra etichette di soglia", "name-show-threshold-markers": "Mostra indicatori di soglia", - "placeholder-neutral": "automatico" + "placeholder-neutral": "automatico", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Applica", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/ja-JP/grafana.json b/public/locales/ja-JP/grafana.json index 5da8ba1e705..67a624fbb7b 100644 --- a/public/locales/ja-JP/grafana.json +++ b/public/locales/ja-JP/grafana.json @@ -7676,7 +7676,8 @@ "name-neutral": "中立", "name-show-threshold-labels": "しきい値ラベルを表示", "name-show-threshold-markers": "しきい値マーカーを表示", - "placeholder-neutral": "自動" + "placeholder-neutral": "自動", + "threshold": "" }, "gen-ai": { "apply-suggestion": "適用", @@ -12035,6 +12036,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/ko-KR/grafana.json b/public/locales/ko-KR/grafana.json index 890be5556d5..216d42f077f 100644 --- a/public/locales/ko-KR/grafana.json +++ b/public/locales/ko-KR/grafana.json @@ -7676,7 +7676,8 @@ "name-neutral": "중간임", "name-show-threshold-labels": "임계값 레이블 표시", "name-show-threshold-markers": "임계값 마커 표시", - "placeholder-neutral": "자동" + "placeholder-neutral": "자동", + "threshold": "" }, "gen-ai": { "apply-suggestion": "적용", @@ -12035,6 +12036,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/nl-NL/grafana.json b/public/locales/nl-NL/grafana.json index 59e7b63d061..4e6cd546803 100644 --- a/public/locales/nl-NL/grafana.json +++ b/public/locales/nl-NL/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Neutraal", "name-show-threshold-labels": "Drempellabels weergeven", "name-show-threshold-markers": "Drempelmarkeringen weergeven", - "placeholder-neutral": "automatisch" + "placeholder-neutral": "automatisch", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Toepassen", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/pl-PL/grafana.json b/public/locales/pl-PL/grafana.json index a2e6c512663..323f337275f 100644 --- a/public/locales/pl-PL/grafana.json +++ b/public/locales/pl-PL/grafana.json @@ -7745,7 +7745,8 @@ "name-neutral": "Neutralne", "name-show-threshold-labels": "Pokaż etykiety progów", "name-show-threshold-markers": "Pokaż znaczniki progów", - "placeholder-neutral": "automatycznie" + "placeholder-neutral": "automatycznie", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Zastosuj", @@ -12158,6 +12159,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 27cfa61b0cb..10c1cdc2fad 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Neutro", "name-show-threshold-labels": "Mostrar rótulos de limite", "name-show-threshold-markers": "Mostrar marcadores de limite", - "placeholder-neutral": "automático" + "placeholder-neutral": "automático", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Aplicar", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/pt-PT/grafana.json b/public/locales/pt-PT/grafana.json index 560c983890e..642f5301d7a 100644 --- a/public/locales/pt-PT/grafana.json +++ b/public/locales/pt-PT/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Neutro", "name-show-threshold-labels": "Mostrar as etiquetas de limite", "name-show-threshold-markers": "Mostrar os marcadores de limite", - "placeholder-neutral": "auto" + "placeholder-neutral": "auto", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Aplicar", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/ru-RU/grafana.json b/public/locales/ru-RU/grafana.json index cbc8a6788fa..34786506adf 100644 --- a/public/locales/ru-RU/grafana.json +++ b/public/locales/ru-RU/grafana.json @@ -7745,7 +7745,8 @@ "name-neutral": "Нейтральный", "name-show-threshold-labels": "Показывать метки пороговых значений", "name-show-threshold-markers": "Показывать маркеры пороговых значений", - "placeholder-neutral": "авто" + "placeholder-neutral": "авто", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Применить", @@ -12158,6 +12159,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/sv-SE/grafana.json b/public/locales/sv-SE/grafana.json index 407266742f1..9168b29fcdf 100644 --- a/public/locales/sv-SE/grafana.json +++ b/public/locales/sv-SE/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Neutral", "name-show-threshold-labels": "Visa tröskelvärdesetiketter", "name-show-threshold-markers": "Visa tröskelmarkörer", - "placeholder-neutral": "auto" + "placeholder-neutral": "auto", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Tillämpa", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/tr-TR/grafana.json b/public/locales/tr-TR/grafana.json index aeb8131550a..9d620a66de6 100644 --- a/public/locales/tr-TR/grafana.json +++ b/public/locales/tr-TR/grafana.json @@ -7699,7 +7699,8 @@ "name-neutral": "Nötr", "name-show-threshold-labels": "Eşik etiketlerini göster", "name-show-threshold-markers": "Eşik işaretçilerini göster", - "placeholder-neutral": "otomatik" + "placeholder-neutral": "otomatik", + "threshold": "" }, "gen-ai": { "apply-suggestion": "Uygula", @@ -12076,6 +12077,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 3e658468b49..832c63ae438 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -7676,7 +7676,8 @@ "name-neutral": "中性", "name-show-threshold-labels": "显示阈值标签", "name-show-threshold-markers": "显示阈值标记", - "placeholder-neutral": "自动" + "placeholder-neutral": "自动", + "threshold": "" }, "gen-ai": { "apply-suggestion": "应用", @@ -12035,6 +12036,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } }, diff --git a/public/locales/zh-Hant/grafana.json b/public/locales/zh-Hant/grafana.json index 3232fbad5ea..5fa77b6df57 100644 --- a/public/locales/zh-Hant/grafana.json +++ b/public/locales/zh-Hant/grafana.json @@ -7676,7 +7676,8 @@ "name-neutral": "中性", "name-show-threshold-labels": "顯示閾值標籤", "name-show-threshold-markers": "顯示閾值標記", - "placeholder-neutral": "自動" + "placeholder-neutral": "自動", + "threshold": "" }, "gen-ai": { "apply-suggestion": "套用", @@ -12035,6 +12036,7 @@ "shape-circle": "", "shape-gauge": "", "sparkline": "", + "threshold-labels": "", "threshold-markers": "" } },