@gooddata/sdk-ui-dashboard 11.36.0-alpha.3 → 11.36.0-alpha.7
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 +74 -162
- 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/store/config/configSelectors.d.ts +0 -12
- package/esm/model/store/config/configSelectors.js +2 -18
- 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/store/widgetDrills/widgetDrillSelectors.js +10 -18
- 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/DefaultAlertingDialog/utils/items.js +5 -2
- 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/drill/DrillSelect/DrillSelectDropdown.js +1 -3
- package/esm/presentation/drill/hooks/useDrillSelectDropdownMenuItems.js +1 -5
- package/esm/presentation/export/DefaultDashboardExportVariables.js +5 -2
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.d.ts +2 -1
- package/esm/presentation/export/hooks/useDashboardRelatedFilters.js +9 -0
- package/esm/presentation/export/types.d.ts +2 -1
- package/esm/presentation/export/types.js +1 -1
- package/esm/presentation/export/useExportData.js +4 -0
- 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 +3 -9
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +4 -10
- 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 +3 -9
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +4 -10
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +4 -10
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +3 -9
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +3 -9
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +3 -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/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.js +4 -10
- package/esm/sdk-ui-dashboard.d.ts +31 -249
- 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
|
@@ -225,7 +225,6 @@ export declare const de_DE: {
|
|
|
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 de_DE: {
|
|
|
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 de_DE: {
|
|
|
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;
|
|
@@ -580,6 +573,7 @@ export declare const de_DE: {
|
|
|
580
573
|
"filter.configuration.mode.hidden.title": string;
|
|
581
574
|
"filter.configuration.mode.hidden.tooltip": string;
|
|
582
575
|
"filter.dependency.icon.tooltip": string;
|
|
576
|
+
"filter.dependency.icon.aria.label": string;
|
|
583
577
|
"configurationPanel.drillConfig.alreadyUsedTooltip": string;
|
|
584
578
|
"configurationPanel.respectCrossFiltering": string;
|
|
585
579
|
"configurationPanel.respectCrossFiltering.tooltip": string;
|
|
@@ -227,7 +227,6 @@ export const de_DE = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Neu erstellen",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Ihr Unternehmen hat das Limit für geplante Exporte erreicht. Wenden Sie sich an Ihren Administrator, um weitere zu erstellen.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "Es gibt keine geplanten Exporte.{br}Neu erstellen.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Als {format} Datei anhängen",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "XLSX-Optionen",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "CSV-Optionen",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Attributzellen zusammengeführt lassen",
|
|
@@ -237,14 +236,6 @@ export const de_DE = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Export-Einstellungen (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": " Anhang löschen{format}",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "{format}-Anhang entfernt.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Dashboard-Filter",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "unter Verwendung von",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "Standard-Dashboard-Filter",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "bearbeitete Dashboard-Filter",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Standardfilter verwenden",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Bearbeitete Filter verwenden",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "Der Standardstatus der Dashboard-Filter wird beim geplanten Export verwendet, auch wenn sich die Standardwerte in Zukunft ändern.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Um einen Export mit Standardfiltern zu planen, erstellen Sie einen neuen geplanten Export.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Hinweis</strong>. Cross-Filtering wird im geplanten Export nicht angewendet.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Schnappschuss (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Einzelfolie (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const de_DE = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "Kann nicht aktiviert werden. Fügen Sie diesen Filter zuerst zum Ziel-Dashboard hinzu.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "Kann nicht aktiviert werden. Der übereinstimmende Filter auf dem Zieldashboard unterstützt diesen Filtertyp nicht.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Metrikfilter können nicht an das Ziel-Dashboard übergeben werden.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Ein anderer Filter für diese Metrik wird bereits übergeben.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "Filter ist auf das Drill-Ziel nicht anwendbar.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Top-/Bottom-Filter können nicht an das Ziel-Dashboard übergeben werden.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "Top {value} von {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "Bottom {value} von {measure}",
|
|
@@ -582,6 +575,7 @@ export const de_DE = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "Ausgeblendet",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "Dashboard-Benutzer können den Filter nicht sehen, er ist jedoch angewendet.",
|
|
584
577
|
"filter.dependency.icon.tooltip": "Werte für <strong>{filterTitle}</strong> werden durch Auswahl in einem anderen Filter gefiltert.",
|
|
578
|
+
"filter.dependency.icon.aria.label": "Verknüpfter Filter — verfügbare Werte hängen von der Auswahl eines anderen Filters ab.",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "Diese <strong>Hierarchie</strong> wird bereits für <strong>denselben</strong> Drilldown verwendet.",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "Querfilterung berücksichtigen",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "Deaktivieren Sie diese Option, um Cross-Filtering von anderen Visualisierungen zu ignorieren.",
|
|
@@ -225,7 +225,6 @@ export declare const en_AU: {
|
|
|
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 en_AU: {
|
|
|
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 en_AU: {
|
|
|
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;
|
|
@@ -580,6 +573,7 @@ export declare const en_AU: {
|
|
|
580
573
|
"filter.configuration.mode.hidden.title": string;
|
|
581
574
|
"filter.configuration.mode.hidden.tooltip": string;
|
|
582
575
|
"filter.dependency.icon.tooltip": string;
|
|
576
|
+
"filter.dependency.icon.aria.label": string;
|
|
583
577
|
"configurationPanel.drillConfig.alreadyUsedTooltip": string;
|
|
584
578
|
"configurationPanel.respectCrossFiltering": string;
|
|
585
579
|
"configurationPanel.respectCrossFiltering.tooltip": string;
|
|
@@ -227,7 +227,6 @@ export const en_AU = {
|
|
|
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_AU = {
|
|
|
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": "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_AU = {
|
|
|
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}",
|
|
@@ -582,6 +575,7 @@ export const en_AU = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "Hidden",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "Dashboard users cannot see the filter but it is applied.",
|
|
584
577
|
"filter.dependency.icon.tooltip": "Values for <strong>{filterTitle}</strong> are filtered by selection in another filter.",
|
|
578
|
+
"filter.dependency.icon.aria.label": "Linked filter — available values depend on another filter selection.",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "This <strong>hierarchy</strong> is already used for <strong>the same</strong> drilling down.",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "Respect cross-filtering",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "Disable this option to ignore cross-filtering from other visualisations.",
|
|
@@ -225,7 +225,6 @@ export declare const en_GB: {
|
|
|
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 en_GB: {
|
|
|
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 en_GB: {
|
|
|
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;
|
|
@@ -580,6 +573,7 @@ export declare const en_GB: {
|
|
|
580
573
|
"filter.configuration.mode.hidden.title": string;
|
|
581
574
|
"filter.configuration.mode.hidden.tooltip": string;
|
|
582
575
|
"filter.dependency.icon.tooltip": string;
|
|
576
|
+
"filter.dependency.icon.aria.label": string;
|
|
583
577
|
"configurationPanel.drillConfig.alreadyUsedTooltip": string;
|
|
584
578
|
"configurationPanel.respectCrossFiltering": string;
|
|
585
579
|
"configurationPanel.respectCrossFiltering.tooltip": string;
|
|
@@ -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}",
|
|
@@ -582,6 +575,7 @@ export const en_GB = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "Hidden",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "Dashboard users cannot see the filter but it is applied.",
|
|
584
577
|
"filter.dependency.icon.tooltip": "Values for <strong>{filterTitle}</strong> are filtered by selection in another filter.",
|
|
578
|
+
"filter.dependency.icon.aria.label": "Linked filter — available values depend on another filter selection.",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "This <strong>hierarchy</strong> is already used for <strong>the same</strong> drilling down.",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "Respect cross-filtering",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "Disable this option to ignore cross-filtering from other visualisations.",
|
|
@@ -737,7 +731,7 @@ export const en_GB = {
|
|
|
737
731
|
"insightAlert.config.threshold": "Threshold",
|
|
738
732
|
"insightAlert.config.comparison": "Comparison",
|
|
739
733
|
"insightAlert.config.recipients": "Recipients",
|
|
740
|
-
"insightAlert.config.do": "
|
|
734
|
+
"insightAlert.config.do": "Do",
|
|
741
735
|
"insightAlert.config.warning.destination": "The selected destination only supports sending the alert to yourself.",
|
|
742
736
|
"insightAlert.config.filters": "using {n} {n, plural, one {filter} other {filters}}",
|
|
743
737
|
"insightAlert.config.and": "and",
|
|
@@ -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;
|
|
@@ -580,6 +573,7 @@ export declare const es_419: {
|
|
|
580
573
|
"filter.configuration.mode.hidden.title": string;
|
|
581
574
|
"filter.configuration.mode.hidden.tooltip": string;
|
|
582
575
|
"filter.dependency.icon.tooltip": string;
|
|
576
|
+
"filter.dependency.icon.aria.label": string;
|
|
583
577
|
"configurationPanel.drillConfig.alreadyUsedTooltip": string;
|
|
584
578
|
"configurationPanel.respectCrossFiltering": string;
|
|
585
579
|
"configurationPanel.respectCrossFiltering.tooltip": 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}",
|
|
@@ -582,6 +575,7 @@ export const es_419 = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "Oculto",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "Los usuarios del panel no pueden ver el filtro, pero se aplica.",
|
|
584
577
|
"filter.dependency.icon.tooltip": "Los valores para <strong>{filterTitle}</strong> se filtran por la selección en otro filtro.",
|
|
578
|
+
"filter.dependency.icon.aria.label": "Filtro vinculado — los valores disponibles dependen de la selección de otro filtro.",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "Esta <strong>jerarquía</strong> ya se usa para <strong>la misma</strong> profundización.",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "Respetar el filtrado cruzado",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "Desactive esta opción para ignorar el filtrado cruzado de otras visualizaciones.",
|
|
@@ -855,7 +849,7 @@ export const es_419 = {
|
|
|
855
849
|
"dashboard.tabs.move.right": "Muévete a la derecha",
|
|
856
850
|
"dashboard.tabs.delete.disabled-tooltip": "No se puede eliminar la última pestaña. La navegación por pestañas no será visible en el modo de visualización cuando solo quede una pestaña.",
|
|
857
851
|
"dashboard.tabs.add-button-tooltip": "Agregar nueva pestaña",
|
|
858
|
-
"dashboard.tabs.rename": "
|
|
852
|
+
"dashboard.tabs.rename": "Renombrar",
|
|
859
853
|
"dashboard.tabs.accessibility.label": "Pestañas del salpicadero",
|
|
860
854
|
"dashboard.tabs.accessibility.add-button-label": "Agregar nueva pestaña",
|
|
861
855
|
"dashboard_add_filter.button.aria_label": "Agregar filtro",
|
|
@@ -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;
|
|
@@ -580,6 +573,7 @@ export declare const es_ES: {
|
|
|
580
573
|
"filter.configuration.mode.hidden.title": string;
|
|
581
574
|
"filter.configuration.mode.hidden.tooltip": string;
|
|
582
575
|
"filter.dependency.icon.tooltip": string;
|
|
576
|
+
"filter.dependency.icon.aria.label": string;
|
|
583
577
|
"configurationPanel.drillConfig.alreadyUsedTooltip": string;
|
|
584
578
|
"configurationPanel.respectCrossFiltering": string;
|
|
585
579
|
"configurationPanel.respectCrossFiltering.tooltip": 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}",
|
|
@@ -582,6 +575,7 @@ export const es_ES = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "Oculto",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "Los usuarios del panel no pueden ver el filtro, pero se aplica.",
|
|
584
577
|
"filter.dependency.icon.tooltip": "Los valores para <strong>{filterTitle}</strong> se filtran por la selección en otro filtro.",
|
|
578
|
+
"filter.dependency.icon.aria.label": "Filtro vinculado: los valores disponibles dependen de la selección de otro filtro.",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "Esta <strong>jerarquía</strong> ya se usa para <strong>la misma</strong> exploración.",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "Respete el filtrado cruzado",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "Desactive esta opción para ignorar el filtrado cruzado de otras visualizaciones.",
|
|
@@ -855,7 +849,7 @@ export const es_ES = {
|
|
|
855
849
|
"dashboard.tabs.move.right": "Muévete a la derecha",
|
|
856
850
|
"dashboard.tabs.delete.disabled-tooltip": "No se puede borrar la última pestaña. La navegación por pestañas no será visible en el modo de vista cuando sólo quede una pestaña.",
|
|
857
851
|
"dashboard.tabs.add-button-tooltip": "Añadir nueva pestaña",
|
|
858
|
-
"dashboard.tabs.rename": "
|
|
852
|
+
"dashboard.tabs.rename": "Renombrar",
|
|
859
853
|
"dashboard.tabs.accessibility.label": "Pestañas del salpicadero",
|
|
860
854
|
"dashboard.tabs.accessibility.add-button-label": "Añadir nueva pestaña",
|
|
861
855
|
"dashboard_add_filter.button.aria_label": "Añadir filtro",
|
|
@@ -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;
|
|
@@ -580,6 +573,7 @@ export declare const fi_FI: {
|
|
|
580
573
|
"filter.configuration.mode.hidden.title": string;
|
|
581
574
|
"filter.configuration.mode.hidden.tooltip": string;
|
|
582
575
|
"filter.dependency.icon.tooltip": string;
|
|
576
|
+
"filter.dependency.icon.aria.label": string;
|
|
583
577
|
"configurationPanel.drillConfig.alreadyUsedTooltip": string;
|
|
584
578
|
"configurationPanel.respectCrossFiltering": string;
|
|
585
579
|
"configurationPanel.respectCrossFiltering.tooltip": string;
|