From 1671a6ee597d6784c8f3530113a78d8a4a485738 Mon Sep 17 00:00:00 2001 From: "grafana-pr-automation[bot]" <140550294+grafana-pr-automation[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 03:34:01 +0300 Subject: [PATCH] I18n: Download translations from Crowdin (#105709) New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../grafana-azure-monitor-datasource.json | 4 +- .../datasource/mssql/locales/cs-CZ/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/de-DE/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/es-ES/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/fr-FR/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/hu-HU/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/id-ID/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/it-IT/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/ja-JP/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/ko-KR/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/nl-NL/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/pl-PL/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/pt-BR/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/pt-PT/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/ru-RU/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/sv-SE/mssql.json | 128 ++++++++++++++++++ .../datasource/mssql/locales/tr-TR/mssql.json | 128 ++++++++++++++++++ .../mssql/locales/zh-Hans/mssql.json | 128 ++++++++++++++++++ .../mssql/locales/zh-Hant/mssql.json | 128 ++++++++++++++++++ public/locales/cs-CZ/grafana.json | 26 ++-- public/locales/de-DE/grafana.json | 26 ++-- public/locales/es-ES/grafana.json | 26 ++-- public/locales/fr-FR/grafana.json | 26 ++-- public/locales/hu-HU/grafana.json | 26 ++-- public/locales/id-ID/grafana.json | 26 ++-- public/locales/it-IT/grafana.json | 26 ++-- public/locales/ja-JP/grafana.json | 26 ++-- public/locales/ko-KR/grafana.json | 26 ++-- public/locales/nl-NL/grafana.json | 26 ++-- public/locales/pl-PL/grafana.json | 26 ++-- public/locales/pt-BR/grafana.json | 26 ++-- public/locales/pt-PT/grafana.json | 26 ++-- public/locales/ru-RU/grafana.json | 26 ++-- public/locales/sv-SE/grafana.json | 26 ++-- public/locales/tr-TR/grafana.json | 26 ++-- public/locales/zh-Hans/grafana.json | 26 ++-- public/locales/zh-Hant/grafana.json | 26 ++-- 54 files changed, 2574 insertions(+), 270 deletions(-) create mode 100644 public/app/plugins/datasource/mssql/locales/cs-CZ/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/de-DE/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/es-ES/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/fr-FR/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/hu-HU/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/id-ID/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/it-IT/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/ja-JP/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/ko-KR/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/nl-NL/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/pl-PL/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/pt-BR/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/pt-PT/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/ru-RU/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/sv-SE/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/tr-TR/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/zh-Hans/mssql.json create mode 100644 public/app/plugins/datasource/mssql/locales/zh-Hant/mssql.json diff --git a/public/app/plugins/datasource/azuremonitor/locales/cs-CZ/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/cs-CZ/grafana-azure-monitor-datasource.json index 0a8ba7074cf..b64600275d0 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/cs-CZ/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/cs-CZ/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Další nastavení", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/de-DE/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/de-DE/grafana-azure-monitor-datasource.json index 6745b3f069d..0b1706956d4 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/de-DE/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/de-DE/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Zusätzliche Einstellungen", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/es-ES/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/es-ES/grafana-azure-monitor-datasource.json index e57a5b2b025..61c471848af 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/es-ES/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/es-ES/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Configuraciones adicionales", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/fr-FR/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/fr-FR/grafana-azure-monitor-datasource.json index 840c929c3dc..a7372c15536 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/fr-FR/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/fr-FR/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Paramètres supplémentaires", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/hu-HU/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/hu-HU/grafana-azure-monitor-datasource.json index dc65f9dd018..4727cc8c783 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/hu-HU/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/hu-HU/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "További beállítások", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/id-ID/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/id-ID/grafana-azure-monitor-datasource.json index f4f65a508d9..1b507c35e2b 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/id-ID/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/id-ID/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Pengaturan tambahan", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/it-IT/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/it-IT/grafana-azure-monitor-datasource.json index 4fe70342889..0f55068576c 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/it-IT/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/it-IT/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Impostazioni aggiuntive", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/ja-JP/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/ja-JP/grafana-azure-monitor-datasource.json index 0feb2db4b85..682bc87bc05 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/ja-JP/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/ja-JP/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "追加設定", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/ko-KR/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/ko-KR/grafana-azure-monitor-datasource.json index 8411ff19ce7..77d1db6e5c5 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/ko-KR/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/ko-KR/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "추가 설정", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/nl-NL/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/nl-NL/grafana-azure-monitor-datasource.json index d9c34fbdf97..5338eb4c8aa 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/nl-NL/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/nl-NL/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Aanvullende instellingen", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/pl-PL/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/pl-PL/grafana-azure-monitor-datasource.json index aede3c9add0..6c80cf41be6 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/pl-PL/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/pl-PL/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Ustawienia dodatkowe", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/pt-BR/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/pt-BR/grafana-azure-monitor-datasource.json index 4cfbc95b744..61e680961be 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/pt-BR/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/pt-BR/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Configurações adicionais", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/pt-PT/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/pt-PT/grafana-azure-monitor-datasource.json index 32ab4c1a060..1e363c18427 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/pt-PT/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/pt-PT/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Definições adicionais", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/ru-RU/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/ru-RU/grafana-azure-monitor-datasource.json index 52f68bb0e62..6c0633da15a 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/ru-RU/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/ru-RU/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Дополнительные параметры", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/sv-SE/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/sv-SE/grafana-azure-monitor-datasource.json index a9dc82184d1..d446fe08a46 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/sv-SE/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/sv-SE/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Ytterligare inställningar", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/tr-TR/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/tr-TR/grafana-azure-monitor-datasource.json index 0ebe5141372..fd5f54c8f6a 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/tr-TR/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/tr-TR/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "Ek ayarlar", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/zh-Hans/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/zh-Hans/grafana-azure-monitor-datasource.json index 3b0b39c52ed..8459cec18c3 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/zh-Hans/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/zh-Hans/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "附加设置", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/azuremonitor/locales/zh-Hant/grafana-azure-monitor-datasource.json b/public/app/plugins/datasource/azuremonitor/locales/zh-Hant/grafana-azure-monitor-datasource.json index 37ca00fe59b..bd53b499608 100644 --- a/public/app/plugins/datasource/azuremonitor/locales/zh-Hant/grafana-azure-monitor-datasource.json +++ b/public/app/plugins/datasource/azuremonitor/locales/zh-Hant/grafana-azure-monitor-datasource.json @@ -72,9 +72,9 @@ }, "config-editor": { "description-additional-settings": "", + "description-request-timeout": "", "title-additional-settings": "附加設定", - "title-request-timeout": "", - "description-request-timeout": "" + "title-request-timeout": "" }, "current-user-fallback-credentials": { "alert-fallback-credentials-disabled": "", diff --git a/public/app/plugins/datasource/mssql/locales/cs-CZ/mssql.json b/public/app/plugins/datasource/mssql/locales/cs-CZ/mssql.json new file mode 100644 index 00000000000..559f315e1cd --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/cs-CZ/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Heslo", + "aria-label-password-configured": "Heslo", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Obnovit", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Ověření", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Heslo", + "label-password-configured": "Heslo", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Obnovit", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Heslo je povinné", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Heslo", + "label-skip-tls": "Přeskočit TLS ověření", + "label-tls-cert": "", + "label-username": "Uživatelské jméno", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Heslo", + "placeholder-tls-cert": "", + "placeholder-user": "uživatel", + "required-database": "", + "required-host": "", + "required-password": "Heslo je povinné", + "required-username": "", + "title-additional-settings": "Další nastavení", + "title-authentication": "Ověření", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Uživatelské jméno", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/de-DE/mssql.json b/public/app/plugins/datasource/mssql/locales/de-DE/mssql.json new file mode 100644 index 00000000000..2ff3df2aaab --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/de-DE/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Passwort", + "aria-label-password-configured": "Passwort", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Zurücksetzen", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Authentifizierung", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Passwort", + "label-password-configured": "Passwort", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Zurücksetzen", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Passwort ist erforderlich", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Passwort", + "label-skip-tls": "TLS-Überprüfung überspringen", + "label-tls-cert": "", + "label-username": "Benutzername", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Passwort", + "placeholder-tls-cert": "", + "placeholder-user": "Benutzer", + "required-database": "", + "required-host": "", + "required-password": "Passwort ist erforderlich", + "required-username": "", + "title-additional-settings": "Zusätzliche Einstellungen", + "title-authentication": "Authentifizierung", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Benutzername", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/es-ES/mssql.json b/public/app/plugins/datasource/mssql/locales/es-ES/mssql.json new file mode 100644 index 00000000000..8a231b7359e --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/es-ES/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Contraseña", + "aria-label-password-configured": "Contraseña", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Restablecer", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Autenticación", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Contraseña", + "label-password-configured": "Contraseña", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Restablecer", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "La contraseña es obligatoria", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Contraseña", + "label-skip-tls": "Omitir verificación de TLS", + "label-tls-cert": "", + "label-username": "Nombre de usuario", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Contraseña", + "placeholder-tls-cert": "", + "placeholder-user": "usuario", + "required-database": "", + "required-host": "", + "required-password": "La contraseña es obligatoria", + "required-username": "", + "title-additional-settings": "Configuraciones adicionales", + "title-authentication": "Autenticación", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Nombre de usuario", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/fr-FR/mssql.json b/public/app/plugins/datasource/mssql/locales/fr-FR/mssql.json new file mode 100644 index 00000000000..dcdef29a27e --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/fr-FR/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Mot de passe", + "aria-label-password-configured": "Mot de passe", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Réinitialiser", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Authentification", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Mot de passe", + "label-password-configured": "Mot de passe", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Réinitialiser", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Vous devez renseigner le mot de passe", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Mot de passe", + "label-skip-tls": "Ignorer la vérification TLS", + "label-tls-cert": "", + "label-username": "Nom d'utilisateur", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Mot de passe", + "placeholder-tls-cert": "", + "placeholder-user": "utilisateur", + "required-database": "", + "required-host": "", + "required-password": "Vous devez renseigner le mot de passe", + "required-username": "", + "title-additional-settings": "Paramètres supplémentaires", + "title-authentication": "Authentification", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Nom d'utilisateur", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/hu-HU/mssql.json b/public/app/plugins/datasource/mssql/locales/hu-HU/mssql.json new file mode 100644 index 00000000000..1857c67c6bc --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/hu-HU/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Jelszó", + "aria-label-password-configured": "Jelszó", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Visszaállítás", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Hitelesítés", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Jelszó", + "label-password-configured": "Jelszó", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Visszaállítás", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "A jelszó megadása kötelező", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Jelszó", + "label-skip-tls": "TLS-igazolás kihagyása", + "label-tls-cert": "", + "label-username": "Felhasználónév", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Jelszó", + "placeholder-tls-cert": "", + "placeholder-user": "felhasználó", + "required-database": "", + "required-host": "", + "required-password": "A jelszó megadása kötelező", + "required-username": "", + "title-additional-settings": "További beállítások", + "title-authentication": "Hitelesítés", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Felhasználónév", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/id-ID/mssql.json b/public/app/plugins/datasource/mssql/locales/id-ID/mssql.json new file mode 100644 index 00000000000..4a065e867ee --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/id-ID/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Kata sandi", + "aria-label-password-configured": "Kata sandi", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Atur ulang", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Autentikasi", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Kata sandi", + "label-password-configured": "Kata sandi", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Atur ulang", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Kata sandi wajib diisi", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Kata sandi", + "label-skip-tls": "Lewati Verifikasi TLS", + "label-tls-cert": "", + "label-username": "Nama pengguna", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Kata sandi", + "placeholder-tls-cert": "", + "placeholder-user": "pengguna", + "required-database": "", + "required-host": "", + "required-password": "Kata sandi wajib diisi", + "required-username": "", + "title-additional-settings": "Pengaturan tambahan", + "title-authentication": "Autentikasi", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Nama pengguna", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/it-IT/mssql.json b/public/app/plugins/datasource/mssql/locales/it-IT/mssql.json new file mode 100644 index 00000000000..b2dfa983f3e --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/it-IT/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Password", + "aria-label-password-configured": "Password", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Ripristina", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Autenticazione", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Password", + "label-password-configured": "Password", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Ripristina", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Password richiesta", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Password", + "label-skip-tls": "Salta verifica TLS", + "label-tls-cert": "", + "label-username": "Nome utente", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Password", + "placeholder-tls-cert": "", + "placeholder-user": "utente", + "required-database": "", + "required-host": "", + "required-password": "Password richiesta", + "required-username": "", + "title-additional-settings": "Impostazioni aggiuntive", + "title-authentication": "Autenticazione", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Nome utente", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/ja-JP/mssql.json b/public/app/plugins/datasource/mssql/locales/ja-JP/mssql.json new file mode 100644 index 00000000000..be1f89b9748 --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/ja-JP/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "パスワード", + "aria-label-password-configured": "パスワード", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "リセット", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "認証", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "パスワード", + "label-password-configured": "パスワード", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "リセット", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "パスワードは必須です", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "パスワード", + "label-skip-tls": "TLS検証をスキップ", + "label-tls-cert": "", + "label-username": "ユーザー名", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "パスワード", + "placeholder-tls-cert": "", + "placeholder-user": "ユーザー", + "required-database": "", + "required-host": "", + "required-password": "パスワードは必須です", + "required-username": "", + "title-additional-settings": "追加設定", + "title-authentication": "認証", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "ユーザー名", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/ko-KR/mssql.json b/public/app/plugins/datasource/mssql/locales/ko-KR/mssql.json new file mode 100644 index 00000000000..129a3957124 --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/ko-KR/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "비밀번호", + "aria-label-password-configured": "비밀번호", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "재설정", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "인증", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "비밀번호", + "label-password-configured": "비밀번호", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "재설정", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "비밀번호는 필수 입력 항목입니다.", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "비밀번호", + "label-skip-tls": "TLS 인증 건너뛰기", + "label-tls-cert": "", + "label-username": "사용자 이름", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "비밀번호", + "placeholder-tls-cert": "", + "placeholder-user": "사용자", + "required-database": "", + "required-host": "", + "required-password": "비밀번호는 필수 입력 항목입니다.", + "required-username": "", + "title-additional-settings": "추가 설정", + "title-authentication": "인증", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "사용자 이름", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/nl-NL/mssql.json b/public/app/plugins/datasource/mssql/locales/nl-NL/mssql.json new file mode 100644 index 00000000000..949e5a8b35e --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/nl-NL/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Wachtwoord", + "aria-label-password-configured": "Wachtwoord", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Resetten", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Autorisate", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Wachtwoord", + "label-password-configured": "Wachtwoord", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Resetten", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Wachtwoord is vereist", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Wachtwoord", + "label-skip-tls": "Sla TLS-verificatie over", + "label-tls-cert": "", + "label-username": "Gebruikersnaam", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Wachtwoord", + "placeholder-tls-cert": "", + "placeholder-user": "gebruiker", + "required-database": "", + "required-host": "", + "required-password": "Wachtwoord is vereist", + "required-username": "", + "title-additional-settings": "Aanvullende instellingen", + "title-authentication": "Autorisate", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Gebruikersnaam", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/pl-PL/mssql.json b/public/app/plugins/datasource/mssql/locales/pl-PL/mssql.json new file mode 100644 index 00000000000..ff5cc699a21 --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/pl-PL/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Hasło", + "aria-label-password-configured": "Hasło", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Zresetuj", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Uwierzytelnienie", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Hasło", + "label-password-configured": "Hasło", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Zresetuj", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Wymagane hasło", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Hasło", + "label-skip-tls": "Pomiń weryfikację TLS", + "label-tls-cert": "", + "label-username": "Nazwa użytkownika", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Hasło", + "placeholder-tls-cert": "", + "placeholder-user": "użytkownik", + "required-database": "", + "required-host": "", + "required-password": "Wymagane hasło", + "required-username": "", + "title-additional-settings": "Ustawienia dodatkowe", + "title-authentication": "Uwierzytelnienie", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Nazwa użytkownika", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/pt-BR/mssql.json b/public/app/plugins/datasource/mssql/locales/pt-BR/mssql.json new file mode 100644 index 00000000000..35d3255f766 --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/pt-BR/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Senha", + "aria-label-password-configured": "Senha", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Redefinir", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Autenticação", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Senha", + "label-password-configured": "Senha", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Redefinir", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "A senha é obrigatória", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Senha", + "label-skip-tls": "Ignorar verificação de TLS", + "label-tls-cert": "", + "label-username": "Nome de usuário", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Senha", + "placeholder-tls-cert": "", + "placeholder-user": "usuário", + "required-database": "", + "required-host": "", + "required-password": "A senha é obrigatória", + "required-username": "", + "title-additional-settings": "Configurações adicionais", + "title-authentication": "Autenticação", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Nome de usuário", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/pt-PT/mssql.json b/public/app/plugins/datasource/mssql/locales/pt-PT/mssql.json new file mode 100644 index 00000000000..0ed592c2dae --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/pt-PT/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Palavra-passe", + "aria-label-password-configured": "Palavra-passe", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Redefinir", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Autenticação", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Palavra-passe", + "label-password-configured": "Palavra-passe", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Redefinir", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "A palavra-passe é obrigatória", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Palavra-passe", + "label-skip-tls": "Ignorar verificação de TLS", + "label-tls-cert": "", + "label-username": "Nome de utilizador", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Palavra-passe", + "placeholder-tls-cert": "", + "placeholder-user": "utilizador", + "required-database": "", + "required-host": "", + "required-password": "A palavra-passe é obrigatória", + "required-username": "", + "title-additional-settings": "Definições adicionais", + "title-authentication": "Autenticação", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Nome de utilizador", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/ru-RU/mssql.json b/public/app/plugins/datasource/mssql/locales/ru-RU/mssql.json new file mode 100644 index 00000000000..a51b5278dc3 --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/ru-RU/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Пароль", + "aria-label-password-configured": "Пароль", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Сброс", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Аутентификация", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Пароль", + "label-password-configured": "Пароль", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Сброс", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Введите пароль", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Пароль", + "label-skip-tls": "Пропустить проверку TLS", + "label-tls-cert": "", + "label-username": "Имя пользователя", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Пароль", + "placeholder-tls-cert": "", + "placeholder-user": "пользователь", + "required-database": "", + "required-host": "", + "required-password": "Введите пароль", + "required-username": "", + "title-additional-settings": "Дополнительные параметры", + "title-authentication": "Аутентификация", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Имя пользователя", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/sv-SE/mssql.json b/public/app/plugins/datasource/mssql/locales/sv-SE/mssql.json new file mode 100644 index 00000000000..d50e39f399f --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/sv-SE/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Lösenord", + "aria-label-password-configured": "Lösenord", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Återställ", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Autentisering", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Lösenord", + "label-password-configured": "Lösenord", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Återställ", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Lösenord är obligatoriskt", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Lösenord", + "label-skip-tls": "Åsidosätt TLS-verifiering", + "label-tls-cert": "", + "label-username": "Användarnamn", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Lösenord", + "placeholder-tls-cert": "", + "placeholder-user": "användare", + "required-database": "", + "required-host": "", + "required-password": "Lösenord är obligatoriskt", + "required-username": "", + "title-additional-settings": "Ytterligare inställningar", + "title-authentication": "Autentisering", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Användarnamn", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/tr-TR/mssql.json b/public/app/plugins/datasource/mssql/locales/tr-TR/mssql.json new file mode 100644 index 00000000000..aab00445c8a --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/tr-TR/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "Parola", + "aria-label-password-configured": "Parola", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "Sıfırla", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "Kimlik doğrulama", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "Parola", + "label-password-configured": "Parola", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "Sıfırla", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "Parola gereklidir", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "Parola", + "label-skip-tls": "TLS Doğrulamasını Atla", + "label-tls-cert": "", + "label-username": "Kullanıcı adı", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "Parola", + "placeholder-tls-cert": "", + "placeholder-user": "kullanıcı", + "required-database": "", + "required-host": "", + "required-password": "Parola gereklidir", + "required-username": "", + "title-additional-settings": "Ek ayarlar", + "title-authentication": "Kimlik doğrulama", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "Kullanıcı adı", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/zh-Hans/mssql.json b/public/app/plugins/datasource/mssql/locales/zh-Hans/mssql.json new file mode 100644 index 00000000000..15d22e9d3f5 --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/zh-Hans/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "密码", + "aria-label-password-configured": "密码", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "重置", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "身份验证", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "密码", + "label-password-configured": "密码", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "重置", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "必须输入密码", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "密码", + "label-skip-tls": "跳过 TLS 验证", + "label-tls-cert": "", + "label-username": "用户名", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "密码", + "placeholder-tls-cert": "", + "placeholder-user": "用户", + "required-database": "", + "required-host": "", + "required-password": "必须输入密码", + "required-username": "", + "title-additional-settings": "附加设置", + "title-authentication": "身份验证", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "用户名", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/app/plugins/datasource/mssql/locales/zh-Hant/mssql.json b/public/app/plugins/datasource/mssql/locales/zh-Hant/mssql.json new file mode 100644 index 00000000000..60a7e02113b --- /dev/null +++ b/public/app/plugins/datasource/mssql/locales/zh-Hant/mssql.json @@ -0,0 +1,128 @@ +{ + "azureauth": { + "azure-credentials-form": { + "aria-label-application-client-id": "", + "aria-label-azure-cloud": "", + "aria-label-client-secret": "", + "aria-label-configured-client-secret": "", + "aria-label-password": "密碼", + "aria-label-password-configured": "密碼", + "aria-label-tenant-id": "", + "aria-label-user-id": "", + "arialabel-client-id": "", + "auth-options-app-registration": "", + "auth-options-azure-entra": "", + "auth-options-managed-identity": "", + "client-secret-reset": "重設", + "description-authentication": "", + "label-application-client-id": "", + "label-authentication": "身分驗證", + "label-azure-cloud": "", + "label-client-id": "", + "label-client-secret": "", + "label-configured-client-secret": "", + "label-password": "密碼", + "label-password-configured": "密碼", + "label-tenant-id": "", + "label-user-id": "", + "password-reset": "重設", + "placeholder-configured-client-secret": "", + "placeholder-password-configured": "", + "required-application-client-id": "", + "required-client-id": "", + "required-client-secret": "", + "required-password": "必須要有密碼", + "required-tenant-id": "" + } + }, + "cheat-sheet": { + "condtional-macros": "", + "example-time-group": "", + "fillvalue": "", + "macros": "", + "optional": "", + "optional-tip": "", + "optional-tip-2": "", + "optional-tip-3": "", + "resultsets-time-sorted": "", + "table": "", + "table-tip": "", + "time-series": "", + "time-series-tip": "", + "time-series-tip-2": "", + "title": "" + }, + "configuration": { + "configuration-editor": { + "body-user-permission": "", + "description-additional-settings": "", + "description-auth-type-azure-auth": "", + "description-auth-type-credential-cache": "", + "description-auth-type-credential-cache-file": "", + "description-auth-type-keytab": "", + "description-auth-type-sql-server": "", + "description-auth-type-username-password": "", + "description-auth-type-windows-auth": "", + "description-connection-timeout": "", + "description-encrypt": "", + "description-encrypt-disable": "", + "description-encrypt-false": "", + "description-encrypt-older-version": "", + "description-encrypt-true": "", + "description-min-interval": "", + "description-tls-cert": "", + "label-auth-settings": "", + "label-auth-type": "", + "label-common-name": "", + "label-connection-timeout": "", + "label-encrypt": "", + "label-min-interval": "", + "label-password": "密碼", + "label-skip-tls": "跳過 TLS 驗證", + "label-tls-cert": "", + "label-username": "使用者名稱", + "placeholder-common-name": "", + "placeholder-database": "", + "placeholder-password": "密碼", + "placeholder-tls-cert": "", + "placeholder-user": "使用者", + "required-database": "", + "required-host": "", + "required-password": "必須要有密碼", + "required-username": "", + "title-additional-settings": "附加設定", + "title-authentication": "身分驗證", + "title-connection": "", + "title-connection-details": "", + "title-database": "", + "title-host": "", + "title-tls-auth": "", + "title-user-permission": "" + }, + "kerberos": { + "username-message": "" + }, + "kerberos-advanced-settings": { + "description-dns-lookup-kdc": "", + "description-krb5-config-file-path": "", + "description-udp-preference-limit": "", + "label-dns-lookup-kdc": "", + "label-krb5-config-file-path": "", + "label-udp-preference-limit": "", + "title-advanced-settings": "" + }, + "kerberos-config": { + "label-credential-cache": "", + "label-credential-cache-file": "", + "label-credential-cache-file-path": "", + "label-credential-cache-path": "", + "label-keytab": "", + "label-keytab-file-path": "", + "label-username": "使用者名稱", + "placeholder-username": "", + "required-credential-cache-file-path": "", + "required-credential-cache-path": "", + "required-username": "" + } + } +} \ No newline at end of file diff --git a/public/locales/cs-CZ/grafana.json b/public/locales/cs-CZ/grafana.json index 29ddfea0b77..b4562d6fbf4 100644 --- a/public/locales/cs-CZ/grafana.json +++ b/public/locales/cs-CZ/grafana.json @@ -1084,6 +1084,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1218,15 +1221,6 @@ "grafana-rules-export-preview": { "text-loading": "Načítání…" }, - "group-actions": { - "actions-trigger": "Akce skupiny pravidel", - "details": "Podrobnosti", - "edit": "Upravit" - }, - "group-actions-menu": { - "group-load-failed": "Podrobnosti o skupině se nepodařilo načíst", - "unknown-error": "Neznámá chyba" - }, "group-and-namespace-fields": { "group-picker-label-group": "Skupina", "namespace-picker-label-namespace": "Jmenný prostor" @@ -2090,8 +2084,7 @@ "new-datasource-recording-rule": "Nové pravidlo nahrávání zdroje dat", "new-grafana-recording-rule": "Nové pravidlo nahrávání Grafany", "pagination": { - "next-page": "další strana", - "previous-page": "předchozí strana" + "next-page": "" }, "recording-rules": "Pravidla nahrávání", "return-button": { @@ -6207,6 +6200,7 @@ "label-wrap-lines": "Zalomit řádky" }, "log-details": { + "close": "", "fields": "Pole", "links": "Odkazy", "log-line": "Řádek protokolu", @@ -6226,15 +6220,20 @@ "log-line": "řádek protokolu" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Kopírovat odkaz na řádek protokolu", "copy-log": "Kopírovat řádek protokolu", + "hide-details": "", "icon-label": "Nabídka protokolu", "pin-to-outline": "Připnout protokol", "show-context": "Zobrazit kontext", + "show-details": "", "unpin-from-outline": "Odepnout protokol" }, "log-row-context-modal": { @@ -6828,7 +6827,8 @@ "title": "Panely knihovny" }, "machine-learning": { - "title": "Strojové učení" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Spravujte nástěnky složek a oprávnění" diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index d1dd3a2250e..7a6999dc3dc 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "Lädt ...." }, - "group-actions": { - "actions-trigger": "Aktionen für Regelgruppen", - "details": "Details", - "edit": "Bearbeiten" - }, - "group-actions-menu": { - "group-load-failed": "Gruppendetails konnten nicht geladen werden", - "unknown-error": "Unbekannter Fehler" - }, "group-and-namespace-fields": { "group-picker-label-group": "Gruppe", "namespace-picker-label-namespace": "Namensraum" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Neue Datenquelle-Aufnahmeregel", "new-grafana-recording-rule": "Neue Grafana-Aufnahmeregel", "pagination": { - "next-page": "nächste Seite", - "previous-page": "vorherige Seite" + "next-page": "" }, "recording-rules": "Aufnahmeregeln", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "Zeilen umbrechen" }, "log-details": { + "close": "", "fields": "Felder", "links": "Links", "log-line": "Protokollzeile", @@ -6174,15 +6168,20 @@ "log-line": "Log-Zeile" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Link zur Protokollzeile kopieren", "copy-log": "Protokollzeile kopieren", + "hide-details": "", "icon-label": "Protokollmenü", "pin-to-outline": "Protokoll anheften", "show-context": "Kontext anzeigen", + "show-details": "", "unpin-from-outline": "Protokoll nicht mehr anheften" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Bibliotheks-Panels" }, "machine-learning": { - "title": "Maschinelles Lernen" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Ordner-Dashboards und Berechtigungen verwalten" diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 05e8f98c8ae..e17ea882846 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "Cargando…" }, - "group-actions": { - "actions-trigger": "Acciones del grupo de reglas", - "details": "Detalles", - "edit": "Editar" - }, - "group-actions-menu": { - "group-load-failed": "Error al cargar los detalles del grupo", - "unknown-error": "Error desconocido" - }, "group-and-namespace-fields": { "group-picker-label-group": "Grupo", "namespace-picker-label-namespace": "Nombre del espacio" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Nueva regla de registro de fuente de datos", "new-grafana-recording-rule": "Nueva regla de registro de Grafana", "pagination": { - "next-page": "página siguiente", - "previous-page": "página anterior" + "next-page": "" }, "recording-rules": "Reglas de registro", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "Ajustar líneas" }, "log-details": { + "close": "", "fields": "Campos", "links": "Enlaces", "log-line": "Línea de registro", @@ -6174,15 +6168,20 @@ "log-line": "línea de log" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Copiar enlace a la línea de registro", "copy-log": "Copiar línea de registro", + "hide-details": "", "icon-label": "Menú de registro", "pin-to-outline": "Anclar registro", "show-context": "Mostrar contexto", + "show-details": "", "unpin-from-outline": "Desanclar registro" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Paneles de librería" }, "machine-learning": { - "title": "Aprendizaje automático" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Gestionar paneles de control de carpetas y permisos" diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 93b20b75a1d..f22aecead28 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "Chargement…" }, - "group-actions": { - "actions-trigger": "Actions du groupe de règles", - "details": "Détails", - "edit": "Modifier" - }, - "group-actions-menu": { - "group-load-failed": "Vous n’avez pas réussi à charger les informations concernant le groupe", - "unknown-error": "Erreur inconnue" - }, "group-and-namespace-fields": { "group-picker-label-group": "Groupe", "namespace-picker-label-namespace": "Namespace" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Nouvelle règle d’enregistrement de source de données", "new-grafana-recording-rule": "Nouvelle règle d’enregistrement Grafana", "pagination": { - "next-page": "page suivante", - "previous-page": "page précédente" + "next-page": "" }, "recording-rules": "Règles d’enregistrement", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "Enrouler les lignes" }, "log-details": { + "close": "", "fields": "Champs", "links": "Liens", "log-line": "Ligne du journal", @@ -6174,15 +6168,20 @@ "log-line": "ligne de journal" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Copier le lien vers la ligne de journal", "copy-log": "Copier la ligne de journal", + "hide-details": "", "icon-label": "Menu du journal", "pin-to-outline": "Épingler le journal", "show-context": "Afficher le contexte", + "show-details": "", "unpin-from-outline": "Désépingler le journal" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Panneaux de bibliothèque" }, "machine-learning": { - "title": "Apprentissage automatique" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Gérer les tableaux de bord et les autorisations des dossiers" diff --git a/public/locales/hu-HU/grafana.json b/public/locales/hu-HU/grafana.json index 61e36890f9a..21d6998b5da 100644 --- a/public/locales/hu-HU/grafana.json +++ b/public/locales/hu-HU/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "Betöltés…" }, - "group-actions": { - "actions-trigger": "Szabálycsoport-műveletek", - "details": "Részletek", - "edit": "Szerkesztés" - }, - "group-actions-menu": { - "group-load-failed": "A csoport részleteinek betöltése sikertelen volt", - "unknown-error": "Ismeretlen hiba" - }, "group-and-namespace-fields": { "group-picker-label-group": "Csoport", "namespace-picker-label-namespace": "Névtér" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Új adatforrás-felvételkészítési szabály", "new-grafana-recording-rule": "Új Grafana-felvételkészítési szabály", "pagination": { - "next-page": "következő oldal", - "previous-page": "előző oldal" + "next-page": "" }, "recording-rules": "Felvételkészítési szabályok", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "Sortörés" }, "log-details": { + "close": "", "fields": "Mezők", "links": "Hivatkozások", "log-line": "Naplósor", @@ -6174,15 +6168,20 @@ "log-line": "naplósor" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Hivatkozás másolása a naplósorba", "copy-log": "Naplósor másolása", + "hide-details": "", "icon-label": "Naplómenü", "pin-to-outline": "Napló rögzítése", "show-context": "Kontextus megjelenítése", + "show-details": "", "unpin-from-outline": "Naplórögzítés feloldása" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Könyvtárpanelek" }, "machine-learning": { - "title": "Gépi tanulás" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Mappa-irányítópultok és engedélyek kezelése" diff --git a/public/locales/id-ID/grafana.json b/public/locales/id-ID/grafana.json index 00d0c14ab04..49a722d8f91 100644 --- a/public/locales/id-ID/grafana.json +++ b/public/locales/id-ID/grafana.json @@ -1066,6 +1066,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1200,15 +1203,6 @@ "grafana-rules-export-preview": { "text-loading": "Memuat...." }, - "group-actions": { - "actions-trigger": "Tindakan grup aturan", - "details": "Detail", - "edit": "Edit" - }, - "group-actions-menu": { - "group-load-failed": "Gagal memuat detail grup", - "unknown-error": "Kesalahan tidak diketahui" - }, "group-and-namespace-fields": { "group-picker-label-group": "Grup", "namespace-picker-label-namespace": "Ruang nama" @@ -2060,8 +2054,7 @@ "new-datasource-recording-rule": "Aturan Perekaman sumber data baru", "new-grafana-recording-rule": "Aturan Perekaman Grafana baru", "pagination": { - "next-page": "halaman berikutnya", - "previous-page": "halaman sebelumnya" + "next-page": "" }, "recording-rules": "Aturan perekaman", "return-button": { @@ -6129,6 +6122,7 @@ "label-wrap-lines": "Terapkan wrap pada baris" }, "log-details": { + "close": "", "fields": "Bidang", "links": "Tautan", "log-line": "Baris log", @@ -6148,15 +6142,20 @@ "log-line": "baris log" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Salin tautan ke baris log", "copy-log": "Salin baris log", + "hide-details": "", "icon-label": "Menu log", "pin-to-outline": "Sematkan log", "show-context": "Tampilkan konteks", + "show-details": "", "unpin-from-outline": "Buka sematan log" }, "log-row-context-modal": { @@ -6750,7 +6749,8 @@ "title": "Panel pustaka" }, "machine-learning": { - "title": "Pembelajaran mesin" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Kelola dasbor dan izin folder" diff --git a/public/locales/it-IT/grafana.json b/public/locales/it-IT/grafana.json index efdbb9b59ee..93c9bb09e7e 100644 --- a/public/locales/it-IT/grafana.json +++ b/public/locales/it-IT/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "Caricamento in corso..." }, - "group-actions": { - "actions-trigger": "Azioni di gruppo della regola", - "details": "Dettagli", - "edit": "Modifica" - }, - "group-actions-menu": { - "group-load-failed": "Impossibile caricare i dettagli del gruppo", - "unknown-error": "Errore sconosciuto" - }, "group-and-namespace-fields": { "group-picker-label-group": "Gruppo", "namespace-picker-label-namespace": "Namespace" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Nuova regola di registrazione dell'origine dei dati", "new-grafana-recording-rule": "Nuova regola di registrazione Grafana", "pagination": { - "next-page": "pagina successiva", - "previous-page": "pagina precedente" + "next-page": "" }, "recording-rules": "Regole di registrazione", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "A capo" }, "log-details": { + "close": "", "fields": "Campi", "links": "Link", "log-line": "Riga registro", @@ -6174,15 +6168,20 @@ "log-line": "riga registro" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Copia il link alla riga del registro", "copy-log": "Copia la riga del registro", + "hide-details": "", "icon-label": "Menu registro", "pin-to-outline": "Fissa registro", "show-context": "Mostra contesto", + "show-details": "", "unpin-from-outline": "Sblocca registro" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Pannelli della libreria" }, "machine-learning": { - "title": "Apprendimento automatico" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Gestisci dashboard e autorizzazioni delle cartelle" diff --git a/public/locales/ja-JP/grafana.json b/public/locales/ja-JP/grafana.json index 8cfaaeee3f8..e3398dedb54 100644 --- a/public/locales/ja-JP/grafana.json +++ b/public/locales/ja-JP/grafana.json @@ -1066,6 +1066,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1200,15 +1203,6 @@ "grafana-rules-export-preview": { "text-loading": "読み込み中..." }, - "group-actions": { - "actions-trigger": "ルールグループの操作", - "details": "詳細", - "edit": "編集" - }, - "group-actions-menu": { - "group-load-failed": "グループの詳細の読み込みに失敗しました", - "unknown-error": "不明なエラー" - }, "group-and-namespace-fields": { "group-picker-label-group": "グループ", "namespace-picker-label-namespace": "名前空間" @@ -2060,8 +2054,7 @@ "new-datasource-recording-rule": "新しいデータソース記録ルール", "new-grafana-recording-rule": "新しいGrafana記録ルール", "pagination": { - "next-page": "次のページ", - "previous-page": "前のページ" + "next-page": "" }, "recording-rules": "記録ルール", "return-button": { @@ -6129,6 +6122,7 @@ "label-wrap-lines": "行を折り返す" }, "log-details": { + "close": "", "fields": "フィールド", "links": "リンク", "log-line": "ログ行", @@ -6148,15 +6142,20 @@ "log-line": "ログ行" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "ログ行へのリンクをコピー", "copy-log": "ログ行をコピー", + "hide-details": "", "icon-label": "ログメニュー", "pin-to-outline": "ログをピン留めする", "show-context": "コンテキストを表示", + "show-details": "", "unpin-from-outline": "ログのピン留めを解除する" }, "log-row-context-modal": { @@ -6750,7 +6749,8 @@ "title": "ライブラリパネル" }, "machine-learning": { - "title": "機械学習" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "フォルダのダッシュボードと権限を管理する" diff --git a/public/locales/ko-KR/grafana.json b/public/locales/ko-KR/grafana.json index 8757034f071..564478e6ff0 100644 --- a/public/locales/ko-KR/grafana.json +++ b/public/locales/ko-KR/grafana.json @@ -1066,6 +1066,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1200,15 +1203,6 @@ "grafana-rules-export-preview": { "text-loading": "로딩 중...." }, - "group-actions": { - "actions-trigger": "규칙 그룹 작업", - "details": "세부 정보", - "edit": "편집" - }, - "group-actions-menu": { - "group-load-failed": "그룹 세부 정보 로딩 실패", - "unknown-error": "알 수 없는 오류" - }, "group-and-namespace-fields": { "group-picker-label-group": "그룹", "namespace-picker-label-namespace": "네임스페이스" @@ -2060,8 +2054,7 @@ "new-datasource-recording-rule": "새 데이터 소스 기록 규칙", "new-grafana-recording-rule": "새 Grafana 기록 규칙", "pagination": { - "next-page": "다음 페이지", - "previous-page": "이전 페이지" + "next-page": "" }, "recording-rules": "기록 규칙", "return-button": { @@ -6129,6 +6122,7 @@ "label-wrap-lines": "줄 바꿈" }, "log-details": { + "close": "", "fields": "필드", "links": "링크", "log-line": "로그 라인", @@ -6148,15 +6142,20 @@ "log-line": "로그 줄" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "링크를 로그 라인에 복사", "copy-log": "로그 라인 복사", + "hide-details": "", "icon-label": "로그 메뉴", "pin-to-outline": "로그 고정", "show-context": "맥락 보기", + "show-details": "", "unpin-from-outline": "로그 고정 해제" }, "log-row-context-modal": { @@ -6750,7 +6749,8 @@ "title": "라이브러리 패널" }, "machine-learning": { - "title": "머신 러닝" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "폴더 대시보드 및 권한 관리" diff --git a/public/locales/nl-NL/grafana.json b/public/locales/nl-NL/grafana.json index 5e0cb8e8cfe..89d6580535b 100644 --- a/public/locales/nl-NL/grafana.json +++ b/public/locales/nl-NL/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "Laden...." }, - "group-actions": { - "actions-trigger": "Groepacties voor regels", - "details": "Details", - "edit": "Bewerken" - }, - "group-actions-menu": { - "group-load-failed": "Kan groepsgegevens niet laden", - "unknown-error": "Onbekende fout" - }, "group-and-namespace-fields": { "group-picker-label-group": "Groep", "namespace-picker-label-namespace": "Namespace" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Nieuwe gegevensbron voor opnameregel", "new-grafana-recording-rule": "Nieuwe Grafana-opnameregel", "pagination": { - "next-page": "volgende pagina", - "previous-page": "vorige pagina" + "next-page": "" }, "recording-rules": "Opnameregels", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "Lijnen omsluiten" }, "log-details": { + "close": "", "fields": "Velden", "links": "Links", "log-line": "Logregel", @@ -6174,15 +6168,20 @@ "log-line": "loglijn" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Link naar logboekregel kopiëren", "copy-log": "Logboekregel kopiëren", + "hide-details": "", "icon-label": "Logboekmenu", "pin-to-outline": "Logboek vastzetten", "show-context": "Context tonen", + "show-details": "", "unpin-from-outline": "Logboek vastzetten ongedaan maken" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Bibliotheekpanelen" }, "machine-learning": { - "title": "Machine learning" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Mapdashboards en toestemmingen beheren" diff --git a/public/locales/pl-PL/grafana.json b/public/locales/pl-PL/grafana.json index 845371d7942..70b135a53ef 100644 --- a/public/locales/pl-PL/grafana.json +++ b/public/locales/pl-PL/grafana.json @@ -1084,6 +1084,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1218,15 +1221,6 @@ "grafana-rules-export-preview": { "text-loading": "Ładowanie…" }, - "group-actions": { - "actions-trigger": "Akcje grupowe reguły", - "details": "Szczegóły", - "edit": "Edytuj" - }, - "group-actions-menu": { - "group-load-failed": "Nie udało się wczytać szczegółów grupy", - "unknown-error": "Nieznany błąd" - }, "group-and-namespace-fields": { "group-picker-label-group": "Grupa", "namespace-picker-label-namespace": "Przestrzeń nazw" @@ -2090,8 +2084,7 @@ "new-datasource-recording-rule": "Nowa reguła rejestracji źródła danych", "new-grafana-recording-rule": "Nowa reguła rejestracji w usłudze Grafana", "pagination": { - "next-page": "następna strona", - "previous-page": "poprzednia strona" + "next-page": "" }, "recording-rules": "Reguły rejestracji", "return-button": { @@ -6207,6 +6200,7 @@ "label-wrap-lines": "Zawijaj wiersze" }, "log-details": { + "close": "", "fields": "Pola", "links": "Linki", "log-line": "Wiersz logu", @@ -6226,15 +6220,20 @@ "log-line": "wiersz logu" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Kopiuj link do wiersza logu", "copy-log": "Kopiuj wiersz logu", + "hide-details": "", "icon-label": "Menu logu", "pin-to-outline": "Przypnij log", "show-context": "Pokaż kontekst", + "show-details": "", "unpin-from-outline": "Odepnij log" }, "log-row-context-modal": { @@ -6828,7 +6827,8 @@ "title": "Panele biblioteki" }, "machine-learning": { - "title": "Uczenie maszynowe" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Zarządzaj pulpitami folderów i uprawnieniami" diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index 25c5859558d..86d0fdb0055 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "Carregando…." }, - "group-actions": { - "actions-trigger": "Ações do grupo de regras", - "details": "Detalhes", - "edit": "Editar" - }, - "group-actions-menu": { - "group-load-failed": "Falha ao carregar detalhes do grupo", - "unknown-error": "Erro desconhecido" - }, "group-and-namespace-fields": { "group-picker-label-group": "Grupo", "namespace-picker-label-namespace": "Nomenclatura" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Nova regra de registro de fonte de dados", "new-grafana-recording-rule": "Nova regra de registro da Grafana", "pagination": { - "next-page": "próxima página", - "previous-page": "página anterior" + "next-page": "" }, "recording-rules": "Regras de registro", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "Aplicar quebra de linha" }, "log-details": { + "close": "", "fields": "Campos", "links": "Links", "log-line": "Linha de log", @@ -6174,15 +6168,20 @@ "log-line": "linha de log" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Copiar link para a linha do log", "copy-log": "Copiar linha do log", + "hide-details": "", "icon-label": "Menu do log", "pin-to-outline": "Fixar log", "show-context": "Exibir contexto", + "show-details": "", "unpin-from-outline": "Desafixar log" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Painéis de biblioteca" }, "machine-learning": { - "title": "Aprendizado de máquina" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Gerencie painéis de controle de pastas e permissões" diff --git a/public/locales/pt-PT/grafana.json b/public/locales/pt-PT/grafana.json index f6622c3f27d..3d5f68dc517 100644 --- a/public/locales/pt-PT/grafana.json +++ b/public/locales/pt-PT/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "A carregar..." }, - "group-actions": { - "actions-trigger": "Ações de grupo de regras", - "details": "Detalhes", - "edit": "Editar" - }, - "group-actions-menu": { - "group-load-failed": "Falha ao carregar detalhes do grupo", - "unknown-error": "Erro desconhecido" - }, "group-and-namespace-fields": { "group-picker-label-group": "Grupo", "namespace-picker-label-namespace": "Espaço de nome" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Nova regra de gravação da origem de dados", "new-grafana-recording-rule": "Nova regra de gravação da Grafana", "pagination": { - "next-page": "página seguinte", - "previous-page": "página anterior" + "next-page": "" }, "recording-rules": "Regras de gravação", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "Quebra de linhas" }, "log-details": { + "close": "", "fields": "Campos", "links": "Links", "log-line": "Linha de registo", @@ -6174,15 +6168,20 @@ "log-line": "linha de registo" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Copiar link para a linha de registo", "copy-log": "Copiar linha de registo", + "hide-details": "", "icon-label": "Menu de registo", "pin-to-outline": "Afixar registo", "show-context": "Mostrar contexto", + "show-details": "", "unpin-from-outline": "Retirar registo" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Painéis de biblioteca" }, "machine-learning": { - "title": "Aprendizagem Automática" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Gerir painéis de controlo e permissões de pastas" diff --git a/public/locales/ru-RU/grafana.json b/public/locales/ru-RU/grafana.json index 6a83b33cb8c..2bd9b1bde47 100644 --- a/public/locales/ru-RU/grafana.json +++ b/public/locales/ru-RU/grafana.json @@ -1084,6 +1084,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1218,15 +1221,6 @@ "grafana-rules-export-preview": { "text-loading": "Загрузка...." }, - "group-actions": { - "actions-trigger": "Действия группы правил", - "details": "Подробности", - "edit": "Редактировать" - }, - "group-actions-menu": { - "group-load-failed": "Не удалось загрузить сведения о группе", - "unknown-error": "Неизвестная ошибка" - }, "group-and-namespace-fields": { "group-picker-label-group": "Группа", "namespace-picker-label-namespace": "Пространство имен" @@ -2090,8 +2084,7 @@ "new-datasource-recording-rule": "Новое правило записи источника данных", "new-grafana-recording-rule": "Новое правило записи Grafana", "pagination": { - "next-page": "следующая страница", - "previous-page": "предыдущая страница" + "next-page": "" }, "recording-rules": "Правила записи", "return-button": { @@ -6207,6 +6200,7 @@ "label-wrap-lines": "Переносить строки" }, "log-details": { + "close": "", "fields": "Поля", "links": "Ссылки", "log-line": "Строка журнала", @@ -6226,15 +6220,20 @@ "log-line": "строка журнала" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Копировать ссылку в строку журнала", "copy-log": "Копировать строку журнала", + "hide-details": "", "icon-label": "Меню журнала", "pin-to-outline": "Закрепить журнал", "show-context": "Показать контекст", + "show-details": "", "unpin-from-outline": "Открепить журнал" }, "log-row-context-modal": { @@ -6828,7 +6827,8 @@ "title": "Панели библиотеки" }, "machine-learning": { - "title": "Машинное обучение" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Управление дашбордами папок и разрешениями" diff --git a/public/locales/sv-SE/grafana.json b/public/locales/sv-SE/grafana.json index 0e4f23e9945..88f3624c76b 100644 --- a/public/locales/sv-SE/grafana.json +++ b/public/locales/sv-SE/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "Laddar …" }, - "group-actions": { - "actions-trigger": "Gruppåtgärder för regel", - "details": "Detaljer", - "edit": "Redigera" - }, - "group-actions-menu": { - "group-load-failed": "Det gick inte att ladda gruppinformation", - "unknown-error": "Okänt fel" - }, "group-and-namespace-fields": { "group-picker-label-group": "Grupp", "namespace-picker-label-namespace": "Namnområde" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Ny registreringsregel för datakälla", "new-grafana-recording-rule": "Ny registreringsregel för Grafana", "pagination": { - "next-page": "nästa sida", - "previous-page": "föregående sida" + "next-page": "" }, "recording-rules": "Inspelningsregler", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "Radbryt linjer" }, "log-details": { + "close": "", "fields": "Fält", "links": "Länkar", "log-line": "Loggrad", @@ -6174,15 +6168,20 @@ "log-line": "loggrad" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Kopiera länk till loggrad", "copy-log": "Kopiera loggrad", + "hide-details": "", "icon-label": "Loggmeny", "pin-to-outline": "Fäst logg", "show-context": "Visa sammanhang", + "show-details": "", "unpin-from-outline": "Frigör logg" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Bibliotekspaneler" }, "machine-learning": { - "title": "Maskininlärning" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Hantera instrumentpaneler och behörigheter för mappar" diff --git a/public/locales/tr-TR/grafana.json b/public/locales/tr-TR/grafana.json index f5ffe04bafd..79b8039643d 100644 --- a/public/locales/tr-TR/grafana.json +++ b/public/locales/tr-TR/grafana.json @@ -1072,6 +1072,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1206,15 +1209,6 @@ "grafana-rules-export-preview": { "text-loading": "Yükleniyor..." }, - "group-actions": { - "actions-trigger": "Kural grubu işlemleri", - "details": "Ayrıntılar", - "edit": "Düzenle" - }, - "group-actions-menu": { - "group-load-failed": "Grup bilgileri yüklenemedi", - "unknown-error": "Bilinmeyen hata" - }, "group-and-namespace-fields": { "group-picker-label-group": "Grup", "namespace-picker-label-namespace": "Ad alanı" @@ -2070,8 +2064,7 @@ "new-datasource-recording-rule": "Yeni veri kaynağı kayıt kuralı", "new-grafana-recording-rule": "Yeni Grafana kayıt kuralı", "pagination": { - "next-page": "sonraki sayfa", - "previous-page": "önceki sayfa" + "next-page": "" }, "recording-rules": "Kayıt kuralları", "return-button": { @@ -6155,6 +6148,7 @@ "label-wrap-lines": "Satırları kaydır" }, "log-details": { + "close": "", "fields": "Alanlar", "links": "Bağlantılar", "log-line": "Günlük satırı", @@ -6174,15 +6168,20 @@ "log-line": "günlük kaydı satırı" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "Bağlantıyı günlük satırına kopyala", "copy-log": "Günlük satırını kopyala", + "hide-details": "", "icon-label": "Günlük menüsü", "pin-to-outline": "Günlüğü sabitle", "show-context": "İçeriği göster", + "show-details": "", "unpin-from-outline": "Günlüğü sabitlemeyi kaldır" }, "log-row-context-modal": { @@ -6776,7 +6775,8 @@ "title": "Kütüphane panelleri" }, "machine-learning": { - "title": "Makine öğrenimi" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "Klasör panolarını ve izinlerini yönetin" diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 751d1fc1736..21eb8439bb7 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -1066,6 +1066,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1200,15 +1203,6 @@ "grafana-rules-export-preview": { "text-loading": "正在加载..." }, - "group-actions": { - "actions-trigger": "规则组操作", - "details": "详情", - "edit": "编辑" - }, - "group-actions-menu": { - "group-load-failed": "加载组详情失败", - "unknown-error": "未知错误" - }, "group-and-namespace-fields": { "group-picker-label-group": "组", "namespace-picker-label-namespace": "命名空间" @@ -2060,8 +2054,7 @@ "new-datasource-recording-rule": "新的数据源录制规则", "new-grafana-recording-rule": "新的 Grafana 录制规则", "pagination": { - "next-page": "下一页", - "previous-page": "上一页" + "next-page": "" }, "recording-rules": "录制规则", "return-button": { @@ -6129,6 +6122,7 @@ "label-wrap-lines": "多行显示" }, "log-details": { + "close": "", "fields": "字段", "links": "链接", "log-line": "日志行", @@ -6148,15 +6142,20 @@ "log-line": "日志行" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "将链接复制到日志行", "copy-log": "复制日志行", + "hide-details": "", "icon-label": "日志菜单", "pin-to-outline": "固定日志", "show-context": "显示上下文", + "show-details": "", "unpin-from-outline": "取消固定日志" }, "log-row-context-modal": { @@ -6750,7 +6749,8 @@ "title": "库面板" }, "machine-learning": { - "title": "机器学习" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "管理文件夹仪表板和权限" diff --git a/public/locales/zh-Hant/grafana.json b/public/locales/zh-Hant/grafana.json index e6e814225cc..8d855e45db4 100644 --- a/public/locales/zh-Hant/grafana.json +++ b/public/locales/zh-Hant/grafana.json @@ -1066,6 +1066,9 @@ "button": { "label": "" } + }, + "view": { + "folder": "" } }, "folder-selector": { @@ -1200,15 +1203,6 @@ "grafana-rules-export-preview": { "text-loading": "正在載入..." }, - "group-actions": { - "actions-trigger": "規則群組動作", - "details": "詳細資訊", - "edit": "編輯" - }, - "group-actions-menu": { - "group-load-failed": "無法載入群組詳細資料", - "unknown-error": "未知錯誤" - }, "group-and-namespace-fields": { "group-picker-label-group": "群組", "namespace-picker-label-namespace": "命名空間" @@ -2060,8 +2054,7 @@ "new-datasource-recording-rule": "新的資料來源錄製規則", "new-grafana-recording-rule": "新的 Grafana 錄製規則", "pagination": { - "next-page": "下一頁", - "previous-page": "上一頁" + "next-page": "" }, "recording-rules": "錄製規則", "return-button": { @@ -6129,6 +6122,7 @@ "label-wrap-lines": "換行" }, "log-details": { + "close": "", "fields": "欄位", "links": "連結", "log-line": "日誌行", @@ -6148,15 +6142,20 @@ "log-line": "紀錄行" }, "log-line": { + "has-error": "", + "is-sampled": "", "show-less": "", - "show-more": "" + "show-more": "", + "tooltip-error": "" }, "log-line-menu": { "copy-link": "將連結複製到日誌行", "copy-log": "複製日誌行", + "hide-details": "", "icon-label": "日誌功能表", "pin-to-outline": "釘選日誌", "show-context": "顯示內容", + "show-details": "", "unpin-from-outline": "取消釘選日誌" }, "log-row-context-modal": { @@ -6750,7 +6749,8 @@ "title": "資料庫面板" }, "machine-learning": { - "title": "機器學習" + "subtitle": "", + "title": "" }, "manage-folder": { "subtitle": "管理資料夾儀表板及權限"