From c4b018352f629db19281fc99c77cbf6fb43e9236 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 08:43:46 +0000 Subject: [PATCH] I18n: Download translations from Crowdin (#109642) 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 | 44 ++++++++++++++++++++++++++--- public/locales/de-DE/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/es-ES/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/fr-FR/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/hu-HU/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/id-ID/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/it-IT/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/ja-JP/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/ko-KR/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/nl-NL/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/pl-PL/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/pt-BR/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/pt-PT/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/ru-RU/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/sv-SE/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/tr-TR/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/zh-Hans/grafana.json | 44 ++++++++++++++++++++++++++--- public/locales/zh-Hant/grafana.json | 44 ++++++++++++++++++++++++++--- 18 files changed, 720 insertions(+), 72 deletions(-) diff --git a/public/locales/cs-CZ/grafana.json b/public/locales/cs-CZ/grafana.json index a6da0ea84cd..e5191728bc1 100644 --- a/public/locales/cs-CZ/grafana.json +++ b/public/locales/cs-CZ/grafana.json @@ -5381,6 +5381,7 @@ "playlist-next": "Přejít na další nástěnku", "playlist-previous": "Přejít na předchozí nástěnku", "playlist-stop": "Zastavit playlist", + "read-only": "", "refresh": "Obnovit nástěnku", "save": "Uložit nástěnku", "save-dashboard": { @@ -7516,6 +7517,13 @@ "tooltip-title": "Matematický operátor", "tooltip-trigger": "Výraz" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Funkce", "label-input": "Vstup", @@ -7531,6 +7539,11 @@ "label-upsample": "Zvýšit vzorkovací frekvenci", "tooltip-s-m-h": "10s, 1m, 30m, 1h" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Vstup" } @@ -7547,7 +7560,8 @@ "loading": "Načítání složek…" }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10924,7 +10938,6 @@ "downloads": "Stažení", "from": "Od", "installedVersion": "Nainstalovaná verze", - "lastCommitDate": "Datum posledního nasazení:", "latestReleaseDate": "Nejnovější datum vydání:", "latestVersion": "Poslední verze", "license": "Licence", @@ -11483,6 +11496,8 @@ "subtitle": "Tuto možnost použijte, pokud chcete synchronizovat a spravovat celou instanci Grafany prostřednictvím externího úložiště." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "aktivní práce", "column-action": "Akce", @@ -11501,6 +11516,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Nastavení", "view": "Zobrazit" }, @@ -11918,6 +11934,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Sbalit řádek dotazu", "datasource-help": "Zobrazit nápovědu pro zdroj dat", "drag-and-drop": "Přetažením změníte pořadí", @@ -11928,7 +11945,11 @@ "replace-query-from-library": "Nahradit dotazem z knihovny", "show-response": "Zobrazit odpověď" }, - "query-editor-not-exported": "Doplněk zdroje dat neexportuje žádnou komponentu editoru dotazů" + "query-editor-not-exported": "Doplněk zdroje dat neexportuje žádnou komponentu editoru dotazů", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12170,7 +12191,7 @@ "service-accounts": { "empty-state": { "button-title": "Přidat účet služby", - "message": "Nebyly nalezeny žádné účty služeb", + "message": "", "more-info": "Nezapomeňte, že můžete poskytnout specifická oprávnění pro přístup API k jiným aplikacím", "title": "Dosud jste nevytvořili žádné účty služeb" } @@ -12566,6 +12587,21 @@ "sort-picker": { "select-aria-label": "Třídit" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Orientace rozvržení", diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 0adbd50fce1..773e3bf16fa 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Zum nächsten Dashboard", "playlist-previous": "Zum vorherigen Dashboard", "playlist-stop": "Wiedergabeliste stoppen", + "read-only": "", "refresh": "Dashboard aktualisieren", "save": "Dashboard speichern", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Mathematik-Operator", "tooltip-trigger": "Ausdruck" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Funktion", "label-input": "Eingabe", @@ -7489,6 +7497,11 @@ "label-upsample": "Upsample", "tooltip-s-m-h": "10 s, 1 min., 30 min., 1 h" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Eingabe" } @@ -7505,7 +7518,8 @@ "loading": "Ordner werden geladen …" }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "Downloads", "from": "", "installedVersion": "Installierte Version", - "lastCommitDate": "Letztes Commit-Datum:", "latestReleaseDate": "Neuestes Release-Datum:", "latestVersion": "Aktuelle Version", "license": "Lizenz", @@ -11413,6 +11426,8 @@ "subtitle": "Nutzen Sie diese Option, wenn Sie Ihre gesamte Grafana-Instanz über einen externen Speicher synchronisieren und verwalten möchten." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "Aktive Aufträge", "column-action": "Aktion", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Einstellungen", "view": "Anzeigen" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Abfragezeile einklappen", "datasource-help": "Datenquellen-Hilfe anzeigen", "drag-and-drop": "Ziehen und Ablegen zum Neuordnen", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Mit Abfrage von Bibliothek ersetzen", "show-response": "Antwort anzeigen " }, - "query-editor-not-exported": "Datenquellen-Plugin exportiert keine Komponente des Abfrageeditors" + "query-editor-not-exported": "Datenquellen-Plugin exportiert keine Komponente des Abfrageeditors", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Dienstkonto hinzufügen", - "message": "Keine Dienstkonten gefunden", + "message": "", "more-info": "Bitte beachten Sie, dass Sie bestimmte Berechtigungen für den API-Zugriff auf andere Anwendungen vergeben können", "title": "Sie haben noch keine Dienstkonten erstellt" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Sortieren" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Layout-Ausrichtung", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index a2dc9c7d73a..14c106de1e6 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Ir al siguiente panel de control", "playlist-previous": "Ir al panel de control anterior", "playlist-stop": "Detener la lista de reproducción", + "read-only": "", "refresh": "Actualizar panel de control", "save": "Guardar panel de control", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Operador matemático", "tooltip-trigger": "Expresión" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Función", "label-input": "Entrada", @@ -7489,6 +7497,11 @@ "label-upsample": "Aumentar tamaño", "tooltip-s-m-h": "10 s, 1 m, 30 m, 1 h" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Entrada" } @@ -7505,7 +7518,8 @@ "loading": "Cargando carpetas..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "Descargas", "from": "", "installedVersion": "Versión instalada", - "lastCommitDate": "Fecha de la última confirmación:", "latestReleaseDate": "Fecha último lanzamiento:", "latestVersion": "Versión más reciente", "license": "Licencia", @@ -11413,6 +11426,8 @@ "subtitle": "Utiliza esta opción si quieres sincronizar y administrar toda tu instancia de Grafana a través de un almacenamiento externo." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "trabajos activos", "column-action": "Acción", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Configuración", "view": "Vista" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Contraer la fila de la consulta", "datasource-help": "Mostrar la ayuda de la fuente de datos", "drag-and-drop": "Arrastrar y soltar para reordenar", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Reemplazar con consulta de la librería", "show-response": "Mostrar respuesta" }, - "query-editor-not-exported": "El complemento de la fuente de datos no exporta ningún componente del editor de consultas" + "query-editor-not-exported": "El complemento de la fuente de datos no exporta ningún componente del editor de consultas", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Añadir cuenta de servicio", - "message": "No se han encontrado cuentas de servicio", + "message": "", "more-info": "Recuerda que puedes proporcionar permisos específicos para el acceso a la API a otras aplicaciones", "title": "Aún no has creado ninguna cuenta de servicio" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Ordenar" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Orientación del diseño", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 296906ad52d..47935428416 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Accéder au tableau de bord suivant", "playlist-previous": "Accéder au tableau de bord précédent", "playlist-stop": "Arrêter la liste de lecture", + "read-only": "", "refresh": "Actualiser le tableau de bord", "save": "Enregistrer le tableau de bord", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Opérateur mathématique", "tooltip-trigger": "Expression" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Fonction", "label-input": "Entrée", @@ -7489,6 +7497,11 @@ "label-upsample": "Sur-échantillonner", "tooltip-s-m-h": "10 s, 1 m, 30 m, 1 h" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Entrée" } @@ -7505,7 +7518,8 @@ "loading": "Chargement des dossiers..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "Téléchargements", "from": "", "installedVersion": "Version installée", - "lastCommitDate": "Date de la dernière propagation :", "latestReleaseDate": "Dernière date de sortie :", "latestVersion": "Dernière version", "license": "Licence", @@ -11413,6 +11426,8 @@ "subtitle": "Utilisez cette option si vous souhaitez synchroniser et gérer l’ensemble de votre instance Grafana via un stockage externe." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "missions actives", "column-action": "Action", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Paramètres", "view": "Afficher" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Réduire la ligne de requête", "datasource-help": "Afficher l'aide de la source de données", "drag-and-drop": "Glisser et déposer pour réorganiser", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Remplacer par une requête à partir de la bibliothèque", "show-response": "Afficher la réponse" }, - "query-editor-not-exported": "Le plugin source de données n'exporte aucun composant de l'éditeur de requête" + "query-editor-not-exported": "Le plugin source de données n'exporte aucun composant de l'éditeur de requête", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Ajouter un compte de service", - "message": "Aucun compte de service trouvé", + "message": "", "more-info": "N'oubliez pas que vous pouvez fournir des autorisations spécifiques pour l'accès à l'API à d'autres applications", "title": "Vous n'avez pas encore créé de comptes de service" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Trier" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Orientation de la mise en page", diff --git a/public/locales/hu-HU/grafana.json b/public/locales/hu-HU/grafana.json index cc492f27354..df5109229fd 100644 --- a/public/locales/hu-HU/grafana.json +++ b/public/locales/hu-HU/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Ugrás a következő irányítópulthoz", "playlist-previous": "Ugrás az előző irányítópulthoz", "playlist-stop": "Lejátszási lista leállítása", + "read-only": "", "refresh": "Irányítópult frissítése", "save": "Irányítópult mentése", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Matematikai operátor", "tooltip-trigger": "Kifejezés" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Függvény", "label-input": "Bemenet", @@ -7489,6 +7497,11 @@ "label-upsample": "Mintasűrűség növelése", "tooltip-s-m-h": "10 mp., 1 p., 30 p., 1 ó." }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Bemenet" } @@ -7505,7 +7518,8 @@ "loading": "Mappák betöltése..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "Letöltések", "from": "Kezdet", "installedVersion": "Telepített verzió", - "lastCommitDate": "Legutóbbi teljesítés dátuma:", "latestReleaseDate": "Legújabb kiadás dátuma:", "latestVersion": "Legújabb verzió", "license": "Licenc", @@ -11413,6 +11426,8 @@ "subtitle": "Használja ezt a lehetőséget, ha külső tárolóeszközön keresztül szeretné szinkronizálni és kezelni a teljes Grafana-példányt." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "aktív feladatok", "column-action": "Művelet", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Webkapocs" }, + "read-only-badge": "", "settings": "Beállítások", "view": "Nézet" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Lekérdezési sor összecsukása", "datasource-help": "Adatforrás súgójának megjelenítése", "drag-and-drop": "Húzza át az átrendezéshez", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Lecserélés könyvtárból származó lekérdezésre", "show-response": "Válasz megjelenítése" }, - "query-editor-not-exported": "Az adatforrás-bővítmény nem exportál egyetlen lekérdezésszerkesztő-komponenst sem" + "query-editor-not-exported": "Az adatforrás-bővítmény nem exportál egyetlen lekérdezésszerkesztő-komponenst sem", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Szolgáltatási fiók", - "message": "Nem találhatók szolgáltatási fiókok", + "message": "", "more-info": "Ne feledje, hogy speciális engedélyeket adhat meg az API-hozzáféréshez más alkalmazások számára", "title": "Még nem hozott létre szolgáltatási fiókokat" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Rendezés" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Elrendezés tájolása", diff --git a/public/locales/id-ID/grafana.json b/public/locales/id-ID/grafana.json index 1d30de5090f..c26ae218127 100644 --- a/public/locales/id-ID/grafana.json +++ b/public/locales/id-ID/grafana.json @@ -5324,6 +5324,7 @@ "playlist-next": "Buka dasbor berikutnya", "playlist-previous": "Buka dasbor sebelumnya", "playlist-stop": "Hentikan daftar putar", + "read-only": "", "refresh": "Muat ulang dasbor", "save": "Simpan dasbor", "save-dashboard": { @@ -7453,6 +7454,13 @@ "tooltip-title": "Operator matematika", "tooltip-trigger": "Ekspresi" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Fungsi", "label-input": "Input", @@ -7468,6 +7476,11 @@ "label-upsample": "Tingkatkan sample", "tooltip-s-m-h": "10 dtk, 1 mnt, 30 mnt, 1 jm" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Input" } @@ -7484,7 +7497,8 @@ "loading": "Memuat folder..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10828,7 +10842,6 @@ "downloads": "Unduhan", "from": "Dari", "installedVersion": "Versi Terinstal", - "lastCommitDate": "Tanggal melakukan terakhir:", "latestReleaseDate": "Tanggal rilis terbaru:", "latestVersion": "Versi Terbaru", "license": "Lisensi", @@ -11378,6 +11391,8 @@ "subtitle": "Gunakan opsi ini jika Anda ingin menyinkronkan dan mengelola seluruh instans Grafana melalui penyimpanan eksternal." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "pekerjaan aktif", "column-action": "Tindakan", @@ -11396,6 +11411,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Pengaturan", "view": "Lihat" }, @@ -11810,6 +11826,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Ciutkan baris kueri", "datasource-help": "Tampilkan bantuan sumber data", "drag-and-drop": "Seret dan lepas untuk menyusun ulang", @@ -11820,7 +11837,11 @@ "replace-query-from-library": "Ganti dengan kueri dari pustaka", "show-response": "Tampilkan respons" }, - "query-editor-not-exported": "Plugin sumber data tidak mengekspor komponen Editor Kueri apa pun" + "query-editor-not-exported": "Plugin sumber data tidak mengekspor komponen Editor Kueri apa pun", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12053,7 +12074,7 @@ "service-accounts": { "empty-state": { "button-title": "Tambahkan akun layanan", - "message": "Akun layanan tidak ditemukan", + "message": "", "more-info": "Ingat, Anda dapat memberikan izin khusus untuk akses API ke aplikasi lain", "title": "Anda belum membuat akun layanan" } @@ -12446,6 +12467,21 @@ "sort-picker": { "select-aria-label": "Urutkan" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Orientasi tata letak", diff --git a/public/locales/it-IT/grafana.json b/public/locales/it-IT/grafana.json index 93daf4871c2..aa5f1230f91 100644 --- a/public/locales/it-IT/grafana.json +++ b/public/locales/it-IT/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Vai al dashboard successivo", "playlist-previous": "Vai al dashboard precedente", "playlist-stop": "Interrompi playlist", + "read-only": "", "refresh": "Aggiorna dashboard", "save": "Salva dashboard", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Operatore matematico", "tooltip-trigger": "Espressione" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Funzione", "label-input": "Inserisci", @@ -7489,6 +7497,11 @@ "label-upsample": "Aumenta campionamento", "tooltip-s-m-h": "10 s, 1 m, 30 m, 1 h" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Inserisci" } @@ -7505,7 +7518,8 @@ "loading": "Caricamento delle cartelle in corso..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "Download", "from": "Da", "installedVersion": "Versione installata", - "lastCommitDate": "Data dell'ultimo commit:", "latestReleaseDate": "Data dell'ultima versione:", "latestVersion": "Versione più recente", "license": "Licenza", @@ -11413,6 +11426,8 @@ "subtitle": "Utilizza questa opzione se desideri sincronizzare e gestire l'intera istanza di Grafana tramite la memoria esterna." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "attività attive", "column-action": "Azione", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Impostazioni", "view": "Visualizza" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Riduci riga della query", "datasource-help": "Mostra la guida dell'origine dati", "drag-and-drop": "Trascina e rilascia per riordinare", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Sostituisci con query dalla libreria", "show-response": "Mostra la risposta" }, - "query-editor-not-exported": "Il plug-in dell'origine dati non esporta alcun componente dell'editor di query" + "query-editor-not-exported": "Il plug-in dell'origine dati non esporta alcun componente dell'editor di query", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Aggiungi account di servizio", - "message": "Nessun account di servizio trovato", + "message": "", "more-info": "Ricorda, puoi fornire autorizzazioni specifiche per l'accesso API ad altre applicazioni", "title": "Non hai ancora creato nessun account di servizio" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Ordina" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Orientamento del layout", diff --git a/public/locales/ja-JP/grafana.json b/public/locales/ja-JP/grafana.json index a95dba8e7b1..2a8f9b10885 100644 --- a/public/locales/ja-JP/grafana.json +++ b/public/locales/ja-JP/grafana.json @@ -5324,6 +5324,7 @@ "playlist-next": "次のダッシュボードに移動", "playlist-previous": "前のダッシュボードに戻る", "playlist-stop": "プレイリストを停止", + "read-only": "", "refresh": "ダッシュボードを更新", "save": "ダッシュボードを保存", "save-dashboard": { @@ -7453,6 +7454,13 @@ "tooltip-title": "数学演算子", "tooltip-trigger": "式" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "関数", "label-input": "入力", @@ -7468,6 +7476,11 @@ "label-upsample": "アップサンプリング", "tooltip-s-m-h": "10秒、1分、30分、1時間" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "入力" } @@ -7484,7 +7497,8 @@ "loading": "フォルダを読み込んでいます..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10828,7 +10842,6 @@ "downloads": "ダウンロード", "from": "開始", "installedVersion": "インストールされているバージョン", - "lastCommitDate": "最終コミット日:", "latestReleaseDate": "最新リリース日:", "latestVersion": "最新のバージョン", "license": "ライセンス", @@ -11378,6 +11391,8 @@ "subtitle": "外部ストレージを通じてGrafanaインスタンス全体を同期・管理したい場合は、このオプションを使用してください。" } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "アクティブなジョブ", "column-action": "操作", @@ -11396,6 +11411,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "設定", "view": "表示" }, @@ -11810,6 +11826,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "クエリ行を折りたたむ", "datasource-help": "データソースヘルプを表示", "drag-and-drop": "ドラッグアンドドロップで並べ替え", @@ -11820,7 +11837,11 @@ "replace-query-from-library": "ライブラリからのクエリに置き換え", "show-response": "応答の表示" }, - "query-editor-not-exported": "データソースプラグインは、クエリエディタコンポーネントをエクスポートしません" + "query-editor-not-exported": "データソースプラグインは、クエリエディタコンポーネントをエクスポートしません", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12053,7 +12074,7 @@ "service-accounts": { "empty-state": { "button-title": "サービスアカウントを追加", - "message": "サービスアカウントが見つかりません", + "message": "", "more-info": "他のアプリケーションに特定のAPIアクセス権限を提供できることを忘れないでください", "title": "まだサービスアカウントを作成していません" } @@ -12446,6 +12467,21 @@ "sort-picker": { "select-aria-label": "並べ替え" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "レイアウトの向き", diff --git a/public/locales/ko-KR/grafana.json b/public/locales/ko-KR/grafana.json index d345bfa6f5c..3c565ba3ef3 100644 --- a/public/locales/ko-KR/grafana.json +++ b/public/locales/ko-KR/grafana.json @@ -5324,6 +5324,7 @@ "playlist-next": "다음 대시보드로 이동", "playlist-previous": "이전 대시보드로 이동", "playlist-stop": "플레이리스트 중지", + "read-only": "", "refresh": "대시보드 새로 고침", "save": "대시보드 저장", "save-dashboard": { @@ -7453,6 +7454,13 @@ "tooltip-title": "수학 연산자", "tooltip-trigger": "표현식" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "함수", "label-input": "입력", @@ -7468,6 +7476,11 @@ "label-upsample": "업샘플", "tooltip-s-m-h": "10초, 1분, 30분, 1시간" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "입력" } @@ -7484,7 +7497,8 @@ "loading": "폴더 로딩 중..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10828,7 +10842,6 @@ "downloads": "다운로드", "from": "최저", "installedVersion": "설치된 버전", - "lastCommitDate": "마지막 담당 날짜:", "latestReleaseDate": "최신 릴리스 날짜:", "latestVersion": "최신 버전", "license": "라이선스", @@ -11378,6 +11391,8 @@ "subtitle": "외부 스토리지를 통해 전체 Grafana 인스턴스를 동기화하고 관리하려면 이 옵션을 사용하세요." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "활성 작업", "column-action": "동작", @@ -11396,6 +11411,7 @@ "get-repository-meta": { "webhook": "웹훅" }, + "read-only-badge": "", "settings": "설정", "view": "보기" }, @@ -11810,6 +11826,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "쿼리 행 접기", "datasource-help": "데이터 소스 도움말 표시", "drag-and-drop": "드래그 앤 드롭으로 순서 변경", @@ -11820,7 +11837,11 @@ "replace-query-from-library": "라이브러리의 쿼리로 교체", "show-response": "응답 표시" }, - "query-editor-not-exported": "데이터 소스 플러그인은 쿼리 편집기 구성 요소를 내보내지 않습니다." + "query-editor-not-exported": "데이터 소스 플러그인은 쿼리 편집기 구성 요소를 내보내지 않습니다.", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12053,7 +12074,7 @@ "service-accounts": { "empty-state": { "button-title": "서비스 계정 추가", - "message": "찾은 서비스 계정 없음", + "message": "", "more-info": "다른 애플리케이션에 대한 API 액세스 권한을 특정할 수 있습니다.", "title": "아직 생성된 서비스 계정이 없습니다." } @@ -12446,6 +12467,21 @@ "sort-picker": { "select-aria-label": "정렬" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "레이아웃 방향", diff --git a/public/locales/nl-NL/grafana.json b/public/locales/nl-NL/grafana.json index 4fc94354a24..77aa8b01d30 100644 --- a/public/locales/nl-NL/grafana.json +++ b/public/locales/nl-NL/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Naar het volgende dashboard", "playlist-previous": "Naar het vorige dashboard", "playlist-stop": "Afspeellijst stoppen", + "read-only": "", "refresh": "Dashboard vernieuwen", "save": "Dashboard opslaan", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Wiskundige operator", "tooltip-trigger": "Expressie" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Functie", "label-input": "Invoer", @@ -7489,6 +7497,11 @@ "label-upsample": "Upsample", "tooltip-s-m-h": "10s, 1m, 30m, 1u" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Invoer" } @@ -7505,7 +7518,8 @@ "loading": "Mappen laden ..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "Downloads", "from": "Van", "installedVersion": "Geïnstalleerde Versie", - "lastCommitDate": "Datum laatste inzet:", "latestReleaseDate": "Uiterste releasedatum:", "latestVersion": "Nieuwste versie", "license": "Licentie", @@ -11413,6 +11426,8 @@ "subtitle": "Gebruik deze optie als je je hele Grafana-instantie via externe opslag wilt synchroniseren en beheren." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "actieve taken", "column-action": "Actie", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Instellingen", "view": "Weergave" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Queryrij samenvouwen", "datasource-help": "Hulp bij gegevensbron weergeven", "drag-and-drop": "Versleep om opnieuw te rangschikken", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Vervangen door query uit bibliotheek", "show-response": "Antwoord weergeven" }, - "query-editor-not-exported": "Gegevensbronplug-in exporteert geen Query Editor-component" + "query-editor-not-exported": "Gegevensbronplug-in exporteert geen Query Editor-component", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Serviceaccount toevoegen", - "message": "Geen servicesaccounts gevonden", + "message": "", "more-info": "Vergeet niet dat je specifieke toestemmingen kunt geven voor API-toegang tot andere applicaties", "title": "Je hebt nog geen serviceaccounts gemaakt" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Sorteren" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Lay-outoriëntatie", diff --git a/public/locales/pl-PL/grafana.json b/public/locales/pl-PL/grafana.json index 67bae129d95..25487e1489e 100644 --- a/public/locales/pl-PL/grafana.json +++ b/public/locales/pl-PL/grafana.json @@ -5381,6 +5381,7 @@ "playlist-next": "Przejdź do następnego pulpitu", "playlist-previous": "Przejdź do poprzedniego pulpitu", "playlist-stop": "Zatrzymaj autoodtwarzanie", + "read-only": "", "refresh": "Odśwież pulpit", "save": "Zapisz pulpit", "save-dashboard": { @@ -7516,6 +7517,13 @@ "tooltip-title": "Operator matematyczny", "tooltip-trigger": "Wyrażenie" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Funkcja", "label-input": "Wejście", @@ -7531,6 +7539,11 @@ "label-upsample": "Zwiększ próbkowanie", "tooltip-s-m-h": "10s, 1m, 30m, 1h" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Wejście" } @@ -7547,7 +7560,8 @@ "loading": "Ładowanie folderów…" }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10924,7 +10938,6 @@ "downloads": "Do pobrania", "from": "Od", "installedVersion": "Zainstalowana wersja", - "lastCommitDate": "Data ostatniego zatwierdzenia:", "latestReleaseDate": "Data wydania najnowszej wersji:", "latestVersion": "Najnowsza wersja", "license": "Licencja", @@ -11483,6 +11496,8 @@ "subtitle": "Użyj tej opcji, jeśli chcesz synchronizować całą instancję usługi Grafana i zarządzać nią za pośrednictwem zewnętrznej pamięci masowej." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "aktywne zadania", "column-action": "Działanie", @@ -11501,6 +11516,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Ustawienia", "view": "Wyświetl" }, @@ -11918,6 +11934,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Zwiń wiersz zapytania", "datasource-help": "Pokaż pomoc dotyczącą źródła danych", "drag-and-drop": "Przeciągnij i upuść, aby zmienić kolejność", @@ -11928,7 +11945,11 @@ "replace-query-from-library": "Zastąp zapytanie z biblioteki", "show-response": "Pokaż odpowiedź" }, - "query-editor-not-exported": "Wtyczka źródła danych nie eksportuje żadnego komponentu Edytora zapytań" + "query-editor-not-exported": "Wtyczka źródła danych nie eksportuje żadnego komponentu Edytora zapytań", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12170,7 +12191,7 @@ "service-accounts": { "empty-state": { "button-title": "Dodaj konto usługi", - "message": "Nie znaleziono kont usługi", + "message": "", "more-info": "Pamiętaj, że możesz nadać określone uprawnienia dostępu do innych aplikacji przez API", "title": "Nie utworzono jeszcze żadnych kont usługi" } @@ -12566,6 +12587,21 @@ "sort-picker": { "select-aria-label": "Sortuj" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Orientacja układu", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index da0a7ce7c20..541d85332c1 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Ir para o próximo painel de controle", "playlist-previous": "Ir para o painel de controle anterior", "playlist-stop": "Parar lista de reprodução", + "read-only": "", "refresh": "Atualizar painel de controle", "save": "Salvar painel de controle", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Operador matemático", "tooltip-trigger": "Expressão" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Função", "label-input": "Entrada", @@ -7489,6 +7497,11 @@ "label-upsample": "Aumentar taxa de amostragem", "tooltip-s-m-h": "10s, 1m, 30m, 1h" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Entrada" } @@ -7505,7 +7518,8 @@ "loading": "Carregando pastas..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "Downloads", "from": "", "installedVersion": "Versão instalada", - "lastCommitDate": "Data do último commit:", "latestReleaseDate": "Data de lançamento mais recente:", "latestVersion": "Última versão", "license": "Licença", @@ -11413,6 +11426,8 @@ "subtitle": "Use esta opção se você quiser sincronizar e gerenciar toda a sua instância da Grafana por meio de armazenamento externo." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "tarefas ativas", "column-action": "Ação", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Configurações", "view": "Visualizar" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Recolher linha de consulta", "datasource-help": "Mostrar ajuda da fonte de dados", "drag-and-drop": "Arraste e solte para reordenar", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Substituir por consulta da biblioteca", "show-response": "Mostrar resposta" }, - "query-editor-not-exported": "O plug-in de origem de dados não exporta nenhum componente de editor de consulta" + "query-editor-not-exported": "O plug-in de origem de dados não exporta nenhum componente de editor de consulta", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Adicionar conta de serviço", - "message": "Nenhuma conta de serviço encontrada", + "message": "", "more-info": "Lembre-se de que você pode fornecer permissões específicas de acesso à API para outros aplicativos", "title": "Você ainda não criou nenhuma conta de serviço" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Ordenar" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Orientação do layout", diff --git a/public/locales/pt-PT/grafana.json b/public/locales/pt-PT/grafana.json index 4654ef9a6c5..11216f50b18 100644 --- a/public/locales/pt-PT/grafana.json +++ b/public/locales/pt-PT/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Ir para o próximo painel de controlo", "playlist-previous": "Ir para o painel de controlo anterior", "playlist-stop": "Parar a lista de reprodução", + "read-only": "", "refresh": "Atualizar o painel de controlo", "save": "Guardar o painel de controlo", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Operador matemático", "tooltip-trigger": "Expressão" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Função", "label-input": "Entrada", @@ -7489,6 +7497,11 @@ "label-upsample": "Aumentar a quantidade de amostras", "tooltip-s-m-h": "10s, 1m, 30m, 1h" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Entrada" } @@ -7505,7 +7518,8 @@ "loading": "A carregar pastas..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "Transferências", "from": "De", "installedVersion": "Versão instalada", - "lastCommitDate": "Data do último compromisso:", "latestReleaseDate": "Data de lançamento mais recente:", "latestVersion": "Versão mais recente", "license": "Licença", @@ -11413,6 +11426,8 @@ "subtitle": "Utilize esta opção se pretender sincronizar e gerir toda a sua instância Grafana através de um armazenamento externo." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "trabalhos ativos", "column-action": "Ação", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Definições", "view": "Ver" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Recolher linha de consulta", "datasource-help": "Mostrar ajuda da origem de dados", "drag-and-drop": "Arrastar e largar para reordenar", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Substituir por consulta da biblioteca", "show-response": "Mostrar resposta" }, - "query-editor-not-exported": "O plugin de origem de dados não exporta nenhum componente do Editor de Consultas" + "query-editor-not-exported": "O plugin de origem de dados não exporta nenhum componente do Editor de Consultas", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Adicionar conta de serviço", - "message": "Não foram encontradas contas de serviços", + "message": "", "more-info": "Lembre-se de que pode fornecer permissões específicas para acesso à API a outras aplicações", "title": "Ainda não criou qualquer conta de serviço" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Ordenar" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Orientação do layout", diff --git a/public/locales/ru-RU/grafana.json b/public/locales/ru-RU/grafana.json index ec7a3f152d0..ca155804315 100644 --- a/public/locales/ru-RU/grafana.json +++ b/public/locales/ru-RU/grafana.json @@ -5381,6 +5381,7 @@ "playlist-next": "Перейти к следующему дашборду", "playlist-previous": "Перейти к предыдущему дашборду", "playlist-stop": "Остановить плейлист", + "read-only": "", "refresh": "Обновить дашборд", "save": "Сохранить дашборд", "save-dashboard": { @@ -7516,6 +7517,13 @@ "tooltip-title": "Математический оператор", "tooltip-trigger": "Выражение" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Функция", "label-input": "Ввод", @@ -7531,6 +7539,11 @@ "label-upsample": "Увеличить частоту выборки", "tooltip-s-m-h": "10 с, 1 мин, 30 мин, 1 ч" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Ввод" } @@ -7547,7 +7560,8 @@ "loading": "Загрузка папок..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10924,7 +10938,6 @@ "downloads": "Загрузки", "from": "Время начала", "installedVersion": "Установленная версия", - "lastCommitDate": "Дата последней фиксации:", "latestReleaseDate": "Дата последнего выпуска:", "latestVersion": "Новейшая версия", "license": "Лицензия", @@ -11483,6 +11496,8 @@ "subtitle": "Используйте этот параметр, если хотите синхронизировать весь экземпляр Grafana и управлять им через внешнее хранилище" } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "активные задания", "column-action": "Действие", @@ -11501,6 +11516,7 @@ "get-repository-meta": { "webhook": "Веб-перехватчик" }, + "read-only-badge": "", "settings": "Параметры", "view": "Просмотр" }, @@ -11918,6 +11934,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Свернуть строку запроса", "datasource-help": "Показать справку по источнику данных", "drag-and-drop": "Перетащить для изменения порядка", @@ -11928,7 +11945,11 @@ "replace-query-from-library": "Замена на запрос из библиотеки", "show-response": "Показать ответ" }, - "query-editor-not-exported": "Плагин источника данных не экспортирует компоненты редактора запросов" + "query-editor-not-exported": "Плагин источника данных не экспортирует компоненты редактора запросов", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12170,7 +12191,7 @@ "service-accounts": { "empty-state": { "button-title": "Добавить служебную учетную запись", - "message": "Служебные учетные записи не найдены", + "message": "", "more-info": "Помните, вы можете предоставлять определенные разрешения на доступ к API других приложений", "title": "Вы еще не создали ни одной служебной учетной записи" } @@ -12566,6 +12587,21 @@ "sort-picker": { "select-aria-label": "Сортировать" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Ориентация макета", diff --git a/public/locales/sv-SE/grafana.json b/public/locales/sv-SE/grafana.json index 2c84ac80593..e6334c52b39 100644 --- a/public/locales/sv-SE/grafana.json +++ b/public/locales/sv-SE/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Gå till nästa instrumentpanel", "playlist-previous": "Gå till föregående instrumentpanel", "playlist-stop": "Stoppa spellista", + "read-only": "", "refresh": "Uppdatera instrumentpanel", "save": "Spara instrumentpanel", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Matematisk operator", "tooltip-trigger": "Uttryck" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "Funktion", "label-input": "Ingång", @@ -7489,6 +7497,11 @@ "label-upsample": "Sampla upp", "tooltip-s-m-h": "10 s, 1 m, 30 m, 1 h" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Ingång" } @@ -7505,7 +7518,8 @@ "loading": "Laddar mappar…" }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "Nedladdningar", "from": "Från", "installedVersion": "Installerad version", - "lastCommitDate": "Senaste åtagandedatum:", "latestReleaseDate": "Senaste utgivningsdatum:", "latestVersion": "Senaste versionen", "license": "Licens", @@ -11413,6 +11426,8 @@ "subtitle": "Använd det här alternativet om du vill synkronisera och hantera hela din Grafana-instans via extern lagring." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "aktiva jobb", "column-action": "Åtgärd", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "Inställningar", "view": "Visa" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Dölj frågeraden", "datasource-help": "Visa hjälp med datakälla", "drag-and-drop": "Ändra ordning genom dra och släpp", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Ersätt med fråga från biblioteket", "show-response": "Visa svar" }, - "query-editor-not-exported": "Tilläggsprogram för datakälla exporterar inte någon frågeredigerarkomponent" + "query-editor-not-exported": "Tilläggsprogram för datakälla exporterar inte någon frågeredigerarkomponent", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Lägg till servicekonto", - "message": "Inga servicekonton hittades", + "message": "", "more-info": "Kom ihåg att du kan ange specifika behörigheter för API-åtkomst till andra applikationer", "title": "Du har inte skapat några servicekonton ännu" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Sortera" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Layoutorientering", diff --git a/public/locales/tr-TR/grafana.json b/public/locales/tr-TR/grafana.json index 507fe49043f..30a087df251 100644 --- a/public/locales/tr-TR/grafana.json +++ b/public/locales/tr-TR/grafana.json @@ -5343,6 +5343,7 @@ "playlist-next": "Sonraki panoya git", "playlist-previous": "Önceki panoya git", "playlist-stop": "Oynatma listesini durdur", + "read-only": "", "refresh": "Panoyu yenile", "save": "Panoyu kaydet", "save-dashboard": { @@ -7474,6 +7475,13 @@ "tooltip-title": "Matematik işleci", "tooltip-trigger": "İfade" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "İşlev", "label-input": "Girdi", @@ -7489,6 +7497,11 @@ "label-upsample": "Örneklemeyi artır", "tooltip-s-m-h": "10 sn, 1 dk, 30 dk, 1 sa" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "Girdi" } @@ -7505,7 +7518,8 @@ "loading": "Klasörler yükleniyor..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10860,7 +10874,6 @@ "downloads": "İndirmeler", "from": "Başlangıç", "installedVersion": "Yüklü Sürüm", - "lastCommitDate": "Son yürütme tarihi:", "latestReleaseDate": "Son yayın tarihi:", "latestVersion": "En Son Sürüm", "license": "Lisans", @@ -11413,6 +11426,8 @@ "subtitle": "Tüm Grafana örneğinizi haricî depolama üzerinden senkronize edip yönetmek istiyorsanız bu seçeneği kullanın." } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "etkin işler", "column-action": "Eylem", @@ -11431,6 +11446,7 @@ "get-repository-meta": { "webhook": "Web kancası" }, + "read-only-badge": "", "settings": "Ayarlar", "view": "Görüntüle" }, @@ -11846,6 +11862,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "Sorgu satırını daralt", "datasource-help": "Veri kaynağı yardımını göster", "drag-and-drop": "Yeniden düzenlemek için sürükleyip bırakın", @@ -11856,7 +11873,11 @@ "replace-query-from-library": "Kütüphaneden sorguyla değiştir", "show-response": "Yanıtı göster" }, - "query-editor-not-exported": "Veri kaynağı eklentisi herhangi bir Sorgu Düzenleyici bileşeni sunmuyor/içermiyor." + "query-editor-not-exported": "Veri kaynağı eklentisi herhangi bir Sorgu Düzenleyici bileşeni sunmuyor/içermiyor.", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12092,7 +12113,7 @@ "service-accounts": { "empty-state": { "button-title": "Hizmet hesabı ekle", - "message": "Hizmet hesabı bulunamadı", + "message": "", "more-info": "Diğer uygulamaların API erişimi için özel izinler sağlayabileceğinizi lütfen unutmayın.", "title": "Henüz bir hizmet hesabı oluşturmadınız" } @@ -12486,6 +12507,21 @@ "sort-picker": { "select-aria-label": "Sırala" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "Düzen yönü", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 5a5a946cf40..0fc9a785e15 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -5324,6 +5324,7 @@ "playlist-next": "前往下一个仪表板", "playlist-previous": "前往上一个仪表板", "playlist-stop": "停止播放列表", + "read-only": "", "refresh": "刷新仪表板", "save": "保存仪表板", "save-dashboard": { @@ -7453,6 +7454,13 @@ "tooltip-title": "数学运算符", "tooltip-trigger": "表达式" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "功能", "label-input": "输入", @@ -7468,6 +7476,11 @@ "label-upsample": "升高采样", "tooltip-s-m-h": "10 秒、1 分钟、30 分钟、1 小时" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "输入" } @@ -7484,7 +7497,8 @@ "loading": "正在加载文件夹..." }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10828,7 +10842,6 @@ "downloads": "下载", "from": "", "installedVersion": "安装的版本", - "lastCommitDate": "上次提交日期:", "latestReleaseDate": "最新发布日期:", "latestVersion": "最新版本", "license": "许可", @@ -11378,6 +11391,8 @@ "subtitle": "如果要通过外部存储来同步和管理整个 Grafana 实例,请使用此选项。" } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "活跃的作业", "column-action": "操作", @@ -11396,6 +11411,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "设置", "view": "查看" }, @@ -11810,6 +11826,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "折叠查询行", "datasource-help": "显示数据源帮助", "drag-and-drop": "拖放以重新排序", @@ -11820,7 +11837,11 @@ "replace-query-from-library": "替换为来自库的查询", "show-response": "显示回复" }, - "query-editor-not-exported": "数据源插件不导出任何查询编辑器组件" + "query-editor-not-exported": "数据源插件不导出任何查询编辑器组件", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12053,7 +12074,7 @@ "service-accounts": { "empty-state": { "button-title": "添加服务账户", - "message": "未找到服务账户", + "message": "", "more-info": "请记住,您可以为其他应用程序的 API 访问提供特定权限", "title": "您尚未创建任何服务账号" } @@ -12446,6 +12467,21 @@ "sort-picker": { "select-aria-label": "排序" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "布局朝向", diff --git a/public/locales/zh-Hant/grafana.json b/public/locales/zh-Hant/grafana.json index bd775c3715a..927242a037c 100644 --- a/public/locales/zh-Hant/grafana.json +++ b/public/locales/zh-Hant/grafana.json @@ -5324,6 +5324,7 @@ "playlist-next": "前往下一個儀表板", "playlist-previous": "前往上一個儀表板", "playlist-stop": "停止播放清單", + "read-only": "", "refresh": "重新整理儀表板", "save": "儲存儀表板", "save-dashboard": { @@ -7453,6 +7454,13 @@ "tooltip-title": "數學運算子", "tooltip-trigger": "表達式" }, + "query-toolbox": { + "tooltip-collapse-editor": "", + "tooltip-copy-query": "", + "tooltip-expand-editor": "", + "tooltip-format-query": "", + "tooltip-run-query": "" + }, "reduce": { "label-function": "功能", "label-input": "輸入", @@ -7468,6 +7476,11 @@ "label-upsample": "向上取樣", "tooltip-s-m-h": "10 秒、1 分鐘、30 分鐘、1 小時" }, + "sql-expr": { + "button-run-query": "", + "modal-title": "", + "tooltip-experimental": "" + }, "threshold": { "label-input": "輸入" } @@ -7484,7 +7497,8 @@ "loading": "正在載入資料夾…" }, "folder-repo": { - "badge-tooltip": "" + "provisioned-badge": "", + "read-only-badge": "" }, "folders": { "api": { @@ -10828,7 +10842,6 @@ "downloads": "下載量", "from": "自", "installedVersion": "安裝版本", - "lastCommitDate": "上次提交日期:", "latestReleaseDate": "最新發佈日期:", "latestVersion": "最新版本", "license": "授權", @@ -11378,6 +11391,8 @@ "subtitle": "若想透過外部儲存空間同步及管理整個 Grafana 執行個體,請使用此選項。" } }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "進行中的作業", "column-action": "動作", @@ -11396,6 +11411,7 @@ "get-repository-meta": { "webhook": "Webhook" }, + "read-only-badge": "", "settings": "設定", "view": "檢視" }, @@ -11810,6 +11826,7 @@ }, "query-operation": { "header": { + "cancel-query-library-edit": "", "collapse-row": "收闔查詢列", "datasource-help": "顯示資料來源說明", "drag-and-drop": "拖放以重新排序", @@ -11820,7 +11837,11 @@ "replace-query-from-library": "替換為來自資料庫的查詢", "show-response": "顯示回應" }, - "query-editor-not-exported": "資料來源外掛程式不匯出任何查詢編輯器元件" + "query-editor-not-exported": "資料來源外掛程式不匯出任何查詢編輯器元件", + "query-library": { + "editing-tooltip": "", + "from-library": "" + } }, "recently-deleted": { "buttons": { @@ -12053,7 +12074,7 @@ "service-accounts": { "empty-state": { "button-title": "新增服務帳戶", - "message": "未找到服務帳戶", + "message": "", "more-info": "請記住,您可以為 API 存取其他應用程式提供特定權限", "title": "您尚未建立任何服務帳戶" } @@ -12446,6 +12467,21 @@ "sort-picker": { "select-aria-label": "排序" }, + "sql-expressions": { + "add-query-tooltip": "", + "ai-explain-title": "", + "ai-suggestions-title": "", + "apply": "", + "code-label": "", + "copy": "", + "explain-empty-query-tooltip": "", + "explain-query": "", + "explanation-modal-title": "", + "sql-ai-interaction": "", + "sql-suggestion-history": "", + "suggestions": "", + "view-explanation": "" + }, "stat": { "add-orientation-option": { "description-orientation": "版面配置方向",