From eceff8d26e8949b9b358bf5e79d6383475acaa15 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:30:01 +0000 Subject: [PATCH] I18n: Download translations from Crowdin (#115193) 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 | 28 ++++++++++++++++++---------- public/locales/de-DE/grafana.json | 28 ++++++++++++++++++---------- public/locales/es-ES/grafana.json | 28 ++++++++++++++++++---------- public/locales/fr-FR/grafana.json | 28 ++++++++++++++++++---------- public/locales/hu-HU/grafana.json | 28 ++++++++++++++++++---------- public/locales/id-ID/grafana.json | 28 ++++++++++++++++++---------- public/locales/it-IT/grafana.json | 28 ++++++++++++++++++---------- public/locales/ja-JP/grafana.json | 28 ++++++++++++++++++---------- public/locales/ko-KR/grafana.json | 28 ++++++++++++++++++---------- public/locales/nl-NL/grafana.json | 28 ++++++++++++++++++---------- public/locales/pl-PL/grafana.json | 28 ++++++++++++++++++---------- public/locales/pt-BR/grafana.json | 28 ++++++++++++++++++---------- public/locales/pt-PT/grafana.json | 28 ++++++++++++++++++---------- public/locales/ru-RU/grafana.json | 28 ++++++++++++++++++---------- public/locales/sv-SE/grafana.json | 28 ++++++++++++++++++---------- public/locales/tr-TR/grafana.json | 28 ++++++++++++++++++---------- public/locales/zh-Hans/grafana.json | 28 ++++++++++++++++++---------- public/locales/zh-Hant/grafana.json | 28 ++++++++++++++++++---------- 18 files changed, 324 insertions(+), 180 deletions(-) diff --git a/public/locales/cs-CZ/grafana.json b/public/locales/cs-CZ/grafana.json index e38462b15df..af86db55162 100644 --- a/public/locales/cs-CZ/grafana.json +++ b/public/locales/cs-CZ/grafana.json @@ -2351,7 +2351,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5129,6 +5131,14 @@ "layout": "Rozvržení" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5503,6 +5513,12 @@ "label": "Upravit", "tooltip": "Vstoupit do režimu úprav" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Nastavit jako upravitelné", "tooltip": "Tato nástěnka byla označena jen pro čtení" @@ -5524,14 +5540,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Upravit schéma nástěnky v2" }, - "edit-toggle": { - "enter": { - "label": "Vstoupit do režimu úprav" - }, - "exit": { - "label": "Ukončit režim úprav" - } - }, "enter-edit-mode": { "label": "Nastavit jako upravitelné", "tooltip": "Tato nástěnka byla označena jen pro čtení" @@ -11940,7 +11948,7 @@ "modal-title-set-up-public-access": "Nastavit veřejný přístup", "modal-title-set-up-required-features": "Nastavte povinné prvky", "step-description-copy-url": "Z výstupu „ngrok“ zkopírujte část adresy URL pro přesměrování (https://), která vypadá následovně:", - "step-description-enable-feature-toggles": "Chcete-li povolit potřebné funkce, přidejte do souboru custom.ini tato nastavení:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Spuštěním tohoto příkazu vytvoříte zabezpečené připojení k místní instanci Grafany:", "step-description-update-grafana-config": "Přidejte to do souboru custom.ini a nahraďte adresu URL aktuální adresou URL ngrok:", "step-title-copy-url": "Kopírovat veřejnou adresu URL", diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 1ef1f3f3733..57d5bcc26a9 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Layout" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Bearbeiten", "tooltip": "In den Bearbeitungsmodus wechseln" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Bearbeitbar machen", "tooltip": "Dieses Dashboard wurde als schreibgeschützt markiert" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Dashboard-v2-Schema bearbeiten" }, - "edit-toggle": { - "enter": { - "label": "Bearbeitungsmodus aufrufen" - }, - "exit": { - "label": "Bearbeitungsmodus beenden" - } - }, "enter-edit-mode": { "label": "Bearbeitbar machen", "tooltip": "Dieses Dashboard wurde als schreibgeschützt markiert" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Öffentlichen Zugriff einrichten", "modal-title-set-up-required-features": "Benötigte Funktionen einrichten", "step-description-copy-url": "Kopieren Sie von der ngrok-Ausgabe die https://-URL zur Weiterleitung, die wie folgt aussieht:", - "step-description-enable-feature-toggles": "Fügen Sie diese Einstellungen zu Ihrer custom.ini-Datei hinzu, um die erforderlichen Funktionen zu aktivieren:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Führen Sie diesen Befehl aus, um einen sicheren Tunnel zu Ihrer lokalen Grafana-Version zu erstellen:", "step-description-update-grafana-config": "Fügen Sie dies Ihrer custom.ini-Datei hinzu und ersetzen Sie die URL durch Ihre tatsächliche ngrok-URL:", "step-title-copy-url": "Kopieren Sie Ihre öffentliche URL", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 1043c4637de..9e141b42f4e 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Diseño" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Editar", "tooltip": "Entrar en modo de edición" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Hacer editable", "tooltip": "Este panel de control se ha marcado como de solo lectura" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Editar esquema del dashboard v2" }, - "edit-toggle": { - "enter": { - "label": "Entrar en modo de edición" - }, - "exit": { - "label": "Salir del modo de edición" - } - }, "enter-edit-mode": { "label": "Hacer editable", "tooltip": "Este dashboard se ha marcado como de solo lectura" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Configurar el acceso público", "modal-title-set-up-required-features": "Configurar las características necesarias", "step-description-copy-url": "Desde la salida de ngrok, copia la URL de redireccionamiento https:// que tiene el siguiente aspecto:", - "step-description-enable-feature-toggles": "Añade estos ajustes a tu archivo custom.ini para habilitar las funciones necesarias:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Ejecuta este comando para crear un túnel seguro a tu Grafana local:", "step-description-update-grafana-config": "Añade esto a tu archivo custom.ini, sustituyendo la URL por tu URL real de ngrok:", "step-title-copy-url": "Copia tu URL pública", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index d9aa7756cba..6adbf1a98d2 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Mise en page" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Modifier", "tooltip": "Entrer dans le mode édition" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Rendre modifiable", "tooltip": "Ce tableau de bord a été marqué comme étant en lecture seule" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Modifier le schéma du tableau de bord v2" }, - "edit-toggle": { - "enter": { - "label": "Entrer dans le mode édition" - }, - "exit": { - "label": "Quitter le mode d’édition" - } - }, "enter-edit-mode": { "label": "Rendre modifiable", "tooltip": "Ce tableau de bord a été marqué comme étant en lecture seule" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Configurer l’accès public", "modal-title-set-up-required-features": "Configurer les fonctionnalités requises", "step-description-copy-url": "À partir de la sortie ngrok, copiez l’URL de redirection https:// qui ressemble à ceci :", - "step-description-enable-feature-toggles": "Ajoutez ces paramètres à votre fichier custom.ini pour activer les fonctionnalités nécessaires :", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Exécutez cette commande pour créer un tunnel sécurisé vers votre Grafana local :", "step-description-update-grafana-config": "Ajoutez ceci à votre fichier custom.ini, en remplaçant l’URL par votre URL ngrok réelle :", "step-title-copy-url": "Copier l’URL publique", diff --git a/public/locales/hu-HU/grafana.json b/public/locales/hu-HU/grafana.json index a7a7b5f54e6..c96862e730a 100644 --- a/public/locales/hu-HU/grafana.json +++ b/public/locales/hu-HU/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Elrendezés" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Szerkesztés", "tooltip": "Belépés a szerkesztési módba" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Legyen szerkeszthető", "tooltip": "Ez az irányítópult csak olvashatóként van megjelölve" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Irányítópult v2 sémájának szerkesztése" }, - "edit-toggle": { - "enter": { - "label": "Belépés a szerkesztési módba" - }, - "exit": { - "label": "Kilépés a szerkesztési módból" - } - }, "enter-edit-mode": { "label": "Legyen szerkeszthető", "tooltip": "Ez az irányítópult csak olvashatóként van megjelölve" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Nyilvános hozzáférés beállítása", "modal-title-set-up-required-features": "Kötelező funkciók beállítása", "step-description-copy-url": "Az ngrok kimenetéből másolja ki a https:// átirányítási URL-címet, amely így néz ki:", - "step-description-enable-feature-toggles": "A szükséges funkciók engedélyezéséhez adja hozzá ezeket a beállításokat a custom.ini fájlhoz:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Futtassa ezt a parancsot egy biztonságos alagút létrehozásához a helyi Grafanához:", "step-description-update-grafana-config": "Adja hozzá ezt a custom.ini fájlhoz, lecserélve az URL-t a tényleges ngrok URL-címre:", "step-title-copy-url": "A nyilvános URL-cím kimásolása", diff --git a/public/locales/id-ID/grafana.json b/public/locales/id-ID/grafana.json index 2524fef02ef..365e4e2f783 100644 --- a/public/locales/id-ID/grafana.json +++ b/public/locales/id-ID/grafana.json @@ -2327,7 +2327,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5072,6 +5074,14 @@ "layout": "Tata Letak" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5443,6 +5453,12 @@ "label": "Edit", "tooltip": "Masuk ke mode edit" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Jadikan dapat diedit", "tooltip": "Dasbor ini ditandai sebagai hanya baca" @@ -5464,14 +5480,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Edit skema dasbor v2" }, - "edit-toggle": { - "enter": { - "label": "Masuk ke mode edit" - }, - "exit": { - "label": "Keluar dari mode edit" - } - }, "enter-edit-mode": { "label": "Jadikan dapat diedit", "tooltip": "Dasbor ini ditandai sebagai hanya baca" @@ -11787,7 +11795,7 @@ "modal-title-set-up-public-access": "Atur akses publik", "modal-title-set-up-required-features": "Atur fitur yang diwajibkan", "step-description-copy-url": "Dari output ngrok, salin URL penerusan https:// yang terlihat seperti ini:", - "step-description-enable-feature-toggles": "Tambahkan pengaturan ini ke file custom.ini Anda untuk mengaktifkan fitur yang diperlukan:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Jalankan perintah ini untuk membuat tunnel aman ke Grafana lokal Anda:", "step-description-update-grafana-config": "Tambahkan ini ke file custom.ini Anda, ganti URL dengan URL ngrok Anda yang sebenarnya:", "step-title-copy-url": "Salin URL publik Anda", diff --git a/public/locales/it-IT/grafana.json b/public/locales/it-IT/grafana.json index 4ca3f0fe469..0f1dbd3b5fb 100644 --- a/public/locales/it-IT/grafana.json +++ b/public/locales/it-IT/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Layout" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Modifica", "tooltip": "Entra in modalità di modifica" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Rendi modificabile", "tooltip": "Questo dashboard è stato contrassegnato come di sola lettura" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Modifica lo schema v2 della dashboard" }, - "edit-toggle": { - "enter": { - "label": "Entra in modalità di modifica" - }, - "exit": { - "label": "Esci dalla modalità di modifica" - } - }, "enter-edit-mode": { "label": "Rendi modificabile", "tooltip": "Questa dashboard è stata contrassegnata come di sola lettura" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Configura l'accesso pubblico", "modal-title-set-up-required-features": "Configura le funzionalità necessarie", "step-description-copy-url": "Dall'output di ngrok, copia l'URL di inoltro https:// simile al seguente:", - "step-description-enable-feature-toggles": "Aggiungi queste impostazioni al tuo file custom.ini per abilitare le funzionalità necessarie:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Esegui questo comando per creare un tunnel sicuro per il tuo Grafana locale:", "step-description-update-grafana-config": "Aggiungi questo al tuo file custom.ini, sostituendo l'URL con il tuo URL ngrok effettivo:", "step-title-copy-url": "Copia il tuo URL pubblico", diff --git a/public/locales/ja-JP/grafana.json b/public/locales/ja-JP/grafana.json index 7c22a029f1c..e6e8b87e70d 100644 --- a/public/locales/ja-JP/grafana.json +++ b/public/locales/ja-JP/grafana.json @@ -2327,7 +2327,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5072,6 +5074,14 @@ "layout": "レイアウト" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5443,6 +5453,12 @@ "label": "編集", "tooltip": "編集モードに入る" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "編集可能にする", "tooltip": "このダッシュボードは読み取り専用に設定されています" @@ -5464,14 +5480,6 @@ "edit-dashboard-v2-schema": { "tooltip": "ダッシュボードv2スキーマを編集" }, - "edit-toggle": { - "enter": { - "label": "編集モードに入る" - }, - "exit": { - "label": "編集モードを終了" - } - }, "enter-edit-mode": { "label": "編集可能にする", "tooltip": "このダッシュボードは読み取り専用に設定されています" @@ -11787,7 +11795,7 @@ "modal-title-set-up-public-access": "公開アクセスを設定", "modal-title-set-up-required-features": "必要な機能を設定", "step-description-copy-url": "ngrokの出力から、https://ではじまる転送URLをコピーしてください。", - "step-description-enable-feature-toggles": "必要な機能を有効にするには、これらの設定をcustom.iniファイルに追加してください。", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "このコマンドを実行して、ローカルのGrafanaへの安全なトンネルを作成します。", "step-description-update-grafana-config": "これをcustom.iniファイルに追加し、URLを実際のngrok URLに置き換えてください。", "step-title-copy-url": "公開URLをコピー", diff --git a/public/locales/ko-KR/grafana.json b/public/locales/ko-KR/grafana.json index bbfa4375120..152cb7f1607 100644 --- a/public/locales/ko-KR/grafana.json +++ b/public/locales/ko-KR/grafana.json @@ -2327,7 +2327,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5072,6 +5074,14 @@ "layout": "레이아웃" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5443,6 +5453,12 @@ "label": "편집", "tooltip": "편집 모드 진입" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "편집 가능하게 설정", "tooltip": "이 대시보드는 읽기 전용으로 표시되었습니다." @@ -5464,14 +5480,6 @@ "edit-dashboard-v2-schema": { "tooltip": "대시보드 v2 스키마 편집" }, - "edit-toggle": { - "enter": { - "label": "편집 모드 진입" - }, - "exit": { - "label": "편집 모드 종료" - } - }, "enter-edit-mode": { "label": "편집 가능하게 설정", "tooltip": "이 대시보드는 읽기 전용으로 표시되었습니다." @@ -11787,7 +11795,7 @@ "modal-title-set-up-public-access": "공개 액세스 설정", "modal-title-set-up-required-features": "필수 기능 설정", "step-description-copy-url": "ngrok 출력에서 다음과 같은 https:// 전달 URL을 복사합니다.", - "step-description-enable-feature-toggles": "필요한 기능을 활성화하려면 다음 설정을 custom.ini 파일에 추가하세요.", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "이 명령을 실행하여 로컬 Grafana에 대한 보안 터널을 생성합니다.", "step-description-update-grafana-config": "이것을 custom.ini 파일에 추가하여, URL을 다음과 같은 실제 ngrok URL로 교체합니다.", "step-title-copy-url": "공개 URL 복사", diff --git a/public/locales/nl-NL/grafana.json b/public/locales/nl-NL/grafana.json index d02c0beb6fd..a20a4e079af 100644 --- a/public/locales/nl-NL/grafana.json +++ b/public/locales/nl-NL/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Indeling" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Bewerken", "tooltip": "Naar bewerkingsmodus" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Bewerkbaar maken", "tooltip": "Dit dashboard is gemarkeerd als alleen lezen" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Dashboard v2-schema bewerken" }, - "edit-toggle": { - "enter": { - "label": "Naar bewerkingsmodus" - }, - "exit": { - "label": "Bewerkingsmodus afsluiten" - } - }, "enter-edit-mode": { "label": "Bewerkbaar maken", "tooltip": "Dit dashboard is gemarkeerd als alleen lezen" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Openbare toegang instellen", "modal-title-set-up-required-features": "Vereiste functies instellen", "step-description-copy-url": "Kopieer vanuit de ngrok-uitvoer de https:// forwarding-URL die er als volgt uitziet:", - "step-description-enable-feature-toggles": "Voeg deze instellingen toe aan je custom.ini-bestand om de nodige functies in te schakelen:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Voer dit commando uit om een veilige tunnel naar je lokale Grafana te maken:", "step-description-update-grafana-config": "Voeg dit toe aan je custom.ini-bestand en vervang de URL door je werkelijke ngrok-URL:", "step-title-copy-url": "Kopieer je openbare URL", diff --git a/public/locales/pl-PL/grafana.json b/public/locales/pl-PL/grafana.json index 51509926ba4..06987de8041 100644 --- a/public/locales/pl-PL/grafana.json +++ b/public/locales/pl-PL/grafana.json @@ -2351,7 +2351,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5129,6 +5131,14 @@ "layout": "Układ" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5503,6 +5513,12 @@ "label": "Edytuj", "tooltip": "Wejdź w tryb edycji" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Udostępnij do edycji", "tooltip": "Ten pulpit został oznaczony jako tylko do odczytu" @@ -5524,14 +5540,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Edytuj schemat pulpitu w wersji 2" }, - "edit-toggle": { - "enter": { - "label": "Wejdź w tryb edycji" - }, - "exit": { - "label": "Wyjdź z trybu edycji" - } - }, "enter-edit-mode": { "label": "Udostępnij do edycji", "tooltip": "Ten pulpit został oznaczony jako tylko do odczytu" @@ -11940,7 +11948,7 @@ "modal-title-set-up-public-access": "Skonfiguruj dostęp publiczny", "modal-title-set-up-required-features": "Skonfiguruj wymagane funkcje", "step-description-copy-url": "Z wyjścia narzędzia ngrok skopiuj adres URL https:// przekazywania, który wygląda następująco:", - "step-description-enable-feature-toggles": "Dodaj te ustawienia do pliku custom.ini, aby włączyć niezbędne funkcje:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Uruchom to polecenie, aby utworzyć bezpieczny tunel do lokalnej instancji Grafany:", "step-description-update-grafana-config": "Dodaj to do pliku custom.ini, zastępując adres URL rzeczywistym adresem URL narzędzia ngrok:", "step-title-copy-url": "Skopiuj swój publiczny URL", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index dbc6665356a..0774fe6767e 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Layout" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Editar", "tooltip": "Entrar no modo de edição" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Tornar editável", "tooltip": "Este painel de controle foi marcado como somente leitura" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Editar esquema v2 do painel" }, - "edit-toggle": { - "enter": { - "label": "Entrar no modo de edição" - }, - "exit": { - "label": "Sair do modo de edição" - } - }, "enter-edit-mode": { "label": "Tornar editável", "tooltip": "Este painel foi marcado como somente leitura" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Configurar acesso público", "modal-title-set-up-required-features": "Configurar os recursos necessários", "step-description-copy-url": "Na saída do ngrok, copie a URL de encaminhamento https:// semelhante a esta:", - "step-description-enable-feature-toggles": "Adicione essas configurações ao seu arquivo custom.ini para ativar os recursos necessários:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Execute este comando para criar um túnel seguro para sua Grafana local:", "step-description-update-grafana-config": "Adicione isso ao seu arquivo custom.ini, substituindo a URL por sua URL ngrok real:", "step-title-copy-url": "Copie sua URL pública", diff --git a/public/locales/pt-PT/grafana.json b/public/locales/pt-PT/grafana.json index b09de6f172a..eabb3d9e99e 100644 --- a/public/locales/pt-PT/grafana.json +++ b/public/locales/pt-PT/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Layout" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Editar", "tooltip": "Entrar no modo de edição" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Tornar editável", "tooltip": "Este painel de controlo foi marcado como apenas de leitura" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Editar esquema do painel de controlo v2" }, - "edit-toggle": { - "enter": { - "label": "Entrar no modo de edição" - }, - "exit": { - "label": "Sair do modo de edição" - } - }, "enter-edit-mode": { "label": "Tornar editável", "tooltip": "Este painel de controlo foi marcado como apenas de leitura" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Configurar acesso público", "modal-title-set-up-required-features": "Configurar as funcionalidades necessárias", "step-description-copy-url": "A partir da saída do ngrok, copie o URL de encaminhamento https:// que tem o seguinte aspeto:", - "step-description-enable-feature-toggles": "Adicione estas definições ao seu ficheiro custom.ini para ativar as funcionalidades necessárias:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Execute este comando para criar um túnel seguro para a sua Grafana local:", "step-description-update-grafana-config": "Adicione isto ao seu ficheiro custom.ini, substituindo o URL pelo seu URL ngrok atual:", "step-title-copy-url": "Copie o seu URL público", diff --git a/public/locales/ru-RU/grafana.json b/public/locales/ru-RU/grafana.json index 8cb3e2dcd7c..1542c4a7a29 100644 --- a/public/locales/ru-RU/grafana.json +++ b/public/locales/ru-RU/grafana.json @@ -2351,7 +2351,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5129,6 +5131,14 @@ "layout": "Расположение" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5503,6 +5513,12 @@ "label": "Редактировать", "tooltip": "Войти в режим редактирования" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Сделать доступным для редактирования", "tooltip": "Дашборд был помечен как «только для чтения»" @@ -5524,14 +5540,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Редактировать дашборд схемы v2" }, - "edit-toggle": { - "enter": { - "label": "Войти в режим редактирования" - }, - "exit": { - "label": "Выйти из режима редактирования" - } - }, "enter-edit-mode": { "label": "Сделать доступным для редактирования", "tooltip": "Дашборд был помечен как «только для чтения»" @@ -11940,7 +11948,7 @@ "modal-title-set-up-public-access": "Настройка общего доступа", "modal-title-set-up-required-features": "Настройка необходимых функций", "step-description-copy-url": "Из вывода ngrok скопируйте URL-адрес переадресации https://, который выглядит следующим образом:", - "step-description-enable-feature-toggles": "Добавьте параметры в свой файл custom.ini, чтобы включить необходимые функции:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Выполните эту команду, чтобы создать защищенный туннель к вашей локальной версии Grafana:", "step-description-update-grafana-config": "Добавьте данные в свой файл custom.ini, заменив URL-адрес на фактический URL-адрес ngrok:", "step-title-copy-url": "Копирование общедоступного URL-адреса", diff --git a/public/locales/sv-SE/grafana.json b/public/locales/sv-SE/grafana.json index 3e56a5f66c7..c390b4175c2 100644 --- a/public/locales/sv-SE/grafana.json +++ b/public/locales/sv-SE/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Layout" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Redigera", "tooltip": "Gå till redigeringsläge" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Gör redigerbar", "tooltip": "Den här instrumentpanelen markerades som skrivskyddad" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Redigera instrumentpanel v2-schema" }, - "edit-toggle": { - "enter": { - "label": "Gå till redigeringsläge" - }, - "exit": { - "label": "Avsluta redigeringsläge" - } - }, "enter-edit-mode": { "label": "Gör redigerbar", "tooltip": "Den här instrumentpanelen markerades som skrivskyddad" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Konfigurera offentlig åtkomst", "modal-title-set-up-required-features": "Konfigurera obligatoriska funktioner", "step-description-copy-url": "Från ngroks utdata, kopiera den https://-vidarebefordringsadress som ser ut så här:", - "step-description-enable-feature-toggles": "Lägg till dessa inställningar i din custom.ini-fil för att aktivera nödvändiga funktioner:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Kör detta kommando för att skapa en säker tunnel till din lokala Grafana:", "step-description-update-grafana-config": "Lägg till detta i din custom.ini-fil och ersätt webbadressen med din faktiska ngrok-URL:", "step-title-copy-url": "Kopiera din offentliga webbadress", diff --git a/public/locales/tr-TR/grafana.json b/public/locales/tr-TR/grafana.json index 13d03187dea..258d74c27f1 100644 --- a/public/locales/tr-TR/grafana.json +++ b/public/locales/tr-TR/grafana.json @@ -2335,7 +2335,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5091,6 +5093,14 @@ "layout": "Düzen" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5463,6 +5473,12 @@ "label": "Düzenle", "tooltip": "Düzenleme kipine gir" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "Düzenlenebilir hâle getir", "tooltip": "Bu pano salt okunur olarak işaretlendi" @@ -5484,14 +5500,6 @@ "edit-dashboard-v2-schema": { "tooltip": "Pano v2 şemasını düzenle" }, - "edit-toggle": { - "enter": { - "label": "Düzenleme kipine gir" - }, - "exit": { - "label": "Düzenleme modundan çık" - } - }, "enter-edit-mode": { "label": "Düzenlenebilir yap", "tooltip": "Bu pano salt okunur olarak işaretlendi" @@ -11838,7 +11846,7 @@ "modal-title-set-up-public-access": "Herkese açık erişimi ayarla", "modal-title-set-up-required-features": "Gerekli özellikleri ayarla", "step-description-copy-url": "Ngrok çıktısından https:// ile başlayan yönlendirme URL'sini kopyalayın:", - "step-description-enable-feature-toggles": "Gerekli özellikleri etkinleştirmek için bu ayarları custom.ini dosyanıza ekleyin:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "Yerel Grafana'nıza güvenli bir tünel oluşturmak için bu komutu çalıştırın:", "step-description-update-grafana-config": "Bunu custom.ini dosyanıza ekleyin ve URL'yi kendi ngrok URL'nizle değiştirin:", "step-title-copy-url": "Herkese açık URL'nizi kopyalayın", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 41582b2fe9c..e2514cf36ed 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -2327,7 +2327,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5072,6 +5074,14 @@ "layout": "布局" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5443,6 +5453,12 @@ "label": "编辑", "tooltip": "进入编辑模式" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "设为可编辑", "tooltip": "此数据面板已被标记为只读" @@ -5464,14 +5480,6 @@ "edit-dashboard-v2-schema": { "tooltip": "编辑数据面板 v2 架构" }, - "edit-toggle": { - "enter": { - "label": "进入编辑模式" - }, - "exit": { - "label": "退出编辑模式" - } - }, "enter-edit-mode": { "label": "设为可编辑", "tooltip": "此数据面板已被标记为只读" @@ -11787,7 +11795,7 @@ "modal-title-set-up-public-access": "设置公共访问", "modal-title-set-up-required-features": "设置所需功能", "step-description-copy-url": "从 ngrok 输出中,复制 https:// 转发 URL,如下所示:", - "step-description-enable-feature-toggles": "将这些设置添加到您的 custom.ini 文件以启用必要的功能:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "运行此命令以创建指向本地 Grafana 的安全隧道:", "step-description-update-grafana-config": "将此添加到您的 custom.ini 文件,并将 URL 替换为您的实际 ngrok URL:", "step-title-copy-url": "复制您的公共 URL", diff --git a/public/locales/zh-Hant/grafana.json b/public/locales/zh-Hant/grafana.json index 36f3ef7a410..7ff6bfff111 100644 --- a/public/locales/zh-Hant/grafana.json +++ b/public/locales/zh-Hant/grafana.json @@ -2327,7 +2327,9 @@ }, "rule-details-matching-instances": { "button-show-all": "", - "showing-count": "" + "button-show-all-instances": "", + "showing-count": "", + "showing-count-with-state": "" }, "rule-editor": { "get-content": { @@ -5072,6 +5074,14 @@ "layout": "版面配置" }, "continue": "", + "panel": { + "modal": { + "body": "", + "confirm": "", + "dismiss": "", + "title": "" + } + }, "ungroup-nested-text": "", "ungroup-nested-title": "" }, @@ -5443,6 +5453,12 @@ "label": "編輯", "tooltip": "進入編輯模式" }, + "edit-button": { + "enter": "", + "enter-tooltip": "", + "exit": "", + "exit-tooltip": "" + }, "enter-edit-mode": { "label": "使其可編輯", "tooltip": "此儀表板已標記為唯讀" @@ -5464,14 +5480,6 @@ "edit-dashboard-v2-schema": { "tooltip": "編輯儀表板 v2 結構" }, - "edit-toggle": { - "enter": { - "label": "進入編輯模式" - }, - "exit": { - "label": "結束編輯模式" - } - }, "enter-edit-mode": { "label": "使其可編輯", "tooltip": "此儀表板已標記為唯讀" @@ -11787,7 +11795,7 @@ "modal-title-set-up-public-access": "設定公共存取", "modal-title-set-up-required-features": "設定所需的功能", "step-description-copy-url": "從 ngrok 輸出中,複製以下的 https:// 轉送網址:", - "step-description-enable-feature-toggles": "將這些設定新增至您的 custom.ini 檔案,以啟用必要的功能:", + "step-description-enable-feature-toggles": "", "step-description-start-ngrok": "執行此命令,以建立通往本機 Grafana 的安全通道:", "step-description-update-grafana-config": "將此新增至您的 custom.ini 檔案,並使用您實際的 ngrok 網址來取代網址:", "step-title-copy-url": "複製您的公共網址",