diff --git a/public/locales/cs-CZ/grafana.json b/public/locales/cs-CZ/grafana.json index a5b30c2d737..b7544955223 100644 --- a/public/locales/cs-CZ/grafana.json +++ b/public/locales/cs-CZ/grafana.json @@ -1681,6 +1681,10 @@ "inspector-yaml-tab": { "apply": "Použít" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Jak se připojit k IRM", "disabled-description": "Povolit IRM prostřednictvím integrace webhooku", @@ -1825,6 +1829,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filtrovat výstrahy pomocí dotazování na štítky bez složených závorek, např.:", "filter-alerts-using-label-querying-without-spaces": "Filtrujte výstrahy pomocí dotazu na štítky bez mezer, např.:", @@ -1987,8 +1995,10 @@ "label-notification-policies": "Zásady oznamování", "label-time-intervals": "Časové intervaly" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Výchozí zásada", "no-matchers": "Žádné shody" }, "notification-preview": { @@ -2005,22 +2015,12 @@ }, "notification-route": { "no-labels": "Žádné štítky", - "no-matching-labels": "Žádné shodné štítky" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Vaše instance výstrah jsou přesměrovány následujícím způsobem.", - "close": "Zavřít", - "contact-point": "Kontaktní bod", - "default-policy": "Výchozí zásada", - "notification-policy-path": "Cesta k zásadě oznamování", - "see-details-link": "Zobrazit detaily", - "title-routing-details": "Podrobnosti o směrování" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Rozbalit trasu zásad", - "delivered-to": "@doručeno:", - "notification-policy": "Zásada oznamování", - "see-details": "Zobrazit detaily" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2153,10 +2153,6 @@ "label-new-sibling-above": "Nová souvislost nahoře", "label-new-sibling-below": "Nová souvislost dole" }, - "policy-path": { - "default-policy": "Výchozí zásada", - "no-matchers": "Žádné shody" - }, "preview-rule": { "body-preview-is-not-available": "Náhled dotazu nelze zobrazit. Některé zdroje dat použité v dotazech nejsou k dispozici.", "preview-alerts": "Zobrazit náhled výstrah", @@ -9403,6 +9399,7 @@ }, "share-panel": { "config-description": "Vytvořte personalizovaný přímý odkaz pro sdílení panelu v rámci vaší organizace s následujícími možnostmi přizpůsobení:", + "copy-image-link": "", "download-image": "Stáhnout obrázek", "render-image": "Generovat obrázek" } @@ -10719,6 +10716,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11403,6 +11408,7 @@ "actions": { "set-up-required-feature-toggles": "Nastavit povinné přepínače funkcí" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Spravujte nástěnky jako kód v Git a automaticky zajišťujte aktualizace", "manage-your-dashboards-with-remote-provisioning": "Začínáme se synchronizací Git", "store-dashboards-in-version-controlled-storage": "Ukládejte nástěnky do úložiště s pevně nastavenou verzí pro lepší organizaci a sledování historie" @@ -11596,8 +11602,16 @@ "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": "Tato složka je jen pro čtení a je zajištěna prostřednictvím zajištění souborů. Chcete-li provést jakékoli změny ve složce, aktualizujte připojené úložiště souborů. Chcete-li upravit nastavení složky, přejděte na Správa > Zajištění > Úložiště.", - "read-only-remote-tooltip": "Tato složka je jen pro čtení a je zajištěna prostřednictvím služby Git. Chcete-li provést jakékoli změny ve složce, aktualizujte připojené úložiště. Chcete-li upravit nastavení složky, přejděte do části Správa > Zajištění > Úložiště.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "aktivní práce", "column-action": "Akce", @@ -11711,6 +11725,7 @@ "removed-from-repo-test-ui": "odebráno z uživatelského rozhraní repo testu", "updated-from-repo-test-ui": "aktualizováno z uživatelského rozhraní repo testu" }, + "read-only-repo-tooltip": "", "repository": "Úložiště", "tab-info": { "label": { @@ -11747,6 +11762,8 @@ "tooltip-unhealthy-repository": "Nelze stáhnout nezdravé úložiště" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Zahrnout předložení pro každou historickou hodnotu", "synchronization-options": "Možnosti synchronizace" diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 83a4aef9486..c38d7565821 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Anwenden" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "So stellen Sie eine Verbindung zu IRM her", "disabled-description": "IRM über eine Webhook-Integration aktivieren", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filtern Sie Warnungen mithilfe von Labels, ohne Klammern zu verwenden, z. B.:", "filter-alerts-using-label-querying-without-spaces": "Filtern Sie Warnungen mithilfe von Label-Abfragen, ohne Leerzeichen; Beispiel:", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Benachrichtigungsrichtlinien", "label-time-intervals": "Zeitintervalle" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Standardrichtlinie", "no-matchers": "Keine Matcher" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Keine Labels", - "no-matching-labels": "Keine übereinstimmenden Labels" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Ihre Warnungsinstanzen werden wie folgt weitergeleitet.", - "close": "Schließen", - "contact-point": "Kontaktpunkt", - "default-policy": "Standardrichtlinie", - "notification-policy-path": "Pfad der Benachrichtigungsrichtlinie", - "see-details-link": "Details anzeigen", - "title-routing-details": "Weiterleitungsdetails" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Richtlinienroute erweitern", - "delivered-to": "@ Übermittelt an", - "notification-policy": "Benachrichtigungsrichtlinie", - "see-details": "Details anzeigen" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Neues gleichrangiges Element oben", "label-new-sibling-below": "Neues gleichrangiges Element unten" }, - "policy-path": { - "default-policy": "Standardrichtlinie", - "no-matchers": "Keine Matcher" - }, "preview-rule": { "body-preview-is-not-available": "Die Abfragevorschau kann nicht angezeigt werden. Einige der in den Abfragen verwendeten Datenquellen sind nicht verfügbar.", "preview-alerts": "Vorschau der Warnungen ansehen", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Erstellen Sie einen personalisierten, direkten Link, um Ihr Panel innerhalb Ihrer Organisation mit den folgenden Anpassungseinstellungen zu teilen:", + "copy-image-link": "", "download-image": "Bild herunterladen", "render-image": "Bild erstellen" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Benötigte Funktionsschalter einrichten" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Verwalten Sie Dashboards als Code in Git und stellen Sie Updates automatisch bereit", "manage-your-dashboards-with-remote-provisioning": "Erste Schritte mit Git Sync", "store-dashboards-in-version-controlled-storage": "Speichern Sie Dashboards im versionskontrollierten Speicher für eine bessere Organisation und Verlaufsverfolgung" @@ -11516,8 +11522,16 @@ "subtitle": "Nutzen Sie diese Option, wenn Sie Ihre gesamte Grafana-Instanz über einen externen Speicher synchronisieren und verwalten möchten." } }, - "read-only-local-tooltip": "Dieser Ordner ist schreibgeschützt und wird über die Dateibereitstellung bereitgestellt. Um Änderungen am Ordner vorzunehmen, aktualisieren Sie bitte das verbundene Datei-Repository. Um die Ordnereinstellungen zu ändern, gehen Sie zu Administration > Bereitstellung > Repositorys.", - "read-only-remote-tooltip": "Dieser Ordner ist schreibgeschützt und wird über Git bereitgestellt. Um Änderungen am Ordner vorzunehmen, aktualisieren Sie bitte das verbundene Repository. Um die Ordnereinstellungen zu ändern, gehen Sie zu Administration > Bereitstellung > Repositorys.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "Aktive Aufträge", "column-action": "Aktion", @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "von der Repo-Test-UI entfernt", "updated-from-repo-test-ui": "von der Repo-Test-UI aktualisiert" }, + "read-only-repo-tooltip": "", "repository": "Repository", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "Ein fehlerhaftes Repository kann nicht abgerufen werden" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Commits für jeden historischen Wert erfassen", "synchronization-options": "Synchronisierungsoptionen" diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index aeff0bbc3b3..179fec865b6 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Aplicar" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Cómo conectarse a IRM", "disabled-description": "Habilitar IRM a través de una integración del webhook", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filtrar alertas mediante consulta de etiquetas sin corchetes. Por ej.:", "filter-alerts-using-label-querying-without-spaces": "Filtra alertas mediante una consulta de etiquetas sin espacios. Por ejemplo:", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Políticas de notificación", "label-time-intervals": "Intervalos de tiempo" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Política predeterminada", "no-matchers": "Ningún buscador de coincidencias" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Ninguna etiqueta", - "no-matching-labels": "Ninguna etiqueta coincidente" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Tus instancias de alerta se enrutan de la siguiente manera.", - "close": "Cerrar", - "contact-point": "Punto de contacto", - "default-policy": "Política predeterminada", - "notification-policy-path": "Ruta de la política de notificación", - "see-details-link": "Ver detalles", - "title-routing-details": "Detalles de enrutamiento" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Expandir ruta de política", - "delivered-to": "@ Entregado a", - "notification-policy": "Política de notificación", - "see-details": "Ver detalles" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Nuevo elemento del mismo nivel superior", "label-new-sibling-below": "Nuevo elemento del mismo nivel inferior" }, - "policy-path": { - "default-policy": "Política predeterminada", - "no-matchers": "Ningún buscador de coincidencias" - }, "preview-rule": { "body-preview-is-not-available": "No se puede mostrar la vista previa de la consulta. Algunas de las fuentes de datos utilizadas en las consultas no están disponibles.", "preview-alerts": "Vista previa de las alertas", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Crea un enlace personalizado y directo para compartir tu panel dentro de tu organización, con los siguientes ajustes de personalización:", + "copy-image-link": "", "download-image": "Descargar imagen", "render-image": "Generar imagen" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Configurar los conmutadores de características necesarios" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Gestiona los dashboards como código en Git y aprovisiona las actualizaciones de forma automática", "manage-your-dashboards-with-remote-provisioning": "Empezar con Git Sync", "store-dashboards-in-version-controlled-storage": "Almacena los dashboards en un almacenamiento controlado por versiones para mejorar la organización y el seguimiento del historial" @@ -11516,8 +11522,16 @@ "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": "Esta carpeta es de solo lectura y se aprovisiona con el aprovisionamiento de archivos. Para realizar cualquier cambio en ella, actualiza el repositorio de archivos conectado. Para modificar la configuración de la carpeta, ve a Administración > Aprovisionamiento > Repositorios.", - "read-only-remote-tooltip": "Esta carpeta es de solo lectura y se aprovisiona a través de Git. Para realizar cualquier cambio en ella, actualiza el repositorio conectado. Para modificarla, ve a Administración > Aprovisionamiento > Repositorios.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "trabajos activos", "column-action": "Acción", @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "eliminado de la interfaz de usuario de prueba de repositorio", "updated-from-repo-test-ui": "actualizado desde la interfaz de usuario de prueba de repositorio" }, + "read-only-repo-tooltip": "", "repository": "Repositorio", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "No se puede extraer un repositorio que no está en buen estado" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Incluir confirmaciones para cada valor histórico", "synchronization-options": "Opciones de sincronización" diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 4789550f125..9679c5fe760 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Appliquer" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Comment se connecter à IRM", "disabled-description": "Activer IRM via une intégration Webhook", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filtrer les alertes à l'aide de la méthode de recherche d'étiquettes sans accolades, par exemple :", "filter-alerts-using-label-querying-without-spaces": "Filtrer les alertes à l’aide de la méthode de recherche d’étiquettes sans espaces, par exemple :", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Politiques de notification", "label-time-intervals": "Intervalles de temps" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Politique par défaut", "no-matchers": "Aucun correspondant" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Pas d’étiquettes", - "no-matching-labels": "Pas d’étiquettes correspondantes" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Vos instances d’alerte sont acheminées comme suit.", - "close": "Fermer", - "contact-point": "Point de contact", - "default-policy": "Politique par défaut", - "notification-policy-path": "Chemin de la politique de notification", - "see-details-link": "Afficher les détails", - "title-routing-details": "Détails de l’acheminement" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Développer le chemin de la politique", - "delivered-to": "@ Livré à", - "notification-policy": "Politique de notification", - "see-details": "Afficher les détails" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Nouvel élément frère au-dessus", "label-new-sibling-below": "Nouvel élément frère au-dessous" }, - "policy-path": { - "default-policy": "Politique par défaut", - "no-matchers": "Aucun correspondant" - }, "preview-rule": { "body-preview-is-not-available": "Impossible d'afficher l'aperçu de la requête. Certaines des sources de données utilisées dans les requêtes ne sont pas disponibles.", "preview-alerts": "Aperçu des alertes", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Créez un lien direct personnalisé pour partager votre panneau au sein de votre organisation, avec les paramètres de personnalisation suivants :", + "copy-image-link": "", "download-image": "Télécharger l'image", "render-image": "Générer l'image" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Configurer les basculements de fonctionnalité requis" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Gérez les tableaux de bord as code sur Git et approvisionnez automatiquement les mises à jour", "manage-your-dashboards-with-remote-provisioning": "Commencer avec Git Sync", "store-dashboards-in-version-controlled-storage": "Stockez les tableaux de bord dans un espace de stockage à gestion des versions pour une meilleure organisation et un meilleur suivi de l’historique" @@ -11516,8 +11522,16 @@ "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": "Ce dossier est en lecture seule et provisionné via des fichiers. Pour apporter des modifications dans le dossier, mettez à jour le référentiel de fichiers connecté. Pour modifier les paramètres du dossier, accédez à Administration > Provisionnement > Référentiels.", - "read-only-remote-tooltip": "Ce dossier est en lecture seule et provisionné via Git. Pour apporter des modifications dans le dossier, mettez à jour le référentiel connecté. Pour modifier les paramètres du dossier, accédez à Administration > Provisionnement > Référentiels.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "missions actives", "column-action": "Action", @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "supprimé de l’interface utilisateur de test de référentiel", "updated-from-repo-test-ui": "mis à jour à partir de l’interface utilisateur de test de référentiel" }, + "read-only-repo-tooltip": "", "repository": "Référentiel", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "Impossible de fusionner un référentiel en mauvais état" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Inclure les commits pour chaque valeur historique", "synchronization-options": "Options de synchronisation" diff --git a/public/locales/hu-HU/grafana.json b/public/locales/hu-HU/grafana.json index 08c0b65f753..b5effc40772 100644 --- a/public/locales/hu-HU/grafana.json +++ b/public/locales/hu-HU/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Alkalmaz" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Csatlakozás az IRM-hez", "disabled-description": "Az IRM engedélyezése webkapocs-integráción keresztül", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Szűrheti a riasztásokat zárójelek nélküli címkelekérdezéssel, pl.:", "filter-alerts-using-label-querying-without-spaces": "Szűrheti a riasztásokat szóközök nélküli címkelekérdezéssel, pl.:", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Értesítési házirendek", "label-time-intervals": "Időintervallumok" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Alapértelmezett házirend", "no-matchers": "Nincs egyezés" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Nincs címke", - "no-matching-labels": "Nincs egyező címke" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Riasztáspéldányai a következők szerint irányítottak.", - "close": "Bezárás", - "contact-point": "Kapcsolattartási pont", - "default-policy": "Alapértelmezett házirend", - "notification-policy-path": "Értesítési házirend útvonala", - "see-details-link": "Részletek megtekintése", - "title-routing-details": "Irányítás részletei" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Házirend útvonalának kibontása", - "delivered-to": "@ Kézbesítve ide:", - "notification-policy": "Értesítési házirend", - "see-details": "Részletek megtekintése" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Új testvér feljebb", "label-new-sibling-below": "Új testvér lejjebb" }, - "policy-path": { - "default-policy": "Alapértelmezett házirend", - "no-matchers": "Nincs egyezés" - }, "preview-rule": { "body-preview-is-not-available": "Nem lehet megjeleníteni a lekérdezés előnézetét. A lekérdezésekben használt adatforrások némelyike nem érhető el.", "preview-alerts": "Riasztások előnézete", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Létrehozhat egy személyre szabott, közvetlen hivatkozást a panel szervezeten belüli megosztásához, a következő testreszabási beállításokkal:", + "copy-image-link": "", "download-image": "Kép letöltése", "render-image": "Kép generálása" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Kötelező funkcióváltások beállítása" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Irányítópultok kezelése kódként a Gitben, és a kiépítés automatikus frissítése", "manage-your-dashboards-with-remote-provisioning": "A Git-szinkronizálás használatának megkezdése", "store-dashboards-in-version-controlled-storage": "Tárolja az irányítópultokat verziókövetéses tárolóban a jobb rendszerezés és az előzmények nyomon követése érdekében" @@ -11516,8 +11522,16 @@ "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": "Ez a mappa csak olvasható, és fájlalapú konfigurációval rendelkezik. A módosításokhoz frissítse a kapcsolódó fájladattárat. A mappa beállításainak módosításához lépjen az Adminisztráció > Konfiguráció > Adattárak menüpontra.", - "read-only-remote-tooltip": "Ez a mappa csak olvasható, és Git-alapú konfigurációval rendelkezik. A módosításokhoz frissítse a kapcsolódó adattárat. A mappa beállításainak módosításához lépjen az Adminisztráció > Konfiguráció > Adattárak menüpontra.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "aktív feladatok", "column-action": "Művelet", @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "eltávolítva az adattár tesztfelületéről", "updated-from-repo-test-ui": "frissítve az adattár tesztfelületéről" }, + "read-only-repo-tooltip": "", "repository": "Adattár", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "Nem lehet beolvasni egy nem megfelelő állapotú adattárat" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Változtatások belefoglalása minden előzményértékhez", "synchronization-options": "Szinkronizálási beállítások" diff --git a/public/locales/id-ID/grafana.json b/public/locales/id-ID/grafana.json index 6d305d2dc28..fb1006a56ac 100644 --- a/public/locales/id-ID/grafana.json +++ b/public/locales/id-ID/grafana.json @@ -1666,6 +1666,10 @@ "inspector-yaml-tab": { "apply": "Terapkan" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Cara terhubung ke IRM", "disabled-description": "Aktifkan IRM melalui integrasi Webhook", @@ -1807,6 +1811,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filter peringatan menggunakan kueri label tanpa kurung kurawal, misalnya:", "filter-alerts-using-label-querying-without-spaces": "Filter peringatan menggunakan kueri label tanpa spasi, misalnya:", @@ -1969,8 +1977,10 @@ "label-notification-policies": "Kebijakan Pemberitahuan", "label-time-intervals": "Interval waktu" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Kebijakan default", "no-matchers": "Tidak ada pencocok" }, "notification-preview": { @@ -1987,22 +1997,12 @@ }, "notification-route": { "no-labels": "Tidak ada label", - "no-matching-labels": "Tidak ada label yang cocok" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Instans peringatan Anda dirutekan sebagai berikut.", - "close": "Tutup", - "contact-point": "Titik kontak", - "default-policy": "Kebijakan default", - "notification-policy-path": "Jalur kebijakan pemberitahuan", - "see-details-link": "Lihat detail", - "title-routing-details": "Detail perutean" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Perluas rute kebijakan", - "delivered-to": "@ Dikirimkan ke", - "notification-policy": "Kebijakan pemberitahuan", - "see-details": "Lihat detail" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2129,10 +2129,6 @@ "label-new-sibling-above": "Sibling baru di atas", "label-new-sibling-below": "Sibling baru di bawah" }, - "policy-path": { - "default-policy": "Kebijakan default", - "no-matchers": "Tidak ada pencocok" - }, "preview-rule": { "body-preview-is-not-available": "Tidak dapat menampilkan pratinjau kueri. Beberapa sumber data yang digunakan di kueri tidak tersedia.", "preview-alerts": "Pratinjau peringatan", @@ -9319,6 +9315,7 @@ }, "share-panel": { "config-description": "Buat tautan langsung yang dipersonalisasi untuk membagikan panel Anda dalam organisasi Anda, dengan pengaturan penyesuaian berikut:", + "copy-image-link": "", "download-image": "Unduh gambar", "render-image": "Buat gambar" } @@ -10617,6 +10614,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11289,6 +11294,7 @@ "actions": { "set-up-required-feature-toggles": "Atur tombol fitur yang diwajibkan" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Kelola dasbor sebagai kode di Git dan sediakan pembaruan secara otomatis", "manage-your-dashboards-with-remote-provisioning": "Mulai menggunakan Git Sync", "store-dashboards-in-version-controlled-storage": "Simpan dasbor di penyimpanan yang dikontrol versi untuk organisasi dan pelacakan riwayat yang lebih baik" @@ -11476,8 +11482,16 @@ "subtitle": "Gunakan opsi ini jika Anda ingin menyinkronkan dan mengelola seluruh instans Grafana melalui penyimpanan eksternal." } }, - "read-only-local-tooltip": "Folder ini hanya-baca dan disediakan melalui penyediaan file. Untuk membuat perubahan di folder, perbarui repositori file yang terhubung. Untuk mengubah pengaturan folder, buka Administrasi > Penyediaan > Repositori.", - "read-only-remote-tooltip": "Folder ini hanya-baca dan disediakan melalui Git. Untuk membuat perubahan di folder, perbarui repositori yang terhubung. Untuk mengubah pengaturan folder, buka Administrasi > Penyediaan > Repositori.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "pekerjaan aktif", "column-action": "Tindakan", @@ -11591,6 +11605,7 @@ "removed-from-repo-test-ui": "dihapus dari UI pengujian repo", "updated-from-repo-test-ui": "diperbarui dari UI pengujian repo" }, + "read-only-repo-tooltip": "", "repository": "Repositori", "tab-info": { "label": { @@ -11627,6 +11642,8 @@ "tooltip-unhealthy-repository": "Tidak dapat menerapkan pull pada repositori yang tidak sehat" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Sertakan commit untuk setiap nilai historis", "synchronization-options": "Opsi sinkronisasi" diff --git a/public/locales/it-IT/grafana.json b/public/locales/it-IT/grafana.json index 449f0d6ed08..8631f42cd15 100644 --- a/public/locales/it-IT/grafana.json +++ b/public/locales/it-IT/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Applica" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Come connettersi a IRM", "disabled-description": "Abilita IRM tramite un'integrazione Webhook", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filtra gli avvisi utilizzando la query dell'etichetta senza parentesi graffe, ad esempio:", "filter-alerts-using-label-querying-without-spaces": "Filtra gli avvisi utilizzando la query dell'etichetta senza spazi, ad esempio:", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Criteri di Notifica", "label-time-intervals": "Intervalli di tempo" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Criterio predefinito", "no-matchers": "Nessuna corrispondenza" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Nessuna etichetta", - "no-matching-labels": "Nessuna etichetta corrispondente" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Le istanze di avviso vengono instradate come segue.", - "close": "Chiudi", - "contact-point": "Punto di contatto", - "default-policy": "Criterio predefinito", - "notification-policy-path": "Percorso del criterio di notifica", - "see-details-link": "Visualizza i dettagli", - "title-routing-details": "Dettagli di instradamento" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Espandi percorso del criterio", - "delivered-to": "@ Consegnato a", - "notification-policy": "Criterio di notifica", - "see-details": "Visualizza i dettagli" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Nuovo nodo fratello in alto", "label-new-sibling-below": "Nuovo nodo fratello in basso" }, - "policy-path": { - "default-policy": "Criterio predefinito", - "no-matchers": "Nessuna corrispondenza" - }, "preview-rule": { "body-preview-is-not-available": "Impossibile visualizzare l'anteprima della query. Alcune delle origini dati utilizzate nelle query non sono disponibili.", "preview-alerts": "Anteprima avvisi", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Crea un link diretto e personalizzato per condividere il pannello all'interno della tua organizzazione, con le seguenti impostazioni di personalizzazione:", + "copy-image-link": "", "download-image": "Scarica immagine", "render-image": "Genera immagine" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Configura i toggle delle funzionalità necessarie" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Gestisci le dashboard come codice in Git e fornisci automaticamente gli aggiornamenti", "manage-your-dashboards-with-remote-provisioning": "Inizia a usare la sincronizzazione Git", "store-dashboards-in-version-controlled-storage": "Archivia le dashboard in una memoria controllata dalla versione per una migliore organizzazione e monitoraggio della cronologia" @@ -11516,8 +11522,16 @@ "subtitle": "Utilizza questa opzione se desideri sincronizzare e gestire l'intera istanza di Grafana tramite la memoria esterna." } }, - "read-only-local-tooltip": "Questa cartella è di sola lettura e viene fornita tramite il provisioning dei file. Per apportare modifiche alla cartella, aggiorna il repository dei file connesso. Per modificare le impostazioni della cartella, vai su Amministrazione > Provisioning > Repository.", - "read-only-remote-tooltip": "Questa cartella è di sola lettura e viene fornita tramite Git. Per apportare modifiche alla cartella, aggiorna il repository connesso. Per modificare le impostazioni della cartella, vai su Amministrazione > Provisioning > Repository.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "attività attive", "column-action": "Azione", @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "rimosso dall'interfaccia utente del test del repository", "updated-from-repo-test-ui": "aggiornato dall'interfaccia utente del test del repository" }, + "read-only-repo-tooltip": "", "repository": "Repository", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "Impossibile eseguire il pull di un repository non integro" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Includi commit per ogni valore storico", "synchronization-options": "Opzioni di sincronizzazione" diff --git a/public/locales/ja-JP/grafana.json b/public/locales/ja-JP/grafana.json index 9dec8395f9c..a6259267cb2 100644 --- a/public/locales/ja-JP/grafana.json +++ b/public/locales/ja-JP/grafana.json @@ -1666,6 +1666,10 @@ "inspector-yaml-tab": { "apply": "適用" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "IRMへの接続方法", "disabled-description": "Webhook連携を通じてIRMを有効化", @@ -1807,6 +1811,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "ブレースなしのラベルクエリを使用してアラートをフィルタします。例:", "filter-alerts-using-label-querying-without-spaces": "スペースなしのラベルクエリでアラートを絞り込みます。例:", @@ -1969,8 +1977,10 @@ "label-notification-policies": "通知ポリシー", "label-time-intervals": "時間間隔" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "デフォルトのポリシー", "no-matchers": "マッチャーなし" }, "notification-preview": { @@ -1987,22 +1997,12 @@ }, "notification-route": { "no-labels": "ラベルなし", - "no-matching-labels": "一致するラベルがありません" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "アラートインスタンスは次のようにルーティングされます。", - "close": "閉じる", - "contact-point": "コンタクトポイント", - "default-policy": "デフォルトのポリシー", - "notification-policy-path": "通知ポリシーパス", - "see-details-link": "詳細を見る", - "title-routing-details": "ルーティング詳細" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "ポリシールートを展開", - "delivered-to": "配信先:", - "notification-policy": "通知ポリシー", - "see-details": "詳細を見る" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2129,10 +2129,6 @@ "label-new-sibling-above": "上に新しい兄弟ポリシーを追加", "label-new-sibling-below": "下に新しい兄弟ポリシーを追加" }, - "policy-path": { - "default-policy": "デフォルトのポリシー", - "no-matchers": "マッチャーなし" - }, "preview-rule": { "body-preview-is-not-available": "クエリプレビューを表示できません。クエリで使用されているデータソースの一部が利用できません。", "preview-alerts": "アラートをプレビュー", @@ -9319,6 +9315,7 @@ }, "share-panel": { "config-description": "次のカスタマイズ設定を使用して、組織内でパネルを共有するためのパーソナライズされた直接リンクを作成します。", + "copy-image-link": "", "download-image": "画像をダウンロード", "render-image": "画像を生成する" } @@ -10617,6 +10614,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11289,6 +11294,7 @@ "actions": { "set-up-required-feature-toggles": "必要な機能切り替えを設定" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Gitでコードとしてダッシュボードを管理し、更新を自動的にプロビジョニング", "manage-your-dashboards-with-remote-provisioning": "Git Sync を使ってみる", "store-dashboards-in-version-controlled-storage": "バージョン管理されたストレージにダッシュボードを保存して、整理と履歴追跡を改善" @@ -11476,8 +11482,16 @@ "subtitle": "外部ストレージを通じてGrafanaインスタンス全体を同期・管理したい場合は、このオプションを使用してください。" } }, - "read-only-local-tooltip": "このフォルダは読み取り専用であり、ファイルのプロビジョニングを通じてプロビジョニングされます。フォルダに変更を加えるには、接続されたファイルリポジトリを更新します。フォルダ設定を変更するには、[管理] > [プロビジョニング] > [リポジトリ]の順で移動します。", - "read-only-remote-tooltip": "このフォルダは読み取り専用であり、Gitを介してプロビジョニングされます。フォルダに変更を加えるには、接続されているリポジトリを更新します。フォルダ設定を変更するには、[管理] > [プロビジョニング] > [リポジトリ]の順に移動します。", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "アクティブなジョブ", "column-action": "操作", @@ -11591,6 +11605,7 @@ "removed-from-repo-test-ui": "リポジトリテストUIから削除されました", "updated-from-repo-test-ui": "リポジトリテストUIから更新されました" }, + "read-only-repo-tooltip": "", "repository": "レポジトリ", "tab-info": { "label": { @@ -11627,6 +11642,8 @@ "tooltip-unhealthy-repository": "問題のあるリポジトリをプルできません" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "各履歴値のコミットを含める", "synchronization-options": "同期オプション" diff --git a/public/locales/ko-KR/grafana.json b/public/locales/ko-KR/grafana.json index 5a28fd8883c..e045a4b1c1d 100644 --- a/public/locales/ko-KR/grafana.json +++ b/public/locales/ko-KR/grafana.json @@ -1666,6 +1666,10 @@ "inspector-yaml-tab": { "apply": "적용" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "IRM에 연결하는 방법", "disabled-description": "Webhook 통합을 통해 IRM 활성화", @@ -1807,6 +1811,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "중괄호 없이 라벨 쿼리를 사용하여 경고를 필터링합니다. 예:", "filter-alerts-using-label-querying-without-spaces": "공백 없이 라벨 쿼리를 사용하여 경고를 필터링합니다. 예:", @@ -1969,8 +1977,10 @@ "label-notification-policies": "알림 정책", "label-time-intervals": "시간 간격" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "기본 정책", "no-matchers": "일치 조건 없음" }, "notification-preview": { @@ -1987,22 +1997,12 @@ }, "notification-route": { "no-labels": "라벨 없음", - "no-matching-labels": "일치하는 라벨 없음" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "경고 인스턴스는 다음과 같이 라우팅됩니다.", - "close": "닫기", - "contact-point": "연락처", - "default-policy": "기본 정책", - "notification-policy-path": "알림 정책 경로", - "see-details-link": "세부 정보 보기", - "title-routing-details": "라우팅 세부 정보" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "정책 라우트 펼치기", - "delivered-to": "@수신처", - "notification-policy": "알림 정책", - "see-details": "세부 정보 보기" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2129,10 +2129,6 @@ "label-new-sibling-above": "위에 형제 항목 추가", "label-new-sibling-below": "아래에 형제 항목 추가" }, - "policy-path": { - "default-policy": "기본 정책", - "no-matchers": "일치 조건 없음" - }, "preview-rule": { "body-preview-is-not-available": "쿼리 미리보기를 표시할 수 없습니다. 쿼리에 사용된 데이터 소스 중 일부를 사용할 수 없습니다.", "preview-alerts": "경고 미리 보기", @@ -9319,6 +9315,7 @@ }, "share-panel": { "config-description": "다음 사용자 지정 설정을 사용하여 조직 내에서 패널을 공유할 수 있는 개인화된 직접 링크를 생성합니다.", + "copy-image-link": "", "download-image": "이미지 다운로드", "render-image": "이미지 생성" } @@ -10617,6 +10614,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11289,6 +11294,7 @@ "actions": { "set-up-required-feature-toggles": "필수 기능 토글 설정" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Git에서 코드로 대시보드를 관리하고 업데이트를 자동으로 프로비저닝합니다", "manage-your-dashboards-with-remote-provisioning": "Git 동기화 시작하기", "store-dashboards-in-version-controlled-storage": "버전이 관리되는 스토리지에 대시보드를 저장하여 조직 및 기록 추적 기능 향상" @@ -11476,8 +11482,16 @@ "subtitle": "외부 스토리지를 통해 전체 Grafana 인스턴스를 동기화하고 관리하려면 이 옵션을 사용하세요." } }, - "read-only-local-tooltip": "이 폴더는 읽기 전용이며 파일 프로비저닝을 통해 프로비저닝됩니다. 폴더에 변경 사항을 적용하려면, 연결된 파일 리포지토리를 업데이트해야 합니다. 폴더 설정을 수정하려면 '관리 > 프로비저닝 > 리포지토리'로 이동하세요.", - "read-only-remote-tooltip": "이 폴더는 읽기 전용이며 Git을 통해 프로비저닝됩니다. 폴더에 변경 사항을 적용하려면, 연결된 파일 리포지토리를 업데이트해야 합니다. 폴더 설정을 수정하려면 관'리 > 프로비저닝 > 리포지토리'로 이동하세요.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "활성 작업", "column-action": "동작", @@ -11591,6 +11605,7 @@ "removed-from-repo-test-ui": "리포지토리 테스트 UI에서 제거됨", "updated-from-repo-test-ui": "리포지토리 테스트 UI에서 업데이트됨" }, + "read-only-repo-tooltip": "", "repository": "리포지토리", "tab-info": { "label": { @@ -11627,6 +11642,8 @@ "tooltip-unhealthy-repository": "상태가 좋지 않은 리포지토리를 가져올 수 없습니다" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "각 과거 값에 대한 커밋을 포함합니다", "synchronization-options": "동기화 옵션" diff --git a/public/locales/nl-NL/grafana.json b/public/locales/nl-NL/grafana.json index 9a93d720c09..9c733b2e581 100644 --- a/public/locales/nl-NL/grafana.json +++ b/public/locales/nl-NL/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Toepassen" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Verbinding maken met IRM", "disabled-description": "Schakel IRM in via een Webhook-integratie", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filter waarschuwingen met behulp van labelquery's zonder accolades, bijv.:", "filter-alerts-using-label-querying-without-spaces": "Filter waarschuwingen met behulp van labelquery's zonder spaties, bijv.:", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Meldingsbeleid", "label-time-intervals": "Tijdsintervallen" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Standaardbeleid", "no-matchers": "Geen matchers" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Geen labels", - "no-matching-labels": "Geen overeenkomende labels" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Je waarschuwingsinstanties worden als volgt gerouteerd.", - "close": "Sluiten", - "contact-point": "Contactpunt", - "default-policy": "Standaardbeleid", - "notification-policy-path": "Meldingsbeleid-pad", - "see-details-link": "Bekijk details", - "title-routing-details": "Routereringsgegevens" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Beleidsroute uitvouwen", - "delivered-to": "@ Afgeleverd bij", - "notification-policy": "Meldingsbeleid", - "see-details": "Bekijk details" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Nieuwe aanverwant boven", "label-new-sibling-below": "Nieuwe aanverwant onder" }, - "policy-path": { - "default-policy": "Standaardbeleid", - "no-matchers": "Geen matchers" - }, "preview-rule": { "body-preview-is-not-available": "Kan het queryvoorbeeld niet weergeven. Sommige gegevensbronnen die in de query's worden gebruikt, zijn niet beschikbaar.", "preview-alerts": "Voorbeeldwaarschuwingen", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Maak een gepersonaliseerde, directe link om je dashboard binnen je organisatie te delen, met de volgende aanpassingsinstellingen:", + "copy-image-link": "", "download-image": "Afbeelding downloaden", "render-image": "Afbeelding genereren" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Vereiste functieschakelaars instellen" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Beheer dashboards als code in GitHub en verstrek updates automatisch", "manage-your-dashboards-with-remote-provisioning": "Aan de slag met Git-synchronisatie", "store-dashboards-in-version-controlled-storage": "Sla dashboards op in versiegecontroleerde opslag voor betere organisatie en het bijhouden van de geschiedenis" @@ -11516,8 +11522,16 @@ "subtitle": "Gebruik deze optie als je je hele Grafana-instantie via externe opslag wilt synchroniseren en beheren." } }, - "read-only-local-tooltip": "Deze map is alleen-lezen en wordt beheerd via bestandsvoorziening. Wil je iets wijzigen? Pas dan de gekoppelde bestandsrepository aan. Voor mapinstellingen ga je naar Beheer > Voorziening > Repositories.", - "read-only-remote-tooltip": "Deze map is alleen-lezen en wordt beheerd via Git. Wil je iets wijzigen? Pas dan de gekoppelde repository aan. Voor mapinstellingen ga je naar Beheer > Voorziening > Repositories.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "actieve taken", "column-action": "Actie", @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "verwijderd uit repo-test-UI", "updated-from-repo-test-ui": "bijgewerkt vanuit repo-test-UI" }, + "read-only-repo-tooltip": "", "repository": "Repository", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "Kan geen ongezonde repository ophalen" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Commits opnemen voor elke historische waarde", "synchronization-options": "Synchronisatie-opties" diff --git a/public/locales/pl-PL/grafana.json b/public/locales/pl-PL/grafana.json index cbb9646f775..3a82dd3501c 100644 --- a/public/locales/pl-PL/grafana.json +++ b/public/locales/pl-PL/grafana.json @@ -1681,6 +1681,10 @@ "inspector-yaml-tab": { "apply": "Zastosuj" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Jak połączyć się z usługą IRM", "disabled-description": "Włącz usługę IRM za pomocą integracji przez webhook", @@ -1825,6 +1829,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filtruj alerty za pomocą zapytania o etykiety bez nawiasów klamrowych, np.:", "filter-alerts-using-label-querying-without-spaces": "Filtruj alerty za pomocą zapytania o etykiety bez spacji, na przykład:", @@ -1987,8 +1995,10 @@ "label-notification-policies": "Zasady dotyczące powiadomień", "label-time-intervals": "Odstępy czasu" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Domyślne zasady", "no-matchers": "Brak dopasowań" }, "notification-preview": { @@ -2005,22 +2015,12 @@ }, "notification-route": { "no-labels": "Brak etykiet", - "no-matching-labels": "Brak pasujących etykiet" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Instancje alertów są kierowane w następujący sposób.", - "close": "Zamknij", - "contact-point": "Punkt kontaktowy", - "default-policy": "Domyślne zasady", - "notification-policy-path": "Ścieżka zasad dotyczących powiadomień", - "see-details-link": "Zobacz szczegóły", - "title-routing-details": "Szczegóły tras" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Rozwiń trasę zasad", - "delivered-to": "@ Dostarczane do", - "notification-policy": "Zasady dotyczące powiadomień", - "see-details": "Zobacz szczegóły" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2153,10 +2153,6 @@ "label-new-sibling-above": "Nowy element pokrewny powyżej", "label-new-sibling-below": "Nowy element pokrewny poniżej" }, - "policy-path": { - "default-policy": "Domyślne zasady", - "no-matchers": "Brak dopasowań" - }, "preview-rule": { "body-preview-is-not-available": "Nie można wyświetlić podglądu zapytania. Niektóre źródła danych używane w zapytaniach są niedostępne.", "preview-alerts": "Podgląd alertów", @@ -9403,6 +9399,7 @@ }, "share-panel": { "config-description": "Utwórz spersonalizowany, bezpośredni link, aby udostępnić panel w swojej organizacji z następującymi ustawieniami dostosowywania:", + "copy-image-link": "", "download-image": "Pobierz obraz", "render-image": "Wygeneruj obraz" } @@ -10719,6 +10716,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11403,6 +11408,7 @@ "actions": { "set-up-required-feature-toggles": "Skonfiguruj wymagane przełączniki funkcji" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Zarządzaj pulpitami jako kodem w usłudze Git i automatycznie aprowizuj aktualizacje", "manage-your-dashboards-with-remote-provisioning": "Rozpocznij pracę z synchronizacją z usługą Git", "store-dashboards-in-version-controlled-storage": "Przechowuj pulpity nawigacyjne w pamięci z kontrolą wersji, aby zapewnić lepszą organizację i śledzenie historii zmian" @@ -11596,8 +11602,16 @@ "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": "Ten folder jest tylko do odczytu i jest udostępniany poprzez aprowizację plików. Aby wprowadzić zmiany w folderze, zaktualizuj połączone repozytorium plików. Aby zmienić ustawienia folderu, przejdź do sekcji Administracja > Udostępnianie > Repozytoria.", - "read-only-remote-tooltip": "Ten folder jest tylko do odczytu i jest udostępniany przez Git. Aby wprowadzić zmiany w folderze, zaktualizuj połączone repozytorium. Aby zmienić ustawienia folderu, przejdź do sekcji Administracja > Udostępnianie > Repozytoria.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "aktywne zadania", "column-action": "Działanie", @@ -11711,6 +11725,7 @@ "removed-from-repo-test-ui": "usunięto z interfejsu testowego repozytorium", "updated-from-repo-test-ui": "zaktualizowano z interfejsu testowego repozytorium" }, + "read-only-repo-tooltip": "", "repository": "Repozytorium", "tab-info": { "label": { @@ -11747,6 +11762,8 @@ "tooltip-unhealthy-repository": "Nie można pobrać danych z niesprawnego repozytorium" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Uwzględnij zatwierdzenia dla każdej wartości historycznej", "synchronization-options": "Opcje synchronizacji" diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index a7e59b477e2..e2970e52e34 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Aplicar" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Como se conectar ao IRM", "disabled-description": "Ativar IRM por meio de uma integração com Webhook", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filtre os alertas usando a consulta por etiquetas sem colchetes, ex:", "filter-alerts-using-label-querying-without-spaces": "Filtre os alertas usando a consulta por rótulos sem espaços. Por exemplo:", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Políticas de notificação", "label-time-intervals": "Intervalos de tempo" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Política padrão", "no-matchers": "Sem correspondências" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Sem rótulos", - "no-matching-labels": "Sem rótulos correspondentes" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Suas instâncias de alerta são encaminhadas da seguinte maneira.", - "close": "Fechar", - "contact-point": "Ponto de contato", - "default-policy": "Política padrão", - "notification-policy-path": "Caminho da política de notificação", - "see-details-link": "Ver detalhes", - "title-routing-details": "Detalhes do encaminhamento" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Expandir rota da política", - "delivered-to": "@ Entregue para", - "notification-policy": "Política de notificação", - "see-details": "Ver detalhes" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Novo elemento do mesmo nível acima", "label-new-sibling-below": "Novo elemento do mesmo nível abaixo" }, - "policy-path": { - "default-policy": "Política padrão", - "no-matchers": "Sem correspondências" - }, "preview-rule": { "body-preview-is-not-available": "Não é possível exibir a visualização da consulta. Algumas das fontes de dados usadas nas consultas não estão disponíveis.", "preview-alerts": "Pré-visualizar alertas", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Crie um link direto e personalizado para compartilhar seu painel dentro da sua organização com as seguintes configurações de personalização:", + "copy-image-link": "", "download-image": "Baixar imagem", "render-image": "Gerar imagem" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Configure os botões de alternância de recursos necessários" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Gerencie painéis como código no Git e provisione atualizações automaticamente", "manage-your-dashboards-with-remote-provisioning": "Comece a usar o Git Sync", "store-dashboards-in-version-controlled-storage": "Armazene os painéis em um armazenamento com controle por versão para aprimorar a organização e o rastreamento de histórico" @@ -11516,8 +11522,16 @@ "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": "Esta pasta está definida como de somente leitura e está provisionada por meio de provisionamento de arquivos. Para realizar qualquer alteração na pasta, atualize o repositório de arquivos conectado. Para modificar as configurações da pasta, acesse Administração > Provisionamento > Repositórios.", - "read-only-remote-tooltip": "Esta pasta está definida como de somente leitura e é provisionada por meio do Git. Para realizar qualquer alteração na pasta, atualize o repositório conectado. Para modificar as configurações da pasta, acesse Administração > Provisionamento > Repositórios.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "tarefas ativas", "column-action": "Ação", @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "removido da interface de teste do repositório", "updated-from-repo-test-ui": "atualizado a partir da interface de teste do repositório" }, + "read-only-repo-tooltip": "", "repository": "Repositório", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "Não é possível fazer extração de um repositório instável" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Incluir confirmações para cada valor histórico", "synchronization-options": "Opções de sincronização" diff --git a/public/locales/pt-PT/grafana.json b/public/locales/pt-PT/grafana.json index 6e2f7af299e..fcbe5db4dc6 100644 --- a/public/locales/pt-PT/grafana.json +++ b/public/locales/pt-PT/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Aplicar" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Como se ligar à IRM", "disabled-description": "Ativar IRM através de uma integração Webhook", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filtrar alertas através da utilização de consultas de etiqueta sem parênteses, ex.:", "filter-alerts-using-label-querying-without-spaces": "Filtrar alertas através da utilização de consultas de etiqueta sem espaços, ex.:", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Políticas de notificação", "label-time-intervals": "Intervalos de tempo" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Política padrão", "no-matchers": "Sem correspondências" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Sem etiquetas", - "no-matching-labels": "Sem etiquetas correspondentes" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "As suas instâncias de alerta são encaminhadas da seguinte forma.", - "close": "Fechar", - "contact-point": "Ponto de contacto", - "default-policy": "Política padrão", - "notification-policy-path": "Caminho da política de notificação", - "see-details-link": "Ver detalhes", - "title-routing-details": "Detalhes do encaminhamento" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Expandir o encaminhamento da política", - "delivered-to": "@ Entregue a", - "notification-policy": "Política de notificação", - "see-details": "Ver detalhes" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Novo elemento do mesmo nível acima", "label-new-sibling-below": "Novo elemento do mesmo nível abaixo" }, - "policy-path": { - "default-policy": "Política padrão", - "no-matchers": "Sem correspondências" - }, "preview-rule": { "body-preview-is-not-available": "Não é possível exibir a pré-visualização da consulta. Algumas das origens de dados utilizadas nas consultas não estão disponíveis.", "preview-alerts": "Pré-visualizar alertas", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Crie um link direto e personalizado para partilhar o seu painel dentro da sua organização, com as seguintes definições de personalização:", + "copy-image-link": "", "download-image": "Descarregar imagem", "render-image": "Gerar imagem" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Configure as opções de funcionalidades necessárias" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Gerir painéis de controlo como código no Git e fornecer atualizações automaticamente", "manage-your-dashboards-with-remote-provisioning": "Começar a usar o Git Sync", "store-dashboards-in-version-controlled-storage": "Armazenar painéis em armazenamento controlado por versão para melhor organização e acompanhamento do histórico" @@ -11516,8 +11522,16 @@ "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": "Esta pasta é apenas de leitura e aprovisionada através do aprovisionamento de ficheiros. Para fazer quaisquer alterações na pasta, atualize o repositório de ficheiros associado. Para modificar as definições da pasta, vá a Administração > Aprovisionamento > Repositórios.", - "read-only-remote-tooltip": "Esta pasta é só de leitura e aprovisionada através de Git. Para fazer quaisquer alterações na pasta, atualize o repositório associado. Para modificar as configurações da pasta, vá a Administração > Aprovisionamento > Repositórios.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "trabalhos ativos", "column-action": "Ação", @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "removido da interface de utilizador de teste de repositório", "updated-from-repo-test-ui": "atualizado a partir da interface de utilizador de teste de repositório" }, + "read-only-repo-tooltip": "", "repository": "Repositório", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "Não foi possível obter um repositório que não está em bom estado" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Incluir commits para cada valor histórico", "synchronization-options": "Opções de sincronização" diff --git a/public/locales/ru-RU/grafana.json b/public/locales/ru-RU/grafana.json index 3eb55c8bdee..c52c7be6f1f 100644 --- a/public/locales/ru-RU/grafana.json +++ b/public/locales/ru-RU/grafana.json @@ -1681,6 +1681,10 @@ "inspector-yaml-tab": { "apply": "Применить" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Как подключиться к IRM", "disabled-description": "Включите IRM через интеграцию с веб-перехватчиком.", @@ -1825,6 +1829,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Фильтр оповещений с использованием запросов меток без скобок, например,", "filter-alerts-using-label-querying-without-spaces": "Фильтруйте оповещения с использованием запросов меток без пробелов, например,", @@ -1987,8 +1995,10 @@ "label-notification-policies": "Политики уведомления", "label-time-intervals": "Временные интервалы" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Политика по умолчанию", "no-matchers": "Нет средств сопоставления" }, "notification-preview": { @@ -2005,22 +2015,12 @@ }, "notification-route": { "no-labels": "Нет меток", - "no-matching-labels": "Нет совпадающих меток" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Ваши экземпляры оповещений направляются следующим образом.", - "close": "Закрыть", - "contact-point": "Точка контакта", - "default-policy": "Политика по умолчанию", - "notification-policy-path": "Путь политики уведомлений", - "see-details-link": "Подробнее", - "title-routing-details": "Сведения о маршрутизации" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Развернуть маршрут политики", - "delivered-to": "@ Кому доставлено", - "notification-policy": "Политика уведомления", - "see-details": "Подробнее" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2153,10 +2153,6 @@ "label-new-sibling-above": "Новый элемент того же уровня выше", "label-new-sibling-below": "Новый элемент того же уровня ниже" }, - "policy-path": { - "default-policy": "Политика по умолчанию", - "no-matchers": "Нет средств сопоставления" - }, "preview-rule": { "body-preview-is-not-available": "Невозможно отобразить предварительный просмотр запроса. Некоторые источники данных, используемые в запросах, недоступны.", "preview-alerts": "Просмотр оповещений", @@ -9403,6 +9399,7 @@ }, "share-panel": { "config-description": "Создайте индивидуальную прямую ссылку, чтобы делиться своей панелью внутри организации, с помощью следующих параметров настройки:", + "copy-image-link": "", "download-image": "Загрузить изображение", "render-image": "Создать изображение" } @@ -10719,6 +10716,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11403,6 +11408,7 @@ "actions": { "set-up-required-feature-toggles": "Настроить необходимые переключатели функциональности" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Управлять дашбордами как кодом в Git и автоматически выполнять обновления", "manage-your-dashboards-with-remote-provisioning": "Начало работы с Git Sync", "store-dashboards-in-version-controlled-storage": "Храните дашборды в хранилище с контролем версий для лучшей организации и отслеживания журналов" @@ -11596,8 +11602,16 @@ "subtitle": "Используйте этот параметр, если хотите синхронизировать весь экземпляр Grafana и управлять им через внешнее хранилище" } }, - "read-only-local-tooltip": "Эта папка предназначена только для чтения и предоставлена в рамках подготовки файлов. Чтобы внести изменения, обновите подключенный файловый репозиторий. Отредактировать настройки папки можно в разделе «Администрирование > Подготовка > Репозитории».", - "read-only-remote-tooltip": "Эта папка доступна только для чтения и предоставлена в формате GIT. Чтобы внести изменения, обновите подключенный репозиторий. Отредактировать настройки папке можно в разделе «Администрирование > Подготовка > Репозитории».", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "активные задания", "column-action": "Действие", @@ -11711,6 +11725,7 @@ "removed-from-repo-test-ui": "удалено из тестового пользовательского интерфейса репозитория", "updated-from-repo-test-ui": "обновлено из тестового пользовательского интерфейса репозитория" }, + "read-only-repo-tooltip": "", "repository": "Репозиторий", "tab-info": { "label": { @@ -11747,6 +11762,8 @@ "tooltip-unhealthy-repository": "Невозможно внести изменения в неисправный репозиторий" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Включить фиксации для каждого ранее зафиксированного значения", "synchronization-options": "Параметры синхронизации" diff --git a/public/locales/sv-SE/grafana.json b/public/locales/sv-SE/grafana.json index 9a11f9f0380..32151f1c8be 100644 --- a/public/locales/sv-SE/grafana.json +++ b/public/locales/sv-SE/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Tillämpa" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "Så här ansluter du till IRM", "disabled-description": "Aktivera IRM via en Webhook-integration", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Filtrera varningar med etikettförfrågan utan klamrar, t.ex.:", "filter-alerts-using-label-querying-without-spaces": "Filtrera larm med etikettförfrågan utan mellanslag, t.ex.:", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Aviseringspolicyer", "label-time-intervals": "Tidsintervall" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Standardpolicy", "no-matchers": "Inga matchare" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Inga etiketter", - "no-matching-labels": "Inga matchande etiketter" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Dina larminstanser dirigeras enligt följande.", - "close": "Stäng", - "contact-point": "Kontaktpunkt", - "default-policy": "Standardpolicy", - "notification-policy-path": "Sökväg för aviseringspolicy", - "see-details-link": "Se detaljer", - "title-routing-details": "Routningsdetaljer" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Visa policyväg", - "delivered-to": "@ Levereras till", - "notification-policy": "Aviseringspolicy", - "see-details": "Se detaljer" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Nytt syskon ovanför", "label-new-sibling-below": "Nytt syskon nedanför" }, - "policy-path": { - "default-policy": "Standardpolicy", - "no-matchers": "Inga matchare" - }, "preview-rule": { "body-preview-is-not-available": "Det går inte att visa förhandsgranskningen av frågan. Vissa av de datakällor som används i frågorna är inte tillgängliga.", "preview-alerts": "Förhandsgranska varningar", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Skapa en personlig direktlänk för att dela din panel inom din organisation, med följande anpassningsinställningar:", + "copy-image-link": "", "download-image": "Ladda ner bild", "render-image": "Generera bild" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Konfigurera obligatoriska funktionsväxlare" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Hantera kontrollpaneler som kod i Git och provisionering av uppdateringar automatiskt", "manage-your-dashboards-with-remote-provisioning": "Kom igång med Git Sync", "store-dashboards-in-version-controlled-storage": "Lagra instrumentpaneler med versionsstyrd lagring för bättre organisering och historikspårning" @@ -11516,8 +11522,16 @@ "subtitle": "Använd det här alternativet om du vill synkronisera och hantera hela din Grafana-instans via extern lagring." } }, - "read-only-local-tooltip": "Denna mapp är skrivskyddad och provisionerad via filprovisionering. Om du behöver göra ändringar i mappen måste du uppdatera den anslutna fillagringsplatsen. Ändra mappinställningarna genom att gå till Administration > Provisionering > Lagringsplatser.", - "read-only-remote-tooltip": "Den här mappen är skrivskyddad och provisionerad via Git. Om du behöver göra ändringar i mappen måste du uppdatera det anslutna arkivet. Ändra mappinställningarna genom att gå till Administration > Provisionering > Lagringsplatser.", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "aktiva jobb", "column-action": "Åtgärd", @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "borttagen från arkivets testgränssnitt", "updated-from-repo-test-ui": "uppdaterat från arkivets testgränssnitt" }, + "read-only-repo-tooltip": "", "repository": "Databas", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "Det gick inte att hämta en ohälsosam lagringsplats" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Inkludera åtaganden för varje historiskt värde", "synchronization-options": "Synkroniseringsalternativ" diff --git a/public/locales/tr-TR/grafana.json b/public/locales/tr-TR/grafana.json index 145f42308c5..2f9ebc15e0b 100644 --- a/public/locales/tr-TR/grafana.json +++ b/public/locales/tr-TR/grafana.json @@ -1671,6 +1671,10 @@ "inspector-yaml-tab": { "apply": "Uygula" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "IRM'ye bağlanma", "disabled-description": "Bir Web kancası entegrasyonu aracılığıyla IRM'yi etkinleştirin", @@ -1813,6 +1817,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "Uyarıları parantezler olmadan etiket sorgulama ile filtreleyin, örneğin:", "filter-alerts-using-label-querying-without-spaces": "Etiket sorgulaması kullanarak boşluksuz uyarı filtresi oluşturun, örn.:", @@ -1975,8 +1983,10 @@ "label-notification-policies": "Bildirim Politikaları", "label-time-intervals": "Zaman aralıkları" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "Varsayılan politika", "no-matchers": "Eşleşen yok" }, "notification-preview": { @@ -1993,22 +2003,12 @@ }, "notification-route": { "no-labels": "Etiket yok", - "no-matching-labels": "Eşleşen etiket yok" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "Uyarı örnekleriniz aşağıdaki şekilde yönlendiriliyor.", - "close": "Kapat", - "contact-point": "İletişim noktası", - "default-policy": "Varsayılan politika", - "notification-policy-path": "Bildirim politikası yolu", - "see-details-link": "Ayrıntıları görüntüle", - "title-routing-details": "Yönlendirme ayrıntıları" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "Politika yönlendirmesini genişlet", - "delivered-to": "@ Teslim alan:", - "notification-policy": "Bildirim politikası", - "see-details": "Ayrıntıları görüntüle" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2137,10 +2137,6 @@ "label-new-sibling-above": "Yukarıdan yeni eş düzey", "label-new-sibling-below": "Aşağıdan yeni eş düzey" }, - "policy-path": { - "default-policy": "Varsayılan politika", - "no-matchers": "Eşleşen yok" - }, "preview-rule": { "body-preview-is-not-available": "Sorgu ön izlemesi görüntülenemiyor. Sorgularda kullanılan bazı veri kaynakları mevcut değil.", "preview-alerts": "Uyarıları ön izle", @@ -9347,6 +9343,7 @@ }, "share-panel": { "config-description": "Panelinizi kuruluşunuz içinde paylaşmak için kişiselleştirilmiş, doğrudan bir bağlantı oluşturun. ", + "copy-image-link": "", "download-image": "Görseli indir", "render-image": "Görsel oluştur" } @@ -10651,6 +10648,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11327,6 +11332,7 @@ "actions": { "set-up-required-feature-toggles": "Gerekli özellik anahtarlarını ayarla" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "Panoları Git'de kod olarak yönetin ve güncellemeleri otomatik sağlayın", "manage-your-dashboards-with-remote-provisioning": "Git Sync'i kullanmaya başlayın", "store-dashboards-in-version-controlled-storage": "Daha iyi organizasyon ve geçmiş takibi için panoları sürüm kontrollü bir depoda saklayın" @@ -11516,6 +11522,14 @@ "subtitle": "Tüm Grafana örneğinizi haricî depolama üzerinden senkronize edip yönetmek istiyorsanız bu seçeneği kullanın." } }, + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, "read-only-local-tooltip": "", "read-only-remote-tooltip": "", "recent-jobs": { @@ -11631,6 +11645,7 @@ "removed-from-repo-test-ui": "depo test arayüzünden kaldırıldı", "updated-from-repo-test-ui": "depo test arayüzünden güncellendi" }, + "read-only-repo-tooltip": "", "repository": "Depo", "tab-info": { "label": { @@ -11667,6 +11682,8 @@ "tooltip-unhealthy-repository": "İyi durumda olmayan bir depo çekilemedi" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "Her geçmiş değer için yürütmeyi dahil et", "synchronization-options": "Senkronizasyon seçenekleri" diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index e92a03eb587..a811f038adf 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1666,6 +1666,10 @@ "inspector-yaml-tab": { "apply": "应用" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "如何连接到 IRM", "disabled-description": "通过 Webhook 集成启用 IRM", @@ -1807,6 +1811,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "使用不带大括号的标签查询来筛选提醒,例如:", "filter-alerts-using-label-querying-without-spaces": "使用不带空格的标签查询来筛选警报,例如:", @@ -1969,8 +1977,10 @@ "label-notification-policies": "通知策略", "label-time-intervals": "时间间隔" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "默认策略", "no-matchers": "没有匹配器" }, "notification-preview": { @@ -1987,22 +1997,12 @@ }, "notification-route": { "no-labels": "无标签", - "no-matching-labels": "无匹配标签" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "您的警报实例的路由如下。", - "close": "关闭", - "contact-point": "联络点", - "default-policy": "默认策略", - "notification-policy-path": "通知策略路径", - "see-details-link": "查看详情", - "title-routing-details": "路由详情" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "展开策略路由", - "delivered-to": "@ 发送目标", - "notification-policy": "通知策略", - "see-details": "查看详情" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2129,10 +2129,6 @@ "label-new-sibling-above": "上方的新同级元素", "label-new-sibling-below": "下方的新同级元素" }, - "policy-path": { - "default-policy": "默认策略", - "no-matchers": "没有匹配器" - }, "preview-rule": { "body-preview-is-not-available": "无法显示查询预览。查询中使用的某些数据源不可用。", "preview-alerts": "预览警报", @@ -9319,6 +9315,7 @@ }, "share-panel": { "config-description": "使用以下自定义设置,创建一个个性化的直接链接,以便在您的组织内共享面板:", + "copy-image-link": "", "download-image": "下载图像", "render-image": "生成图像" } @@ -10617,6 +10614,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11289,6 +11294,7 @@ "actions": { "set-up-required-feature-toggles": "设置所需的功能切换" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "在 Git 中将数据面板作为代码进行管理,并自动预置更新", "manage-your-dashboards-with-remote-provisioning": "开始使用 Git 同步", "store-dashboards-in-version-controlled-storage": "将数据面板存储在版本控制的存储中,以便更好地整理内容和跟踪历史记录" @@ -11476,8 +11482,16 @@ "subtitle": "如果要通过外部存储来同步和管理整个 Grafana 实例,请使用此选项。" } }, - "read-only-local-tooltip": "此文件夹是只读的,并已通过文件预置操作进行预置。要对文件夹进行任何更改,请更新连接的文件存储库。要修改文件夹设置,请依次转到“管理”>“预置”>“存储库”。", - "read-only-remote-tooltip": "此文件夹是只读的,并已通过 Git 预置。要对文件夹进行任何更改,请更新连接的存储库。要修改文件夹设置,请依次转到“管理”>“预置”>“存储库”。", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "活跃的作业", "column-action": "操作", @@ -11591,6 +11605,7 @@ "removed-from-repo-test-ui": "已从存储库测试用户界面中移除", "updated-from-repo-test-ui": "已从存储库测试用户界面中更新" }, + "read-only-repo-tooltip": "", "repository": "存储库", "tab-info": { "label": { @@ -11627,6 +11642,8 @@ "tooltip-unhealthy-repository": "无法拉取状态不良的存储库" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "包括每个历史值的提交", "synchronization-options": "同步选项" diff --git a/public/locales/zh-Hant/grafana.json b/public/locales/zh-Hant/grafana.json index 90abf1e3117..1779c029c0c 100644 --- a/public/locales/zh-Hant/grafana.json +++ b/public/locales/zh-Hant/grafana.json @@ -1666,6 +1666,10 @@ "inspector-yaml-tab": { "apply": "套用" }, + "instance-match": { + "non-matching-labels": "", + "notification-policy": "" + }, "irm-integration": { "connection-method": "如何連接到 IRM", "disabled-description": "透過 Webhook 整合啟用 IRM", @@ -1807,6 +1811,10 @@ } } }, + "match-details": { + "matched": "", + "no-matchers-matched": "" + }, "matcher-filter": { "filter-alerts-using-label-querying-without-braces": "使用不含大括號的標籤查詢來篩選警報,例如:", "filter-alerts-using-label-querying-without-spaces": "使用不含空格的標籤查詢來篩選警報,例如:", @@ -1969,8 +1977,10 @@ "label-notification-policies": "通知政策", "label-time-intervals": "時間間隔" }, + "notification-policy-drawer": { + "view-notification-policy-tree": "" + }, "notification-policy-matchers": { - "default-policy": "預設政策", "no-matchers": "沒有匹配條件" }, "notification-preview": { @@ -1987,22 +1997,12 @@ }, "notification-route": { "no-labels": "沒有標籤", - "no-matching-labels": "沒有匹配的標籤" - }, - "notification-route-details-modal": { - "alert-instances-routed-follows": "您的警報執行個體依以下方式傳送。", - "close": "關閉", - "contact-point": "聯絡點", - "default-policy": "預設政策", - "notification-policy-path": "通知政策路徑", - "see-details-link": "查看詳情", - "title-routing-details": "路由詳細資料" + "notification-policy": "" }, "notification-route-header": { "aria-label-expand-policy-route": "展開政策路由", - "delivered-to": "@ 已傳送至", - "notification-policy": "通知政策", - "see-details": "查看詳情" + "delivered-to": "", + "instances": "" }, "notification-templates": { "duplicate": { @@ -2129,10 +2129,6 @@ "label-new-sibling-above": "上方的新同級項目", "label-new-sibling-below": "下方的新同級項目" }, - "policy-path": { - "default-policy": "預設政策", - "no-matchers": "沒有匹配條件" - }, "preview-rule": { "body-preview-is-not-available": "無法顯示查詢預覽。查詢中使用的某些資料來源不可用。", "preview-alerts": "預覽警報", @@ -9319,6 +9315,7 @@ }, "share-panel": { "config-description": "使用以下自訂設定,建立個人化的直接連結,以便在組織內分享面板:", + "copy-image-link": "", "download-image": "下載圖片", "render-image": "產生圖片" } @@ -10617,6 +10614,14 @@ } }, "panel": { + "dashlist": { + "empty-state-message": "", + "mark-as-starred": "", + "recently-viewed-dashboards": "", + "search": "", + "starred-dashboards": "", + "unmark-as-starred": "" + }, "get-calculation-value-data-links-variable-suggestions": { "value-calc-var": { "label": { @@ -11289,6 +11294,7 @@ "actions": { "set-up-required-feature-toggles": "設定所需的功能切換" }, + "learn-more-documentation": "", "manage-dashboards-provision-updates-automatically": "在 Git 中將儀表板作為代碼管理,並自動佈建更新", "manage-your-dashboards-with-remote-provisioning": "開始使用 Git Sync", "store-dashboards-in-version-controlled-storage": "將儀表板儲存在版本控制的儲存空間中,以便更好地組織和追蹤歷史紀錄" @@ -11476,8 +11482,16 @@ "subtitle": "若想透過外部儲存空間同步及管理整個 Grafana 執行個體,請使用此選項。" } }, - "read-only-local-tooltip": "此資料夾為唯讀,並透過檔案佈建進行佈建。若要對資料夾進行任何變更,請更新連線的檔案儲存庫。如要修改資料夾設定,請依序前往「管理」>「佈建」>「儲存庫」。", - "read-only-remote-tooltip": "此資料夾為唯讀,並透過 Git 進行佈建。如要對資料夾進行任何變更,請更新連線的儲存庫。若要修改資料夾設定,請依序前往「管理」>「佈建」>「儲存庫」。", + "provisioning-wizard": { + "on-submit": { + "title": { + "repository-connection-failed": "", + "repository-request-failed": "" + } + } + }, + "read-only-local-tooltip": "", + "read-only-remote-tooltip": "", "recent-jobs": { "active-jobs": "進行中的作業", "column-action": "動作", @@ -11591,6 +11605,7 @@ "removed-from-repo-test-ui": "已從資源庫測試使用者介面移除", "updated-from-repo-test-ui": "已從資源庫測試使用者介面更新" }, + "read-only-repo-tooltip": "", "repository": "存放庫", "tab-info": { "label": { @@ -11627,6 +11642,8 @@ "tooltip-unhealthy-repository": "無法拉取狀態不佳的儲存庫" }, "synchronize-step": { + "repository-error": "", + "repository-error-message": "", "repository-unhealthy": "", "synchronization-description": "包含每個歷史數值的提交", "synchronization-options": "同步選項"