@gooddata/sdk-ui-dashboard 11.36.0-alpha.2 → 11.36.0-alpha.6
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 +63 -115
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/index.d.ts +5 -13
- package/esm/index.js +2 -10
- package/esm/internal.d.ts +1 -1
- package/esm/model/commandHandlers/dashboard/common/filterViews.js +24 -1
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts +7 -1
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.js +16 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +4 -2
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.d.ts +7 -1
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js +80 -4
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js +10 -0
- package/esm/model/commandHandlers/filterContext/filterViewParameters.d.ts +7 -0
- package/esm/model/commandHandlers/filterContext/filterViewParameters.js +11 -0
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +7 -1
- package/esm/model/store/config/configSelectors.d.ts +0 -6
- package/esm/model/store/config/configSelectors.js +0 -8
- package/esm/model/store/tabs/index.d.ts +4 -0
- package/esm/model/store/tabs/parameters/parametersReducers.d.ts +11 -1
- package/esm/model/store/tabs/parameters/parametersReducers.js +16 -8
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +7 -0
- package/esm/model/store/tabs/parameters/parametersSelectors.js +17 -0
- package/esm/model/types/commonTypes.d.ts +11 -2
- package/esm/model/utils/measureValueFilterUtils.d.ts +14 -0
- package/esm/model/utils/measureValueFilterUtils.js +21 -0
- package/esm/presentation/alerting/DefaultAlertingDialog/{DefaultAlertingDialogNew.d.ts → DefaultAlertingDialog.d.ts} +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/{DefaultAlertingDialogNew.js → DefaultAlertingDialog.js} +6 -12
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js +43 -9
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.js +13 -25
- package/esm/presentation/alerting/types.d.ts +1 -72
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts +1 -2
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js +5 -5
- package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProvider.js +1 -8
- package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.js +17 -8
- package/esm/presentation/dashboard/DashboardHeader/ShareDialogDashboardHeader.js +5 -2
- package/esm/presentation/dashboard/components/DashboardRenderer.js +2 -2
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js +97 -13
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParameters.d.ts +1 -1
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParameters.js +3 -3
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DashboardParametersSection.d.ts +3 -2
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DashboardParametersSection.js +17 -4
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/InsightParametersSection.d.ts +4 -2
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/InsightParametersSection.js +37 -4
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/Parameter.d.ts +4 -3
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/Parameter.js +3 -4
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +4 -1
- package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.js +4 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +4 -36
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +4 -36
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +2 -9
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +2 -9
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +2 -9
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +26 -59
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +2 -6
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +22 -104
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useSaveScheduledEmailToBackend.js +12 -33
- package/esm/presentation/scheduledEmail/hooks/useWidgetAutomationFilters.d.ts +3 -0
- package/esm/presentation/scheduledEmail/hooks/useWidgetAutomationFilters.js +46 -0
- package/esm/presentation/scheduledEmail/types.d.ts +1 -7
- package/esm/presentation/scheduledEmail/utils/filters.d.ts +2 -0
- package/esm/presentation/scheduledEmail/utils/filters.js +5 -0
- package/esm/presentation/shareDialog/DefaultShareDialog.d.ts +1 -1
- package/esm/presentation/shareDialog/DefaultShareDialog.js +2 -2
- package/esm/presentation/shareDialog/types.d.ts +5 -1
- package/esm/presentation/widget/insight/configuration/DrillTargets/useInvalidFilteringParametersIdentifiers.d.ts +2 -2
- package/esm/presentation/widget/insight/configuration/DrillTargets/useInvalidFilteringParametersIdentifiers.js +36 -5
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +2 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js +3 -6
- package/esm/presentation/widget/insight/configuration/InsightAlerts.js +1 -9
- package/esm/sdk-ui-dashboard.d.ts +28 -240
- package/package.json +20 -20
- package/esm/model/react/filtering/shared.d.ts +0 -6
- package/esm/model/react/filtering/shared.js +0 -38
- package/esm/model/react/filtering/useAutomationAvailableDashboardFilters.d.ts +0 -13
- package/esm/model/react/filtering/useAutomationAvailableDashboardFilters.js +0 -54
- package/esm/model/react/filtering/useDashboardScheduledExportFilters.d.ts +0 -19
- package/esm/model/react/filtering/useDashboardScheduledExportFilters.js +0 -18
- package/esm/model/react/filtering/useScheduledExportFilters.d.ts +0 -26
- package/esm/model/react/filtering/useScheduledExportFilters.js +0 -23
- package/esm/model/react/filtering/useWidgetAlertFilters.d.ts +0 -33
- package/esm/model/react/filtering/useWidgetAlertFilters.js +0 -48
- package/esm/model/react/filtering/useWidgetScheduledExportFilters.d.ts +0 -33
- package/esm/model/react/filtering/useWidgetScheduledExportFilters.js +0 -48
- package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.d.ts +0 -4
- package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.js +0 -20
- package/esm/model/react/useDashboardAlertsOld.d.ts +0 -32
- package/esm/model/react/useDashboardAlertsOld.js +0 -141
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogOld.d.ts +0 -5
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogOld.js +0 -36
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelectOld.d.ts +0 -17
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelectOld.js +0 -103
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogOld.d.ts +0 -5
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogOld.js +0 -53
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertOld.d.ts +0 -9
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertOld.js +0 -84
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsListOld.d.ts +0 -11
- package/esm/presentation/alerting/DefaultAlertingManagementDialog/components/AlertsListOld.js +0 -16
- package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderOld.d.ts +0 -1
- package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderOld.js +0 -12
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFilters.d.ts +0 -29
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFilters.js +0 -61
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFiltersList.d.ts +0 -6
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFiltersList.js +0 -12
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentItems.d.ts +0 -17
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentItems.js +0 -68
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.d.ts +0 -4
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.js +0 -6
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.d.ts +0 -15
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.js +0 -42
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.d.ts +0 -18
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.js +0 -25
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/types.d.ts +0 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/types.js +0 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertsOld.d.ts +0 -2
- package/esm/presentation/widget/insight/configuration/InsightAlertsOld.js +0 -43
|
@@ -227,7 +227,6 @@ export const en_GB = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Create new",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Your organisation has reached the limit of scheduled exports. Contact your administrator to create more.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "There are no scheduled exports.{br}Create new.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Attach as a {format} file.",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "XLSX options",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "CSV options",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Keep attribute cells merged",
|
|
@@ -237,14 +236,6 @@ export const en_GB = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Export settings (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "Delete {format} attachment",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "{format} attachment removed.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Dashboard filters",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "using",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "default dashboard filters",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "edited dashboard filters",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Use default filters",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Use edited filters",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "The default state of dashboard filters will be used in the scheduled export, even if the default values change in the future.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "To schedule an export with default filters, create a new scheduled export.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Note</strong>. Cross-filtering will not be applied in the scheduled export.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Snapshot (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Single Slide (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const en_GB = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "Cannot be enabled. Add this filter to the target dashboard first.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "Cannot be enabled. The matching filter on the target dashboard does not support this filter type.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Metric filters cannot be passed to the target dashboard.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Another filter for this metric is already being passed.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "Filter is not applicable to the drill destination.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Top/bottom filters can’t be passed to the target dashboard.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "Top {value} of {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "Bottom {value} of {measure}",
|
|
@@ -903,10 +903,6 @@ export declare const en_US: {
|
|
|
903
903
|
text: string;
|
|
904
904
|
crowdinContext: string;
|
|
905
905
|
};
|
|
906
|
-
"dialogs.schedule.management.attachments.attachment": {
|
|
907
|
-
text: string;
|
|
908
|
-
crowdinContext: string;
|
|
909
|
-
};
|
|
910
906
|
"dialogs.schedule.management.attachments.xlsx.settings": {
|
|
911
907
|
text: string;
|
|
912
908
|
crowdinContext: string;
|
|
@@ -943,38 +939,6 @@ export declare const en_US: {
|
|
|
943
939
|
text: string;
|
|
944
940
|
crowdinContext: string;
|
|
945
941
|
};
|
|
946
|
-
"dialogs.schedule.management.attachments.filters.title": {
|
|
947
|
-
text: string;
|
|
948
|
-
crowdinContext: string;
|
|
949
|
-
};
|
|
950
|
-
"dialogs.schedule.management.attachments.filters.using": {
|
|
951
|
-
text: string;
|
|
952
|
-
crowdinContext: string;
|
|
953
|
-
};
|
|
954
|
-
"dialogs.schedule.management.attachments.filters.default": {
|
|
955
|
-
text: string;
|
|
956
|
-
crowdinContext: string;
|
|
957
|
-
};
|
|
958
|
-
"dialogs.schedule.management.attachments.filters.edited": {
|
|
959
|
-
text: string;
|
|
960
|
-
crowdinContext: string;
|
|
961
|
-
};
|
|
962
|
-
"dialogs.schedule.management.attachments.filters.item.default": {
|
|
963
|
-
text: string;
|
|
964
|
-
crowdinContext: string;
|
|
965
|
-
};
|
|
966
|
-
"dialogs.schedule.management.attachments.filters.item.edited": {
|
|
967
|
-
text: string;
|
|
968
|
-
crowdinContext: string;
|
|
969
|
-
};
|
|
970
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": {
|
|
971
|
-
text: string;
|
|
972
|
-
crowdinContext: string;
|
|
973
|
-
};
|
|
974
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": {
|
|
975
|
-
text: string;
|
|
976
|
-
crowdinContext: string;
|
|
977
|
-
};
|
|
978
942
|
"dialogs.schedule.management.attachments.message": {
|
|
979
943
|
text: string;
|
|
980
944
|
crowdinContext: string;
|
|
@@ -2331,6 +2295,10 @@ export declare const en_US: {
|
|
|
2331
2295
|
text: string;
|
|
2332
2296
|
crowdinContext: string;
|
|
2333
2297
|
};
|
|
2298
|
+
"filter.dependency.icon.aria.label": {
|
|
2299
|
+
text: string;
|
|
2300
|
+
crowdinContext: string;
|
|
2301
|
+
};
|
|
2334
2302
|
"configurationPanel.drillConfig.alreadyUsedTooltip": {
|
|
2335
2303
|
text: string;
|
|
2336
2304
|
crowdinContext: string;
|
|
@@ -905,10 +905,6 @@ export const en_US = {
|
|
|
905
905
|
"text": "There are no scheduled exports.{br}Create new.",
|
|
906
906
|
"crowdinContext": "Message shown when no scheduled exports exist, with line break placeholder"
|
|
907
907
|
},
|
|
908
|
-
"dialogs.schedule.management.attachments.attachment": {
|
|
909
|
-
"text": "Attach as a {format} file",
|
|
910
|
-
"crowdinContext": "File format checkbox label in scheduled export settings. {format} is the file format, e.g. PDF, CSV, XLSX."
|
|
911
|
-
},
|
|
912
908
|
"dialogs.schedule.management.attachments.xlsx.settings": {
|
|
913
909
|
"text": "XLSX options",
|
|
914
910
|
"crowdinContext": "Section header for Excel export format configuration. XLSX is the file format."
|
|
@@ -945,38 +941,6 @@ export const en_US = {
|
|
|
945
941
|
"text": "{format} attachment removed.",
|
|
946
942
|
"crowdinContext": "Screen reader announcement when an attachment is removed from scheduled export. Example: 'PDF attachment removed.'"
|
|
947
943
|
},
|
|
948
|
-
"dialogs.schedule.management.attachments.filters.title": {
|
|
949
|
-
"text": "Dashboard filters",
|
|
950
|
-
"crowdinContext": "Section title for filter settings in scheduled export configuration"
|
|
951
|
-
},
|
|
952
|
-
"dialogs.schedule.management.attachments.filters.using": {
|
|
953
|
-
"text": "using",
|
|
954
|
-
"crowdinContext": "Conjunction word connecting the export action with the filter selection"
|
|
955
|
-
},
|
|
956
|
-
"dialogs.schedule.management.attachments.filters.default": {
|
|
957
|
-
"text": "default dashboard filters",
|
|
958
|
-
"crowdinContext": "Label indicating that default dashboard filters will be used in export"
|
|
959
|
-
},
|
|
960
|
-
"dialogs.schedule.management.attachments.filters.edited": {
|
|
961
|
-
"text": "edited dashboard filters",
|
|
962
|
-
"crowdinContext": "Label indicating that custom edited filters will be used in export"
|
|
963
|
-
},
|
|
964
|
-
"dialogs.schedule.management.attachments.filters.item.default": {
|
|
965
|
-
"text": "Use default filters",
|
|
966
|
-
"crowdinContext": "Dropdown option to use default dashboard filters in scheduled export"
|
|
967
|
-
},
|
|
968
|
-
"dialogs.schedule.management.attachments.filters.item.edited": {
|
|
969
|
-
"text": "Use edited filters",
|
|
970
|
-
"crowdinContext": "Dropdown option to use custom edited filters in scheduled export"
|
|
971
|
-
},
|
|
972
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": {
|
|
973
|
-
"text": "Default state of dashboard filters will be used in the scheduled export, even if the default values change in the future.",
|
|
974
|
-
"crowdinContext": "Tooltip explaining how default filters work in scheduled exports"
|
|
975
|
-
},
|
|
976
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": {
|
|
977
|
-
"text": "To schedule an export with default filters, create a new scheduled export.",
|
|
978
|
-
"crowdinContext": "Tooltip explaining why default filter option is disabled and how to use it"
|
|
979
|
-
},
|
|
980
944
|
"dialogs.schedule.management.attachments.message": {
|
|
981
945
|
"text": "<strong>Note</strong>. Cross-filtering will not be applied in the scheduled export.",
|
|
982
946
|
"crowdinContext": "Important notice about scheduled exports. The <strong> tags emphasize that cross-filtering won't apply to exported data."
|
|
@@ -2333,6 +2297,10 @@ export const en_US = {
|
|
|
2333
2297
|
"text": "Values for <strong>{filterTitle}</strong> are filtered by selection in another filter.",
|
|
2334
2298
|
"crowdinContext": "Tooltip explaining that filter values are affected by another filter selection"
|
|
2335
2299
|
},
|
|
2300
|
+
"filter.dependency.icon.aria.label": {
|
|
2301
|
+
"text": "Linked filter — available values depends on another filter selection.",
|
|
2302
|
+
"crowdinContext": "Accessible label for the linked-filter dependency icon; announced by screen readers to explain that a filter's available values depend on another filter's selection."
|
|
2303
|
+
},
|
|
2336
2304
|
"configurationPanel.drillConfig.alreadyUsedTooltip": {
|
|
2337
2305
|
"text": "This <strong>hierarchy</strong> is already used for <strong>the same</strong> drill down.",
|
|
2338
2306
|
"crowdinContext": "Warning tooltip when attempting to use an already selected hierarchy for drill down"
|
|
@@ -225,7 +225,6 @@ export declare const es_419: {
|
|
|
225
225
|
"dialogs.schedule.management.create.new": string;
|
|
226
226
|
"dialogs.schedule.management.create.tooManyMessage": string;
|
|
227
227
|
"dialogs.schedule.management.noSchedules": string;
|
|
228
|
-
"dialogs.schedule.management.attachments.attachment": string;
|
|
229
228
|
"dialogs.schedule.management.attachments.xlsx.settings": string;
|
|
230
229
|
"dialogs.schedule.management.attachments.csv.settings": string;
|
|
231
230
|
"dialogs.schedule.management.attachments.cells.merged": string;
|
|
@@ -235,14 +234,6 @@ export declare const es_419: {
|
|
|
235
234
|
"dialogs.export.pdf.headline": string;
|
|
236
235
|
"dialogs.schedule.management.attachments.delete": string;
|
|
237
236
|
"dialogs.schedule.management.attachments.removed": string;
|
|
238
|
-
"dialogs.schedule.management.attachments.filters.title": string;
|
|
239
|
-
"dialogs.schedule.management.attachments.filters.using": string;
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.default": string;
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.edited": string;
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.item.default": string;
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.item.edited": string;
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": string;
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": string;
|
|
246
237
|
"dialogs.schedule.management.attachments.message": string;
|
|
247
238
|
"scheduledEmail.attachmentFormat.widget.png": string;
|
|
248
239
|
"scheduledEmail.attachmentFormat.widget.pptx": string;
|
|
@@ -482,6 +473,8 @@ export declare const es_419: {
|
|
|
482
473
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": string;
|
|
483
474
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": string;
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": string;
|
|
476
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": string;
|
|
477
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": string;
|
|
485
478
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": string;
|
|
486
479
|
"rankingFilter.preview.top_without_attribute_plain": string;
|
|
487
480
|
"rankingFilter.preview.bottom_without_attribute_plain": string;
|
|
@@ -227,7 +227,6 @@ export const es_419 = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Crear nuevo",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Su organización ha alcanzado el límite de exportaciones programadas. Póngase en contacto con su administrador para crear más.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "No hay exportaciones programadas.{br}Crear nuevo.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Adjuntar como archivo {format}",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "Opciones XLSX",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "Opciones de CSV",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Mantener fusionadas las celdas de atributos",
|
|
@@ -237,14 +236,6 @@ export const es_419 = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Exportar configuración (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "Borrar el {format} archivo adjunto",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "Se eliminó el archivo adjunto {format}.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Filtros del panel",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "utilizando",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "filtros por defecto del cuadro de mandos",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "edición de los filtros del cuadro de mandos",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Utilizar filtros por defecto",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Utilizar filtros editados",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "El estado predeterminado de los filtros del cuadro de mandos se utilizará en la exportación programada, incluso si los valores predeterminados cambian en el futuro.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Para programar una exportación con filtros predeterminados, cree una nueva exportación programada.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Nota</strong>. El filtrado cruzado no se aplicará en la exportación programada.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Instantánea (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Diapositiva única (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const es_419 = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "No se puede habilitar. Agregue este filtro al panel de destino primero.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "No se puede habilitar. El filtro coincidente en el panel de destino no admite este tipo de filtro.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Los filtros de métrica no se pueden pasar al panel de destino.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Ya se está pasando otro filtro para esta métrica.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "El filtro no se puede aplicar al destino del desglose.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Los filtros superior/inferior no se pueden pasar al panel de destino.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "{value} principales de {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "{value} inferiores de {measure}",
|
|
@@ -225,7 +225,6 @@ export declare const es_ES: {
|
|
|
225
225
|
"dialogs.schedule.management.create.new": string;
|
|
226
226
|
"dialogs.schedule.management.create.tooManyMessage": string;
|
|
227
227
|
"dialogs.schedule.management.noSchedules": string;
|
|
228
|
-
"dialogs.schedule.management.attachments.attachment": string;
|
|
229
228
|
"dialogs.schedule.management.attachments.xlsx.settings": string;
|
|
230
229
|
"dialogs.schedule.management.attachments.csv.settings": string;
|
|
231
230
|
"dialogs.schedule.management.attachments.cells.merged": string;
|
|
@@ -235,14 +234,6 @@ export declare const es_ES: {
|
|
|
235
234
|
"dialogs.export.pdf.headline": string;
|
|
236
235
|
"dialogs.schedule.management.attachments.delete": string;
|
|
237
236
|
"dialogs.schedule.management.attachments.removed": string;
|
|
238
|
-
"dialogs.schedule.management.attachments.filters.title": string;
|
|
239
|
-
"dialogs.schedule.management.attachments.filters.using": string;
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.default": string;
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.edited": string;
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.item.default": string;
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.item.edited": string;
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": string;
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": string;
|
|
246
237
|
"dialogs.schedule.management.attachments.message": string;
|
|
247
238
|
"scheduledEmail.attachmentFormat.widget.png": string;
|
|
248
239
|
"scheduledEmail.attachmentFormat.widget.pptx": string;
|
|
@@ -482,6 +473,8 @@ export declare const es_ES: {
|
|
|
482
473
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": string;
|
|
483
474
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": string;
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": string;
|
|
476
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": string;
|
|
477
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": string;
|
|
485
478
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": string;
|
|
486
479
|
"rankingFilter.preview.top_without_attribute_plain": string;
|
|
487
480
|
"rankingFilter.preview.bottom_without_attribute_plain": string;
|
|
@@ -227,7 +227,6 @@ export const es_ES = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Crear nuevo",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Su organización ha alcanzado el límite de exportaciones programadas. Póngase en contacto con su administrador para crear más.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "No hay exportaciones programadas.{br}Crear nuevo.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Adjuntar como archivo {format} ",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "Opciones XLSX",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "Opciones de CSV",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Mantener fusionadas las celdas de atributos",
|
|
@@ -237,14 +236,6 @@ export const es_ES = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Exportar configuración (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "Borrar el{format} archivo adjunto ",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "Se eliminó el archivo adjunto {format}.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Filtros del cuadro de mandos",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "usando",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "filtros predeterminados del panel de control",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "filtros editados del panel de control",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Usar filtros predeterminados",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Usar filtros editados",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "El estado predeterminado de los filtros del cuadro de mandos se utilizará en la exportación programada, incluso si los valores predeterminados cambian en el futuro.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Para programar una exportación con filtros predeterminados, cree una nueva exportación programada.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Nota</strong>: El filtrado cruzado no se aplicará en la exportación programada.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Instantánea (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Diapositiva única (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const es_ES = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "No se puede habilitar. Agregue primero este filtro al panel de destino.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "No se puede habilitar. El filtro coincidente en el panel de destino no admite este tipo de filtro.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Los filtros de métrica no se pueden pasar al panel de destino.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Ya se está pasando otro filtro para esta métrica.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "El filtro no se puede aplicar al destino del drill.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Los filtros superiores/inferiores no se pueden pasar al panel de destino.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "{value} superiores de {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "{value} inferiores de {measure}",
|
|
@@ -225,7 +225,6 @@ export declare const fi_FI: {
|
|
|
225
225
|
"dialogs.schedule.management.create.new": string;
|
|
226
226
|
"dialogs.schedule.management.create.tooManyMessage": string;
|
|
227
227
|
"dialogs.schedule.management.noSchedules": string;
|
|
228
|
-
"dialogs.schedule.management.attachments.attachment": string;
|
|
229
228
|
"dialogs.schedule.management.attachments.xlsx.settings": string;
|
|
230
229
|
"dialogs.schedule.management.attachments.csv.settings": string;
|
|
231
230
|
"dialogs.schedule.management.attachments.cells.merged": string;
|
|
@@ -235,14 +234,6 @@ export declare const fi_FI: {
|
|
|
235
234
|
"dialogs.export.pdf.headline": string;
|
|
236
235
|
"dialogs.schedule.management.attachments.delete": string;
|
|
237
236
|
"dialogs.schedule.management.attachments.removed": string;
|
|
238
|
-
"dialogs.schedule.management.attachments.filters.title": string;
|
|
239
|
-
"dialogs.schedule.management.attachments.filters.using": string;
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.default": string;
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.edited": string;
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.item.default": string;
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.item.edited": string;
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": string;
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": string;
|
|
246
237
|
"dialogs.schedule.management.attachments.message": string;
|
|
247
238
|
"scheduledEmail.attachmentFormat.widget.png": string;
|
|
248
239
|
"scheduledEmail.attachmentFormat.widget.pptx": string;
|
|
@@ -482,6 +473,8 @@ export declare const fi_FI: {
|
|
|
482
473
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": string;
|
|
483
474
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": string;
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": string;
|
|
476
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": string;
|
|
477
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": string;
|
|
485
478
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": string;
|
|
486
479
|
"rankingFilter.preview.top_without_attribute_plain": string;
|
|
487
480
|
"rankingFilter.preview.bottom_without_attribute_plain": string;
|
|
@@ -227,7 +227,6 @@ export const fi_FI = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Luo uusi",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Organisaatiosi on saavuttanut aikataulutetun viennin rajan. Ota yhteyttä järjestelmänvalvojaan luodaksesi lisää.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "Aikataulutettuja vientejä ei ole.{br}Luo uusi.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Liitä {format} tiedostona",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "XLSX-vaihtoehdot",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "CSV-vaihtoehdot",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Pidä attribuuttisolut yhdistettyinä",
|
|
@@ -237,14 +236,6 @@ export const fi_FI = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Vientiasetukset (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "Poista {format} liite",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "{format}-liite poistettu.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Ohjauspaneelin suodattimet",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "käyttäen",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "koontinäytön oletussuodattimet",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "muokatut dashboard-suodattimet",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Käytä oletussuodattimia",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Käytä muokattuja suodattimia",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "Dashboard-suodattimien oletustilaa käytetään ajoitetussa viennissä, vaikka oletusarvot muuttuisivat tulevaisuudessa.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Jos haluat ajoittaa viennin oletussuodattimilla, luo uusi ajoitettu vienti.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Huomaa</strong>. Ristiinsuodatusta ei käytetä aikataulutetussa viennissä.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Tilannekuva (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Yksittäinen dia (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const fi_FI = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "Ei voi ottaa käyttöön. Lisää tämä suodatin ensin kohdekoontinäyttöön.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "Ei voida ottaa käyttöön. Kohdekoontinäytön vastaava suodatin ei tue tätä suodatintyyppiä.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Metrikkasuodattimia ei voi välittää kohdekoontinäyttöön.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Toinen tämän metriikan suodatin on jo välitetty.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "Suodatin ei sovellu porautumisen kohteeseen.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Ylä-/alasuodattimia ei voi välittää kohdekoontinäyttöön.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "Ylin {value} {measure} perusteella",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "Alin {value} {measure} perusteella",
|
|
@@ -225,7 +225,6 @@ export declare const fr_CA: {
|
|
|
225
225
|
"dialogs.schedule.management.create.new": string;
|
|
226
226
|
"dialogs.schedule.management.create.tooManyMessage": string;
|
|
227
227
|
"dialogs.schedule.management.noSchedules": string;
|
|
228
|
-
"dialogs.schedule.management.attachments.attachment": string;
|
|
229
228
|
"dialogs.schedule.management.attachments.xlsx.settings": string;
|
|
230
229
|
"dialogs.schedule.management.attachments.csv.settings": string;
|
|
231
230
|
"dialogs.schedule.management.attachments.cells.merged": string;
|
|
@@ -235,14 +234,6 @@ export declare const fr_CA: {
|
|
|
235
234
|
"dialogs.export.pdf.headline": string;
|
|
236
235
|
"dialogs.schedule.management.attachments.delete": string;
|
|
237
236
|
"dialogs.schedule.management.attachments.removed": string;
|
|
238
|
-
"dialogs.schedule.management.attachments.filters.title": string;
|
|
239
|
-
"dialogs.schedule.management.attachments.filters.using": string;
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.default": string;
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.edited": string;
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.item.default": string;
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.item.edited": string;
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": string;
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": string;
|
|
246
237
|
"dialogs.schedule.management.attachments.message": string;
|
|
247
238
|
"scheduledEmail.attachmentFormat.widget.png": string;
|
|
248
239
|
"scheduledEmail.attachmentFormat.widget.pptx": string;
|
|
@@ -482,6 +473,8 @@ export declare const fr_CA: {
|
|
|
482
473
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": string;
|
|
483
474
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": string;
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": string;
|
|
476
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": string;
|
|
477
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": string;
|
|
485
478
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": string;
|
|
486
479
|
"rankingFilter.preview.top_without_attribute_plain": string;
|
|
487
480
|
"rankingFilter.preview.bottom_without_attribute_plain": string;
|
|
@@ -227,7 +227,6 @@ export const fr_CA = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Créer nouveau",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Votre organisation a atteint la limite des exportations programmées. Contactez votre administrateur pour en créer d'autres.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "Il n'y a pas d'exportations programmées.{br}Créer un nouveau.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Joindre un fichier {format}",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "Options XLSX",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "Options CSV",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Garder les cellules d’attributs fusionnées",
|
|
@@ -237,14 +236,6 @@ export const fr_CA = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Exporter les paramètres (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "Supprimer {format} la pièce jointe ",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "Pièce jointe {format} supprimée.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Filtres du tableau de bord",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "en utilisant",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "les filtres par défaut du tableau de bord",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "les filtres édités du tableau de bord",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Utiliser les filtres par défaut",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Utiliser les filtres édités",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "L’état par défaut des filtres du tableau de bord sera utilisé dans l’exportation programmée, même si les valeurs par défaut changent à l’avenir.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Pour programmer une exportation avec des filtres par défaut, créez une nouvelle exportation programmée.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Note</strong> : Le filtrage croisé ne sera pas appliqué dans l’exportation programmée.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Instantané (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Diapositive unique (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const fr_CA = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "Impossible d’activer. Ajoutez ce filtre au tableau de bord cible d’abord.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "Ne peut pas être activé. Le filtre correspondant sur le tableau de bord cible ne prend pas en charge ce type de filtre.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Les filtres de métrique ne peuvent pas être transmis au tableau de bord cible.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Un autre filtre pour cette métrique est déjà transmis.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "Le filtre ne s’applique pas à la destination de l’exploration.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Les filtres Haut/Bas ne peuvent pas être transmis au tableau de bord cible.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "{value} meilleurs éléments de la mesure {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "{value} moins bons éléments de la mesure {measure}",
|
|
@@ -225,7 +225,6 @@ export declare const fr_FR: {
|
|
|
225
225
|
"dialogs.schedule.management.create.new": string;
|
|
226
226
|
"dialogs.schedule.management.create.tooManyMessage": string;
|
|
227
227
|
"dialogs.schedule.management.noSchedules": string;
|
|
228
|
-
"dialogs.schedule.management.attachments.attachment": string;
|
|
229
228
|
"dialogs.schedule.management.attachments.xlsx.settings": string;
|
|
230
229
|
"dialogs.schedule.management.attachments.csv.settings": string;
|
|
231
230
|
"dialogs.schedule.management.attachments.cells.merged": string;
|
|
@@ -235,14 +234,6 @@ export declare const fr_FR: {
|
|
|
235
234
|
"dialogs.export.pdf.headline": string;
|
|
236
235
|
"dialogs.schedule.management.attachments.delete": string;
|
|
237
236
|
"dialogs.schedule.management.attachments.removed": string;
|
|
238
|
-
"dialogs.schedule.management.attachments.filters.title": string;
|
|
239
|
-
"dialogs.schedule.management.attachments.filters.using": string;
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.default": string;
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.edited": string;
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.item.default": string;
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.item.edited": string;
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": string;
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": string;
|
|
246
237
|
"dialogs.schedule.management.attachments.message": string;
|
|
247
238
|
"scheduledEmail.attachmentFormat.widget.png": string;
|
|
248
239
|
"scheduledEmail.attachmentFormat.widget.pptx": string;
|
|
@@ -482,6 +473,8 @@ export declare const fr_FR: {
|
|
|
482
473
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": string;
|
|
483
474
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": string;
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": string;
|
|
476
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": string;
|
|
477
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": string;
|
|
485
478
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": string;
|
|
486
479
|
"rankingFilter.preview.top_without_attribute_plain": string;
|
|
487
480
|
"rankingFilter.preview.bottom_without_attribute_plain": string;
|
|
@@ -227,7 +227,6 @@ export const fr_FR = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Créer nouveau",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Votre organisation a atteint la limite des exportations programmées. Contactez votre administrateur pour en créer d'autres.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "Il n'y a pas d'exportations programmées.{br}Créer un nouveau.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Joindre un fichier {format} ",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "Options XLSX",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "Options CSV",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Garder les cellules d'attributs fusionnées",
|
|
@@ -237,14 +236,6 @@ export const fr_FR = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Paramètres d'exportation (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "Supprimer {format} la pièce jointe ",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "Pièce jointe {format} supprimée.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Filtres du tableau de bord",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "utilisant",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "filtres du tableau de bord par défaut",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "filtres du tableau de bord édités",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Utiliser les filtres par défaut",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Utiliser les filtres édités",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "L'état par défaut des filtres du tableau de bord sera utilisé dans l'exportation programmée, même si les valeurs par défaut changent à l'avenir.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Pour programmer une exportation avec des filtres par défaut, créez une nouvelle exportation programmée.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Note</strong> : Le filtrage croisé ne sera pas appliqué dans l'exportation programmée.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Instantané (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Diapositive unique (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const fr_FR = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "Impossible d'activer. Ajoutez d'abord ce filtre au tableau de bord cible.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "Ne peut pas être activé. Le filtre correspondant sur le tableau de bord cible ne prend pas en charge ce type de filtre.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Les filtres de métrique ne peuvent pas être transmis au tableau de bord cible.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Un autre filtre pour cette métrique est déjà transmis.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "Le filtre ne s’applique pas à la destination du drill.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Les filtres Haut/Bas ne peuvent pas être transmis au tableau de bord cible.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "{value} meilleurs éléments de la mesure {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "{value} moins bons éléments de la mesure {measure}",
|
|
@@ -225,7 +225,6 @@ export declare const id_ID: {
|
|
|
225
225
|
"dialogs.schedule.management.create.new": string;
|
|
226
226
|
"dialogs.schedule.management.create.tooManyMessage": string;
|
|
227
227
|
"dialogs.schedule.management.noSchedules": string;
|
|
228
|
-
"dialogs.schedule.management.attachments.attachment": string;
|
|
229
228
|
"dialogs.schedule.management.attachments.xlsx.settings": string;
|
|
230
229
|
"dialogs.schedule.management.attachments.csv.settings": string;
|
|
231
230
|
"dialogs.schedule.management.attachments.cells.merged": string;
|
|
@@ -235,14 +234,6 @@ export declare const id_ID: {
|
|
|
235
234
|
"dialogs.export.pdf.headline": string;
|
|
236
235
|
"dialogs.schedule.management.attachments.delete": string;
|
|
237
236
|
"dialogs.schedule.management.attachments.removed": string;
|
|
238
|
-
"dialogs.schedule.management.attachments.filters.title": string;
|
|
239
|
-
"dialogs.schedule.management.attachments.filters.using": string;
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.default": string;
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.edited": string;
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.item.default": string;
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.item.edited": string;
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": string;
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": string;
|
|
246
237
|
"dialogs.schedule.management.attachments.message": string;
|
|
247
238
|
"scheduledEmail.attachmentFormat.widget.png": string;
|
|
248
239
|
"scheduledEmail.attachmentFormat.widget.pptx": string;
|
|
@@ -482,6 +473,8 @@ export declare const id_ID: {
|
|
|
482
473
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": string;
|
|
483
474
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": string;
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": string;
|
|
476
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": string;
|
|
477
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": string;
|
|
485
478
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": string;
|
|
486
479
|
"rankingFilter.preview.top_without_attribute_plain": string;
|
|
487
480
|
"rankingFilter.preview.bottom_without_attribute_plain": string;
|
|
@@ -227,7 +227,6 @@ export const id_ID = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Buat baru",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Organisasi Anda telah mencapai batas ekspor terjadwal. Hubungi administrator Anda untuk membuat lebih banyak.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "Tidak ada ekspor terjadwal.{br}Buat baru.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Lampirkan sebagai file {format}",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "Opsi XLSX",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "Opsi CSV",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Biarkan sel atribut digabungkan",
|
|
@@ -237,14 +236,6 @@ export const id_ID = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Pengaturan ekspor (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "Hapus lampiran {format}",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "Lampiran {format} dihapus.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Filter dasbor",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "menggunakan",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "filter dasbor default",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "filter dasbor yang diedit",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Gunakan filter default",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Gunakan filter yang diedit",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "Status default filter dasbor akan digunakan dalam ekspor terjadwal, bahkan jika nilai default berubah di masa mendatang.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Untuk menjadwalkan ekspor dengan filter default, buat ekspor terjadwal baru.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Catatan</strong>. Filter silang tidak akan diterapkan dalam ekspor terjadwal.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Snapshot (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Single Slide (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const id_ID = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "Tidak dapat diaktifkan. Tambahkan filter ini ke dasbor target terlebih dahulu.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "Tidak dapat diaktifkan. Filter yang cocok pada dasbor target tidak mendukung jenis filter ini.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Filter metrik tidak dapat diteruskan ke dasbor target.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Filter lain untuk metrik ini sudah diteruskan.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "Filter tidak dapat diterapkan ke tujuan drill.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Filter atas/bawah tidak dapat diteruskan ke dasbor target.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "Teratas {value} dari {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "Terbawah {value} dari {measure}",
|
|
@@ -225,7 +225,6 @@ export declare const it_IT: {
|
|
|
225
225
|
"dialogs.schedule.management.create.new": string;
|
|
226
226
|
"dialogs.schedule.management.create.tooManyMessage": string;
|
|
227
227
|
"dialogs.schedule.management.noSchedules": string;
|
|
228
|
-
"dialogs.schedule.management.attachments.attachment": string;
|
|
229
228
|
"dialogs.schedule.management.attachments.xlsx.settings": string;
|
|
230
229
|
"dialogs.schedule.management.attachments.csv.settings": string;
|
|
231
230
|
"dialogs.schedule.management.attachments.cells.merged": string;
|
|
@@ -235,14 +234,6 @@ export declare const it_IT: {
|
|
|
235
234
|
"dialogs.export.pdf.headline": string;
|
|
236
235
|
"dialogs.schedule.management.attachments.delete": string;
|
|
237
236
|
"dialogs.schedule.management.attachments.removed": string;
|
|
238
|
-
"dialogs.schedule.management.attachments.filters.title": string;
|
|
239
|
-
"dialogs.schedule.management.attachments.filters.using": string;
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.default": string;
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.edited": string;
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.item.default": string;
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.item.edited": string;
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": string;
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": string;
|
|
246
237
|
"dialogs.schedule.management.attachments.message": string;
|
|
247
238
|
"scheduledEmail.attachmentFormat.widget.png": string;
|
|
248
239
|
"scheduledEmail.attachmentFormat.widget.pptx": string;
|
|
@@ -482,6 +473,8 @@ export declare const it_IT: {
|
|
|
482
473
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": string;
|
|
483
474
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": string;
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": string;
|
|
476
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": string;
|
|
477
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": string;
|
|
485
478
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": string;
|
|
486
479
|
"rankingFilter.preview.top_without_attribute_plain": string;
|
|
487
480
|
"rankingFilter.preview.bottom_without_attribute_plain": string;
|