@gooddata/sdk-ui-dashboard 10.26.0-alpha.9 → 10.26.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/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterContextValidation.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterContextValidation.js +1 -0
- package/esm/_staging/dashboard/dashboardFilterContextValidation.js.map +1 -1
- package/esm/converters/filterConverters.d.ts +20 -0
- package/esm/converters/filterConverters.d.ts.map +1 -1
- package/esm/converters/filterConverters.js +42 -1
- package/esm/converters/filterConverters.js.map +1 -1
- package/esm/converters/index.d.ts +1 -1
- package/esm/converters/index.d.ts.map +1 -1
- package/esm/converters/index.js +1 -1
- package/esm/converters/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +3 -0
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +28 -3
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +69 -10
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js.map +1 -1
- package/esm/model/queryServices/queryWidgetFilters.d.ts.map +1 -1
- package/esm/model/queryServices/queryWidgetFilters.js +5 -1
- package/esm/model/queryServices/queryWidgetFilters.js.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useFiltersForDashboardScheduledExport.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useFiltersForDashboardScheduledExport.js +9 -5
- package/esm/model/react/useDasboardScheduledEmails/useFiltersForDashboardScheduledExport.js.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useFiltersForWidgetScheduledExport.d.ts.map +1 -1
- package/esm/model/react/useDasboardScheduledEmails/useFiltersForWidgetScheduledExport.js +11 -15
- package/esm/model/react/useDasboardScheduledEmails/useFiltersForWidgetScheduledExport.js.map +1 -1
- package/esm/model/react/useDashboardQueryProcessing.d.ts.map +1 -1
- package/esm/model/react/useDashboardQueryProcessing.js +9 -1
- package/esm/model/react/useDashboardQueryProcessing.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +6 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +8 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.d.ts +5 -1
- package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextReducers.js +11 -2
- package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.d.ts +6 -0
- package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.js +6 -0
- package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/filterContext/filterContextState.d.ts +7 -1
- package/esm/model/store/filterContext/filterContextState.d.ts.map +1 -1
- package/esm/model/store/filterContext/filterContextState.js +1 -0
- package/esm/model/store/filterContext/filterContextState.js.map +1 -1
- package/esm/model/store/filterContext/index.d.ts +4 -0
- package/esm/model/store/filterContext/index.d.ts.map +1 -1
- package/esm/model/store/index.d.ts +2 -2
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +2 -2
- package/esm/model/store/index.js.map +1 -1
- package/esm/presentation/automationFilters/AutomationFilters.d.ts +11 -6
- package/esm/presentation/automationFilters/AutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/AutomationFilters.js +14 -20
- package/esm/presentation/automationFilters/AutomationFilters.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js +41 -25
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts +24 -0
- package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts.map +1 -0
- package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js +20 -0
- package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js.map +1 -0
- package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilter.js +6 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilter.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationDashboardFilters.d.ts +5 -6
- package/esm/presentation/automationFilters/useAutomationDashboardFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationDashboardFilters.js +7 -15
- package/esm/presentation/automationFilters/useAutomationDashboardFilters.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFilters.d.ts +3 -1
- package/esm/presentation/automationFilters/useAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFilters.js +5 -1
- package/esm/presentation/automationFilters/useAutomationFilters.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFiltersData.d.ts +4 -3
- package/esm/presentation/automationFilters/useAutomationFiltersData.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFiltersData.js +35 -21
- package/esm/presentation/automationFilters/useAutomationFiltersData.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationWidgetFilters.d.ts +3 -3
- package/esm/presentation/automationFilters/useAutomationWidgetFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationWidgetFilters.js +6 -14
- package/esm/presentation/automationFilters/useAutomationWidgetFilters.js.map +1 -1
- package/esm/presentation/automationFilters/utils.d.ts.map +1 -1
- package/esm/presentation/automationFilters/utils.js +21 -29
- package/esm/presentation/automationFilters/utils.js.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.js +3 -3
- package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.js.map +1 -1
- package/esm/presentation/drill/types.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +8 -3
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +29 -5
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.js +6 -4
- package/esm/presentation/filterBar/filterBar/useExecutionTimestampMessage.js.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.json +52 -40
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +52 -40
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.json +52 -40
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +52 -40
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.json +53 -41
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +53 -41
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +49 -19
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +40 -10
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +49 -19
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/es-419.json +59 -47
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +59 -47
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.json +57 -45
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +57 -45
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.json +55 -43
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +55 -43
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.json +56 -44
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +56 -44
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.json +55 -43
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +55 -43
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.json +56 -44
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +56 -44
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.json +53 -41
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +53 -41
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.json +52 -40
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +52 -40
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.json +55 -43
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +55 -43
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.json +57 -45
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +57 -45
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.json +54 -42
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +54 -42
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.json +53 -41
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +53 -41
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.json +52 -40
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +29 -17
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +52 -40
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +10 -10
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AutomationFiltersSelect/AutomationFiltersSelect.d.ts +2 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AutomationFiltersSelect/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AutomationFiltersSelect/AutomationFiltersSelect.js +10 -3
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AutomationFiltersSelect/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.d.ts +5 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js +8 -7
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts +9 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +103 -28
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +5 -5
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +30 -44
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js.map +1 -1
- package/esm/presentation/scheduledEmail/types.d.ts +4 -0
- package/esm/presentation/scheduledEmail/types.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +8 -21
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js +2 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts +2 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +2 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.js +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightAlerting.js.map +1 -1
- package/esm/presentation/widget/insight/types.d.ts +15 -1
- package/esm/presentation/widget/insight/types.d.ts.map +1 -1
- package/esm/presentation/widget/insight/types.js.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.d.ts.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.js +19 -38
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/VisualizationSwitcherNavigationHeader.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +61 -1
- package/package.json +16 -16
- package/styles/css/attributeFilterConfig.css +5 -0
- package/styles/css/attributeFilterConfig.css.map +1 -1
- package/styles/css/dashboard.css +31 -3
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/dateFilterConfig.css +5 -0
- package/styles/css/dateFilterConfig.css.map +1 -1
- package/styles/css/main.css +39 -59
- package/styles/css/main.css.map +1 -1
- package/styles/css/scheduled_mail_recipients.css +31 -3
- package/styles/css/scheduled_mail_recipients.css.map +1 -1
- package/styles/css/sharedFilterConfig.css +5 -0
- package/styles/css/sharedFilterConfig.css.map +1 -1
- package/styles/css/visualizationSwitcherHeader.css +3 -35
- package/styles/css/visualizationSwitcherHeader.css.map +1 -1
- package/styles/scss/scheduled_mail_recipients.scss +33 -3
- package/styles/scss/sharedFilterConfig.scss +7 -0
- package/styles/scss/visualizationSwitcherHeader.scss +4 -38
|
@@ -9,7 +9,7 @@ export const en_AU = {
|
|
|
9
9
|
"messages.dashboardSaveSuccess": "Great. We saved your dashboard.",
|
|
10
10
|
"options.menu.save.as": "Save as new",
|
|
11
11
|
"options.menu.save.as.tooltip": "Empty dashboard can't be saved.",
|
|
12
|
-
"messages.dashboardSaveFailed": "
|
|
12
|
+
"messages.dashboardSaveFailed": "Dashboard save failed. Remove any unavailable visualisations, then try again, or contact your administrator.",
|
|
13
13
|
"messages.dashboard.invalidDrills.title": "<b>Some interactions were removed</b>",
|
|
14
14
|
"messages.dashboard.invalidDrills.body.modern._measure": "One or more dashboard/visualisation/measure/attribute has been changed or deleted causing some interactions to be removed from following widgets: <b>{listOfWidgetTitles}</b>",
|
|
15
15
|
"messages.dashboard.invalidDrills.body.modern._metric": "One or more dashboard/visualisation/metric/attribute has been changed or deleted causing some interactions to be removed from following widgets: <b>{listOfWidgetTitles}</b>",
|
|
@@ -21,8 +21,8 @@ export const en_AU = {
|
|
|
21
21
|
"messages.drill.InteractionUpdatedSuccess": "Interaction updated.",
|
|
22
22
|
"filterBar.showAll": "Show all",
|
|
23
23
|
"filterBar.showLess": "Show less",
|
|
24
|
-
"options.menu.export.PDF": "
|
|
25
|
-
"options.menu.schedule.email": "Schedule
|
|
24
|
+
"options.menu.export.PDF": "Snapshot (PDF)",
|
|
25
|
+
"options.menu.schedule.email": "Schedule export",
|
|
26
26
|
"options.menu.delete": "Delete",
|
|
27
27
|
"dialogs.export.cells": "CELLS",
|
|
28
28
|
"dialogs.export.filters": "VISUALISATION CONTEXT",
|
|
@@ -73,23 +73,23 @@ export const en_AU = {
|
|
|
73
73
|
"filters.config.warning.conflictingIdentifiers": "The dashboard date filter configuration was disregarded because it contains date filter options with identical identifiers.",
|
|
74
74
|
"filters.config.warning.notAvailable": "The project date filter configuration is either not defined or you don't have the permissions to access it.",
|
|
75
75
|
"filters.config.warning.workspace.notAvailable": "The workspace date filter configuration is either not defined or you don't have the permissions to access it.",
|
|
76
|
-
"filters.configurationPanel.header": "Configuration",
|
|
76
|
+
"filters.configurationPanel.header": "Filters Configuration",
|
|
77
77
|
"filters.configurationPanel.sectionHeader.interactions": "Interactions",
|
|
78
78
|
"filters.configurationPanel.crossFiltering.toggle": "Cross-filtering",
|
|
79
79
|
"kpi.noData": "No data for current filter settings. Try changing the filters.",
|
|
80
80
|
"kpiPop.change": "change",
|
|
81
|
-
"dialogs.schedule.email.filters": "
|
|
81
|
+
"dialogs.schedule.email.filters": "Filters ({count})",
|
|
82
82
|
"dialogs.schedule.email.filters.not.saved": "Dashboard filters saved in the schedule will not be impacted.",
|
|
83
83
|
"dialogs.schedule.email.attachment.filter": "(with currently set filters)",
|
|
84
84
|
"dialogs.schedule.email.attachment.label": "Attachment:",
|
|
85
|
-
"dialogs.schedule.email.attachments.label": "Attachments
|
|
85
|
+
"dialogs.schedule.email.attachments.label": "Attachments",
|
|
86
86
|
"dialogs.schedule.email.attachment.select": "Select attachments",
|
|
87
87
|
"dialogs.schedule.email.attachment.select.disabled.message": "This dashboard does not contain any visualisations.",
|
|
88
88
|
"dialogs.schedule.email.attachment.select.dashboard.header": "Dashboard (PDF)",
|
|
89
89
|
"dialogs.schedule.email.attachment.select.widgets.header": "Visualisations (CSV, XLSX)",
|
|
90
90
|
"dialogs.schedule.email.headline": "Schedule email delivery",
|
|
91
91
|
"dialogs.schedule.email.heading": "Schedule export",
|
|
92
|
-
"dialogs.schedule.email.message.label": "Message
|
|
92
|
+
"dialogs.schedule.email.message.label": "Message",
|
|
93
93
|
"dialogs.schedule.email.unsubscribed.recipients": "{n, plural, one {1 recipient unsubscribed} other {# recipients unsubscribed}} from this schedule.",
|
|
94
94
|
"dialogs.schedule.email.repeats.label": "Repeats:",
|
|
95
95
|
"dialogs.schedule.email.repeats.execute.on.dayOfMonth": "on the day {date}",
|
|
@@ -102,9 +102,9 @@ export const en_AU = {
|
|
|
102
102
|
"dialogs.schedule.email.repeats.types.daily": "Daily",
|
|
103
103
|
"dialogs.schedule.email.repeats.types.monthly": "Monthly on the {week, select, 1 {first} 2 {second} 3 {third} 4 {fourth} other {last}} {day}",
|
|
104
104
|
"dialogs.schedule.email.repeats.types.weekly": "Weekly on {day}",
|
|
105
|
-
"dialogs.schedule.email.subject.label": "Subject
|
|
105
|
+
"dialogs.schedule.email.subject.label": "Subject",
|
|
106
106
|
"dialogs.schedule.email.time.label": "First occurrence:",
|
|
107
|
-
"dialogs.schedule.email.to.label": "To
|
|
107
|
+
"dialogs.schedule.email.to.label": "To",
|
|
108
108
|
"dialogs.schedule.email.message.placeholder": "Hello,\n\nYour scheduled email is ready. You can download the dashboard in attachments.",
|
|
109
109
|
"dialogs.schedule.email.submit": "Schedule",
|
|
110
110
|
"dialogs.schedule.email.save": "Save",
|
|
@@ -115,7 +115,7 @@ export const en_AU = {
|
|
|
115
115
|
"dialogs.schedule.management.delete": "Delete the schedule.",
|
|
116
116
|
"dialogs.schedule.management.delete.dialog": "Delete schedule?",
|
|
117
117
|
"dialogs.schedule.management.delete.dialog.confirm": "<b>The schedule</b> will be permanently deleted.",
|
|
118
|
-
"dialogs.schedule.management.noSchedules": "
|
|
118
|
+
"dialogs.schedule.management.noSchedules": "There are no scheduled exports.{br}Create new.",
|
|
119
119
|
"dialogs.schedule.management.noSchedules.byUser": "You have not scheduled any exports yet.{br}Add one now.",
|
|
120
120
|
"dialogs.schedule.management.addSchedule": "Add schedule",
|
|
121
121
|
"dialogs.schedule.management.recipients": "{n, plural, one {# recipient} other {# recipients}}",
|
|
@@ -435,14 +435,14 @@ export const en_AU = {
|
|
|
435
435
|
"widget.options.description": "Description",
|
|
436
436
|
"widget.options.menu": "Options",
|
|
437
437
|
"share.button.tooltip": "Share dashboard",
|
|
438
|
-
"controlButtons.options.tooltip": "More
|
|
438
|
+
"controlButtons.options.tooltip": "More actions",
|
|
439
439
|
"controlButtons.edit.tooltip": "Edit dashboard",
|
|
440
440
|
"options.menu.schedule.email.tooltip": "No destination available. To schedule an export, <a>create destination</a>.",
|
|
441
|
-
"filters.configurationPanel.crossFiltering.toggle.tooltip": "
|
|
442
|
-
"filters.configurationPanel.userFilterReset.toggle": "
|
|
443
|
-
"filters.configurationPanel.userFilterReset.toggle.tooltip": "Allow users to reset filters to
|
|
444
|
-
"filters.configurationPanel.userFilterSave.toggle": "
|
|
445
|
-
"filters.configurationPanel.userFilterSave.toggle.tooltip": "
|
|
441
|
+
"filters.configurationPanel.crossFiltering.toggle.tooltip": "Allow users to filter the dashboard by clicking data points in visualisations.",
|
|
442
|
+
"filters.configurationPanel.userFilterReset.toggle": "Reset",
|
|
443
|
+
"filters.configurationPanel.userFilterReset.toggle.tooltip": "Allow users to reset all filters to default.",
|
|
444
|
+
"filters.configurationPanel.userFilterSave.toggle": "Auto-save last state",
|
|
445
|
+
"filters.configurationPanel.userFilterSave.toggle.tooltip": "Allow auto-save of the filters' last state. When users return, their filters will remain as they left them.",
|
|
446
446
|
"dialogs.schedule.email.title.placeholder": "Untitled schedule",
|
|
447
447
|
"dialogs.schedule.email.max.recipients": "You can select up to {maxRecipients} recipients.",
|
|
448
448
|
"dialogs.schedule.email.repeats.types.cron": "Cron expression",
|
|
@@ -453,7 +453,7 @@ export const en_AU = {
|
|
|
453
453
|
"dialogs.schedule.email.footer.title": "How to schedule export?",
|
|
454
454
|
"dialogs.schedule.management.list.title": "Your scheduled exports",
|
|
455
455
|
"dialogs.schedule.management.create": "Create",
|
|
456
|
-
"dialogs.schedule.management.create.tooManyMessage": "
|
|
456
|
+
"dialogs.schedule.management.create.tooManyMessage": "Your organisation has reached the limit of scheduled exports. Contact your administrator to create more.",
|
|
457
457
|
"filter.crossFilterResetButton.tooltip": "Reset cross filters",
|
|
458
458
|
"options.menu.schedule.email.edit": "Show schedules",
|
|
459
459
|
"dialogs.schedule.email.footer.title.short": "Help",
|
|
@@ -491,7 +491,7 @@ export const en_AU = {
|
|
|
491
491
|
"dialogs.alerting.management.noAlerts": "There are no alerts.",
|
|
492
492
|
"dialogs.alerting.title.placeholder": "Untitled alert",
|
|
493
493
|
"dialogs.alerting.management.delete.dialog": "Delete alert?",
|
|
494
|
-
"dialogs.alerting.management.delete.dialog.confirm": "<b>The alert</b> will be permanently deleted.",
|
|
494
|
+
"dialogs.alerting.management.delete.dialog.confirm": "<b>The alert</b> will be permanently deleted, along with all its notifications.",
|
|
495
495
|
"dialogs.alerting.delete.success": "Success! Your alert was deleted.",
|
|
496
496
|
"alerting.comparisonOperator.greaterThan": "greater than",
|
|
497
497
|
"alerting.comparisonOperator.greaterThanOrEquals": "greater than or equal to",
|
|
@@ -564,7 +564,7 @@ export const en_AU = {
|
|
|
564
564
|
"insightAlert.config.update.success": "Success. The alert has been updated.",
|
|
565
565
|
"insightAlert.config.add.success": "Success. The alert has been added.",
|
|
566
566
|
"insightAlert.config.delete.title": "Delete alert?",
|
|
567
|
-
"insightAlert.config.delete.message": "The alert for <b>{title}</b> will be permanently deleted.",
|
|
567
|
+
"insightAlert.config.delete.message": "The alert for <b>{title}</b> will be permanently deleted, along with all its notifications.",
|
|
568
568
|
"insightAlert.noDestination.tooltip": "No destination available. <a>Create a destination</a> to set up an alert.",
|
|
569
569
|
"insightAlert.maxAlertsReached": "Your organisation has reached the limit of alerts. Contact your administrator to create more.",
|
|
570
570
|
"insightAlert.config.loading.error": "Failed to load necessary information. Try again later.",
|
|
@@ -635,7 +635,7 @@ export const en_AU = {
|
|
|
635
635
|
"insightAlert.config.selectAttribute": "All",
|
|
636
636
|
"addPanel.dashboardLayout": "Container",
|
|
637
637
|
"addPanel.dashboardLayout.tooltip": "Group and display multiple widgets together for a more flexible layout.",
|
|
638
|
-
"nestedLayoutToolbar.remove": "Remove
|
|
638
|
+
"nestedLayoutToolbar.remove": "Remove from dashboard.",
|
|
639
639
|
"nestedLayout.tab.title": "Container",
|
|
640
640
|
"nestedLayout.deleteDialog.header": "Delete container?",
|
|
641
641
|
"nestedLayout.deleteDialog.message": "The container and all of its content will be irreversibly deleted.",
|
|
@@ -681,32 +681,44 @@ export const en_AU = {
|
|
|
681
681
|
"widget.options.menu.export": "Export",
|
|
682
682
|
"options.menu.export.presentation.unsupported.oldWidget": "Unable to export. Please resave the dashboard or contact your administrator.",
|
|
683
683
|
"apply": "Apply",
|
|
684
|
-
"
|
|
685
|
-
"
|
|
686
|
-
"
|
|
687
|
-
"widget.drill.dialog.exportToXLSX": "Export to XLSX",
|
|
688
|
-
"widget.drill.dialog.exportToCSV.formatted": "Export to CSV (formatted)",
|
|
689
|
-
"widget.drill.dialog.exportToCSV.raw": "Export to CSV (raw)",
|
|
684
|
+
"options.menu.settings": "Settings",
|
|
685
|
+
"messages.dashboard.incompatibleDefaultFilters.title": "<b>Warning</b> Some dashboard filters couldn’t be applied. Check the filters to make sure you’re viewing the right data.",
|
|
686
|
+
"filterBar.unappliedFiltersNotification": "<link>Apply filters</link> to see updated data.",
|
|
690
687
|
"filterBar.executionTimestampNotificationMessage": "<bold>Note.</bold> You're viewing up-to-date data, but for any relative date filters the dashboard treats {date} as “today.”",
|
|
691
688
|
"filterBar.executionTimestampNotificationAction": "<link>Reset to today</link>",
|
|
692
|
-
"messages.dashboard.incompatibleDefaultFilters.title": "<b>Warning</b> Some dashboard filters couldn’t be applied. Check the filters to make sure you’re viewing the right data.",
|
|
693
|
-
"dialogs.schedule.email.save.executionTimestampMode": "To create or edit scheduled exports, reset the dashboard date to today.",
|
|
694
|
-
"insightAlert.executionTimestampMode": "To create or edit alerts, reset the dashboard date to today.",
|
|
695
|
-
"controlButtons.edit.executionTimestampMode.tooltip": "To edit the dashboard, reset the date to today.",
|
|
696
|
-
"dialogs.schedule.email.closeLabel": "Close dialog",
|
|
697
|
-
"dialogs.schedule.email.backLabel": "Back to previous step",
|
|
698
|
-
"dialogs.schedule.management.attachments.attachment": "Attach as a {format} file",
|
|
699
|
-
"dialogs.schedule.email.user.remove": "Remove {name}",
|
|
700
|
-
"options.menu.settings": "Settings",
|
|
701
689
|
"settingsDashboardDialog.headline": "Dashboard settings",
|
|
702
|
-
"messages.settingsDialogError.general": "Failed to load the dashboard settings. Try again later.",
|
|
703
690
|
"settingsDashboardDialog.section.alert": "Alerts",
|
|
704
|
-
"settingsDashboardDialog.section.alert.inherit": "
|
|
691
|
+
"settingsDashboardDialog.section.alert.inherit": "Use the default evaluation frequency set by your organisation.",
|
|
705
692
|
"settingsDashboardDialog.section.alert.note": "<strong>Note:</strong> Applies to new alerts only — use the API to update existing ones.",
|
|
706
693
|
"settingsDashboardDialog.section.alert.label": "Evaluation Frequency",
|
|
707
|
-
"
|
|
694
|
+
"dialogs.schedule.email.user.remove": "Remove {name}",
|
|
695
|
+
"dialogs.schedule.email.closeLabel": "Close dialogue",
|
|
696
|
+
"dialogs.schedule.email.backLabel": "Back to the previous step.",
|
|
697
|
+
"dialogs.schedule.email.save.executionTimestampMode": "To create or edit scheduled exports, reset the dashboard date to today.",
|
|
698
|
+
"dialogs.schedule.management.attachments.attachment": "Attach as a {format} file.",
|
|
699
|
+
"messages.settingsDialogError.general": "Failed to load the dashboard settings. Please try again later.",
|
|
700
|
+
"widget.options.menu.XLSX": "Formatted (XLSX)",
|
|
701
|
+
"widget.options.menu.exportToCSV.formatted": "Formatted (CSV)",
|
|
702
|
+
"widget.options.menu.exportToCSV.raw": "Raw (CSV)",
|
|
703
|
+
"widget.drill.dialog.exportToXLSX": "Export to XLSX",
|
|
704
|
+
"widget.drill.dialog.exportToCSV.formatted": "Export to CSV (formatted)",
|
|
705
|
+
"widget.drill.dialog.exportToCSV.raw": "Export to CSV (raw)",
|
|
706
|
+
"controlButtons.edit.executionTimestampMode.tooltip": "To edit the dashboard, reset the date to today.",
|
|
708
707
|
"controlButtons.setting.value": "Settings",
|
|
709
|
-
"controlButtons.setting.title": "All settings related to this dashboard. You can change the dashboard description cross-filtering, saved filters allowed, and alerts evaluation frequency.",
|
|
710
|
-
"
|
|
708
|
+
"controlButtons.setting.title": "All settings related to this dashboard. You can change the dashboard description, cross-filtering, saved filters allowed, and alerts evaluation frequency.",
|
|
709
|
+
"insightAlert.executionTimestampMode": "To create or edit alerts, reset the dashboard date to today.",
|
|
710
|
+
"dialogs.schedule.email.accessibilityTitle": "Scheduled e-mails",
|
|
711
|
+
"dialogs.schedule.error.too_long": "Error: Text too long — reduce to {value} characters or fewer.",
|
|
712
|
+
"dialogs.schedule.email.filters.showAll": "Show all",
|
|
713
|
+
"dialogs.schedule.email.filters.showLess": "Show less",
|
|
714
|
+
"dialogs.schedule.email.filters.add": "Add filter",
|
|
715
|
+
"dialogs.schedule.email.filters.title": "Add filters",
|
|
716
|
+
"dialogs.schedule.email.filters.noFilters": "No more filters available.",
|
|
717
|
+
"dialogs.schedule.email.filters.attachment": "Utilise filters in automation.",
|
|
718
|
+
"dialogs.schedule.email.filters.useFiltersMessage": "Always use these filters for future exports.",
|
|
719
|
+
"dialogs.schedule.email.filters.useFiltersMessage.tooltip": "Tick to retain these filters for each export. If unticked, the export will utilise the most recent default filters from the dashboard. <a>Learn more</a>",
|
|
720
|
+
"dialogs.schedule.email.filters.activeFilters": "Note: These filters will always be used for future exports.",
|
|
721
|
+
"dialogs.schedule.email.filters.missing": "<b>Warning:</b> Some filters couldn’t be applied — they’re no longer available on the dashboard.",
|
|
722
|
+
"visualization.warning.export.too_small": "Not enough space for visualisation"
|
|
711
723
|
};
|
|
712
724
|
//# sourceMappingURL=en-AU.localization-bundle.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-AU.localization-bundle.js","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"en-AU.localization-bundle.js","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,KAAK,GAAG;IACjB,SAAS,EAAE,UAAU;IACrB,UAAU,EAAE,UAAU;IACtB,aAAa,EAAE,aAAa;IAC5B,gBAAgB,EAAE,QAAQ;IAC1B,eAAe,EAAE,OAAO;IACxB,+BAA+B,EAAE,iCAAiC;IAClE,sBAAsB,EAAE,aAAa;IACrC,8BAA8B,EAAE,iCAAiC;IACjE,8BAA8B,EAAE,8GAA8G;IAC9I,wCAAwC,EAAE,uCAAuC;IACjF,uDAAuD,EAAE,+KAA+K;IACxO,sDAAsD,EAAE,8KAA8K;IACtO,iDAAiD,EAAE,gEAAgE;IACnH,uDAAuD,EAAE,0IAA0I;IACnM,wCAAwC,EAAE,WAAW;IACrD,wCAAwC,EAAE,WAAW;IACrD,6CAA6C,EAAE,yBAAyB;IACxE,0CAA0C,EAAE,sBAAsB;IAClE,mBAAmB,EAAE,UAAU;IAC/B,oBAAoB,EAAE,WAAW;IACjC,yBAAyB,EAAE,gBAAgB;IAC3C,6BAA6B,EAAE,iBAAiB;IAChD,qBAAqB,EAAE,QAAQ;IAC/B,sBAAsB,EAAE,OAAO;IAC/B,wBAAwB,EAAE,uBAAuB;IACjD,+BAA+B,EAAE,yBAAyB;IAC1D,yBAAyB,EAAE,gBAAgB;IAC3C,uBAAuB,EAAE,QAAQ;IACjC,uCAAuC,EAAE,iDAAiD;IAC1F,uCAAuC,EAAE,oDAAoD;IAC7F,qCAAqC,EAAE,oDAAoD;IAC3F,qCAAqC,EAAE,wCAAwC;IAC/E,mCAAmC,EAAE,+CAA+C;IACpF,2BAA2B,EAAE,uBAAuB;IACpD,0BAA0B,EAAE,qFAAqF;IACjH,mCAAmC,EAAE,iBAAiB;IACtD,4CAA4C,EAAE,iDAAiD;IAC/F,mCAAmC,EAAE,4BAA4B;IACjE,mCAAmC,EAAE,yCAAyC;IAC9E,mCAAmC,EAAE,kBAAkB;IACvD,kCAAkC,EAAE,0BAA0B;IAC9D,2CAA2C,EAAE,iBAAiB;IAC9D,gCAAgC,EAAE,mBAAmB;IACrD,wCAAwC,EAAE,QAAQ;IAClD,8CAA8C,EAAE,iFAAiF;IACjI,qCAAqC,EAAE,4DAA4D;IACnG,qCAAqC,EAAE,sEAAsE;IAC7G,oCAAoC,EAAE,yEAAyE;IAC/G,kBAAkB,EAAE,kBAAkB;IACtC,+BAA+B,EAAE,YAAY;IAC7C,+BAA+B,EAAE,YAAY;IAC7C,iCAAiC,EAAE,cAAc;IACjD,iCAAiC,EAAE,cAAc;IACjD,sBAAsB,EAAE,aAAa;IACrC,gCAAgC,EAAE,cAAc;IAChD,0BAA0B,EAAE,YAAY;IACxC,+BAA+B,EAAE,cAAc;IAC/C,6BAA6B,EAAE,YAAY;IAC3C,4BAA4B,EAAE,yCAAyC;IACvE,6BAA6B,EAAE,yCAAyC;IACxE,8BAA8B,EAAE,2CAA2C;IAC3E,gCAAgC,EAAE,6CAA6C;IAC/E,6BAA6B,EAAE,0CAA0C;IACzE,qCAAqC,EAAE,2BAA2B;IAClE,8CAA8C,EAAE,kCAAkC;IAClF,+CAA+C,EAAE,+GAA+G;IAChK,kDAAkD,EAAE,mHAAmH;IACvK,+CAA+C,EAAE,mFAAmF;IACpI,yCAAyC,EAAE,0GAA0G;IACrJ,+CAA+C,EAAE,6HAA6H;IAC9K,qCAAqC,EAAE,6GAA6G;IACpJ,+CAA+C,EAAE,+GAA+G;IAChK,mCAAmC,EAAE,uBAAuB;IAC5D,uDAAuD,EAAE,cAAc;IACvE,kDAAkD,EAAE,iBAAiB;IACrE,YAAY,EAAE,gEAAgE;IAC9E,eAAe,EAAE,QAAQ;IACzB,gCAAgC,EAAE,mBAAmB;IACrD,0CAA0C,EAAE,+DAA+D;IAC3G,0CAA0C,EAAE,8BAA8B;IAC1E,yCAAyC,EAAE,aAAa;IACxD,0CAA0C,EAAE,aAAa;IACzD,0CAA0C,EAAE,oBAAoB;IAChE,2DAA2D,EAAE,qDAAqD;IAClH,2DAA2D,EAAE,iBAAiB;IAC9E,yDAAyD,EAAE,4BAA4B;IACvF,iCAAiC,EAAE,yBAAyB;IAC5D,gCAAgC,EAAE,iBAAiB;IACnD,sCAAsC,EAAE,SAAS;IACjD,gDAAgD,EAAE,mGAAmG;IACrJ,sCAAsC,EAAE,UAAU;IAClD,sDAAsD,EAAE,mBAAmB;IAC3E,qDAAqD,EAAE,sFAAsF;IAC7I,sCAAsC,EAAE,OAAO;IAC/C,gDAAgD,EAAE,qCAAqC;IACvF,kDAAkD,EAAE,yCAAyC;IAC7F,iDAAiD,EAAE,uCAAuC;IAC1F,6CAA6C,EAAE,QAAQ;IACvD,4CAA4C,EAAE,OAAO;IACrD,8CAA8C,EAAE,6FAA6F;IAC7I,6CAA6C,EAAE,iBAAiB;IAChE,sCAAsC,EAAE,SAAS;IACjD,mCAAmC,EAAE,mBAAmB;IACxD,iCAAiC,EAAE,IAAI;IACvC,4CAA4C,EAAE,yFAAyF;IACvI,+BAA+B,EAAE,UAAU;IAC3C,6BAA6B,EAAE,MAAM;IACrC,uCAAuC,EAAE,gBAAgB;IACzD,uCAAuC,EAAE,uBAAuB;IAChE,qCAAqC,EAAE,+BAA+B;IACtE,mCAAmC,EAAE,mBAAmB;IACxD,oCAAoC,EAAE,sBAAsB;IAC5D,2CAA2C,EAAE,kBAAkB;IAC/D,mDAAmD,EAAE,kDAAkD;IACvG,yCAAyC,EAAE,gDAAgD;IAC3F,gDAAgD,EAAE,yDAAyD;IAC3G,yCAAyC,EAAE,cAAc;IACzD,wCAAwC,EAAE,qDAAqD;IAC/F,gDAAgD,EAAE,UAAU;IAC5D,mDAAmD,EAAE,WAAW;IAChE,iDAAiD,EAAE,6DAA6D;IAChH,+CAA+C,EAAE,2EAA2E;IAC5H,wCAAwC,EAAE,kCAAkC;IAC5E,0CAA0C,EAAE,6CAA6C;IACzF,qCAAqC,EAAE,KAAK;IAC5C,sCAAsC,EAAE,eAAe;IACvD,+CAA+C,EAAE,oCAAoC;IACrF,uDAAuD,EAAE,wCAAwC;IACjG,gEAAgE,EAAE,iGAAiG;IACnK,4DAA4D,EAAE,mHAAmH;IACjL,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,OAAO;IAChB,QAAQ,EAAE,QAAQ;IAClB,eAAe,EAAE,OAAO;IACxB,kBAAkB,EAAE,UAAU;IAC9B,mBAAmB,EAAE,WAAW;IAChC,oBAAoB,EAAE,4BAA4B;IAClD,sBAAsB,EAAE,MAAM;IAC9B,8BAA8B,EAAE,4IAA4I;IAC5K,iCAAiC,EAAE,4CAA4C;IAC/E,gBAAgB,EAAE,gFAAgF;IAClG,uBAAuB,EAAE,QAAQ;IACjC,yBAAyB,EAAE,WAAW;IACtC,wBAAwB,EAAE,UAAU;IACpC,4BAA4B,EAAE,4BAA4B;IAC1D,0BAA0B,EAAE,mCAAmC;IAC/D,8BAA8B,EAAE,8EAA8E;IAC9G,8BAA8B,EAAE,sEAAsE;IACtG,6BAA6B,EAAE,kCAAkC;IACjE,6BAA6B,EAAE,wCAAwC;IACvE,gCAAgC,EAAE,2CAA2C;IAC7E,4BAA4B,EAAE,cAAc;IAC5C,kCAAkC,EAAE,gGAAgG;IACpI,+BAA+B,EAAE,gCAAgC;IACjE,+BAA+B,EAAE,8BAA8B;IAC/D,4BAA4B,EAAE,QAAQ;IACtC,kCAAkC,EAAE,gBAAgB;IACpD,8BAA8B,EAAE,WAAW;IAC3C,mCAAmC,EAAE,4CAA4C;IACjF,yBAAyB,EAAE,WAAW;IACtC,6BAA6B,EAAE,UAAU;IACzC,gCAAgC,EAAE,OAAO;IACzC,gCAAgC,EAAE,OAAO;IACzC,qCAAqC,EAAE,4EAA4E;IACnH,4BAA4B,EAAE,6CAA6C;IAC3E,sCAAsC,EAAE,2EAA2E;IACnH,4BAA4B,EAAE,oBAAoB;IAClD,8BAA8B,EAAE,oBAAoB;IACpD,gCAAgC,EAAE,kBAAkB;IACpD,sCAAsC,EAAE,yDAAyD;IACjG,qCAAqC,EAAE,uDAAuD;IAC9F,qCAAqC,EAAE,iCAAiC;IACxE,iCAAiC,EAAE,qDAAqD;IACxF,iDAAiD,EAAE,2CAA2C;IAC9F,6CAA6C,EAAE,6BAA6B;IAC5E,mCAAmC,EAAE,qDAAqD;IAC1F,8BAA8B,EAAE,mCAAmC;IACnE,8BAA8B,EAAE,6CAA6C;IAC7E,0BAA0B,EAAE,6BAA6B;IACzD,uBAAuB,EAAE,2BAA2B;IACpD,yBAAyB,EAAE,KAAK;IAChC,0BAA0B,EAAE,MAAM;IAClC,yCAAyC,EAAE,+HAA+H;IAC1K,wCAAwC,EAAE,8HAA8H;IACxK,kCAAkC,EAAE,qDAAqD;IACzF,qBAAqB,EAAE,wBAAwB;IAC/C,6BAA6B,EAAE,yBAAyB;IACxD,iCAAiC,EAAE,eAAe;IAClD,kCAAkC,EAAE,gBAAgB;IACpD,oCAAoC,EAAE,iBAAiB;IACvD,mBAAmB,EAAE,OAAO;IAC5B,+BAA+B,EAAE,yBAAyB;IAC1D,4BAA4B,EAAE,kCAAkC;IAChE,iDAAiD,EAAE,gEAAgE;IACnH,kCAAkC,EAAE,qCAAqC;IACzE,2BAA2B,EAAE,+EAA+E;IAC5G,iCAAiC,EAAE,SAAS;IAC5C,2CAA2C,EAAE,4CAA4C;IACzF,+CAA+C,EAAE,0HAA0H;IAC3K,kDAAkD,EAAE,kCAAkC;IACtF,kDAAkD,EAAE,mEAAmE;IACvH,gCAAgC,EAAE,SAAS;IAC3C,kCAAkC,EAAE,eAAe;IACnD,yBAAyB,EAAE,MAAM;IACjC,6BAA6B,EAAE,WAAW;IAC1C,oCAAoC,EAAE,gBAAgB;IACtD,0BAA0B,EAAE,OAAO;IACnC,gCAAgC,EAAE,OAAO;IACzC,kCAAkC,EAAE,WAAW;IAC/C,wCAAwC,EAAE,iBAAiB;IAC3D,yCAAyC,EAAE,cAAc;IACzD,mDAAmD,EAAE,4JAA4J;IACjN,kDAAkD,EAAE,2HAA2H;IAC/K,wCAAwC,EAAE,2JAA2J;IACrM,oCAAoC,EAAE,SAAS;IAC/C,mCAAmC,EAAE,QAAQ;IAC7C,kDAAkD,EAAE,qBAAqB;IACzE,kCAAkC,EAAE,uBAAuB;IAC3D,+BAA+B,EAAE,qEAAqE;IACtG,qCAAqC,EAAE,mBAAmB;IAC1D,2CAA2C,EAAE,yBAAyB;IACtE,OAAO,EAAE,OAAO;IAChB,2BAA2B,EAAE,MAAM;IACnC,qCAAqC,EAAE,gBAAgB;IACvD,2BAA2B,EAAE,MAAM;IACnC,qCAAqC,EAAE,oFAAoF;IAC3H,oCAAoC,EAAE,4BAA4B;IAClE,mDAAmD,EAAE,iCAAiC;IACtF,uDAAuD,EAAE,6BAA6B;IACtF,6BAA6B,EAAE,SAAS;IACxC,gCAAgC,EAAE,KAAK;IACvC,+BAA+B,EAAE,eAAe;IAChD,+BAA+B,EAAE,4CAA4C;IAC7E,2BAA2B,EAAE,sBAAsB;IACnD,mCAAmC,EAAE,4BAA4B;IACjE,0CAA0C,EAAE,2BAA2B;IACvE,iBAAiB,EAAE,4BAA4B;IAC/C,aAAa,EAAE,aAAa;IAC5B,qBAAqB,EAAE,gBAAgB;IACvC,kBAAkB,EAAE,UAAU;IAC9B,0BAA0B,EAAE,kBAAkB;IAC9C,iBAAiB,EAAE,QAAQ;IAC3B,gDAAgD,EAAE,6CAA6C;IAC/F,2CAA2C,EAAE,yDAAyD;IACtG,qDAAqD,EAAE,YAAY;IACnE,cAAc,EAAE,2BAA2B;IAC3C,mBAAmB,EAAE,WAAW;IAChC,2CAA2C,EAAE,8DAA8D;IAC3G,0CAA0C,EAAE,kDAAkD;IAC9F,uCAAuC,EAAE,YAAY;IACrD,8BAA8B,EAAE,aAAa;IAC7C,wCAAwC,EAAE,sBAAsB;IAChE,gDAAgD,EAAE,mBAAmB;IACrE,qEAAqE,EAAE,wBAAwB;IAC/F,mDAAmD,EAAE,uBAAuB;IAC5E,2DAA2D,EAAE,kFAAkF;IAC/I,2DAA2D,EAAE,oFAAoF;IACjJ,0CAA0C,EAAE,uBAAuB;IACnE,uBAAuB,EAAE,aAAa;IACtC,uCAAuC,EAAE,kBAAkB;IAC3D,mCAAmC,EAAE,iCAAiC;IACtE,2CAA2C,EAAE,uBAAuB;IACpE,0BAA0B,EAAE,eAAe;IAC3C,+BAA+B,EAAE,YAAY;IAC7C,gCAAgC,EAAE,YAAY;IAC9C,uCAAuC,EAAE,sBAAsB;IAC/D,uDAAuD,EAAE,iBAAiB;IAC1E,iEAAiE,EAAE,8BAA8B;IACjG,qDAAqD,EAAE,eAAe;IACtE,mDAAmD,EAAE,OAAO;IAC5D,iDAAiD,EAAE,KAAK;IACxD,4CAA4C,EAAE,kBAAkB;IAChE,2CAA2C,EAAE,iBAAiB;IAC9D,qDAAqD,EAAE,8CAA8C;IACrG,oDAAoD,EAAE,6CAA6C;IACnG,sDAAsD,EAAE,iBAAiB;IACzE,qDAAqD,EAAE,gBAAgB;IACvE,gDAAgD,EAAE,oBAAoB;IACtE,yDAAyD,EAAE,0BAA0B;IACrF,qCAAqC,EAAE,SAAS;IAChD,oCAAoC,EAAE,QAAQ;IAC9C,6BAA6B,EAAE,WAAW;IAC1C,yBAAyB,EAAE,MAAM;IACjC,2BAA2B,EAAE,IAAI;IACjC,iDAAiD,EAAE,kFAAkF;IACrI,iDAAiD,EAAE,qEAAqE;IACxH,4CAA4C,EAAE,uEAAuE;IACrH,4CAA4C,EAAE,6DAA6D;IAC3G,yCAAyC,EAAE,0HAA0H;IACrK,yCAAyC,EAAE,sGAAsG;IACjJ,sCAAsC,EAAE,oLAAoL;IAC5N,uCAAuC,EAAE,sBAAsB;IAC/D,yCAAyC,EAAE,yBAAyB;IACpE,oCAAoC,EAAE,oBAAoB;IAC1D,iCAAiC,EAAE,cAAc;IACjD,6CAA6C,EAAE,oBAAoB;IACnE,+CAA+C,EAAE,iBAAiB;IAClE,0CAA0C,EAAE,iBAAiB;IAC7D,sDAAsD,EAAE,kBAAkB;IAC1E,qDAAqD,EAAE,iBAAiB;IACxE,+CAA+C,EAAE,oBAAoB;IACrE,6CAA6C,EAAE,WAAW;IAC1D,8CAA8C,EAAE,2CAA2C;IAC3F,mDAAmD,EAAE,sBAAsB;IAC3E,iDAAiD,EAAE,0BAA0B;IAC7E,0CAA0C,EAAE,YAAY;IACxD,wDAAwD,EAAE,iEAAiE;IAC3H,6CAA6C,EAAE,gBAAgB;IAC/D,8DAA8D,EAAE,wBAAwB;IACxF,uCAAuC,EAAE,gBAAgB;IACzD,qEAAqE,EAAE,yGAAyG;IAChL,yCAAyC,EAAE,oBAAoB;IAC/D,6CAA6C,EAAE,OAAO;IACtD,0CAA0C,EAAE,YAAY;IACxD,mDAAmD,EAAE,aAAa;IAClE,mDAAmD,EAAE,SAAS;IAC9D,uDAAuD,EAAE,iDAAiD;IAC1G,kEAAkE,EAAE,0CAA0C;IAC9G,mEAAmE,EAAE,2CAA2C;IAChH,kDAAkD,EAAE,QAAQ;IAC5D,sDAAsD,EAAE,kEAAkE;IAC1H,yDAAyD,EAAE,2BAA2B;IACtF,gDAAgD,EAAE,MAAM;IACxD,wDAAwD,EAAE,8BAA8B;IACxF,uDAAuD,EAAE,6BAA6B;IACtF,4DAA4D,EAAE,8EAA8E;IAC5I,2DAA2D,EAAE,6EAA6E;IAC1I,uDAAuD,EAAE,kBAAkB;IAC3E,oDAAoD,EAAE,YAAY;IAClE,0DAA0D,EAAE,8BAA8B;IAC1F,uDAAuD,EAAE,YAAY;IACrE,oDAAoD,EAAE,gBAAgB;IACtE,qDAAqD,EAAE,iBAAiB;IACxE,sDAAsD,EAAE,KAAK;IAC7D,6DAA6D,EAAE,YAAY;IAC3E,+DAA+D,EAAE,kFAAkF;IACnJ,gEAAgE,EAAE,KAAK;IACvE,4DAA4D,EAAE,MAAM;IACpE,6DAA6D,EAAE,OAAO;IACtE,8DAA8D,EAAE,sDAAsD;IACtH,kEAAkE,EAAE,qBAAqB;IACzF,gEAAgE,EAAE,kBAAkB;IACpF,+DAA+D,EAAE,WAAW;IAC5E,oEAAoE,EAAE,iBAAiB;IACvF,gEAAgE,EAAE,YAAY;IAC9E,kEAAkE,EAAE,cAAc;IAClF,+DAA+D,EAAE,WAAW;IAC5E,kEAAkE,EAAE,cAAc;IAClF,4DAA4D,EAAE,WAAW;IACzE,sEAAsE,EAAE,eAAe;IACvF,yEAAyE,EAAE,aAAa;IACxF,wEAAwE,EAAE,WAAW;IACrF,yDAAyD,EAAE,OAAO;IAClE,0DAA0D,EAAE,QAAQ;IACpE,4DAA4D,EAAE,oDAAoD;IAClH,wDAAwD,EAAE,4BAA4B;IACtF,qEAAqE,EAAE,yCAAyC;IAChH,yDAAyD,EAAE,gBAAgB;IAC3E,0DAA0D,EAAE,iBAAiB;IAC7E,oEAAoE,EAAE,uBAAuB;IAC7F,gEAAgE,EAAE,qBAAqB;IACvF,gEAAgE,EAAE,qBAAqB;IACvF,kEAAkE,EAAE,uBAAuB;IAC3F,gCAAgC,EAAE,wBAAwB;IAC1D,qCAAqC,EAAE,yGAAyG;IAChJ,uCAAuC,EAAE,+CAA+C;IACxF,8CAA8C,EAAE,uBAAuB;IACvE,kCAAkC,EAAE,aAAa;IACjD,4BAA4B,EAAE,OAAO;IACrC,8BAA8B,EAAE,SAAS;IACzC,gCAAgC,EAAE,WAAW;IAC7C,uCAAuC,EAAE,8GAA8G;IACvJ,qCAAqC,EAAE,SAAS;IAChD,qCAAqC,EAAE,MAAM;IAC7C,uCAAuC,EAAE,iGAAiG;IAC1I,yBAAyB,EAAE,iCAAiC;IAC5D,yBAAyB,EAAE,gCAAgC;IAC3D,0BAA0B,EAAE,kCAAkC;IAC9D,0BAA0B,EAAE,kCAAkC;IAC9D,6BAA6B,EAAE,iBAAiB;IAChD,gCAAgC,EAAE,oBAAoB;IACtD,2BAA2B,EAAE,cAAc;IAC3C,uBAAuB,EAAE,0CAA0C;IACnE,sBAAsB,EAAE,kBAAkB;IAC1C,kCAAkC,EAAE,qCAAqC;IACzE,sCAAsC,EAAE,YAAY;IACpD,qCAAqC,EAAE,sDAAsD;IAC7F,8CAA8C,EAAE,QAAQ;IACxD,oBAAoB,EAAE,yBAAyB;IAC/C,0BAA0B,EAAE,oBAAoB;IAChD,4CAA4C,EAAE,+HAA+H;IAC7K,0CAA0C,EAAE,cAAc;IAC1D,sCAAsC,EAAE,mEAAmE;IAC3G,iDAAiD,EAAE,kEAAkE;IACrH,iDAAiD,EAAE,wBAAwB;IAC3E,4BAA4B,EAAE,mBAAmB;IACjD,yBAAyB,EAAE,MAAM;IACjC,iCAAiC,EAAE,MAAM;IACzC,6CAA6C,EAAE,aAAa;IAC5D,+CAA+C,EAAE,gDAAgD;IACjG,wCAAwC,EAAE,QAAQ;IAClD,0CAA0C,EAAE,0DAA0D;IACtG,wCAAwC,EAAE,QAAQ;IAClD,0CAA0C,EAAE,0DAA0D;IACtG,gCAAgC,EAAE,wFAAwF;IAC1H,mDAAmD,EAAE,8FAA8F;IACnJ,4BAA4B,EAAE,oBAAoB;IAClD,8BAA8B,EAAE,mBAAmB;IACnD,+BAA+B,EAAE,mEAAmE;IACpG,uBAAuB,EAAE,sBAAsB;IAC/C,yCAAyC,EAAE,kBAAkB;IAC7D,yCAAyC,EAAE,kFAAkF;IAC7H,2CAA2C,EAAE,KAAK;IAClD,kDAAkD,EAAE,eAAe;IACnE,kDAAkD,EAAE,yBAAyB;IAC7E,gDAAgD,EAAE,KAAK;IACvD,qDAAqD,EAAE,SAAS;IAChE,2CAA2C,EAAE,eAAe;IAC5D,kDAAkD,EAAE,sBAAsB;IAC1E,gDAAgD,EAAE,uBAAuB;IACzE,+CAA+C,EAAE,cAAc;IAC/D,iDAAiD,EAAE,6BAA6B;IAChF,gDAAgD,EAAE,mCAAmC;IACrF,oDAAoD,EAAE,kBAAkB;IACxE,0DAA0D,EAAE,6DAA6D;IACzH,yDAAyD,EAAE,QAAQ;IACnE,+DAA+D,EAAE,2HAA2H;IAC5L,yDAAyD,EAAE,qCAAqC;IAChG,gDAAgD,EAAE,aAAa;IAC/D,qDAAqD,EAAE,yGAAyG;IAChK,kDAAkD,EAAE,+GAA+G;IACnK,4BAA4B,EAAE,aAAa;IAC3C,qBAAqB,EAAE,SAAS;IAChC,sBAAsB,EAAE,iBAAiB;IACzC,gCAAgC,EAAE,cAAc;IAChD,6BAA6B,EAAE,gBAAgB;IAC/C,qCAAqC,EAAE,6EAA6E;IACpH,0DAA0D,EAAE,gFAAgF;IAC5I,mDAAmD,EAAE,OAAO;IAC5D,2DAA2D,EAAE,8CAA8C;IAC3G,kDAAkD,EAAE,sBAAsB;IAC1E,0DAA0D,EAAE,6GAA6G;IACzK,0CAA0C,EAAE,mBAAmB;IAC/D,uCAAuC,EAAE,kDAAkD;IAC3F,2CAA2C,EAAE,iBAAiB;IAC9D,oCAAoC,EAAE,aAAa;IACnD,4CAA4C,EAAE,2BAA2B;IACzE,yCAAyC,EAAE,oBAAoB;IAC/D,+BAA+B,EAAE,QAAQ;IACzC,qCAAqC,EAAE,yBAAyB;IAChE,wCAAwC,EAAE,wBAAwB;IAClE,oCAAoC,EAAE,QAAQ;IAC9C,mDAAmD,EAAE,0GAA0G;IAC/J,uCAAuC,EAAE,qBAAqB;IAC9D,kCAAkC,EAAE,gBAAgB;IACpD,2CAA2C,EAAE,MAAM;IACnD,uDAAuD,EAAE,cAAc;IACvE,sDAAsD,EAAE,6BAA6B;IACrF,uDAAuD,EAAE,mBAAmB;IAC5E,uDAAuD,EAAE,OAAO;IAChE,yDAAyD,EAAE,2BAA2B;IACtF,wDAAwD,EAAE,0BAA0B;IACpF,8DAA8D,EAAE,qBAAqB;IACrF,6DAA6D,EAAE,oBAAoB;IACnF,8DAA8D,EAAE,2HAA2H;IAC3L,uEAAuE,EAAE,4EAA4E;IACrJ,iDAAiD,EAAE,qFAAqF;IACxI,MAAM,EAAE,MAAM;IACd,yCAAyC,EAAE,gBAAgB;IAC3D,kCAAkC,EAAE,eAAe;IACnD,0BAA0B,EAAE,YAAY;IACxC,0BAA0B,EAAE,aAAa;IACzC,6BAA6B,EAAE,aAAa;IAC5C,8BAA8B,EAAE,eAAe;IAC/C,6BAA6B,EAAE,6BAA6B;IAC5D,+CAA+C,EAAE,aAAa;IAC9D,uDAAuD,EAAE,8KAA8K;IACvO,mCAAmC,EAAE,QAAQ;IAC7C,wCAAwC,EAAE,kCAAkC;IAC5E,0CAA0C,EAAE,0CAA0C;IACtF,yCAAyC,EAAE,yCAAyC;IACpF,2CAA2C,EAAE,6BAA6B;IAC1E,4CAA4C,EAAE,4CAA4C;IAC1F,8CAA8C,EAAE,gCAAgC;IAChF,+BAA+B,EAAE,yBAAyB;IAC1D,qCAAqC,EAAE,MAAM;IAC7C,wCAAwC,EAAE,aAAa;IACvD,sCAAsC,EAAE,sBAAsB;IAC9D,oCAAoC,EAAE,gBAAgB;IACtD,2CAA2C,EAAE,eAAe;IAC5D,mDAAmD,EAAE,iFAAiF;IACtI,iCAAiC,EAAE,kCAAkC;IACrE,yCAAyC,EAAE,cAAc;IACzD,iDAAiD,EAAE,0BAA0B;IAC7E,sCAAsC,EAAE,WAAW;IACnD,8CAA8C,EAAE,uBAAuB;IACvE,4BAA4B,EAAE,QAAQ;IACtC,2BAA2B,EAAE,OAAO;IACpC,4BAA4B,EAAE,SAAS;IACvC,0BAA0B,EAAE,MAAM;IAClC,QAAQ,EAAE,QAAQ;IAClB,4CAA4C,EAAE,MAAM;IACpD,4BAA4B,EAAE,QAAQ;IACtC,yEAAyE,EAAE,iBAAiB;IAC5F,kFAAkF,EAAE,iBAAiB;IACrG,oFAAoF,EAAE,4GAA4G;IAClM,gFAAgF,EAAE,KAAK;IACvF,iFAAiF,EAAE,MAAM;IACzF,0CAA0C,EAAE,UAAU;IACtD,qCAAqC,EAAE,oBAAoB;IAC3D,oCAAoC,EAAE,gBAAgB;IACtD,2CAA2C,EAAE,gBAAgB;IAC7D,6CAA6C,EAAE,kBAAkB;IACjE,wCAAwC,EAAE,WAAW;IACrD,sCAAsC,EAAE,uMAAuM;IAC/O,wCAAwC,EAAE,aAAa;IACvD,wCAAwC,EAAE,iDAAiD;IAC3F,qCAAqC,EAAE,4BAA4B;IACnE,uCAAuC,EAAE,8BAA8B;IACvE,uCAAuC,EAAE,8BAA8B;IACvE,4CAA4C,EAAE,qCAAqC;IACnF,8CAA8C,EAAE,+CAA+C;IAC/F,wCAAwC,EAAE,qDAAqD;IAC/F,0CAA0C,EAAE,uDAAuD;IACnG,+CAA+C,EAAE,8DAA8D;IAC/G,iDAAiD,EAAE,+DAA+D;IAClH,0CAA0C,EAAE,uDAAuD;IACnG,+BAA+B,EAAE,aAAa;IAC9C,mCAAmC,EAAE,MAAM;IAC3C,yCAAyC,EAAE,eAAe;IAC1D,2CAA2C,EAAE,gBAAgB;IAC7D,uCAAuC,EAAE,QAAQ;IACjD,8BAA8B,EAAE,iDAAiD;IACjF,oCAAoC,EAAE,MAAM;IAC5C,sCAAsC,EAAE,QAAQ;IAChD,kCAAkC,EAAE,cAAc;IAClD,iCAAiC,EAAE,sDAAsD;IACzF,yCAAyC,EAAE,QAAQ;IACnD,yCAAyC,EAAE,QAAQ;IACnD,iCAAiC,EAAE,MAAM;IACzC,kCAAkC,EAAE,OAAO;IAC3C,mCAAmC,EAAE,SAAS;IAC9C,mCAAmC,EAAE,QAAQ;IAC7C,iDAAiD,EAAE,cAAc;IACjE,yDAAyD,EAAE,0BAA0B;IACrF,oDAAoD,EAAE,iBAAiB;IACvE,4DAA4D,EAAE,6BAA6B;IAC3F,4BAA4B,EAAE,QAAQ;IACtC,iCAAiC,EAAE,cAAc;IACjD,+BAA+B,EAAE,YAAY;IAC7C,2BAA2B,EAAE,eAAe;IAC5C,6BAA6B,EAAE,SAAS;IACxC,qCAAqC,EAAE,2DAA2D;IAClG,0BAA0B,EAAE,MAAM;IAClC,8BAA8B,EAAE,WAAW;IAC3C,wCAAwC,EAAE,YAAY;IACtD,sCAAsC,EAAE,kBAAkB;IAC1D,oCAAoC,EAAE,qCAAqC;IAC3E,oCAAoC,EAAE,sCAAsC;IAC5E,mCAAmC,EAAE,qCAAqC;IAC1E,oCAAoC,EAAE,sCAAsC;IAC5E,iCAAiC,EAAE,oCAAoC;IACvE,kCAAkC,EAAE,eAAe;IACnD,oCAAoC,EAAE,6FAA6F;IACnI,oCAAoC,EAAE,2EAA2E;IACjH,+BAA+B,EAAE,+FAA+F;IAChI,mCAAmC,EAAE,wDAAwD;IAC7F,gCAAgC,EAAE,wCAAwC;IAC1E,kCAAkC,EAAE,0CAA0C;IAC9E,6BAA6B,EAAE,wFAAwF;IACvH,kCAAkC,EAAE,iBAAiB;IACrD,sCAAsC,EAAE,oDAAoD;IAC5F,sCAAsC,EAAE,sFAAsF;IAC9H,8BAA8B,EAAE,QAAQ;IACxC,iCAAiC,EAAE,mBAAmB;IACtD,8BAA8B,EAAE,UAAU;IAC1C,6BAA6B,EAAE,gBAAgB;IAC/C,mCAAmC,EAAE,4FAA4F;IACjI,2BAA2B,EAAE,QAAQ;IACrC,8BAA8B,EAAE,mBAAmB;IACnD,oCAAoC,EAAE,iHAAiH;IACvJ,gCAAgC,EAAE,wBAAwB;IAC1D,wCAAwC,EAAE,8GAA8G;IACxJ,oCAAoC,EAAE,8BAA8B;IACpE,mCAAmC,EAAE,iHAAiH;IACtJ,sDAAsD,EAAE,mBAAmB;IAC3E,8CAA8C,EAAE,QAAQ;IACxD,uCAAuC,EAAE,uCAAuC;IAChF,2CAA2C,EAAE,wEAAwE;IACrH,6CAA6C,EAAE,iDAAiD;IAChG,oCAAoC,EAAE,2FAA2F;IACjI,4CAA4C,EAAE,uFAAuF;IACrI,0CAA0C,EAAE,yBAAyB;IACrE,kDAAkD,EAAE,0EAA0E;IAC9H,2CAA2C,EAAE,gCAAgC;IAC7E,4CAA4C,EAAE,wFAAwF;IACtI,wDAAwD,EAAE,gBAAgB;IAC1E,yDAAyD,EAAE,gBAAgB;IAC3E,sDAAsD,EAAE,UAAU;IAClE,sDAAsD,EAAE,MAAM;IAC9D,uDAAuD,EAAE,oDAAoD;IAC7G,qDAAqD,EAAE,mBAAmB;IAC1E,qCAAqC,EAAE,iBAAiB;IACxD,2CAA2C,EAAE,UAAU;IACvD,gDAAgD,EAAE,gMAAgM;IAClP,+CAA+C,EAAE,cAAc;IAC/D,oDAAoD,EAAE,qLAAqL;IAC3O,gDAAgD,EAAE,cAAc;IAChE,gDAAgD,EAAE,cAAc;IAChE,8CAA8C,EAAE,YAAY;IAC5D,oDAAoD,EAAE,cAAc;IACpE,oDAAoD,EAAE,cAAc;IACpE,kDAAkD,EAAE,YAAY;IAChE,kCAAkC,EAAE,6CAA6C;IACjF,qCAAqC,EAAE,QAAQ;IAC/C,2CAA2C,EAAE,oCAAoC;IACjF,iDAAiD,EAAE,yCAAyC;IAC5F,6BAA6B,EAAE,qDAAqD;IACpF,kCAAkC,EAAE,0JAA0J;IAC9L,kCAAkC,EAAE,aAAa;IACjD,qCAAqC,EAAE,2BAA2B;IAClE,qCAAqC,EAAE,iBAAiB;IACxD,sCAAsC,EAAE,4BAA4B;IACpE,0CAA0C,EAAE,oIAAoI;IAChL,+DAA+D,EAAE,sBAAsB;IACvF,yCAAyC,EAAE,SAAS;IACpD,2CAA2C,EAAE,WAAW;IACxD,wCAAwC,EAAE,QAAQ;IAClD,2CAA2C,EAAE,wCAAwC;IACrF,yBAAyB,EAAE,KAAK;IAChC,yCAAyC,EAAE,uEAAuE;IAClH,qCAAqC,EAAE,KAAK;IAC5C,0BAA0B,EAAE,WAAW;IACvC,kCAAkC,EAAE,yEAAyE;IAC7G,4BAA4B,EAAE,wBAAwB;IACtD,wBAAwB,EAAE,WAAW;IACrC,kCAAkC,EAAE,mBAAmB;IACvD,mCAAmC,EAAE,oEAAoE;IACzG,oCAAoC,EAAE,6CAA6C;IACnF,yBAAyB,EAAE,KAAK;IAChC,gCAAgC,EAAE,mBAAmB;IACrD,iDAAiD,EAAE,6BAA6B;IAChF,iDAAiD,EAAE,mBAAmB;IACtE,0BAA0B,EAAE,MAAM;IAClC,kBAAkB,EAAE,MAAM;IAC1B,kBAAkB,EAAE,MAAM;IAC1B,qBAAqB,EAAE,SAAS;IAChC,mBAAmB,EAAE,OAAO;IAC5B,kBAAkB,EAAE,KAAK;IACzB,kBAAkB,EAAE,MAAM;IAC1B,oBAAoB,EAAE,QAAQ;IAC9B,yDAAyD,EAAE,gDAAgD;IAC3G,uDAAuD,EAAE,6CAA6C;IACtG,gCAAgC,EAAE,6BAA6B;IAC/D,gCAAgC,EAAE,6BAA6B;IAC/D,8CAA8C,EAAE,kDAAkD;IAClG,2CAA2C,EAAE,kGAAkG;IAC/I,8CAA8C,EAAE,iGAAiG;IACjJ,mCAAmC,EAAE,SAAS;IAC9C,qCAAqC,EAAE,6DAA6D;IACpG,mCAAmC,EAAE,4DAA4D;IACjG,4CAA4C,EAAE,uCAAuC;IACrF,2CAA2C,EAAE,6CAA6C;IAC1F,wCAAwC,EAAE,iBAAiB;IAC3D,2CAA2C,EAAE,gBAAgB;IAC7D,uCAAuC,EAAE,8BAA8B;IACvE,4BAA4B,EAAE,QAAQ;IACtC,0BAA0B,EAAE,MAAM;IAClC,yCAAyC,EAAE,0BAA0B;IACrE,qBAAqB,EAAE,QAAQ;IAC/B,iCAAiC,EAAE,MAAM;IACzC,4BAA4B,EAAE,eAAe;IAC7C,2BAA2B,EAAE,aAAa;IAC1C,uCAAuC,EAAE,mBAAmB;IAC5D,sCAAsC,EAAE,kBAAkB;IAC1D,iCAAiC,EAAE,6FAA6F;IAChI,kDAAkD,EAAE,eAAe;IACnE,4BAA4B,EAAE,QAAQ;IACtC,wDAAwD,EAAE,8EAA8E;IACxI,OAAO,EAAE,OAAO;IAChB,uBAAuB,EAAE,UAAU;IACnC,qDAAqD,EAAE,0HAA0H;IACjL,wCAAwC,EAAE,iDAAiD;IAC3F,iDAAiD,EAAE,8HAA8H;IACjL,gDAAgD,EAAE,6BAA6B;IAC/E,kCAAkC,EAAE,oBAAoB;IACxD,uCAAuC,EAAE,QAAQ;IACjD,+CAA+C,EAAE,gEAAgE;IACjH,4CAA4C,EAAE,0FAA0F;IACxI,6CAA6C,EAAE,sBAAsB;IACrE,oCAAoC,EAAE,eAAe;IACrD,mCAAmC,EAAE,gBAAgB;IACrD,kCAAkC,EAAE,4BAA4B;IAChE,oDAAoD,EAAE,yEAAyE;IAC/H,oDAAoD,EAAE,4BAA4B;IAClF,sCAAsC,EAAE,gEAAgE;IACxG,0BAA0B,EAAE,kBAAkB;IAC9C,2CAA2C,EAAE,iBAAiB;IAC9D,qCAAqC,EAAE,WAAW;IAClD,kCAAkC,EAAE,gBAAgB;IACpD,2CAA2C,EAAE,2BAA2B;IACxE,qCAAqC,EAAE,qBAAqB;IAC5D,oDAAoD,EAAE,iDAAiD;IACvG,8BAA8B,EAAE,UAAU;IAC1C,8BAA8B,EAAE,4JAA4J;IAC5L,qCAAqC,EAAE,8DAA8D;IACrG,2CAA2C,EAAE,mBAAmB;IAChE,iCAAiC,EAAE,+DAA+D;IAClG,wCAAwC,EAAE,UAAU;IACpD,yCAAyC,EAAE,WAAW;IACtD,oCAAoC,EAAE,YAAY;IAClD,sCAAsC,EAAE,aAAa;IACrD,0CAA0C,EAAE,4BAA4B;IACxE,2CAA2C,EAAE,gCAAgC;IAC7E,kDAAkD,EAAE,8CAA8C;IAClG,0DAA0D,EAAE,0JAA0J;IACtN,8CAA8C,EAAE,6DAA6D;IAC7G,wCAAwC,EAAE,kGAAkG;IAC5I,wCAAwC,EAAE,oCAAoC;CACjF,CAAC"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"messages.dashboardSaveSuccess": "Great. We saved your dashboard.",
|
|
8
8
|
"options.menu.save.as": "Save as new",
|
|
9
9
|
"options.menu.save.as.tooltip": "Empty dashboard cannot be saved.",
|
|
10
|
-
"messages.dashboardSaveFailed": "
|
|
10
|
+
"messages.dashboardSaveFailed": "Dashboard save failed. Remove any unavailable visualisations, then try again, or contact your administrator.",
|
|
11
11
|
"messages.dashboard.invalidDrills.title": "<b>Some interactions were removed</b>",
|
|
12
12
|
"messages.dashboard.invalidDrills.body.modern._measure": "One or more dashboard/visualisation/measure/attribute has been changed or deleted causing some interactions to be removed from following widgets: <b>{listOfWidgetTitles}</b>",
|
|
13
13
|
"messages.dashboard.invalidDrills.body.modern._metric": "One or more dashboard/visualisation/metric/attribute has been changed or deleted causing some interactions to be removed from following widgets: <b>{listOfWidgetTitles}</b>",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"messages.drill.InteractionUpdatedSuccess": "Interaction updated.",
|
|
20
20
|
"filterBar.showAll": "Show all",
|
|
21
21
|
"filterBar.showLess": "Show less",
|
|
22
|
-
"options.menu.export.PDF": "
|
|
23
|
-
"options.menu.schedule.email": "Schedule
|
|
22
|
+
"options.menu.export.PDF": "Snapshot (PDF)",
|
|
23
|
+
"options.menu.schedule.email": "Schedule export",
|
|
24
24
|
"options.menu.delete": "Delete",
|
|
25
25
|
"dialogs.export.cells": "CELLS",
|
|
26
26
|
"dialogs.export.filters": "VISUALISATION CONTEXT",
|
|
@@ -71,23 +71,23 @@
|
|
|
71
71
|
"filters.config.warning.conflictingIdentifiers": "The dashboard date filter configuration was ignored because it contains date filter options with identical identifiers.",
|
|
72
72
|
"filters.config.warning.notAvailable": "The project date filter configuration is either not defined or you do not have the permissions to access it.",
|
|
73
73
|
"filters.config.warning.workspace.notAvailable": "The workspace date filter configuration is either not defined or you do not have the permissions to access it.",
|
|
74
|
-
"filters.configurationPanel.header": "Configuration",
|
|
74
|
+
"filters.configurationPanel.header": "Filters Configuration",
|
|
75
75
|
"filters.configurationPanel.sectionHeader.interactions": "Interactions",
|
|
76
76
|
"filters.configurationPanel.crossFiltering.toggle": "Cross-filtering",
|
|
77
77
|
"kpi.noData": "No data for current filter settings. Try changing the filters.",
|
|
78
78
|
"kpiPop.change": "change",
|
|
79
|
-
"dialogs.schedule.email.filters": "
|
|
79
|
+
"dialogs.schedule.email.filters": "Filters ({count})",
|
|
80
80
|
"dialogs.schedule.email.filters.not.saved": "Dashboard filters saved in the schedule will not be impacted.",
|
|
81
81
|
"dialogs.schedule.email.attachment.filter": "(with currently set filters)",
|
|
82
82
|
"dialogs.schedule.email.attachment.label": "Attachment:",
|
|
83
|
-
"dialogs.schedule.email.attachments.label": "Attachments
|
|
83
|
+
"dialogs.schedule.email.attachments.label": "Attachments",
|
|
84
84
|
"dialogs.schedule.email.attachment.select": "Select attachments",
|
|
85
85
|
"dialogs.schedule.email.attachment.select.disabled.message": "This dashboard does not contain any visualisations.",
|
|
86
86
|
"dialogs.schedule.email.attachment.select.dashboard.header": "Dashboard (PDF)",
|
|
87
87
|
"dialogs.schedule.email.attachment.select.widgets.header": "Visualisations (CSV, XLSX)",
|
|
88
88
|
"dialogs.schedule.email.headline": "Schedule email delivery",
|
|
89
89
|
"dialogs.schedule.email.heading": "Schedule export",
|
|
90
|
-
"dialogs.schedule.email.message.label": "Message
|
|
90
|
+
"dialogs.schedule.email.message.label": "Message",
|
|
91
91
|
"dialogs.schedule.email.unsubscribed.recipients": "{n, plural, one {1 recipient unsubscribed} other {# recipients unsubscribed}} from this schedule.",
|
|
92
92
|
"dialogs.schedule.email.repeats.label": "Repeats:",
|
|
93
93
|
"dialogs.schedule.email.repeats.execute.on.dayOfMonth": "on day {date}",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"dialogs.schedule.email.repeats.types.daily": "Daily",
|
|
101
101
|
"dialogs.schedule.email.repeats.types.monthly": "Monthly on the {week, select, 1 {first} 2 {second} 3 {third} 4 {fourth} other {last}} {day}",
|
|
102
102
|
"dialogs.schedule.email.repeats.types.weekly": "Weekly on {day}",
|
|
103
|
-
"dialogs.schedule.email.subject.label": "Subject
|
|
103
|
+
"dialogs.schedule.email.subject.label": "Subject",
|
|
104
104
|
"dialogs.schedule.email.time.label": "First occurrence:",
|
|
105
|
-
"dialogs.schedule.email.to.label": "To
|
|
105
|
+
"dialogs.schedule.email.to.label": "To",
|
|
106
106
|
"dialogs.schedule.email.message.placeholder": "Hello,\n\nYour scheduled email is ready. You can download the dashboard in attachments.",
|
|
107
107
|
"dialogs.schedule.email.submit": "Schedule",
|
|
108
108
|
"dialogs.schedule.email.save": "Save",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"dialogs.schedule.management.delete": "Delete the schedule.",
|
|
114
114
|
"dialogs.schedule.management.delete.dialog": "Delete schedule?",
|
|
115
115
|
"dialogs.schedule.management.delete.dialog.confirm": "<b>The schedule</b> will be permanently deleted.",
|
|
116
|
-
"dialogs.schedule.management.noSchedules": "
|
|
116
|
+
"dialogs.schedule.management.noSchedules": "There are no scheduled exports.{br}Create new.",
|
|
117
117
|
"dialogs.schedule.management.noSchedules.byUser": "You've not scheduled any exports yet.{br}Add one now.",
|
|
118
118
|
"dialogs.schedule.management.addSchedule": "Add schedule",
|
|
119
119
|
"dialogs.schedule.management.recipients": "{n, plural, one {# recipient} other {# recipients}}",
|
|
@@ -433,14 +433,14 @@
|
|
|
433
433
|
"widget.options.description": "Description",
|
|
434
434
|
"widget.options.menu": "Options",
|
|
435
435
|
"share.button.tooltip": "Share dashboard",
|
|
436
|
-
"controlButtons.options.tooltip": "More
|
|
436
|
+
"controlButtons.options.tooltip": "More actions",
|
|
437
437
|
"controlButtons.edit.tooltip": "Edit dashboard",
|
|
438
438
|
"options.menu.schedule.email.tooltip": "No destination available. To schedule an export, <a>create destination</a>.",
|
|
439
|
-
"filters.configurationPanel.crossFiltering.toggle.tooltip": "
|
|
440
|
-
"filters.configurationPanel.userFilterReset.toggle": "
|
|
441
|
-
"filters.configurationPanel.userFilterReset.toggle.tooltip": "Allow users to reset filters to
|
|
442
|
-
"filters.configurationPanel.userFilterSave.toggle": "
|
|
443
|
-
"filters.configurationPanel.userFilterSave.toggle.tooltip": "
|
|
439
|
+
"filters.configurationPanel.crossFiltering.toggle.tooltip": "Allow users to filter the dashboard by clicking data points in visualisations.",
|
|
440
|
+
"filters.configurationPanel.userFilterReset.toggle": "Reset",
|
|
441
|
+
"filters.configurationPanel.userFilterReset.toggle.tooltip": "Allow users to reset all filters to default.",
|
|
442
|
+
"filters.configurationPanel.userFilterSave.toggle": "Auto-save last state",
|
|
443
|
+
"filters.configurationPanel.userFilterSave.toggle.tooltip": "Allow auto-save of the filters' last state. When users return, their filters will remain as they left them.",
|
|
444
444
|
"dialogs.schedule.email.title.placeholder": "Untitled schedule",
|
|
445
445
|
"dialogs.schedule.email.max.recipients": "You can select up to {maxRecipients} recipients.",
|
|
446
446
|
"dialogs.schedule.email.repeats.types.cron": "Cron expression",
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
"dialogs.schedule.email.footer.title": "How to schedule export?",
|
|
452
452
|
"dialogs.schedule.management.list.title": "Your scheduled exports",
|
|
453
453
|
"dialogs.schedule.management.create": "Create",
|
|
454
|
-
"dialogs.schedule.management.create.tooManyMessage": "
|
|
454
|
+
"dialogs.schedule.management.create.tooManyMessage": "Your organisation has reached the limit of scheduled exports. Contact your administrator to create more.",
|
|
455
455
|
"filter.crossFilterResetButton.tooltip": "Reset cross-filters",
|
|
456
456
|
"options.menu.schedule.email.edit": "Show schedules",
|
|
457
457
|
"dialogs.schedule.email.footer.title.short": "Help",
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
"dialogs.alerting.management.noAlerts": "There are no alerts.",
|
|
490
490
|
"dialogs.alerting.title.placeholder": "Untitled alert",
|
|
491
491
|
"dialogs.alerting.management.delete.dialog": "Delete alert?",
|
|
492
|
-
"dialogs.alerting.management.delete.dialog.confirm": "<b>The alert</b> will be permanently deleted.",
|
|
492
|
+
"dialogs.alerting.management.delete.dialog.confirm": "<b>The alert</b> will be permanently deleted, along with all its notifications.",
|
|
493
493
|
"dialogs.alerting.delete.success": "Success! Your alert has been deleted.",
|
|
494
494
|
"alerting.comparisonOperator.greaterThan": "greater than",
|
|
495
495
|
"alerting.comparisonOperator.greaterThanOrEquals": "greater than or equal to",
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
"insightAlert.config.update.success": "Success. The alert has been updated.",
|
|
563
563
|
"insightAlert.config.add.success": "Success. The alert has been added.",
|
|
564
564
|
"insightAlert.config.delete.title": "Delete alert?",
|
|
565
|
-
"insightAlert.config.delete.message": "The alert for <b>{title}</b> will be permanently deleted.",
|
|
565
|
+
"insightAlert.config.delete.message": "The alert for <b>{title}</b> will be permanently deleted, along with all its notifications.",
|
|
566
566
|
"insightAlert.noDestination.tooltip": "No destination available. <a>Create a destination</a> to set up an alert.",
|
|
567
567
|
"insightAlert.maxAlertsReached": "Your organisation has reached the limit of alerts. Contact your administrator to create more.",
|
|
568
568
|
"insightAlert.config.loading.error": "Failed to load necessary information. Try again later.",
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
"insightAlert.config.selectAttribute": "All",
|
|
634
634
|
"addPanel.dashboardLayout": "Container",
|
|
635
635
|
"addPanel.dashboardLayout.tooltip": "Group and display multiple widgets together for a more flexible layout.",
|
|
636
|
-
"nestedLayoutToolbar.remove": "Remove
|
|
636
|
+
"nestedLayoutToolbar.remove": "Remove from dashboard.",
|
|
637
637
|
"nestedLayout.tab.title": "Container",
|
|
638
638
|
"nestedLayout.deleteDialog.header": "Delete container?",
|
|
639
639
|
"nestedLayout.deleteDialog.message": "The container and all of its contents will be permanently deleted.",
|
|
@@ -679,31 +679,43 @@
|
|
|
679
679
|
"widget.options.menu.export": "Export",
|
|
680
680
|
"options.menu.export.presentation.unsupported.oldWidget": "Unable to export. Please resave the dashboard or contact your administrator.",
|
|
681
681
|
"apply": "Apply",
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
"widget.drill.dialog.exportToXLSX": "Export to XLSX",
|
|
686
|
-
"widget.drill.dialog.exportToCSV.formatted": "Export to CSV (formatted)",
|
|
687
|
-
"widget.drill.dialog.exportToCSV.raw": "Export to CSV (raw)",
|
|
682
|
+
"options.menu.settings": "Settings",
|
|
683
|
+
"messages.dashboard.incompatibleDefaultFilters.title": "<b>Warning</b> Some dashboard filters could not be applied. Check the filters to ensure you’re viewing the correct data.",
|
|
684
|
+
"filterBar.unappliedFiltersNotification": "<link>Apply filters</link> to see updated data.",
|
|
688
685
|
"filterBar.executionTimestampNotificationMessage": "<bold>Note.</bold> You're viewing up-to-date data, but for any relative date filters the dashboard treats {date} as “today.”",
|
|
689
686
|
"filterBar.executionTimestampNotificationAction": "<link>Reset to today</link>",
|
|
690
|
-
"messages.dashboard.incompatibleDefaultFilters.title": "<b>Warning</b> Some dashboard filters couldn’t be applied. Check the filters to make sure you’re viewing the right data.",
|
|
691
|
-
"dialogs.schedule.email.save.executionTimestampMode": "To create or edit scheduled exports, reset the dashboard date to today.",
|
|
692
|
-
"insightAlert.executionTimestampMode": "To create or edit alerts, reset the dashboard date to today.",
|
|
693
|
-
"controlButtons.edit.executionTimestampMode.tooltip": "To edit the dashboard, reset the date to today.",
|
|
694
|
-
"dialogs.schedule.email.closeLabel": "Close dialog",
|
|
695
|
-
"dialogs.schedule.email.backLabel": "Back to previous step",
|
|
696
|
-
"dialogs.schedule.management.attachments.attachment": "Attach as a {format} file",
|
|
697
|
-
"dialogs.schedule.email.user.remove": "Remove {name}",
|
|
698
|
-
"options.menu.settings": "Settings",
|
|
699
687
|
"settingsDashboardDialog.headline": "Dashboard settings",
|
|
700
|
-
"messages.settingsDialogError.general": "Failed to load the dashboard settings. Try again later.",
|
|
701
688
|
"settingsDashboardDialog.section.alert": "Alerts",
|
|
702
|
-
"settingsDashboardDialog.section.alert.inherit": "
|
|
703
|
-
"settingsDashboardDialog.section.alert.note": "<strong>Note:</strong> Applies to new alerts only
|
|
689
|
+
"settingsDashboardDialog.section.alert.inherit": "Use the default evaluation frequency set by your organisation.",
|
|
690
|
+
"settingsDashboardDialog.section.alert.note": "<strong>Note:</strong> Applies to new alerts only - use the API to update existing ones.",
|
|
704
691
|
"settingsDashboardDialog.section.alert.label": "Evaluation Frequency",
|
|
705
|
-
"
|
|
692
|
+
"dialogs.schedule.email.user.remove": "Remove {name}",
|
|
693
|
+
"dialogs.schedule.email.closeLabel": "Close dialogue",
|
|
694
|
+
"dialogs.schedule.email.backLabel": "Back to previous stage",
|
|
695
|
+
"dialogs.schedule.email.save.executionTimestampMode": "To create or edit scheduled exports, reset the dashboard date to today.",
|
|
696
|
+
"dialogs.schedule.management.attachments.attachment": "Attach as a {format} file.",
|
|
697
|
+
"messages.settingsDialogError.general": "Failed to load the dashboard settings. Please try again later.",
|
|
698
|
+
"widget.options.menu.XLSX": "Formatted (XLSX)",
|
|
699
|
+
"widget.options.menu.exportToCSV.formatted": "Formatted (CSV)",
|
|
700
|
+
"widget.options.menu.exportToCSV.raw": "Raw (CSV)",
|
|
701
|
+
"widget.drill.dialog.exportToXLSX": "Export to XLSX",
|
|
702
|
+
"widget.drill.dialog.exportToCSV.formatted": "Export to CSV (formatted)",
|
|
703
|
+
"widget.drill.dialog.exportToCSV.raw": "Export to CSV (raw)",
|
|
704
|
+
"controlButtons.edit.executionTimestampMode.tooltip": "To edit the dashboard, reset the date to today’s date.",
|
|
706
705
|
"controlButtons.setting.value": "Settings",
|
|
707
|
-
"controlButtons.setting.title": "All settings related to this dashboard. You can change the dashboard description cross-filtering, saved filters allowed
|
|
708
|
-
"
|
|
706
|
+
"controlButtons.setting.title": "All settings related to this dashboard. You can change the dashboard description, cross-filtering, saved filters allowed and alerts evaluation frequency.",
|
|
707
|
+
"insightAlert.executionTimestampMode": "To create or edit alerts, reset the dashboard date to today.",
|
|
708
|
+
"dialogs.schedule.email.accessibilityTitle": "Scheduled e-mails",
|
|
709
|
+
"dialogs.schedule.error.too_long": "Error: Text too long — reduce to {value} characters or fewer.",
|
|
710
|
+
"dialogs.schedule.email.filters.showAll": "Show all",
|
|
711
|
+
"dialogs.schedule.email.filters.showLess": "Show less",
|
|
712
|
+
"dialogs.schedule.email.filters.add": "Add filter",
|
|
713
|
+
"dialogs.schedule.email.filters.title": "Add filters.",
|
|
714
|
+
"dialogs.schedule.email.filters.noFilters": "No more filters available.",
|
|
715
|
+
"dialogs.schedule.email.filters.attachment": "Utilise filters in automation",
|
|
716
|
+
"dialogs.schedule.email.filters.useFiltersMessage": "Always use these filters for future exports.",
|
|
717
|
+
"dialogs.schedule.email.filters.useFiltersMessage.tooltip": "Ensure these filters are retained for each export. If not selected, the export will utilise the most recent default filters from the dashboard. <a>Find out more</a>",
|
|
718
|
+
"dialogs.schedule.email.filters.activeFilters": "Note: These filters will always be used for future exports.",
|
|
719
|
+
"dialogs.schedule.email.filters.missing": "Warning: Some filters couldn't be applied — they're no longer available on the dashboard.",
|
|
720
|
+
"visualization.warning.export.too_small": "Not enough space for visualisation"
|
|
709
721
|
}
|
|
@@ -679,32 +679,44 @@ export declare const en_GB: {
|
|
|
679
679
|
"widget.options.menu.export": string;
|
|
680
680
|
"options.menu.export.presentation.unsupported.oldWidget": string;
|
|
681
681
|
apply: string;
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
"widget.drill.dialog.exportToXLSX": string;
|
|
686
|
-
"widget.drill.dialog.exportToCSV.formatted": string;
|
|
687
|
-
"widget.drill.dialog.exportToCSV.raw": string;
|
|
682
|
+
"options.menu.settings": string;
|
|
683
|
+
"messages.dashboard.incompatibleDefaultFilters.title": string;
|
|
684
|
+
"filterBar.unappliedFiltersNotification": string;
|
|
688
685
|
"filterBar.executionTimestampNotificationMessage": string;
|
|
689
686
|
"filterBar.executionTimestampNotificationAction": string;
|
|
690
|
-
"messages.dashboard.incompatibleDefaultFilters.title": string;
|
|
691
|
-
"dialogs.schedule.email.save.executionTimestampMode": string;
|
|
692
|
-
"insightAlert.executionTimestampMode": string;
|
|
693
|
-
"controlButtons.edit.executionTimestampMode.tooltip": string;
|
|
694
|
-
"dialogs.schedule.email.closeLabel": string;
|
|
695
|
-
"dialogs.schedule.email.backLabel": string;
|
|
696
|
-
"dialogs.schedule.management.attachments.attachment": string;
|
|
697
|
-
"dialogs.schedule.email.user.remove": string;
|
|
698
|
-
"options.menu.settings": string;
|
|
699
687
|
"settingsDashboardDialog.headline": string;
|
|
700
|
-
"messages.settingsDialogError.general": string;
|
|
701
688
|
"settingsDashboardDialog.section.alert": string;
|
|
702
689
|
"settingsDashboardDialog.section.alert.inherit": string;
|
|
703
690
|
"settingsDashboardDialog.section.alert.note": string;
|
|
704
691
|
"settingsDashboardDialog.section.alert.label": string;
|
|
705
|
-
"
|
|
692
|
+
"dialogs.schedule.email.user.remove": string;
|
|
693
|
+
"dialogs.schedule.email.closeLabel": string;
|
|
694
|
+
"dialogs.schedule.email.backLabel": string;
|
|
695
|
+
"dialogs.schedule.email.save.executionTimestampMode": string;
|
|
696
|
+
"dialogs.schedule.management.attachments.attachment": string;
|
|
697
|
+
"messages.settingsDialogError.general": string;
|
|
698
|
+
"widget.options.menu.XLSX": string;
|
|
699
|
+
"widget.options.menu.exportToCSV.formatted": string;
|
|
700
|
+
"widget.options.menu.exportToCSV.raw": string;
|
|
701
|
+
"widget.drill.dialog.exportToXLSX": string;
|
|
702
|
+
"widget.drill.dialog.exportToCSV.formatted": string;
|
|
703
|
+
"widget.drill.dialog.exportToCSV.raw": string;
|
|
704
|
+
"controlButtons.edit.executionTimestampMode.tooltip": string;
|
|
706
705
|
"controlButtons.setting.value": string;
|
|
707
706
|
"controlButtons.setting.title": string;
|
|
707
|
+
"insightAlert.executionTimestampMode": string;
|
|
708
|
+
"dialogs.schedule.email.accessibilityTitle": string;
|
|
708
709
|
"dialogs.schedule.error.too_long": string;
|
|
710
|
+
"dialogs.schedule.email.filters.showAll": string;
|
|
711
|
+
"dialogs.schedule.email.filters.showLess": string;
|
|
712
|
+
"dialogs.schedule.email.filters.add": string;
|
|
713
|
+
"dialogs.schedule.email.filters.title": string;
|
|
714
|
+
"dialogs.schedule.email.filters.noFilters": string;
|
|
715
|
+
"dialogs.schedule.email.filters.attachment": string;
|
|
716
|
+
"dialogs.schedule.email.filters.useFiltersMessage": string;
|
|
717
|
+
"dialogs.schedule.email.filters.useFiltersMessage.tooltip": string;
|
|
718
|
+
"dialogs.schedule.email.filters.activeFilters": string;
|
|
719
|
+
"dialogs.schedule.email.filters.missing": string;
|
|
720
|
+
"visualization.warning.export.too_small": string;
|
|
709
721
|
};
|
|
710
722
|
//# sourceMappingURL=en-GB.localization-bundle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgtBjB,CAAC"}
|