@gooddata/sdk-ui-dashboard 11.44.0-alpha.1 → 11.44.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts +27 -0
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.js +107 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.js +16 -55
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +7 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +15 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts +8 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +102 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.d.ts +2 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +156 -0
- package/esm/presentation/automations/connectors/hooks/useCommandAsPromise.d.ts +26 -0
- package/esm/presentation/automations/connectors/hooks/useCommandAsPromise.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useCommandAsPromise.js +47 -0
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts +2 -0
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +54 -0
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -0
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.js +11 -0
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +11 -37
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +6 -5
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +7 -23
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.js +2 -7
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useSaveScheduledEmailToBackend.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useSaveScheduledEmailToBackend.js +37 -37
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.js +3 -4
- package/esm/presentation/automations/scheduledEmail/types.d.ts +5 -3
- package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +2 -0
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js +2 -2
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +4 -0
- package/esm/sdk-ui-dashboard.d.ts +4 -1
- package/package.json +20 -20
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.d.ts +0 -11
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.d.ts.map +0 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.js +0 -27
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.d.ts +0 -11
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.d.ts.map +0 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.js +0 -27
- package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.d.ts +0 -3
- package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.d.ts.map +0 -1
- package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.js +0 -5
- package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.d.ts +0 -2
- package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.d.ts.map +0 -1
- package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.js +0 -45
|
@@ -24,6 +24,7 @@ export declare const id_ID: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const id_ID: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const id_ID = {
|
|
|
26
26
|
"filterBar.showAll": "Tampilkan semua",
|
|
27
27
|
"filterBar.showLess": "Tampilkan lebih sedikit",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Daftar filter telah diperluas secara otomatis",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Daftar filter telah diciutkan secara otomatis",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Terapkan filter</link> untuk melihat data yang diperbarui.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Untuk menerapkan perubahan, pilih nilai yang valid untuk filter ini: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Terapkan semua filter",
|
|
@@ -668,6 +669,9 @@ export const id_ID = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Gagal! Tampilan Anda tidak ditetapkan sebagai default. Silakan coba lagi.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Gagal! Tampilan Anda masih ditetapkan sebagai default. Silakan coba lagi.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Gagal! Tampilan Anda tidak diterapkan. Silakan coba lagi.",
|
|
672
|
+
"parameter.toast.reset": "<b>Peringatan:</b> Parameter \"{name}\" berada di luar rentang, sehingga nilai default diterapkan hingga Anda menetapkan nilai yang valid.",
|
|
673
|
+
"parameter.toast.removed": "<b>Peringatan:</b> Parameter \"{name}\" dihapus karena sudah tidak ada.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Peringatan:</b> Parameter \"{name}\" sudah tidak kompatibel dan telah diabaikan.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Daftar tampilan tersimpan. Gunakan tombol panah kanan untuk berpindah ke tindakan ‘Tetapkan sebagai default’, lalu ke tindakan ‘hapus’.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Daftar tampilan tersimpan",
|
|
673
677
|
"filters.filterViews.add.title": "Buat tampilan",
|
|
@@ -24,6 +24,7 @@ export declare const it_IT: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const it_IT: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const it_IT = {
|
|
|
26
26
|
"filterBar.showAll": "Mostra tutto",
|
|
27
27
|
"filterBar.showLess": "Mostra di meno",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "L'elenco dei filtri è stato espanso automaticamente",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "L'elenco dei filtri è stato compresso automaticamente",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Applicare i filtri</link> per visualizzare i dati aggiornati.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Per applicare le modifiche, selezionare i valori validi per questi filtri{names}: ",
|
|
31
32
|
"filterBar.applyFilters": "Applica tutti i filtri",
|
|
@@ -668,6 +669,9 @@ export const it_IT = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Errore! La visualizzazione non è stata impostata come predefinita. Riprova.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Errore! La visualizzazione è ancora impostata come predefinita. Riprova.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Errore! La visualizzazione non è stata applicata. Riprova.",
|
|
672
|
+
"parameter.toast.reset": "<b>Avviso:</b> Il parametro \"{name}\" è fuori intervallo, quindi viene applicato il valore predefinito finché non ne imposti uno valido.",
|
|
673
|
+
"parameter.toast.removed": "<b>Avviso:</b> Il parametro \"{name}\" è stato rimosso perché non esiste più.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Avviso:</b> Il parametro \"{name}\" non è più compatibile ed è stato ignorato.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Elenco delle viste salvate. Utilizzare il tasto freccia destra per spostarsi sull'azione 'Imposta come predefinito' e poi sull'azione 'Elimina'.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Elenco delle viste salvate",
|
|
673
677
|
"filters.filterViews.add.title": "Crea visualizzazione",
|
|
@@ -24,6 +24,7 @@ export declare const ja_JP: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const ja_JP: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const ja_JP = {
|
|
|
26
26
|
"filterBar.showAll": "すべて表示",
|
|
27
27
|
"filterBar.showLess": "表示を減らす",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "フィルター リストが自動的に展開されました",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "フィルター リストが自動的に折りたたまれました",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>フィルターを適用</link>して、更新されたデータを表示します。",
|
|
30
31
|
"filterBar.invalidFilterSelection": "変更を適用するには、これらのフィルタの有効な値を選択します:{names}",
|
|
31
32
|
"filterBar.applyFilters": "すべてのフィルターを適用",
|
|
@@ -668,6 +669,9 @@ export const ja_JP = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "失敗しました!あなたのビューがデフォルトとして設定されていませんでした。もう一度お試しください。",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "失敗しました!あなたのビューはまだデフォルトとして設定されています。もう一度お試しください。",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "失敗しました!あなたのビューが適用されませんでした。もう一度お試しください。",
|
|
672
|
+
"parameter.toast.reset": "<b>警告:</b> パラメーター「{name}」は範囲外のため、有効な値を設定するまでデフォルト値が適用されます。",
|
|
673
|
+
"parameter.toast.removed": "<b>警告:</b> パラメーター「{name}」は存在しなくなったため削除されました。",
|
|
674
|
+
"parameter.toast.incompatible": "<b>警告:</b> パラメーター「{name}」は互換性がなくなったため無視されました。",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "保存されたビューのリスト。右矢印キーを使用して、'Set as default' アクションに移動し、次に 'delete' アクションに移動します。",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "保存されたビューのリスト",
|
|
673
677
|
"filters.filterViews.add.title": "ビューを作成する",
|
|
@@ -24,6 +24,7 @@ export declare const ko_KR: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const ko_KR: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ko-KR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ko-KR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ko-KR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ko-KR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const ko_KR = {
|
|
|
26
26
|
"filterBar.showAll": "모두 보기",
|
|
27
27
|
"filterBar.showLess": "간단히 보기",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "필터 목록이 자동으로 확장되었습니다",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "필터 목록이 자동으로 축소되었습니다",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>필터 적용</link>하여 업데이트된 데이터를 확인하세요.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "변경 사항을 적용하려면, 이 필터에 대해 유효한 값을 선택하십시오: {names}",
|
|
31
32
|
"filterBar.applyFilters": "모든 필터 적용",
|
|
@@ -668,6 +669,9 @@ export const ko_KR = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "실패! 보기가 기본값으로 설정되지 않았습니다. 다시 시도해 주세요.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "실패! 보기가 여전히 기본값으로 설정되어 있습니다. 다시 시도해 주세요.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "실패! 보기가 적용되지 않았습니다. 다시 시도해 주세요.",
|
|
672
|
+
"parameter.toast.reset": "<b>경고:</b> \"{name}\" 매개변수의 값이 범위를 벗어났으므로 유효한 값을 설정할 때까지 기본값이 적용됩니다.",
|
|
673
|
+
"parameter.toast.removed": "<b>경고:</b> \"{name}\" 매개변수가 더 이상 존재하지 않아 제거되었습니다.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>경고:</b> \"{name}\" 매개변수가 더 이상 호환되지 않아 무시되었습니다.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "저장된 보기 목록. '기본값으로 설정' 작업으로 이동하려면 오른쪽 화살표 키를 사용한 다음 '삭제' 작업으로 이동하십시오.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "저장된 보기 목록",
|
|
673
677
|
"filters.filterViews.add.title": "보기(view) 생성",
|
|
@@ -24,6 +24,7 @@ export declare const nl_NL: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const nl_NL: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nl-NL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/nl-NL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"nl-NL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/nl-NL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const nl_NL = {
|
|
|
26
26
|
"filterBar.showAll": "Alle tonen",
|
|
27
27
|
"filterBar.showLess": "Minder tonen",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Filterlijst is automatisch uitgevouwen",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Filterlijst is automatisch ingeklapt",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Pas filters toe op</link> om bijgewerkte gegevens te zien.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Selecteer geldige waarden voor deze filters {names} om wijzigingen toe te passen: ",
|
|
31
32
|
"filterBar.applyFilters": "Alle filters toepassen",
|
|
@@ -668,6 +669,9 @@ export const nl_NL = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Mislukt. Uw weergave is niet als standaard ingesteld. Probeer het opnieuw.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Mislukt. Uw weergave is nog steeds ingesteld als standaard. Probeer het opnieuw.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Mislukt. Uw weergave is niet toegepast. Probeer het opnieuw.",
|
|
672
|
+
"parameter.toast.reset": "<b>Waarschuwing:</b> Parameter \"{name}\" valt buiten het bereik, dus de standaardwaarde wordt toegepast totdat u een geldige waarde instelt.",
|
|
673
|
+
"parameter.toast.removed": "<b>Waarschuwing:</b> Parameter \"{name}\" is verwijderd omdat deze niet meer bestaat.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Waarschuwing:</b> Parameter \"{name}\" is niet meer compatibel en is genegeerd.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Lijst met opgeslagen weergaven. Gebruik de pijltjestoets rechts om naar de actie 'Als standaard instellen' te gaan en vervolgens naar de actie 'Verwijderen'.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Lijst met opgeslagen weergaven",
|
|
673
677
|
"filters.filterViews.add.title": "Weergave maken",
|
|
@@ -24,6 +24,7 @@ export declare const pl_PL: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const pl_PL: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl-PL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pl-PL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"pl-PL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pl-PL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const pl_PL = {
|
|
|
26
26
|
"filterBar.showAll": "Pokaż wszystko",
|
|
27
27
|
"filterBar.showLess": "Pokaż mniej",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Lista filtrów została automatycznie rozwinięta",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Lista filtrów została automatycznie zwinięta",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Zastosuj filtry</link>, aby zobaczyć zaktualizowane dane.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Aby zastosować zmiany, wybierz prawidłowe wartości dla tych filtrów: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Zastosuj wszystkie filtry",
|
|
@@ -668,6 +669,9 @@ export const pl_PL = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Niepowodzenie! Twój widok nie został ustawiony jako domyślny. Proszę spróbować ponownie.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Niepowodzenie! Twój widok jest nadal ustawiony jako domyślny. Proszę spróbować ponownie.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Niepowodzenie! Twój widok nie został zastosowany. Proszę spróbować ponownie.",
|
|
672
|
+
"parameter.toast.reset": "<b>Ostrzeżenie:</b> Parametr \"{name}\" jest poza zakresem, dlatego stosowana jest wartość domyślna, dopóki nie ustawisz prawidłowej wartości.",
|
|
673
|
+
"parameter.toast.removed": "<b>Ostrzeżenie:</b> Parametr \"{name}\" został usunięty, ponieważ już nie istnieje.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Ostrzeżenie:</b> Parametr \"{name}\" nie jest już zgodny i został zignorowany.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Lista zapisanych widoków. Użyj klawisza strzałki w prawo, aby przejść do akcji „Ustaw jako domyślne”, a następnie do akcji „usuń”.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Lista zapisanych widoków",
|
|
673
677
|
"filters.filterViews.add.title": "Utwórz widok",
|
|
@@ -24,6 +24,7 @@ export declare const pt_BR: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const pt_BR: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt-BR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pt-BR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"pt-BR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pt-BR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const pt_BR = {
|
|
|
26
26
|
"filterBar.showAll": "Exibir tudo",
|
|
27
27
|
"filterBar.showLess": "Exibir menos",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "A lista de filtros foi expandida automaticamente",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "A lista de filtros foi recolhida automaticamente",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Aplique filtros</link> para ver os dados atualizados.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Para aplicar alterações, selecione valores válidos para estes filtros: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Aplicar todos os filtros",
|
|
@@ -668,6 +669,9 @@ export const pt_BR = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Fracasso! Sua exibição não foi definida como padrão. Por favor, tente novamente.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Fracasso! Sua exibição ainda está definida como padrão. Por favor, tente novamente.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Fracasso! Sua visão não foi aplicada. Por favor, tente novamente.",
|
|
672
|
+
"parameter.toast.reset": "<b>Aviso:</b> O parâmetro \"{name}\" está fora do intervalo, portanto o valor padrão é aplicado até que você defina um valor válido.",
|
|
673
|
+
"parameter.toast.removed": "<b>Aviso:</b> O parâmetro \"{name}\" foi removido porque não existe mais.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Aviso:</b> O parâmetro \"{name}\" não é mais compatível e foi ignorado.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Lista de visualizações salvas. Use a tecla de seta para a direita para mover para a ação 'Definir como padrão' e, em seguida, para a ação 'excluir'.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Lista de visualizações salvas",
|
|
673
677
|
"filters.filterViews.add.title": "Criar visualização",
|
|
@@ -24,6 +24,7 @@ export declare const pt_PT: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const pt_PT: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt-PT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pt-PT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"pt-PT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pt-PT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const pt_PT = {
|
|
|
26
26
|
"filterBar.showAll": "Mostrar tudo",
|
|
27
27
|
"filterBar.showLess": "Mostrar menos",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "A lista de filtros foi expandida automaticamente",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "A lista de filtros foi recolhida automaticamente",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Aplique filtros</link> para ver os dados atualizados.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Para aplicar alterações, selecione valores válidos para estes filtros: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Aplicar todos os filtros",
|
|
@@ -668,6 +669,9 @@ export const pt_PT = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Falha! A sua vista não foi definida como padrão. Por favor, tente novamente.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Falha! A sua vista ainda está definida como padrão. Por favor, tente novamente.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Falha! A sua vista não foi aplicada. Por favor, tente novamente.",
|
|
672
|
+
"parameter.toast.reset": "<b>Aviso:</b> O parâmetro \"{name}\" está fora do intervalo, por isso o valor predefinido é aplicado até que defina um valor válido.",
|
|
673
|
+
"parameter.toast.removed": "<b>Aviso:</b> O parâmetro \"{name}\" foi removido porque já não existe.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Aviso:</b> O parâmetro \"{name}\" já não é compatível e foi ignorado.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Lista de visualizações salvas. Use a tecla de seta para a direita para mover para a ação 'Definir como padrão' e, em seguida, para a ação 'excluir'.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Lista de visualizações salvas",
|
|
673
677
|
"filters.filterViews.add.title": "Criar visualização",
|
|
@@ -24,6 +24,7 @@ export declare const ru_RU: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const ru_RU: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru-RU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ru-RU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ru-RU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ru-RU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const ru_RU = {
|
|
|
26
26
|
"filterBar.showAll": "Показать все",
|
|
27
27
|
"filterBar.showLess": "Скрыть",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Список фильтров был автоматически развернут",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Список фильтров был автоматически свернут",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Примените фильтры</link>, чтобы увидеть обновлённые данные.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Чтобы применить изменения, выберите допустимые значения для этих фильтров{names}: ",
|
|
31
32
|
"filterBar.applyFilters": "Применить все фильтры",
|
|
@@ -668,6 +669,9 @@ export const ru_RU = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Ошибка! Ваше представление не было установлено по умолчанию. Повторите попытку.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Ошибка! Ваше представление по‑прежнему установлено по умолчанию. Повторите попытку.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Ошибка! Ваше представление не было применено. Повторите попытку.",
|
|
672
|
+
"parameter.toast.reset": "<b>Предупреждение:</b> параметр \"{name}\" вне допустимого диапазона, поэтому применяется значение по умолчанию, пока вы не зададите допустимое значение.",
|
|
673
|
+
"parameter.toast.removed": "<b>Предупреждение:</b> параметр \"{name}\" удален, поскольку он больше не существует.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Предупреждение:</b> параметр \"{name}\" больше не совместим и был проигнорирован.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Список сохраненных представлений. Используйте клавишу со стрелкой вправо, чтобы перейти к действию «Установить по умолчанию», затем к действию «удалить».",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Список сохраненных представлений",
|
|
673
677
|
"filters.filterViews.add.title": "Создать представление",
|
|
@@ -24,6 +24,7 @@ export declare const sl_SI: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const sl_SI: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const sl_SI = {
|
|
|
26
26
|
"filterBar.showAll": "Prikaži vse",
|
|
27
27
|
"filterBar.showLess": "Prikaži manj",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Seznam filtrov je bil samodejno razširjen",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Seznam filtrov je bil samodejno strnjen",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Uporabi filtre</link> za ogled posodobljenih podatkov.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Za uveljavitev sprememb izberite veljavne vrednosti za te filtre: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Uporabi vse filtre",
|
|
@@ -668,6 +669,9 @@ export const sl_SI = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Napaka! Vaš pogled ni bil nastavljen kot privzeti. Poskusite znova.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Napaka! Vaš pogled je še vedno nastavljen kot privzeti. Poskusite znova.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Napaka! Vaš pogled ni bil uporabljen. Poskusite znova.",
|
|
672
|
+
"parameter.toast.reset": "<b>Opozorilo:</b> Parameter \"{name}\" je zunaj obsega, zato se uporablja privzeta vrednost, dokler ne nastavite veljavne.",
|
|
673
|
+
"parameter.toast.removed": "<b>Opozorilo:</b> Parameter \"{name}\" je bil odstranjen, ker ne obstaja več.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Opozorilo:</b> Parameter \"{name}\" ni več združljiv in je bil prezrt.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Seznam shranjenih pogledov. Uporabite desno puščično tipko, da se premaknete na dejanje \"Nastavi kot privzeto\", nato na dejanje \"izbriši\".",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Seznam shranjenih pogledov",
|
|
673
677
|
"filters.filterViews.add.title": "Ustvari pogled",
|
|
@@ -24,6 +24,7 @@ export declare const th_TH: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const th_TH: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const th_TH = {
|
|
|
26
26
|
"filterBar.showAll": "แสดงทั้งหมด",
|
|
27
27
|
"filterBar.showLess": "แสดงน้อยลง",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "รายการตัวกรองถูกขยายโดยอัตโนมัติ",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "รายการตัวกรองถูกยุบโดยอัตโนมัติ",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>นำตัวกรองไปใช้</link> เพื่อดูข้อมูลที่อัปเดตแล้ว",
|
|
30
31
|
"filterBar.invalidFilterSelection": "หากต้องการนำการเปลี่ยนแปลงไปใช้ ให้เลือกค่าที่ถูกต้องสำหรับตัวกรองเหล่านี้: {names}",
|
|
31
32
|
"filterBar.applyFilters": "ใช้ตัวกรองทั้งหมด",
|
|
@@ -668,6 +669,9 @@ export const th_TH = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "ล้มเหลว! มุมมองของคุณไม่ได้ถูกตั้งเป็นค่าเริ่มต้น โปรดลองอีกครั้ง",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "ล้มเหลว! มุมมองของคุณยังคงถูกตั้งเป็นค่าเริ่มต้น โปรดลองอีกครั้ง",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "ล้มเหลว! มุมมองของคุณไม่ได้ถูกนำไปใช้ โปรดลองอีกครั้ง",
|
|
672
|
+
"parameter.toast.reset": "<b>คำเตือน:</b> พารามิเตอร์ \"{name}\" อยู่นอกช่วง ดังนั้นระบบจะใช้ค่าเริ่มต้นจนกว่าคุณจะตั้งค่าที่ถูกต้อง.",
|
|
673
|
+
"parameter.toast.removed": "<b>คำเตือน:</b> พารามิเตอร์ \"{name}\" ถูกนำออกเนื่องจากไม่มีอยู่อีกต่อไป.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>คำเตือน:</b> พารามิเตอร์ \"{name}\" ไม่สามารถใช้ร่วมกันได้อีกต่อไปและถูกละเว้น.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "รายการมุมมองที่บันทึกไว้ ใช้ปุ่มลูกศรขวาเพื่อไปยังการกระทำ ‘ตั้งเป็นค่าเริ่มต้น’ จากนั้นไปยังการกระทำ ‘ลบ’",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "รายการมุมมองที่บันทึกไว้",
|
|
673
677
|
"filters.filterViews.add.title": "สร้างมุมมอง",
|
|
@@ -24,6 +24,7 @@ export declare const tr_TR: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const tr_TR: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const tr_TR = {
|
|
|
26
26
|
"filterBar.showAll": "Tümünü göster",
|
|
27
27
|
"filterBar.showLess": "Daha az göster",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Filtre listesi otomatik olarak genişletildi",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Filtre listesi otomatik olarak daraltıldı",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Filtreleri uygula</link> güncellenmiş verileri görmek için.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Değişiklikleri uygulamak için bu filtreler için geçerli değerleri seçin: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Tüm filtreleri uygula",
|
|
@@ -668,6 +669,9 @@ export const tr_TR = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Başarısızlık! Görünümünüz varsayılan olarak ayarlanamadı. Lütfen tekrar deneyin.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Başarısızlık! Görünümünüz hala varsayılan olarak ayarlanmış. Lütfen tekrar deneyin.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Başarısızlık! Görünümünüz uygulanmadı. Lütfen tekrar deneyin.",
|
|
672
|
+
"parameter.toast.reset": "<b>Uyarı:</b> \"{name}\" parametresi aralık dışında, bu nedenle siz geçerli bir değer ayarlayana kadar varsayılan değer uygulanır.",
|
|
673
|
+
"parameter.toast.removed": "<b>Uyarı:</b> \"{name}\" parametresi artık mevcut olmadığı için kaldırıldı.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Uyarı:</b> \"{name}\" parametresi artık uyumlu olmadığı için yok sayıldı.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Kaydedilmiş görünümler listesi. 'Varsayılan olarak ayarla' eylemine geçmek için sağ ok tuşunu, ardından 'sil' eylemine geçmek için kullanın.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Kaydedilmiş görünümler listesi",
|
|
673
677
|
"filters.filterViews.add.title": "Görünüm oluştur",
|
|
@@ -24,6 +24,7 @@ export declare const uk_UA: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const uk_UA: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|