@gooddata/sdk-ui-dashboard 11.51.0-alpha.4 → 11.51.0
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/NOTICE +3 -3
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/index.d.ts +3 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +3 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js +17 -4
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +2 -0
- package/esm/model/commandHandlers/timezone/changeDashboardTimezoneOverrideHandler.d.ts +6 -0
- package/esm/model/commandHandlers/timezone/changeDashboardTimezoneOverrideHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/timezone/changeDashboardTimezoneOverrideHandler.js +39 -0
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/index.d.ts +2 -1
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/commands/timezone.d.ts +42 -0
- package/esm/model/commands/timezone.d.ts.map +1 -0
- package/esm/model/commands/timezone.js +29 -0
- package/esm/model/events/base.d.ts +1 -1
- package/esm/model/events/base.d.ts.map +1 -1
- package/esm/model/events/index.d.ts +2 -1
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/timezone.d.ts +50 -0
- package/esm/model/events/timezone.d.ts.map +1 -0
- package/esm/model/events/timezone.js +31 -0
- package/esm/model/react/useDashboardCommand.d.ts +1 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +4 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/store/filterViews/filterViewsReducers.d.ts +13 -1
- package/esm/model/store/filterViews/filterViewsReducers.d.ts.map +1 -1
- package/esm/model/store/filterViews/filterViewsReducers.js +46 -0
- package/esm/model/store/filterViews/filterViewsState.d.ts +22 -0
- package/esm/model/store/filterViews/filterViewsState.d.ts.map +1 -1
- package/esm/model/store/filterViews/index.d.ts +3 -0
- package/esm/model/store/filterViews/index.d.ts.map +1 -1
- package/esm/model/store/meta/metaSelectors.d.ts +6 -4
- package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
- package/esm/model/store/meta/metaSelectors.js +17 -6
- package/esm/model/store/ui/index.d.ts +3 -0
- package/esm/model/store/ui/index.d.ts.map +1 -1
- package/esm/model/store/ui/uiReducers.d.ts +6 -0
- package/esm/model/store/ui/uiReducers.d.ts.map +1 -1
- package/esm/model/store/ui/uiReducers.js +15 -0
- package/esm/model/store/ui/uiSelectors.d.ts +15 -0
- package/esm/model/store/ui/uiSelectors.d.ts.map +1 -1
- package/esm/model/store/ui/uiSelectors.js +15 -0
- package/esm/model/store/ui/uiState.d.ts +12 -0
- package/esm/model/store/ui/uiState.d.ts.map +1 -1
- package/esm/model/store/ui/uiState.js +4 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +4 -23
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertFilters.d.ts +17 -8
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertFilters.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertFilters.js +19 -7
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +7 -8
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +14 -4
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +6 -45
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentSettings.d.ts +1 -3
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentSettings.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentSettings.js +2 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts +1 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js +2 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts +1 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +2 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts +1 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +2 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +34 -30
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +20 -9
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailEffectiveFilters.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailEffectiveFilters.js +12 -3
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailFilters.d.ts +37 -15
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailFilters.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailFilters.js +41 -19
- package/esm/presentation/automations/scheduledEmail/utils/pdfPageSize.d.ts +1 -2
- package/esm/presentation/automations/scheduledEmail/utils/pdfPageSize.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/utils/pdfPageSize.js +12 -3
- package/esm/presentation/automations/shared/filters/conversions.d.ts +1 -1
- package/esm/presentation/automations/shared/filters/conversions.js +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js +2 -1
- package/esm/presentation/dashboard/DashboardHeader/TimezoneDialogProvider.d.ts +6 -0
- package/esm/presentation/dashboard/DashboardHeader/TimezoneDialogProvider.d.ts.map +1 -0
- package/esm/presentation/dashboard/DashboardHeader/TimezoneDialogProvider.js +14 -0
- package/esm/presentation/dashboard/components/DashboardLoading.js +1 -1
- package/esm/presentation/dashboardSettingsDialog/TimezoneOption.d.ts.map +1 -1
- package/esm/presentation/dashboardSettingsDialog/TimezoneOption.js +9 -7
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +1 -6
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViews.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViews.js +19 -16
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +40 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +45 -5
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +11 -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 +13 -2
- package/esm/presentation/timezoneDialog/TimezoneDialog.d.ts +15 -0
- package/esm/presentation/timezoneDialog/TimezoneDialog.d.ts.map +1 -0
- package/esm/presentation/timezoneDialog/TimezoneDialog.js +80 -0
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.d.ts.map +1 -1
- package/esm/presentation/topBar/menuButton/useDefaultMenuItems.js +22 -3
- package/esm/presentation/topBar/timezoneIndicator/TimezoneIndicator.d.ts.map +1 -1
- package/esm/presentation/topBar/timezoneIndicator/TimezoneIndicator.js +2 -2
- package/esm/presentation/topBar/timezoneIndicator/resolveDashboardTimezoneInfo.d.ts +5 -3
- package/esm/presentation/topBar/timezoneIndicator/resolveDashboardTimezoneInfo.d.ts.map +1 -1
- package/esm/presentation/topBar/timezoneIndicator/resolveDashboardTimezoneInfo.js +6 -4
- package/esm/presentation/topBar/topBar/DefaultTopBar.d.ts.map +1 -1
- package/esm/presentation/topBar/topBar/DefaultTopBar.js +5 -3
- package/esm/sdk-ui-dashboard.d.ts +140 -11
- package/package.json +21 -21
- package/styles/css/filterBar.css +15 -44
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/main.css +38 -44
- package/styles/css/main.css.map +1 -1
- package/styles/css/timezoneDialog.css +24 -0
- package/styles/css/timezoneDialog.css.map +1 -0
- package/styles/scss/filterBar.scss +17 -62
- package/styles/scss/main.scss +1 -0
- package/styles/scss/timezoneDialog.scss +31 -0
|
@@ -58,6 +58,7 @@ export declare const it_IT: {
|
|
|
58
58
|
"options.menu.data.too.large": string;
|
|
59
59
|
"options.menu.unsupported.raw.error": string;
|
|
60
60
|
"options.menu.density": string;
|
|
61
|
+
"options.menu.changeTimezone": string;
|
|
61
62
|
"density.dialog.title": string;
|
|
62
63
|
"density.dialog.description": string;
|
|
63
64
|
"density.dialog.option.standard": string;
|
|
@@ -117,6 +118,15 @@ export declare const it_IT: {
|
|
|
117
118
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
|
|
118
119
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
|
|
119
120
|
"settingsDashboardDialog.section.timezone.select.noMatch": string;
|
|
121
|
+
"timezoneDialog.title": string;
|
|
122
|
+
"timezoneDialog.description": string;
|
|
123
|
+
"timezoneDialog.description.ariaLabel": string;
|
|
124
|
+
"timezoneDialog.default": string;
|
|
125
|
+
"timezoneDialog.fromBrowser": string;
|
|
126
|
+
"timezoneDialog.select.searchPlaceholder": string;
|
|
127
|
+
"timezoneDialog.select.noMatch": string;
|
|
128
|
+
"timezoneDialog.currentTime": string;
|
|
129
|
+
"timezoneDialog.success": string;
|
|
120
130
|
"deleteDashboardDialog.headline": string;
|
|
121
131
|
"deleteDashboardDialog.submitButtonText": string;
|
|
122
132
|
"deleteDashboardDialog.defaultMessage": string;
|
|
@@ -368,6 +378,7 @@ export declare const it_IT: {
|
|
|
368
378
|
"header.shareStatus.private.text": string;
|
|
369
379
|
"header.shareStatus.private.strict.tooltip": string;
|
|
370
380
|
"header.shareStatus.private.not.strict.tooltip": string;
|
|
381
|
+
"topBar.timezoneIndicator.tooltip": string;
|
|
371
382
|
"dashboard.shareDialog.removeAccessGranteeTooltip": string;
|
|
372
383
|
"dashboardMeasureValueFilter.section.from_dashboard": string;
|
|
373
384
|
"dashboardMeasureValueFilter.section.all_other": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA83BjB,CAAC"}
|
|
@@ -60,6 +60,7 @@ export const it_IT = {
|
|
|
60
60
|
"options.menu.data.too.large": "L'esportazione non è disponibile a causa di un numero eccessivo di punti dati nel risultato.",
|
|
61
61
|
"options.menu.unsupported.raw.error": "L'esportazione non è disponibile a causa di un numero eccessivo di punti dati o di un errore nel risultato",
|
|
62
62
|
"options.menu.density": "Densità contenuto",
|
|
63
|
+
"options.menu.changeTimezone": "Cambia fuso orario",
|
|
63
64
|
"density.dialog.title": "Densità contenuto",
|
|
64
65
|
"density.dialog.description": "Scegliere il livello di densità dei contenuti preferito per questo e altri cruscotti.",
|
|
65
66
|
"density.dialog.option.standard": "Confortevole",
|
|
@@ -111,14 +112,23 @@ export const it_IT = {
|
|
|
111
112
|
"settingsDashboardDialog.section.timezone": "Fuso orario",
|
|
112
113
|
"settingsDashboardDialog.section.timezone.defaultTimezone": "Fuso orario predefinito",
|
|
113
114
|
"settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Fuso orario usato per valutare i filtri data e visualizzare le date in questo cruscotto.",
|
|
114
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "
|
|
115
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "
|
|
115
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Predefinito dell'area di lavoro ({timezone})",
|
|
116
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Ora locale dell'utente (Rilevata dal browser)",
|
|
116
117
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Consenti agli utenti di modificare il fuso orario del cruscotto",
|
|
117
118
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Quando è abilitato, i visualizzatori possono modificare temporaneamente il fuso orario del cruscotto. La modifica non viene salvata.",
|
|
118
119
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Mostra fuso orario",
|
|
119
120
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Quando è abilitato, il cruscotto visualizza quale fuso orario viene usato.",
|
|
120
121
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Cerca...",
|
|
121
122
|
"settingsDashboardDialog.section.timezone.select.noMatch": "Nessun fuso orario corrispondente.",
|
|
123
|
+
"timezoneDialog.title": "Cambia fuso orario",
|
|
124
|
+
"timezoneDialog.description": "<b>Nota:</b> Il fuso orario viene reimpostato sul valore predefinito ({timezone}) quando si ricarica la pagina.",
|
|
125
|
+
"timezoneDialog.description.ariaLabel": "Messaggio informativo della finestra di dialogo di modifica del fuso orario",
|
|
126
|
+
"timezoneDialog.default": "Predefinito ({timezone})",
|
|
127
|
+
"timezoneDialog.fromBrowser": "La mia ora locale ({timezone})",
|
|
128
|
+
"timezoneDialog.select.searchPlaceholder": "Cerca...",
|
|
129
|
+
"timezoneDialog.select.noMatch": "Nessun fuso orario corrispondente.",
|
|
130
|
+
"timezoneDialog.currentTime": "Ora {time}",
|
|
131
|
+
"timezoneDialog.success": "Ottimo! Abbiamo modificato il fuso orario!",
|
|
122
132
|
"deleteDashboardDialog.headline": "Eliminare il cruscotto?",
|
|
123
133
|
"deleteDashboardDialog.submitButtonText": "Elimina",
|
|
124
134
|
"deleteDashboardDialog.defaultMessage": "Procedere con l'eliminazione del cruscotto {title}?",
|
|
@@ -370,6 +380,7 @@ export const it_IT = {
|
|
|
370
380
|
"header.shareStatus.private.text": "Privato",
|
|
371
381
|
"header.shareStatus.private.strict.tooltip": "Solo l'utente può visualizzare e modificare questo cruscotto.",
|
|
372
382
|
"header.shareStatus.private.not.strict.tooltip": "L'autore può modificare questo cruscotto. Altri utenti con ruoli appropriati possono modificare questo cruscotto quando vi eseguono il drill.",
|
|
383
|
+
"topBar.timezoneIndicator.tooltip": "Fuso orario",
|
|
373
384
|
"dashboard.shareDialog.removeAccessGranteeTooltip": "Rimuovere l'accesso a questo cruscotto.",
|
|
374
385
|
"dashboardMeasureValueFilter.section.from_dashboard": "Dal cruscotto",
|
|
375
386
|
"dashboardMeasureValueFilter.section.all_other": "Tutti gli altri",
|
|
@@ -58,6 +58,7 @@ export declare const ja_JP: {
|
|
|
58
58
|
"options.menu.data.too.large": string;
|
|
59
59
|
"options.menu.unsupported.raw.error": string;
|
|
60
60
|
"options.menu.density": string;
|
|
61
|
+
"options.menu.changeTimezone": string;
|
|
61
62
|
"density.dialog.title": string;
|
|
62
63
|
"density.dialog.description": string;
|
|
63
64
|
"density.dialog.option.standard": string;
|
|
@@ -117,6 +118,15 @@ export declare const ja_JP: {
|
|
|
117
118
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
|
|
118
119
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
|
|
119
120
|
"settingsDashboardDialog.section.timezone.select.noMatch": string;
|
|
121
|
+
"timezoneDialog.title": string;
|
|
122
|
+
"timezoneDialog.description": string;
|
|
123
|
+
"timezoneDialog.description.ariaLabel": string;
|
|
124
|
+
"timezoneDialog.default": string;
|
|
125
|
+
"timezoneDialog.fromBrowser": string;
|
|
126
|
+
"timezoneDialog.select.searchPlaceholder": string;
|
|
127
|
+
"timezoneDialog.select.noMatch": string;
|
|
128
|
+
"timezoneDialog.currentTime": string;
|
|
129
|
+
"timezoneDialog.success": string;
|
|
120
130
|
"deleteDashboardDialog.headline": string;
|
|
121
131
|
"deleteDashboardDialog.submitButtonText": string;
|
|
122
132
|
"deleteDashboardDialog.defaultMessage": string;
|
|
@@ -368,6 +378,7 @@ export declare const ja_JP: {
|
|
|
368
378
|
"header.shareStatus.private.text": string;
|
|
369
379
|
"header.shareStatus.private.strict.tooltip": string;
|
|
370
380
|
"header.shareStatus.private.not.strict.tooltip": string;
|
|
381
|
+
"topBar.timezoneIndicator.tooltip": string;
|
|
371
382
|
"dashboard.shareDialog.removeAccessGranteeTooltip": string;
|
|
372
383
|
"dashboardMeasureValueFilter.section.from_dashboard": string;
|
|
373
384
|
"dashboardMeasureValueFilter.section.all_other": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA83BjB,CAAC"}
|
|
@@ -60,6 +60,7 @@ export const ja_JP = {
|
|
|
60
60
|
"options.menu.data.too.large": "結果のデータポイントが多すぎるため、エクスポートできません。",
|
|
61
61
|
"options.menu.unsupported.raw.error": "データポイントが多すぎるか、結果にエラーがあるため、エクスポートできません",
|
|
62
62
|
"options.menu.density": "コンテンツ密度",
|
|
63
|
+
"options.menu.changeTimezone": "タイムゾーンを変更",
|
|
63
64
|
"density.dialog.title": "コンテンツ密度",
|
|
64
65
|
"density.dialog.description": "このダッシュボードおよびその他のダッシュボードのコンテンツ密度の希望レベルを選択してください。",
|
|
65
66
|
"density.dialog.option.standard": "快適",
|
|
@@ -111,14 +112,23 @@ export const ja_JP = {
|
|
|
111
112
|
"settingsDashboardDialog.section.timezone": "タイムゾーン",
|
|
112
113
|
"settingsDashboardDialog.section.timezone.defaultTimezone": "デフォルトのタイムゾーン",
|
|
113
114
|
"settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "このダッシュボードで日付フィルターの評価と日付の表示に使用されるタイムゾーン。",
|
|
114
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "
|
|
115
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "
|
|
115
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "ワークスペースのデフォルト ({timezone})",
|
|
116
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "ユーザーのローカル時刻 (ブラウザーで検出)",
|
|
116
117
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "ユーザーによるダッシュボードのタイムゾーンの変更を許可",
|
|
117
118
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "有効にすると、閲覧者はダッシュボードのタイムゾーンを一時的に変更できます。変更は保存されません。",
|
|
118
119
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "タイムゾーンを表示",
|
|
119
120
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "有効にすると、ダッシュボードに使用中のタイムゾーンが表示されます。",
|
|
120
121
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": "検索…",
|
|
121
122
|
"settingsDashboardDialog.section.timezone.select.noMatch": "一致するタイムゾーンはありません。",
|
|
123
|
+
"timezoneDialog.title": "タイムゾーンを変更",
|
|
124
|
+
"timezoneDialog.description": "<b>注:</b> ページを再読み込みすると、タイムゾーンはデフォルト ({timezone}) にリセットされます。",
|
|
125
|
+
"timezoneDialog.description.ariaLabel": "タイムゾーン変更ダイアログの情報メッセージ",
|
|
126
|
+
"timezoneDialog.default": "デフォルト ({timezone})",
|
|
127
|
+
"timezoneDialog.fromBrowser": "自分のローカル時刻 ({timezone})",
|
|
128
|
+
"timezoneDialog.select.searchPlaceholder": "検索…",
|
|
129
|
+
"timezoneDialog.select.noMatch": "一致するタイムゾーンはありません。",
|
|
130
|
+
"timezoneDialog.currentTime": "現在 {time}",
|
|
131
|
+
"timezoneDialog.success": "完了しました。タイムゾーンを変更しました!",
|
|
122
132
|
"deleteDashboardDialog.headline": "ダッシュボードを消去しますか?",
|
|
123
133
|
"deleteDashboardDialog.submitButtonText": "削除",
|
|
124
134
|
"deleteDashboardDialog.defaultMessage": "ダッシュボード{title}を削除してもよろしいですか?",
|
|
@@ -370,6 +380,7 @@ export const ja_JP = {
|
|
|
370
380
|
"header.shareStatus.private.text": "プライベート",
|
|
371
381
|
"header.shareStatus.private.strict.tooltip": "このダッシュボードを表示および編集できるのは、あなたのみです。",
|
|
372
382
|
"header.shareStatus.private.not.strict.tooltip": "作成者はこのダッシュボードを編集できます。適切なユーザーロールを持つ他のユーザーは、ドリルすることでダッシュボードを編集できます。",
|
|
383
|
+
"topBar.timezoneIndicator.tooltip": "タイムゾーン",
|
|
373
384
|
"dashboard.shareDialog.removeAccessGranteeTooltip": "このダッシュボードへのアクセス権を削除します。",
|
|
374
385
|
"dashboardMeasureValueFilter.section.from_dashboard": "ダッシュボードから",
|
|
375
386
|
"dashboardMeasureValueFilter.section.all_other": "その他すべて",
|
|
@@ -58,6 +58,7 @@ export declare const ko_KR: {
|
|
|
58
58
|
"options.menu.data.too.large": string;
|
|
59
59
|
"options.menu.unsupported.raw.error": string;
|
|
60
60
|
"options.menu.density": string;
|
|
61
|
+
"options.menu.changeTimezone": string;
|
|
61
62
|
"density.dialog.title": string;
|
|
62
63
|
"density.dialog.description": string;
|
|
63
64
|
"density.dialog.option.standard": string;
|
|
@@ -117,6 +118,15 @@ export declare const ko_KR: {
|
|
|
117
118
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
|
|
118
119
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
|
|
119
120
|
"settingsDashboardDialog.section.timezone.select.noMatch": string;
|
|
121
|
+
"timezoneDialog.title": string;
|
|
122
|
+
"timezoneDialog.description": string;
|
|
123
|
+
"timezoneDialog.description.ariaLabel": string;
|
|
124
|
+
"timezoneDialog.default": string;
|
|
125
|
+
"timezoneDialog.fromBrowser": string;
|
|
126
|
+
"timezoneDialog.select.searchPlaceholder": string;
|
|
127
|
+
"timezoneDialog.select.noMatch": string;
|
|
128
|
+
"timezoneDialog.currentTime": string;
|
|
129
|
+
"timezoneDialog.success": string;
|
|
120
130
|
"deleteDashboardDialog.headline": string;
|
|
121
131
|
"deleteDashboardDialog.submitButtonText": string;
|
|
122
132
|
"deleteDashboardDialog.defaultMessage": string;
|
|
@@ -368,6 +378,7 @@ export declare const ko_KR: {
|
|
|
368
378
|
"header.shareStatus.private.text": string;
|
|
369
379
|
"header.shareStatus.private.strict.tooltip": string;
|
|
370
380
|
"header.shareStatus.private.not.strict.tooltip": string;
|
|
381
|
+
"topBar.timezoneIndicator.tooltip": string;
|
|
371
382
|
"dashboard.shareDialog.removeAccessGranteeTooltip": string;
|
|
372
383
|
"dashboardMeasureValueFilter.section.from_dashboard": string;
|
|
373
384
|
"dashboardMeasureValueFilter.section.all_other": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA83BjB,CAAC"}
|
|
@@ -60,6 +60,7 @@ export const ko_KR = {
|
|
|
60
60
|
"options.menu.data.too.large": "결과에 데이터 포인트가 너무 많아 내보내기가 불가능합니다.",
|
|
61
61
|
"options.menu.unsupported.raw.error": "데이터 포인트가 너무 많거나 결과에 오류가 있어 내보내기가 불가능합니다",
|
|
62
62
|
"options.menu.density": "콘텐츠 밀도",
|
|
63
|
+
"options.menu.changeTimezone": "표준 시간대 변경",
|
|
63
64
|
"density.dialog.title": "콘텐츠 밀도",
|
|
64
65
|
"density.dialog.description": "이 대시보드 및 기타 대시보드에 대해 선호하는 콘텐츠 밀도 수준을 선택하십시오.",
|
|
65
66
|
"density.dialog.option.standard": "여유롭게",
|
|
@@ -111,14 +112,23 @@ export const ko_KR = {
|
|
|
111
112
|
"settingsDashboardDialog.section.timezone": "표준 시간대",
|
|
112
113
|
"settingsDashboardDialog.section.timezone.defaultTimezone": "기본 표준 시간대",
|
|
113
114
|
"settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "이 대시보드에서 날짜 필터를 평가하고 날짜를 표시하는 데 사용되는 표준 시간대입니다.",
|
|
114
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "작업 공간
|
|
115
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "
|
|
115
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "작업 공간 기본값({timezone})",
|
|
116
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "사용자 현지 시간(브라우저 감지)",
|
|
116
117
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "사용자가 대시보드 표준 시간대를 변경하도록 허용",
|
|
117
118
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "활성화하면 뷰어가 대시보드 표준 시간대를 임시로 변경할 수 있습니다. 변경 사항은 저장되지 않습니다.",
|
|
118
119
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "표준 시간대 표시",
|
|
119
120
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "활성화하면 대시보드에 사용되는 표준 시간대가 표시됩니다.",
|
|
120
121
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": "검색 ...",
|
|
121
122
|
"settingsDashboardDialog.section.timezone.select.noMatch": "일치하는 표준 시간대가 없습니다.",
|
|
123
|
+
"timezoneDialog.title": "표준 시간대 변경",
|
|
124
|
+
"timezoneDialog.description": "<b>참고:</b> 페이지를 다시 로드하면 표준 시간대가 기본값({timezone})으로 재설정됩니다.",
|
|
125
|
+
"timezoneDialog.description.ariaLabel": "표준 시간대 변경 대화 상자 정보 메시지",
|
|
126
|
+
"timezoneDialog.default": "기본값({timezone})",
|
|
127
|
+
"timezoneDialog.fromBrowser": "내 현지 시간({timezone})",
|
|
128
|
+
"timezoneDialog.select.searchPlaceholder": "검색 ...",
|
|
129
|
+
"timezoneDialog.select.noMatch": "일치하는 표준 시간대가 없습니다.",
|
|
130
|
+
"timezoneDialog.currentTime": "현재 {time}",
|
|
131
|
+
"timezoneDialog.success": "좋습니다! 표준 시간대가 변경되었습니다!",
|
|
122
132
|
"deleteDashboardDialog.headline": "대시보드를 삭제하시겠습니까?",
|
|
123
133
|
"deleteDashboardDialog.submitButtonText": "삭제",
|
|
124
134
|
"deleteDashboardDialog.defaultMessage": "대시보드 {title}를 삭제하시겠습니까?",
|
|
@@ -370,6 +380,7 @@ export const ko_KR = {
|
|
|
370
380
|
"header.shareStatus.private.text": "비공개",
|
|
371
381
|
"header.shareStatus.private.strict.tooltip": "이 대시보드는 귀하만 볼 수 있으며 편집할 수 있습니다.",
|
|
372
382
|
"header.shareStatus.private.not.strict.tooltip": "생성자는 이 대시보드를 편집할 수 있습니다. 적절한 사용자 역할을 가진 다른 사용자들은 이 대시보드로 드릴다운할 때 편집할 수 있습니다.",
|
|
383
|
+
"topBar.timezoneIndicator.tooltip": "표준 시간대",
|
|
373
384
|
"dashboard.shareDialog.removeAccessGranteeTooltip": "이 대시보드에 대한 접근 권한을 제거하세요.",
|
|
374
385
|
"dashboardMeasureValueFilter.section.from_dashboard": "대시보드에서",
|
|
375
386
|
"dashboardMeasureValueFilter.section.all_other": "그 외 모두",
|
|
@@ -58,6 +58,7 @@ export declare const nl_NL: {
|
|
|
58
58
|
"options.menu.data.too.large": string;
|
|
59
59
|
"options.menu.unsupported.raw.error": string;
|
|
60
60
|
"options.menu.density": string;
|
|
61
|
+
"options.menu.changeTimezone": string;
|
|
61
62
|
"density.dialog.title": string;
|
|
62
63
|
"density.dialog.description": string;
|
|
63
64
|
"density.dialog.option.standard": string;
|
|
@@ -117,6 +118,15 @@ export declare const nl_NL: {
|
|
|
117
118
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
|
|
118
119
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
|
|
119
120
|
"settingsDashboardDialog.section.timezone.select.noMatch": string;
|
|
121
|
+
"timezoneDialog.title": string;
|
|
122
|
+
"timezoneDialog.description": string;
|
|
123
|
+
"timezoneDialog.description.ariaLabel": string;
|
|
124
|
+
"timezoneDialog.default": string;
|
|
125
|
+
"timezoneDialog.fromBrowser": string;
|
|
126
|
+
"timezoneDialog.select.searchPlaceholder": string;
|
|
127
|
+
"timezoneDialog.select.noMatch": string;
|
|
128
|
+
"timezoneDialog.currentTime": string;
|
|
129
|
+
"timezoneDialog.success": string;
|
|
120
130
|
"deleteDashboardDialog.headline": string;
|
|
121
131
|
"deleteDashboardDialog.submitButtonText": string;
|
|
122
132
|
"deleteDashboardDialog.defaultMessage": string;
|
|
@@ -368,6 +378,7 @@ export declare const nl_NL: {
|
|
|
368
378
|
"header.shareStatus.private.text": string;
|
|
369
379
|
"header.shareStatus.private.strict.tooltip": string;
|
|
370
380
|
"header.shareStatus.private.not.strict.tooltip": string;
|
|
381
|
+
"topBar.timezoneIndicator.tooltip": string;
|
|
371
382
|
"dashboard.shareDialog.removeAccessGranteeTooltip": string;
|
|
372
383
|
"dashboardMeasureValueFilter.section.from_dashboard": string;
|
|
373
384
|
"dashboardMeasureValueFilter.section.all_other": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA83BjB,CAAC"}
|
|
@@ -60,6 +60,7 @@ export const nl_NL = {
|
|
|
60
60
|
"options.menu.data.too.large": "Export niet beschikbaar vanwege te veel datapunten in het resultaat.",
|
|
61
61
|
"options.menu.unsupported.raw.error": "Export niet beschikbaar vanwege te veel datapunten of fout in het resultaat",
|
|
62
62
|
"options.menu.density": "Inhoudsdichtheid",
|
|
63
|
+
"options.menu.changeTimezone": "Tijdzone wijzigen",
|
|
63
64
|
"density.dialog.title": "Inhoudsdichtheid",
|
|
64
65
|
"density.dialog.description": "Kies het voorkeursniveau van inhoudsdichtheid voor dit en andere dashboards.",
|
|
65
66
|
"density.dialog.option.standard": "Comfortabel",
|
|
@@ -111,14 +112,23 @@ export const nl_NL = {
|
|
|
111
112
|
"settingsDashboardDialog.section.timezone": "Tijdzone",
|
|
112
113
|
"settingsDashboardDialog.section.timezone.defaultTimezone": "Standaardtijdzone",
|
|
113
114
|
"settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Tijdzone die wordt gebruikt om datumfilters te evalueren en datums op dit dashboard weer te geven.",
|
|
114
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "
|
|
115
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "
|
|
115
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Standaard van werkruimte ({timezone})",
|
|
116
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Lokale tijd van gebruiker (Door browser gedetecteerd)",
|
|
116
117
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Gebruikers toestaan de dashboardtijdzone te wijzigen",
|
|
117
118
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Indien ingeschakeld kunnen gebruikers tijdelijk de dashboardtijdzone wijzigen. De wijziging wordt niet opgeslagen.",
|
|
118
119
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Tijdzone weergeven",
|
|
119
120
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Indien ingeschakeld geeft het dashboard weer welke tijdzone wordt gebruikt.",
|
|
120
121
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Bezig met zoeken...",
|
|
121
122
|
"settingsDashboardDialog.section.timezone.select.noMatch": "Geen overeenkomende tijdzone.",
|
|
123
|
+
"timezoneDialog.title": "Tijdzone wijzigen",
|
|
124
|
+
"timezoneDialog.description": "<b>Opmerking:</b> Tijdzone wordt teruggezet naar de standaardinstelling ({timezone}) wanneer u de pagina opnieuw laadt.",
|
|
125
|
+
"timezoneDialog.description.ariaLabel": "Informatiebericht voor dialoogvenster Tijdzone wijzigen",
|
|
126
|
+
"timezoneDialog.default": "Standaard ({timezone})",
|
|
127
|
+
"timezoneDialog.fromBrowser": "Mijn lokale tijd ({timezone})",
|
|
128
|
+
"timezoneDialog.select.searchPlaceholder": "Bezig met zoeken...",
|
|
129
|
+
"timezoneDialog.select.noMatch": "Geen overeenkomende tijdzone.",
|
|
130
|
+
"timezoneDialog.currentTime": "Nu {time}",
|
|
131
|
+
"timezoneDialog.success": "Prima! We hebben de tijdzone gewijzigd!",
|
|
122
132
|
"deleteDashboardDialog.headline": "Dashboard verwijderen?",
|
|
123
133
|
"deleteDashboardDialog.submitButtonText": "Verwijderen",
|
|
124
134
|
"deleteDashboardDialog.defaultMessage": "Weet u zeker dat uw dashboard {title} wilt verwijderen?",
|
|
@@ -370,6 +380,7 @@ export const nl_NL = {
|
|
|
370
380
|
"header.shareStatus.private.text": "Privé",
|
|
371
381
|
"header.shareStatus.private.strict.tooltip": "Alleen u kunt dit dashboard bekijken en bewerken.",
|
|
372
382
|
"header.shareStatus.private.not.strict.tooltip": "De maker kan dit dashboard bewerken. Andere gebruikers met geschikte gebruikersrollen kunnen dit dashboard bewerken als ze erop inzoomen.",
|
|
383
|
+
"topBar.timezoneIndicator.tooltip": "Tijdzone",
|
|
373
384
|
"dashboard.shareDialog.removeAccessGranteeTooltip": "Verwijder de toegang tot dit dashboard.",
|
|
374
385
|
"dashboardMeasureValueFilter.section.from_dashboard": "Van dashboard",
|
|
375
386
|
"dashboardMeasureValueFilter.section.all_other": "Alle andere",
|
|
@@ -58,6 +58,7 @@ export declare const pl_PL: {
|
|
|
58
58
|
"options.menu.data.too.large": string;
|
|
59
59
|
"options.menu.unsupported.raw.error": string;
|
|
60
60
|
"options.menu.density": string;
|
|
61
|
+
"options.menu.changeTimezone": string;
|
|
61
62
|
"density.dialog.title": string;
|
|
62
63
|
"density.dialog.description": string;
|
|
63
64
|
"density.dialog.option.standard": string;
|
|
@@ -117,6 +118,15 @@ export declare const pl_PL: {
|
|
|
117
118
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
|
|
118
119
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
|
|
119
120
|
"settingsDashboardDialog.section.timezone.select.noMatch": string;
|
|
121
|
+
"timezoneDialog.title": string;
|
|
122
|
+
"timezoneDialog.description": string;
|
|
123
|
+
"timezoneDialog.description.ariaLabel": string;
|
|
124
|
+
"timezoneDialog.default": string;
|
|
125
|
+
"timezoneDialog.fromBrowser": string;
|
|
126
|
+
"timezoneDialog.select.searchPlaceholder": string;
|
|
127
|
+
"timezoneDialog.select.noMatch": string;
|
|
128
|
+
"timezoneDialog.currentTime": string;
|
|
129
|
+
"timezoneDialog.success": string;
|
|
120
130
|
"deleteDashboardDialog.headline": string;
|
|
121
131
|
"deleteDashboardDialog.submitButtonText": string;
|
|
122
132
|
"deleteDashboardDialog.defaultMessage": string;
|
|
@@ -368,6 +378,7 @@ export declare const pl_PL: {
|
|
|
368
378
|
"header.shareStatus.private.text": string;
|
|
369
379
|
"header.shareStatus.private.strict.tooltip": string;
|
|
370
380
|
"header.shareStatus.private.not.strict.tooltip": string;
|
|
381
|
+
"topBar.timezoneIndicator.tooltip": string;
|
|
371
382
|
"dashboard.shareDialog.removeAccessGranteeTooltip": string;
|
|
372
383
|
"dashboardMeasureValueFilter.section.from_dashboard": string;
|
|
373
384
|
"dashboardMeasureValueFilter.section.all_other": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA83BjB,CAAC"}
|
|
@@ -60,6 +60,7 @@ export const pl_PL = {
|
|
|
60
60
|
"options.menu.data.too.large": "Eksport niedostępny z powodu zbyt dużej liczby punktów danych w wyniku.",
|
|
61
61
|
"options.menu.unsupported.raw.error": "Eksport niedostępny z powodu zbyt wielu punktów danych lub błędu w wyniku",
|
|
62
62
|
"options.menu.density": "Gęstość treści",
|
|
63
|
+
"options.menu.changeTimezone": "Zmień strefę czasową",
|
|
63
64
|
"density.dialog.title": "Gęstość treści",
|
|
64
65
|
"density.dialog.description": "Wybierz preferowany poziom gęstości treści dla tego i innych pulpitów.",
|
|
65
66
|
"density.dialog.option.standard": "Wygodna",
|
|
@@ -111,14 +112,23 @@ export const pl_PL = {
|
|
|
111
112
|
"settingsDashboardDialog.section.timezone": "Strefa czasowa",
|
|
112
113
|
"settingsDashboardDialog.section.timezone.defaultTimezone": "Domyślna strefa czasowa",
|
|
113
114
|
"settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Strefa czasowa używana do oceny filtrów daty i wyświetlania dat na tym pulpicie.",
|
|
114
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "
|
|
115
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "
|
|
115
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Domyślna dla przestrzeni roboczej ({timezone})",
|
|
116
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Czas lokalny użytkownika (wykryty przez przeglądarkę)",
|
|
116
117
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Zezwalaj użytkownikom na zmianę strefy czasowej pulpitu",
|
|
117
118
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Po włączeniu użytkownicy mogą tymczasowo zmienić strefę czasową pulpitu. Zmiana nie jest zapisywana.",
|
|
118
119
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Pokaż strefę czasową",
|
|
119
120
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Po włączeniu pulpit wyświetla używaną strefę czasową.",
|
|
120
121
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Szukaj ...",
|
|
121
122
|
"settingsDashboardDialog.section.timezone.select.noMatch": "Brak pasującej strefy czasowej.",
|
|
123
|
+
"timezoneDialog.title": "Zmień strefę czasową",
|
|
124
|
+
"timezoneDialog.description": "<b>Uwaga:</b> Strefa czasowa zostanie zresetowana do domyślnej ({timezone}) po ponownym wczytaniu strony.",
|
|
125
|
+
"timezoneDialog.description.ariaLabel": "Komunikat informacyjny okna dialogowego zmiany strefy czasowej",
|
|
126
|
+
"timezoneDialog.default": "Domyślna ({timezone})",
|
|
127
|
+
"timezoneDialog.fromBrowser": "Mój czas lokalny ({timezone})",
|
|
128
|
+
"timezoneDialog.select.searchPlaceholder": "Szukaj ...",
|
|
129
|
+
"timezoneDialog.select.noMatch": "Brak pasującej strefy czasowej.",
|
|
130
|
+
"timezoneDialog.currentTime": "Teraz {time}",
|
|
131
|
+
"timezoneDialog.success": "Świetnie! Zmieniliśmy strefę czasową!",
|
|
122
132
|
"deleteDashboardDialog.headline": "Usunąć pulpit nawigacyjny?",
|
|
123
133
|
"deleteDashboardDialog.submitButtonText": "Usuń",
|
|
124
134
|
"deleteDashboardDialog.defaultMessage": "Czy na pewno chcesz usunąć pulpit nawigacyjny {title}?",
|
|
@@ -370,6 +380,7 @@ export const pl_PL = {
|
|
|
370
380
|
"header.shareStatus.private.text": "Prywatne",
|
|
371
381
|
"header.shareStatus.private.strict.tooltip": "Tylko Ty możesz przeglądać i edytować ten pulpit nawigacyjny.",
|
|
372
382
|
"header.shareStatus.private.not.strict.tooltip": "Twórca może edytować ten pulpit nawigacyjny. Inni użytkownicy z odpowiednimi rolami użytkownika mogą edytować ten pulpit nawigacyjny, gdy do niego przechodzą.",
|
|
383
|
+
"topBar.timezoneIndicator.tooltip": "Strefa czasowa",
|
|
373
384
|
"dashboard.shareDialog.removeAccessGranteeTooltip": "Usuń dostęp do tego pulpitu nawigacyjnego.",
|
|
374
385
|
"dashboardMeasureValueFilter.section.from_dashboard": "Z pulpitu",
|
|
375
386
|
"dashboardMeasureValueFilter.section.all_other": "Wszystkie pozostałe",
|
|
@@ -58,6 +58,7 @@ export declare const pt_BR: {
|
|
|
58
58
|
"options.menu.data.too.large": string;
|
|
59
59
|
"options.menu.unsupported.raw.error": string;
|
|
60
60
|
"options.menu.density": string;
|
|
61
|
+
"options.menu.changeTimezone": string;
|
|
61
62
|
"density.dialog.title": string;
|
|
62
63
|
"density.dialog.description": string;
|
|
63
64
|
"density.dialog.option.standard": string;
|
|
@@ -117,6 +118,15 @@ export declare const pt_BR: {
|
|
|
117
118
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
|
|
118
119
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
|
|
119
120
|
"settingsDashboardDialog.section.timezone.select.noMatch": string;
|
|
121
|
+
"timezoneDialog.title": string;
|
|
122
|
+
"timezoneDialog.description": string;
|
|
123
|
+
"timezoneDialog.description.ariaLabel": string;
|
|
124
|
+
"timezoneDialog.default": string;
|
|
125
|
+
"timezoneDialog.fromBrowser": string;
|
|
126
|
+
"timezoneDialog.select.searchPlaceholder": string;
|
|
127
|
+
"timezoneDialog.select.noMatch": string;
|
|
128
|
+
"timezoneDialog.currentTime": string;
|
|
129
|
+
"timezoneDialog.success": string;
|
|
120
130
|
"deleteDashboardDialog.headline": string;
|
|
121
131
|
"deleteDashboardDialog.submitButtonText": string;
|
|
122
132
|
"deleteDashboardDialog.defaultMessage": string;
|
|
@@ -368,6 +378,7 @@ export declare const pt_BR: {
|
|
|
368
378
|
"header.shareStatus.private.text": string;
|
|
369
379
|
"header.shareStatus.private.strict.tooltip": string;
|
|
370
380
|
"header.shareStatus.private.not.strict.tooltip": string;
|
|
381
|
+
"topBar.timezoneIndicator.tooltip": string;
|
|
371
382
|
"dashboard.shareDialog.removeAccessGranteeTooltip": string;
|
|
372
383
|
"dashboardMeasureValueFilter.section.from_dashboard": string;
|
|
373
384
|
"dashboardMeasureValueFilter.section.all_other": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA83BjB,CAAC"}
|
|
@@ -60,6 +60,7 @@ export const pt_BR = {
|
|
|
60
60
|
"options.menu.data.too.large": "Exportação indisponível devido a muitos pontos de dados no resultado.",
|
|
61
61
|
"options.menu.unsupported.raw.error": "Exportação indisponível devido a muitos pontos de dados ou erro no resultado",
|
|
62
62
|
"options.menu.density": "Densidade de conteúdo",
|
|
63
|
+
"options.menu.changeTimezone": "Alterar fuso horário",
|
|
63
64
|
"density.dialog.title": "Densidade de conteúdo",
|
|
64
65
|
"density.dialog.description": "Escolha seu nível preferido de densidade de conteúdo para este e outros painéis.",
|
|
65
66
|
"density.dialog.option.standard": "Confortável",
|
|
@@ -111,14 +112,23 @@ export const pt_BR = {
|
|
|
111
112
|
"settingsDashboardDialog.section.timezone": "Fuso horário",
|
|
112
113
|
"settingsDashboardDialog.section.timezone.defaultTimezone": "Fuso horário padrão",
|
|
113
114
|
"settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Fuso horário usado para avaliar filtros de data e exibir datas neste painel.",
|
|
114
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "
|
|
115
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "
|
|
115
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Padrão do espaço de trabalho ({timezone})",
|
|
116
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Hora local do usuário (detectada pelo navegador)",
|
|
116
117
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Permitir que os usuários alterem o fuso horário do painel",
|
|
117
118
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Quando ativado, os visualizadores podem alterar temporariamente o fuso horário do painel. A alteração não é salva.",
|
|
118
119
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Mostrar fuso horário",
|
|
119
120
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Quando ativado, o painel exibe qual fuso horário é usado.",
|
|
120
121
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Buscar ...",
|
|
121
122
|
"settingsDashboardDialog.section.timezone.select.noMatch": "Nenhum fuso horário correspondente.",
|
|
123
|
+
"timezoneDialog.title": "Alterar fuso horário",
|
|
124
|
+
"timezoneDialog.description": "<b>Observação:</b> O fuso horário é redefinido para o padrão ({timezone}) quando você recarrega a página.",
|
|
125
|
+
"timezoneDialog.description.ariaLabel": "Mensagem de informações da caixa de diálogo de alteração de fuso horário",
|
|
126
|
+
"timezoneDialog.default": "Padrão ({timezone})",
|
|
127
|
+
"timezoneDialog.fromBrowser": "Minha hora local ({timezone})",
|
|
128
|
+
"timezoneDialog.select.searchPlaceholder": "Buscar ...",
|
|
129
|
+
"timezoneDialog.select.noMatch": "Nenhum fuso horário correspondente.",
|
|
130
|
+
"timezoneDialog.currentTime": "Agora {time}",
|
|
131
|
+
"timezoneDialog.success": "Ótimo! Alteramos o fuso horário!",
|
|
122
132
|
"deleteDashboardDialog.headline": "Excluir painel?",
|
|
123
133
|
"deleteDashboardDialog.submitButtonText": "Excluir",
|
|
124
134
|
"deleteDashboardDialog.defaultMessage": "Tem certeza de que deseja excluir o painel {title}?",
|
|
@@ -370,6 +380,7 @@ export const pt_BR = {
|
|
|
370
380
|
"header.shareStatus.private.text": "Privado",
|
|
371
381
|
"header.shareStatus.private.strict.tooltip": "Somente você pode ver e editar o dashboard.",
|
|
372
382
|
"header.shareStatus.private.not.strict.tooltip": "O criador não consegue editar este dashboard. Outros usuários com funções apropriadas poderão editá-lo no detalhamento.",
|
|
383
|
+
"topBar.timezoneIndicator.tooltip": "Fuso horário",
|
|
373
384
|
"dashboard.shareDialog.removeAccessGranteeTooltip": "Remover acesso a este dashboard.",
|
|
374
385
|
"dashboardMeasureValueFilter.section.from_dashboard": "Do painel",
|
|
375
386
|
"dashboardMeasureValueFilter.section.all_other": "Todos os outros",
|
|
@@ -58,6 +58,7 @@ export declare const pt_PT: {
|
|
|
58
58
|
"options.menu.data.too.large": string;
|
|
59
59
|
"options.menu.unsupported.raw.error": string;
|
|
60
60
|
"options.menu.density": string;
|
|
61
|
+
"options.menu.changeTimezone": string;
|
|
61
62
|
"density.dialog.title": string;
|
|
62
63
|
"density.dialog.description": string;
|
|
63
64
|
"density.dialog.option.standard": string;
|
|
@@ -117,6 +118,15 @@ export declare const pt_PT: {
|
|
|
117
118
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": string;
|
|
118
119
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": string;
|
|
119
120
|
"settingsDashboardDialog.section.timezone.select.noMatch": string;
|
|
121
|
+
"timezoneDialog.title": string;
|
|
122
|
+
"timezoneDialog.description": string;
|
|
123
|
+
"timezoneDialog.description.ariaLabel": string;
|
|
124
|
+
"timezoneDialog.default": string;
|
|
125
|
+
"timezoneDialog.fromBrowser": string;
|
|
126
|
+
"timezoneDialog.select.searchPlaceholder": string;
|
|
127
|
+
"timezoneDialog.select.noMatch": string;
|
|
128
|
+
"timezoneDialog.currentTime": string;
|
|
129
|
+
"timezoneDialog.success": string;
|
|
120
130
|
"deleteDashboardDialog.headline": string;
|
|
121
131
|
"deleteDashboardDialog.submitButtonText": string;
|
|
122
132
|
"deleteDashboardDialog.defaultMessage": string;
|
|
@@ -368,6 +378,7 @@ export declare const pt_PT: {
|
|
|
368
378
|
"header.shareStatus.private.text": string;
|
|
369
379
|
"header.shareStatus.private.strict.tooltip": string;
|
|
370
380
|
"header.shareStatus.private.not.strict.tooltip": string;
|
|
381
|
+
"topBar.timezoneIndicator.tooltip": string;
|
|
371
382
|
"dashboard.shareDialog.removeAccessGranteeTooltip": string;
|
|
372
383
|
"dashboardMeasureValueFilter.section.from_dashboard": string;
|
|
373
384
|
"dashboardMeasureValueFilter.section.all_other": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA83BjB,CAAC"}
|
|
@@ -60,6 +60,7 @@ export const pt_PT = {
|
|
|
60
60
|
"options.menu.data.too.large": "Exportação indisponível devido a demasiados pontos de dados no resultado.",
|
|
61
61
|
"options.menu.unsupported.raw.error": "Exportação indisponível devido a demasiados pontos de dados ou erro no resultado",
|
|
62
62
|
"options.menu.density": "Densidade de conteúdo",
|
|
63
|
+
"options.menu.changeTimezone": "Alterar fuso horário",
|
|
63
64
|
"density.dialog.title": "Densidade de conteúdo",
|
|
64
65
|
"density.dialog.description": "Escolha o seu nível preferido de densidade de conteúdo para este e outros painéis.",
|
|
65
66
|
"density.dialog.option.standard": "Confortável",
|
|
@@ -111,14 +112,23 @@ export const pt_PT = {
|
|
|
111
112
|
"settingsDashboardDialog.section.timezone": "Fuso horário",
|
|
112
113
|
"settingsDashboardDialog.section.timezone.defaultTimezone": "Fuso horário predefinido",
|
|
113
114
|
"settingsDashboardDialog.section.timezone.defaultTimezone.tooltip": "Fuso horário utilizado para avaliar filtros de data e apresentar datas neste painel.",
|
|
114
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "
|
|
115
|
-
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "
|
|
115
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.workspace": "Predefinição do espaço de trabalho ({timezone})",
|
|
116
|
+
"settingsDashboardDialog.section.timezone.defaultTimezone.fromBrowser": "Hora local do utilizador (Detetada pelo browser)",
|
|
116
117
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle": "Permitir que os utilizadores alterem o fuso horário do painel",
|
|
117
118
|
"settingsDashboardDialog.section.timezone.allowUserOverride.toggle.tooltip": "Quando ativado, os visualizadores podem alterar temporariamente o fuso horário do painel. A alteração não é guardada.",
|
|
118
119
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle": "Mostrar fuso horário",
|
|
119
120
|
"settingsDashboardDialog.section.timezone.showTimezoneInfo.toggle.tooltip": "Quando ativado, o painel apresenta o fuso horário utilizado.",
|
|
120
121
|
"settingsDashboardDialog.section.timezone.select.searchPlaceholder": "Pesquisa...",
|
|
121
122
|
"settingsDashboardDialog.section.timezone.select.noMatch": "Sem fuso horário correspondente.",
|
|
123
|
+
"timezoneDialog.title": "Alterar fuso horário",
|
|
124
|
+
"timezoneDialog.description": "<b>Nota:</b> O fuso horário é reposto para a predefinição ({timezone}) quando recarregar a página.",
|
|
125
|
+
"timezoneDialog.description.ariaLabel": "Mensagem informativa da caixa de diálogo para alterar o fuso horário",
|
|
126
|
+
"timezoneDialog.default": "Predefinido ({timezone})",
|
|
127
|
+
"timezoneDialog.fromBrowser": "A minha hora local ({timezone})",
|
|
128
|
+
"timezoneDialog.select.searchPlaceholder": "Pesquisa...",
|
|
129
|
+
"timezoneDialog.select.noMatch": "Sem fuso horário correspondente.",
|
|
130
|
+
"timezoneDialog.currentTime": "Agora {time}",
|
|
131
|
+
"timezoneDialog.success": "Ótimo! Alterámos o fuso horário!",
|
|
122
132
|
"deleteDashboardDialog.headline": "Eliminar dashboard?",
|
|
123
133
|
"deleteDashboardDialog.submitButtonText": "Eliminar",
|
|
124
134
|
"deleteDashboardDialog.defaultMessage": "Tem a certeza de que quer eliminar o painel {title}?",
|
|
@@ -370,6 +380,7 @@ export const pt_PT = {
|
|
|
370
380
|
"header.shareStatus.private.text": "Privado",
|
|
371
381
|
"header.shareStatus.private.strict.tooltip": "Só o utilizador pode visualizar e editar este dashboard.",
|
|
372
382
|
"header.shareStatus.private.not.strict.tooltip": "O criador pode editar este dashboard. Outros utilizadores com funções de utilizador adequadas podem editá-lo quando o exploram.",
|
|
383
|
+
"topBar.timezoneIndicator.tooltip": "Fuso horário",
|
|
373
384
|
"dashboard.shareDialog.removeAccessGranteeTooltip": "Remover acesso a este dashboard.",
|
|
374
385
|
"dashboardMeasureValueFilter.section.from_dashboard": "Do painel",
|
|
375
386
|
"dashboardMeasureValueFilter.section.all_other": "Todos os outros",
|