diff --git a/public/locales/cs-CZ/grafana.json b/public/locales/cs-CZ/grafana.json index c85384d8168..e98e7b3f824 100644 --- a/public/locales/cs-CZ/grafana.json +++ b/public/locales/cs-CZ/grafana.json @@ -4598,6 +4598,12 @@ "overwrite": "Přepsat", "title-plugin-dashboard": "Plugin nástěnky" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5878,11 +5884,6 @@ "transparent-background": "Průhledné pozadí" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Přesunout do nové větve" - } - }, "group-by-variable-form": { "alert-not-supported": "Tento zdroj dat nepodporuje seskupení podle proměnných", "description-enables-users-custom-values": "Umožňuje uživatelům přidávat vlastní hodnoty do seznamu", @@ -6984,11 +6985,6 @@ "dragging-a-sub-region": "Přetažení podoblasti", "value": "Hodnota: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Přejít na Grafana Drilldown", - "description": "Hledáte aplikace Grafana Explore? Teď se nazývají aplikace Grafana Drilldown a najdete je v <1>Nabídka > Drilldown", - "title": "Explore Metrics, Logs, Traces a Profiles byly přesunuty!" - }, "drop-down-menu": { "aria-label-links": "Odkazy", "links": "Odkazy" @@ -11222,11 +11218,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Přidat poznámku k popisu změn (nepovinné)", "description-branch-name-in-git-hub": "Název větvě v GitHubu", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Větev", "label-comment": "Komentář", "label-path": "Cesta", - "label-workflow": "Pracovní tok" + "label-workflow": "Pracovní tok", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11766,6 +11767,10 @@ "button-previous": "Předchozí", "button-submitting": "Odesílání…", "error-instance-repository-exists": "Instance úložiště už existuje" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12889,6 +12894,7 @@ "name-fields": "Pole", "name-frozen-columns": "", "name-hide-in-table": "Skrýt v tabulce", + "name-max-height": "", "name-min-column-width": "Minimální šířka sloupce", "name-show-table-footer": "Zobrazit zápatí tabulky", "name-show-table-header": "Zobrazit záhlaví tabulky", @@ -12898,6 +12904,7 @@ "name-wrap-text": "", "placeholder-column-width": "auto.", "placeholder-fields": "Všechna číselná pole", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 6d3fb4bd10b..41347fde633 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Überschreiben", "title-plugin-dashboard": "Plugin-Dashboard" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Transparenter Hintergrund" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Zu einem neuen Branch pushen" - } - }, "group-by-variable-form": { "alert-not-supported": "Diese Datenquelle unterstützt keine Gruppierung nach Variablen", "description-enables-users-custom-values": "Ermöglicht Nutzern, individuelle Werte zur Liste hinzuzufügen", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "Einen Unterbereich ziehen", "value": "Wert: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Zu Grafana Drilldown", - "description": "Sie sind auf der Suche nach den Grafana-Explore-Apps? Sie heißen jetzt Grafana-Drilldown-Apps und sind unter <1>Menü > Drilldown zu finden", - "title": "Explore-Metriken, Protokolle, Traces und Profile wurden verschoben!" - }, "drop-down-menu": { "aria-label-links": "Links", "links": "Links" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Fügen Sie eine Notiz hinzu, um Ihre Änderungen zu beschreiben (optional)", "description-branch-name-in-git-hub": "Branch-Name in GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Branch", "label-comment": "Kommentar", "label-path": "Pfad", - "label-workflow": "Workflow" + "label-workflow": "Workflow", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Zurück", "button-submitting": "Übertragen …", "error-instance-repository-exists": "Das Instanz-Repository existiert bereits" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Felder", "name-frozen-columns": "", "name-hide-in-table": "In Tabelle ausblenden", + "name-max-height": "", "name-min-column-width": "Minimale Spaltenbreite", "name-show-table-footer": "Tabellenfußzeile anzeigen", "name-show-table-header": "Tabellenüberschirft anzeigen", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "auto", "placeholder-fields": "Alle numerischen Felder", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 3d6ca98840c..2fef3ccbd47 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Sobrescribir", "title-plugin-dashboard": "Dashboard del plugin" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Fondo transparente" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Enviar a una nueva rama" - } - }, "group-by-variable-form": { "alert-not-supported": "Esta fuente de datos no admite grupos por variables", "description-enables-users-custom-values": "Permite a los usuarios añadir valores personalizados a la lista", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "Arrastrando una subregión", "value": "Valor: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Ir a Grafana Drilldown", - "description": "¿Buscas las aplicaciones Grafana Explore? Ahora se llaman aplicaciones Grafana Drilldown y se pueden encontrar en <1>Menú > Drilldown", - "title": "Las funciones de explorar métricas, registros, rastros y perfiles se han movido." - }, "drop-down-menu": { "aria-label-links": "Enlaces", "links": "Enlaces" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Añada una nota para describir sus cambios (opcional)", "description-branch-name-in-git-hub": "Nombre de la rama en GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Rama", "label-comment": "Comentario", "label-path": "Ruta", - "label-workflow": "Flujo de trabajo" + "label-workflow": "Flujo de trabajo", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Anterior", "button-submitting": "Enviando...", "error-instance-repository-exists": "El repositorio de instancias ya existe" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Campos", "name-frozen-columns": "", "name-hide-in-table": "Ocultar en la tabla", + "name-max-height": "", "name-min-column-width": "Ancho mínimo de columna", "name-show-table-footer": "Mostrar pie de tabla", "name-show-table-header": "Mostrar encabezado de tabla", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "auto", "placeholder-fields": "Todos los campos numéricos", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index b1badc3d7c2..3d5447d3b76 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Écraser", "title-plugin-dashboard": "Tableau de bord du plugin" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Arrière-plan transparent" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Pousser vers une nouvelle branche" - } - }, "group-by-variable-form": { "alert-not-supported": "Cette source de données ne prend pas en charge le regroupement par variables", "description-enables-users-custom-values": "Permet aux utilisateurs d’ajouter des valeurs personnalisées à la liste", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "Faire glisser une sous-région", "value": "Valeur : {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Accéder à Grafana Drilldown", - "description": "Vous cherchez les applications Grafana Explore ? Elles s'appellent désormais les applications Grafana Drilldown et se trouvent sous <1>Menu > Drilldown", - "title": "Explore Metrics, Logs, Traces et Profiles ont été déplacés !" - }, "drop-down-menu": { "aria-label-links": "Liens", "links": "Liens" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Ajouter une note pour décrire vos modifications (facultatif)", "description-branch-name-in-git-hub": "Nom de la branche dans GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Branche", "label-comment": "Commentaire", "label-path": "Chemin d’accès", - "label-workflow": "Workflow" + "label-workflow": "Workflow", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Précédent", "button-submitting": "Envoi…", "error-instance-repository-exists": "Le référentiel d’instances existe déjà" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Champs", "name-frozen-columns": "", "name-hide-in-table": "Masquer dans le tableau", + "name-max-height": "", "name-min-column-width": "Largeur minimale de colonne", "name-show-table-footer": "Afficher le pied de tableau", "name-show-table-header": "Afficher l’en-tête du tableau", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "auto", "placeholder-fields": "Tous les champs numériques", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/hu-HU/grafana.json b/public/locales/hu-HU/grafana.json index 124280306dc..557bf7322ed 100644 --- a/public/locales/hu-HU/grafana.json +++ b/public/locales/hu-HU/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Felülírás", "title-plugin-dashboard": "Bővítmény-irányítópult" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Áttetsző háttér" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Küldés új ágra" - } - }, "group-by-variable-form": { "alert-not-supported": "Ez az adatforrás nem támogatja a változók szerinti csoportosítást", "description-enables-users-custom-values": "Lehetővé teszi a felhasználók számára, hogy egyéni értékeket adjanak a listához", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "Alrégió húzása", "value": "Érték: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Ugrás a Grafana Drilldownhoz", - "description": "Grafana Explore-alkalmazásokat keres? Mostantól Grafana Drilldown-alkalmazásoknak hívják őket, és a <1>Menü > Drilldown menüpontban találhatók", - "title": "Az Explore Metrics, Logs, Traces és Profiles új helyre költözött!" - }, "drop-down-menu": { "aria-label-links": "Hivatkozások", "links": "Hivatkozások" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Megjegyzés hozzáadása a módosítások leírásához (nem kötelező)", "description-branch-name-in-git-hub": "Ág neve a GitHubon", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Ág", "label-comment": "Megjegyzés", "label-path": "Útvonal", - "label-workflow": "Munkafolyamat" + "label-workflow": "Munkafolyamat", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Előző", "button-submitting": "Küldés…", "error-instance-repository-exists": "A példánytár már létezik" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Mezők", "name-frozen-columns": "", "name-hide-in-table": "Elrejtés a táblázatban", + "name-max-height": "", "name-min-column-width": "Minimális oszlopszélesség", "name-show-table-footer": "Táblázatlábléc megjelenítése", "name-show-table-header": "Táblázatfejléc megjelenítése", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "automatikus", "placeholder-fields": "Numerikus mezők", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/id-ID/grafana.json b/public/locales/id-ID/grafana.json index 22797b503a3..cff8d94ad44 100644 --- a/public/locales/id-ID/grafana.json +++ b/public/locales/id-ID/grafana.json @@ -4544,6 +4544,12 @@ "overwrite": "Timpa", "title-plugin-dashboard": "Dasbor plugin" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5821,11 +5827,6 @@ "transparent-background": "Latar belakang transparan" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Dorong ke cabang baru" - } - }, "group-by-variable-form": { "alert-not-supported": "Sumber data ini tidak mendukung grup berdasarkan variabel", "description-enables-users-custom-values": "Memungkinkan pengguna untuk menambahkan nilai kustom ke daftar", @@ -6921,11 +6922,6 @@ "dragging-a-sub-region": "Menarik subwilayah", "value": "Nilai: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Buka Grafana Drilldown", - "description": "Mencari aplikasi Grafana Explore? Aplikasi ini sekarang disebut sebagai aplikasi Grafana Drilldown dan dapat ditemukan dalam <1>Menu > Drilldown", - "title": "Explore Metrics, Logs, Traces, dan Profiles telah dipindahkan!" - }, "drop-down-menu": { "aria-label-links": "Tautan", "links": "Tautan" @@ -11126,11 +11122,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Tambahkan catatan untuk menjelaskan perubahan Anda (opsional)", "description-branch-name-in-git-hub": "Nama cabang di GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Cabang", "label-comment": "Komentar", "label-path": "Jalur", - "label-workflow": "Alur kerja" + "label-workflow": "Alur kerja", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11661,6 +11662,10 @@ "button-previous": "Sebelumnya", "button-submitting": "Mengirim...", "error-instance-repository-exists": "Repositori instans sudah ada" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12766,6 +12771,7 @@ "name-fields": "Bidang", "name-frozen-columns": "", "name-hide-in-table": "Sembunyikan di tabel", + "name-max-height": "", "name-min-column-width": "Lebar kolom minimum", "name-show-table-footer": "Tampilkan footer tabel", "name-show-table-header": "Tampilkan header tabel", @@ -12775,6 +12781,7 @@ "name-wrap-text": "", "placeholder-column-width": "otomatis", "placeholder-fields": "Semua Bidang Numerik", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/it-IT/grafana.json b/public/locales/it-IT/grafana.json index 44881eaae26..f61f7326fc8 100644 --- a/public/locales/it-IT/grafana.json +++ b/public/locales/it-IT/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Sovrascrivi", "title-plugin-dashboard": "Dashboard del componente aggiuntivo" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Sfondo trasparente" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Sposta in un nuovo ramo" - } - }, "group-by-variable-form": { "alert-not-supported": "Questa origine dati non supporta il raggruppamento per variabili", "description-enables-users-custom-values": "Consente agli utenti di aggiungere valori personalizzati all'elenco", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "Trascinamento di una sotto-regione", "value": "Valore: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Vai a Grafana Drilldown", - "description": "Cerchi le app Grafana Explore? Ora si chiamano app Grafana Drilldown e sono disponibili in <1>Menu > Drilldown", - "title": "Le metriche, i registri, le tracce e i profili di esplorazione sono stati spostati!" - }, "drop-down-menu": { "aria-label-links": "Link", "links": "Link" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Aggiungi una nota per descrivere le modifiche (facoltativo)", "description-branch-name-in-git-hub": "Nome del ramo in GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Ramo", "label-comment": "Commento", "label-path": "Percorso", - "label-workflow": "Flusso di lavoro" + "label-workflow": "Flusso di lavoro", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Precedente", "button-submitting": "Invio in corso...", "error-instance-repository-exists": "Il repository delle istanze esiste già" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Campi", "name-frozen-columns": "", "name-hide-in-table": "Nascondi nella tabella", + "name-max-height": "", "name-min-column-width": "Larghezza minima colonna", "name-show-table-footer": "Mostra piè di pagina tabella", "name-show-table-header": "Mostra intestazione tabella", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "automatica", "placeholder-fields": "Tutti i campi numerici", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/ja-JP/grafana.json b/public/locales/ja-JP/grafana.json index 766af32aff6..b11009fd5f0 100644 --- a/public/locales/ja-JP/grafana.json +++ b/public/locales/ja-JP/grafana.json @@ -4544,6 +4544,12 @@ "overwrite": "上書き", "title-plugin-dashboard": "プラグインダッシュボード" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5821,11 +5827,6 @@ "transparent-background": "透明の背景" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "新しいブランチにプッシュ" - } - }, "group-by-variable-form": { "alert-not-supported": "このデータソースは変数のグループ化をサポートしていません", "description-enables-users-custom-values": "ユーザーがリストにカスタム値を追加できるようにします", @@ -6921,11 +6922,6 @@ "dragging-a-sub-region": "サブ領域をドラッグ中", "value": "値:{{ dividerPos }}" }, - "drilldownInfo": { - "action": "Grafanaドリルダウンに移動", - "description": "Grafana Exploreアプリをお探しですか?これらはGrafanaドリルダウンアプリと呼ばれるようになり、<1>メニュー > ドリルダウンにあります", - "title": "メトリック、ログ、トレース、プロフィールの検索が移動しました!" - }, "drop-down-menu": { "aria-label-links": "リンク", "links": "リンク" @@ -11126,11 +11122,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "変更内容を説明するメモを追加(任意)", "description-branch-name-in-git-hub": "GitHubのブランチ名", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "ブランチ", "label-comment": "コメント", "label-path": "パス", - "label-workflow": "ワークフロー" + "label-workflow": "ワークフロー", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11661,6 +11662,10 @@ "button-previous": "前へ", "button-submitting": "送信中…", "error-instance-repository-exists": "インスタンスリポジトリはすでに存在します" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12766,6 +12771,7 @@ "name-fields": "フィールド", "name-frozen-columns": "", "name-hide-in-table": "テーブルで非表示", + "name-max-height": "", "name-min-column-width": "最小列幅", "name-show-table-footer": "テーブルフッターを表示", "name-show-table-header": "テーブルヘッダーを表示", @@ -12775,6 +12781,7 @@ "name-wrap-text": "", "placeholder-column-width": "自動", "placeholder-fields": "すべての数値フィールド", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/ko-KR/grafana.json b/public/locales/ko-KR/grafana.json index c0418fd4caa..2ebf116d2f0 100644 --- a/public/locales/ko-KR/grafana.json +++ b/public/locales/ko-KR/grafana.json @@ -4544,6 +4544,12 @@ "overwrite": "덮어쓰기", "title-plugin-dashboard": "플러그인 대시보드" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5821,11 +5827,6 @@ "transparent-background": "투명 배경" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "새 브랜치로 푸시" - } - }, "group-by-variable-form": { "alert-not-supported": "이 데이터 소스는 변수별 그룹화를 지원하지 않습니다.", "description-enables-users-custom-values": "사용자가 목록에 사용자 지정 값을 추가할 수 있습니다", @@ -6921,11 +6922,6 @@ "dragging-a-sub-region": "하위 영역 드래그하기", "value": "값: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Grafana 드릴다운으로 이동", - "description": "Grafana 탐색 앱을 찾고 계신가요? 이제 Grafana 드릴다운 앱이라고 불리며, <1>메뉴 > 드릴다운에서 찾을 수 있습니다.", - "title": "Explore Metrics, Logs, Traces 및 Profiles 위치가 변경되었습니다!" - }, "drop-down-menu": { "aria-label-links": "링크", "links": "링크" @@ -11126,11 +11122,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "변경 사항을 설명하는 메모 추가(선택 사항)", "description-branch-name-in-git-hub": "GitHub의 브랜치 이름", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "브랜치", "label-comment": "댓글", "label-path": "경로", - "label-workflow": "워크플로" + "label-workflow": "워크플로", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11661,6 +11662,10 @@ "button-previous": "이전", "button-submitting": "제출 중…", "error-instance-repository-exists": "인스턴스 리포지토리가 이미 존재합니다" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12766,6 +12771,7 @@ "name-fields": "필드", "name-frozen-columns": "", "name-hide-in-table": "테이블에서 숨기기", + "name-max-height": "", "name-min-column-width": "열 최소 너비", "name-show-table-footer": "테이블 바닥글 표시", "name-show-table-header": "테이블 머리말 표시", @@ -12775,6 +12781,7 @@ "name-wrap-text": "", "placeholder-column-width": "자동", "placeholder-fields": "모든 숫자 필드", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/nl-NL/grafana.json b/public/locales/nl-NL/grafana.json index c4b1174ad29..c2790b6a415 100644 --- a/public/locales/nl-NL/grafana.json +++ b/public/locales/nl-NL/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Overschrijven", "title-plugin-dashboard": "Plug-indashboard" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Transparante achtergrond" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Naar een nieuwe branch pushen" - } - }, "group-by-variable-form": { "alert-not-supported": "Deze gegevensbron ondersteunt geen groeperen op variabelen", "description-enables-users-custom-values": "Stelt gebruikers in staat om aangepaste waarden aan de lijst toe te voegen", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "Een subregio slepen", "value": "Waarde: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Naar Grafana Drilldown", - "description": "Op zoek naar de Grafana Explore-apps? Ze worden nu de Grafana Drilldown-apps genoemd en zijn te vinden onder <1>Menu> Drilldown", - "title": "Explore Metrics, Logs, Traces en Profiles zijn verplaatst!" - }, "drop-down-menu": { "aria-label-links": "Links", "links": "Links" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Een opmerking toevoegen om je wijzigingen te beschrijven (optioneel)", "description-branch-name-in-git-hub": "Filiaalnaam in GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Vestiging", "label-comment": "Opmerking", "label-path": "Path", - "label-workflow": "Werkstroom" + "label-workflow": "Werkstroom", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Vorige", "button-submitting": "Indienen...", "error-instance-repository-exists": "Er bestaat al een instantierepository" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Velden", "name-frozen-columns": "", "name-hide-in-table": "In tabel verbergen", + "name-max-height": "", "name-min-column-width": "Minimale kolombreedte", "name-show-table-footer": "Voettekst tabel tonen", "name-show-table-header": "Header tabel tonen", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "automatisch", "placeholder-fields": "Alle numerieke velden", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/pl-PL/grafana.json b/public/locales/pl-PL/grafana.json index 160d56f2213..efe575c123a 100644 --- a/public/locales/pl-PL/grafana.json +++ b/public/locales/pl-PL/grafana.json @@ -4598,6 +4598,12 @@ "overwrite": "Zastąp", "title-plugin-dashboard": "Pulpit wtyczek" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5878,11 +5884,6 @@ "transparent-background": "Przezroczyste tło" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Wyślij do nowej gałęzi" - } - }, "group-by-variable-form": { "alert-not-supported": "To źródło danych nie obsługuje grupowania według zmiennych", "description-enables-users-custom-values": "Umożliwia użytkownikom dodawanie niestandardowych wartości do listy", @@ -6984,11 +6985,6 @@ "dragging-a-sub-region": "Przeciąganie podregionu", "value": "Wartość: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Przejdź do narzędzia Grafana Drilldown", - "description": "Szukasz aplikacji Grafana Explore? Teraz nazywają się Grafana Drilldown i można je znaleźć w <1>Menu > Drilldown", - "title": "Funkcje „Eksploruj metryki”, „Logi”, „Śledzenie” i „Profile” zostały przeniesione." - }, "drop-down-menu": { "aria-label-links": "Linki", "links": "Linki" @@ -11222,11 +11218,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Dodaj notatkę, aby opisać zmiany (opcjonalnie)", "description-branch-name-in-git-hub": "Nazwa gałęzi w GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Gałąź", "label-comment": "Uwagi", "label-path": "Ścieżka", - "label-workflow": "Przepływ pracy" + "label-workflow": "Przepływ pracy", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11766,6 +11767,10 @@ "button-previous": "Wstecz", "button-submitting": "Zgłaszanie…", "error-instance-repository-exists": "Repozytorium instancji już istnieje" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12889,6 +12894,7 @@ "name-fields": "Pola", "name-frozen-columns": "", "name-hide-in-table": "Ukryj w tabeli", + "name-max-height": "", "name-min-column-width": "Minimalna szerokość kolumny", "name-show-table-footer": "Pokaż stopkę tabeli", "name-show-table-header": "Pokaż nagłówek tabeli", @@ -12898,6 +12904,7 @@ "name-wrap-text": "", "placeholder-column-width": "automatycznie", "placeholder-fields": "Wszystkie pola numeryczne", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 3efa21659c7..ef9831c3e6e 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Sobrescrever", "title-plugin-dashboard": "Painel de plug-ins" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Fundo transparente" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Enviar a uma nova branch" - } - }, "group-by-variable-form": { "alert-not-supported": "Esta fonte de dados não é compatível com agrupamento por variáveis", "description-enables-users-custom-values": "Permite que os usuários adicionem valores personalizados à lista", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "Como arrastar uma sub-região", "value": "Valor: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Ir para Grafana Aprofundar", - "description": "Você está procurando os aplicativos Grafana Explore? Agora eles são chamados de aplicativos Grafana Drilldown e podem ser encontrados em <1>Menu > Drilldown", - "title": "Explore Metrics, Logs, Traces e Profiles foram movidos!" - }, "drop-down-menu": { "aria-label-links": "Links", "links": "Links" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Adicione uma observação para descrever suas alterações (opcional)", "description-branch-name-in-git-hub": "Nome do branch no GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Branch", "label-comment": "Comentário", "label-path": "Caminho", - "label-workflow": "Fluxo de trabalho" + "label-workflow": "Fluxo de trabalho", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Voltar", "button-submitting": "Enviando…", "error-instance-repository-exists": "O repositório de instâncias já existe" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Campos", "name-frozen-columns": "", "name-hide-in-table": "Ocultar na tabela", + "name-max-height": "", "name-min-column-width": "Largura mínima da coluna", "name-show-table-footer": "Mostrar rodapé da tabela", "name-show-table-header": "Mostrar cabeçalho da tabela", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "automático", "placeholder-fields": "Todos os campos numéricos", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/pt-PT/grafana.json b/public/locales/pt-PT/grafana.json index 5cb9f687b48..1eef3a59b7d 100644 --- a/public/locales/pt-PT/grafana.json +++ b/public/locales/pt-PT/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Substituir", "title-plugin-dashboard": "Painel de controlo do plugin" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Fundo transparente" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Enviar para uma nova ramificação" - } - }, "group-by-variable-form": { "alert-not-supported": "Esta origem de dados não suporta grupo por variáveis", "description-enables-users-custom-values": "Permite que os utilizadores adicionem valores personalizados à lista", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "A arrastar uma sub-região", "value": "Valor: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Ir para Grafana Drilldown", - "description": "Procura as aplicações de Grafana Explore? Agora são chamadas aplicações Grafana Drilldown e podem ser encontradas em <1>Menu > Drilldown", - "title": "Os produtos Explore Metrics, Explore Logs, Explore Traces and Explore Profiles foram movidos!" - }, "drop-down-menu": { "aria-label-links": "Links", "links": "Links" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Adicione uma nota para descrever as suas alterações (opcional)", "description-branch-name-in-git-hub": "Nome do ramo no GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Ramo", "label-comment": "Comentário", "label-path": "Caminho", - "label-workflow": "Fluxo de trabalho" + "label-workflow": "Fluxo de trabalho", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Anterior", "button-submitting": "A enviar...", "error-instance-repository-exists": "O repositório de instâncias já existe" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Campos", "name-frozen-columns": "", "name-hide-in-table": "Ocultar na tabela", + "name-max-height": "", "name-min-column-width": "Largura mínima da coluna", "name-show-table-footer": "Mostrar o rodapé da tabela", "name-show-table-header": "Mostrar o cabeçalho da tabela", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "auto", "placeholder-fields": "Todos os campos numéricos", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/ru-RU/grafana.json b/public/locales/ru-RU/grafana.json index 6cc32d5c934..d979c8c073b 100644 --- a/public/locales/ru-RU/grafana.json +++ b/public/locales/ru-RU/grafana.json @@ -4598,6 +4598,12 @@ "overwrite": "Перезаписать", "title-plugin-dashboard": "Дашборд плагинов" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5878,11 +5884,6 @@ "transparent-background": "Прозрачный фон" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Переместить в новую ветвь" - } - }, "group-by-variable-form": { "alert-not-supported": "Этот источник данных не поддерживает группировку по переменным", "description-enables-users-custom-values": "Позволяет пользователям добавлять пользовательские значения в список.", @@ -6984,11 +6985,6 @@ "dragging-a-sub-region": "Перетаскивание подобласти", "value": "Значение: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Перейти в Grafana Drilldown", - "description": "Ищете приложения Grafana Explore? Теперь они называются приложениями Grafana Drilldown и находятся в разделе <1>Меню > Drilldown", - "title": "Explore Metrics, Logs, Traces и Profiles переехали!" - }, "drop-down-menu": { "aria-label-links": "Ссылки", "links": "Ссылки" @@ -11222,11 +11218,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Добавить примечание с описанием изменений (необязательно)", "description-branch-name-in-git-hub": "Имя ветви в GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Ветвь", "label-comment": "Комментарий", "label-path": "Путь", - "label-workflow": "Рабочий процесс" + "label-workflow": "Рабочий процесс", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11766,6 +11767,10 @@ "button-previous": "Назад", "button-submitting": "Отправка...", "error-instance-repository-exists": "Репозиторий экземпляров уже существует" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12889,6 +12894,7 @@ "name-fields": "Поля", "name-frozen-columns": "", "name-hide-in-table": "Скрыть в таблице", + "name-max-height": "", "name-min-column-width": "Минимальная ширина столбца", "name-show-table-footer": "Показать футер таблицы", "name-show-table-header": "Показать заголовок таблицы", @@ -12898,6 +12904,7 @@ "name-wrap-text": "", "placeholder-column-width": "авто", "placeholder-fields": "Все числовые поля", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/sv-SE/grafana.json b/public/locales/sv-SE/grafana.json index b3f8bb84587..38cb020a446 100644 --- a/public/locales/sv-SE/grafana.json +++ b/public/locales/sv-SE/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Skriv över", "title-plugin-dashboard": "Tilläggsinstrumentpanel" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Genomskinlig bakgrund" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Skicka till en ny gren" - } - }, "group-by-variable-form": { "alert-not-supported": "Denna datakälla stöder inte gruppering efter variabler", "description-enables-users-custom-values": "Gör det möjligt för användare att lägga till anpassade värden i listan", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "Dra en underregion", "value": "Värde: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Gå till Grafana Drilldown", - "description": "Letar du efter Grafana Explore-apparna? De kallas nu Grafana Drilldown och finns under <1>Meny > Drilldown", - "title": "Utforska statistik, loggar, spår och profiler har flyttats!" - }, "drop-down-menu": { "aria-label-links": "Länkar", "links": "Länkar" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Lägg till en anteckning för att beskriva dina ändringar (valfritt)", "description-branch-name-in-git-hub": "Grennamn i GitHub", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Gren", "label-comment": "Kommentar", "label-path": "Sökväg", - "label-workflow": "Arbetsflöde" + "label-workflow": "Arbetsflöde", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Föregående", "button-submitting": "Skickar …", "error-instance-repository-exists": "Instanslagringsplatsen finns redan" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Fält", "name-frozen-columns": "", "name-hide-in-table": "Dölj i tabell", + "name-max-height": "", "name-min-column-width": "Minsta kolumnbredd", "name-show-table-footer": "Visa tabellsidfot", "name-show-table-header": "Visa tabellsidhuvud", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "auto", "placeholder-fields": "Alla numeriska fält", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/tr-TR/grafana.json b/public/locales/tr-TR/grafana.json index 4bea75cc696..7bc7067861a 100644 --- a/public/locales/tr-TR/grafana.json +++ b/public/locales/tr-TR/grafana.json @@ -4562,6 +4562,12 @@ "overwrite": "Üzerine yaz", "title-plugin-dashboard": "Eklenti panosu" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5840,11 +5846,6 @@ "transparent-background": "Şeffaf arka plan" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "Yeni bir dala gönder" - } - }, "group-by-variable-form": { "alert-not-supported": "Bu veri kaynağı değişkenlere göre gruplamayı desteklemiyor", "description-enables-users-custom-values": "Kullanıcıların listeye özel değerler eklemesine olanak tanır", @@ -6942,11 +6943,6 @@ "dragging-a-sub-region": "Bir alt bölgeyi sürükleme", "value": "Değer: {{ dividerPos }}" }, - "drilldownInfo": { - "action": "Grafana Drilldown'a git", - "description": "Grafana Explore uygulamalarını mı arıyorsunuz? Artık Grafana Drilldown uygulamaları olarak adlandırılıyor ve <1>Menü > Drilldown altında bulunabilir.", - "title": "Explore Metrics, Logs, Traces ve Profiles taşındı!" - }, "drop-down-menu": { "aria-label-links": "Bağlantılar", "links": "Bağlantılar" @@ -11158,11 +11154,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "Değişikliklerinizi açıklayan bir not ekleyin (isteğe bağlı)", "description-branch-name-in-git-hub": "GitHub'daki dal adı", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "Dal", "label-comment": "Yorum", "label-path": "Yol", - "label-workflow": "İş akışı" + "label-workflow": "İş akışı", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11696,6 +11697,10 @@ "button-previous": "Önceki", "button-submitting": "Gönderiliyor...", "error-instance-repository-exists": "Örnek deposu zaten var" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12807,6 +12812,7 @@ "name-fields": "Alanlar", "name-frozen-columns": "", "name-hide-in-table": "Tabloda gizle", + "name-max-height": "", "name-min-column-width": "Minimum sütun genişliği", "name-show-table-footer": "Tablo alt bilgisini göster", "name-show-table-header": "Tablo başlığını göster", @@ -12816,6 +12822,7 @@ "name-wrap-text": "", "placeholder-column-width": "otomatik", "placeholder-fields": "Tüm Sayısal Alanlar", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index a7dbbf4eec2..d70e95b1b82 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -4544,6 +4544,12 @@ "overwrite": "覆盖", "title-plugin-dashboard": "插件数据面板" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5821,11 +5827,6 @@ "transparent-background": "透明背景" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "推送到新分支" - } - }, "group-by-variable-form": { "alert-not-supported": "此数据源不支持按变量分组", "description-enables-users-custom-values": "允许用户向列表中添加自定义值", @@ -6921,11 +6922,6 @@ "dragging-a-sub-region": "拖动子区域", "value": "值:{{ dividerPos }}" }, - "drilldownInfo": { - "action": "前往 Grafana Drilldown", - "description": "在寻找 Grafana Explore 应用?它们现在称为 Grafana Drilldown 应用,可以在 <1>菜单 > Drilldown 下找到", - "title": "Explore Metrics、Logs、Traces 和 Profiles 已移动!" - }, "drop-down-menu": { "aria-label-links": "链接", "links": "链接" @@ -11126,11 +11122,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "添加备注以描述您的更改(可选)", "description-branch-name-in-git-hub": "GitHub 中的分支名称", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "分支", "label-comment": "评论", "label-path": "路径", - "label-workflow": "工作流程" + "label-workflow": "工作流程", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11661,6 +11662,10 @@ "button-previous": "上一个", "button-submitting": "正在提交...", "error-instance-repository-exists": "实例存储库已存在" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12766,6 +12771,7 @@ "name-fields": "字段", "name-frozen-columns": "", "name-hide-in-table": "在表格中隐藏", + "name-max-height": "", "name-min-column-width": "最小列宽", "name-show-table-footer": "显示表格页脚", "name-show-table-header": "显示表格表头", @@ -12775,6 +12781,7 @@ "name-wrap-text": "", "placeholder-column-width": "自动", "placeholder-fields": "所有数字字段", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "", diff --git a/public/locales/zh-Hant/grafana.json b/public/locales/zh-Hant/grafana.json index 1bf4c909b83..4979612ca73 100644 --- a/public/locales/zh-Hant/grafana.json +++ b/public/locales/zh-Hant/grafana.json @@ -4544,6 +4544,12 @@ "overwrite": "覆寫", "title-plugin-dashboard": "外掛程式儀表板" }, + "controls": { + "menu": { + "aria-label": "", + "title": "" + } + }, "dash-nav": { "on-open-snapshot-original": { "confirmText": { @@ -5821,11 +5827,6 @@ "transparent-background": "透明背景" } }, - "get-workflow-options": { - "label": { - "push-to-a-new-branch": "推送至新分支" - } - }, "group-by-variable-form": { "alert-not-supported": "此資料來源不支援依變數分組", "description-enables-users-custom-values": "使用者能夠將自訂值新增至清單", @@ -6921,11 +6922,6 @@ "dragging-a-sub-region": "拖曳子區域", "value": "數值:{{ dividerPos }}" }, - "drilldownInfo": { - "action": "前往 Grafana Drilldown", - "description": "正在尋找 Grafana Explore 應用程式嗎?現在稱之為 Grafana Drilldown 應用程式,可在<1>功能表 > 詳細資料下方找到", - "title": "Explore 指標、日誌、追蹤和設定檔已移動!" - }, "drop-down-menu": { "aria-label-links": "連結", "links": "連結" @@ -11126,11 +11122,16 @@ "save-or-delete-resource-shared-fields": { "comment-placeholder-describe-changes-optional": "新增備註以描述您的變更(選填)", "description-branch-name-in-git-hub": "GitHub 中的分支名稱", + "description-file-path": "", + "description-folder-path": "", "description-inside-repository": "", "label-branch": "分支", "label-comment": "評論", "label-path": "路徑", - "label-workflow": "工作流程" + "label-workflow": "工作流程", + "placeholder-branch": "", + "placeholder-new-branch": "", + "suffix-configured-branch": "" } }, "provisioned-resource-preview-banner": { @@ -11661,6 +11662,10 @@ "button-previous": "上一個", "button-submitting": "正在提交…", "error-instance-repository-exists": "執行個體儲存庫已存在" + }, + "workflow-options-label": { + "push-to-a-new-branch": "", + "push-to-existing-branch": "" } }, "public-dashboard": { @@ -12766,6 +12771,7 @@ "name-fields": "欄位", "name-frozen-columns": "", "name-hide-in-table": "在表格中隱藏", + "name-max-height": "", "name-min-column-width": "最小欄寬", "name-show-table-footer": "顯示表格頁尾", "name-show-table-header": "顯示表格頁首", @@ -12775,6 +12781,7 @@ "name-wrap-text": "", "placeholder-column-width": "自動", "placeholder-fields": "所有數值欄位", + "placeholder-max-height": "", "tooltip-placement-options": { "label-auto": "", "label-bottom": "",