@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
|
@@ -227,7 +227,6 @@ export const tr_TR = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Yeni oluştur",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Kuruluşunuz planlanmış dışa aktarımlar sınırına ulaştı. Daha fazla oluşturmak için yöneticinizle iletişime geçin.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "Planlanmış dışa aktarımlar yok.{br}Yeni oluştur.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "{format} dosyası olarak ekle",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "XLSX seçenekleri",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "CSV seçenekleri",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Öznitelik hücrelerini birleştirilmiş halde tut",
|
|
@@ -237,14 +236,6 @@ export const tr_TR = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Dışa aktarma ayarları (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "{format} eki sil",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "{format} eki kaldırıldı.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Gösterge Tablosu Filtreleri",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "kullanarak",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "varsayılan pano filtreleri",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "düzenlenmiş pano filtreleri",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Varsayılan filtreleri kullan",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Düzenlenmiş filtreleri kullan",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "Zamanlanmış dışa aktarmada, gösterge tablosu filtrelerinin varsayılan durumu kullanılacaktır, varsayılan değerler gelecekte değişse bile.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Varsayılan filtrelerle bir dışa aktarma planlamak için yeni bir planlı dışa aktarma oluşturun.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Not</strong>. Zamanlanmış dışa aktarmada çapraz filtreleme uygulanmayacak.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Anlık Görüntü (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Tek Slayt (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const tr_TR = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "Etkinleştirilemez. Önce bu filtreyi hedef gösterge tablosuna ekleyin.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "Etkinleştirilemez. Hedef gösterge tablosundaki eşleşen filtre bu filtre türünü desteklemiyor.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Metrik filtreleri hedef gösterge tablosuna iletilemez.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Bu metrik için başka bir filtre zaten geçiriliyor.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "Filtre, detay inceleme hedefi için geçerli değil.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Üst/alt filtreler hedef gösterge tablosuna iletilemez.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "{measure} için En yüksek {value}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "{measure} için En düşük {value}",
|
|
@@ -582,6 +575,7 @@ export const tr_TR = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "Gizli",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "Gösterge paneli kullanıcıları filtreyi göremez ancak filtre uygulanır.",
|
|
584
577
|
"filter.dependency.icon.tooltip": "<strong>{filterTitle}</strong> için değerler başka bir filtreden yapılan seçime göre filtrelenir.",
|
|
578
|
+
"filter.dependency.icon.aria.label": "Bağlı filtre — kullanılabilir değerler başka bir filtrenin seçimine bağlıdır.",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "Bu <strong>hiyerarşi</strong> zaten <strong>aynı</strong> detaylandırma için kullanılıyor.",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "Çapraz filtrelemeye saygı göster",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "Diğer görselleştirmelerden gelen çapraz filtrelemeyi yok saymak için bu seçeneği devre dışı bırakın.",
|
|
@@ -225,7 +225,6 @@ export declare const uk_UA: {
|
|
|
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 uk_UA: {
|
|
|
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 uk_UA: {
|
|
|
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 uk_UA: {
|
|
|
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 uk_UA = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Створити новий",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Ваша організація досягла ліміту запланованих експортів. Щоб створити більше, зверніться до адміністратора.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "Немає запланованих експортів.{br}Створити новий.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Додати як файл {format}",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "Параметри XLSX",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "Параметри CSV",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Зберегти об’єднання клітинок атрибутів",
|
|
@@ -237,14 +236,6 @@ export const uk_UA = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Налаштування експорту (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "Видалити вкладення {format}",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "Вкладення {format} видалено.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Фільтри dashboard",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "з використанням",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "фільтри dashboard за замовчуванням",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "змінені фільтри dashboard",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Використовувати фільтри за замовчуванням",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Використовувати змінені фільтри",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "У запланованому експорті буде використано стан фільтрів dashboard за замовчуванням, навіть якщо значення за замовчуванням зміняться в майбутньому.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Щоб запланувати експорт із фільтрами за замовчуванням, створіть новий запланований експорт.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Примітка</strong>. Перехресна фільтрація не буде застосована в запланованому експорті.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Знімок (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Окремий слайд (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const uk_UA = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "Не можна ввімкнути. Спочатку додайте цей фільтр до цільової панелі керування.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "Не можна ввімкнути. Відповідний фільтр на цільовій панелі керування не підтримує цей тип фільтра.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Фільтри метрик не можна передати до цільової панелі керування.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Інший фільтр для цієї метрики вже передається.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "Фільтр не можна застосувати до цільового об’єкта переходу.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Фільтри Top/bottom не можна передати до цільової панелі керування.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "Топ {value} за {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "Низ {value} за {measure}",
|
|
@@ -582,6 +575,7 @@ export const uk_UA = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "Прихований",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "Користувачі дашборда не можуть бачити фільтр, але він застосовується.",
|
|
584
577
|
"filter.dependency.icon.tooltip": "Значення для <strong>{filterTitle}</strong> фільтруються вибором в іншому фільтрі.",
|
|
578
|
+
"filter.dependency.icon.aria.label": "Пов’язаний фільтр — доступні значення залежать від вибору в іншому фільтрі.",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "Ця <strong>ієрархія</strong> уже використовується для <strong>тієї самої</strong> деталізації вниз.",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "Враховувати крос-фільтрацію",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "Вимкніть цей параметр, щоб ігнорувати крос-фільтрацію з інших візуалізацій.",
|
|
@@ -225,7 +225,6 @@ export declare const vi_VN: {
|
|
|
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 vi_VN: {
|
|
|
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 vi_VN: {
|
|
|
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 vi_VN: {
|
|
|
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 vi_VN = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "Tạo mới",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "Tổ chức của bạn đã đạt giới hạn các mục xuất theo lịch. Liên hệ quản trị viên của bạn để tạo thêm.",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "Không có mục xuất theo lịch.{br}Tạo mới.",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "Đính kèm dưới dạng tệp {format}",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "Tùy chọn XLSX",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "Tùy chọn CSV",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "Giữ các ô thuộc tính được gộp",
|
|
@@ -237,14 +236,6 @@ export const vi_VN = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "Cài đặt xuất (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "Xóa tệp đính kèm {format}",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "Tệp đính kèm {format} đã bị loại bỏ.",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "Bộ lọc bảng điều khiển",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "bằng",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "bộ lọc bảng điều khiển mặc định",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "bộ lọc bảng điều khiển đã chỉnh sửa",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "Sử dụng các bộ lọc mặc định",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "Sử dụng các bộ lọc đã chỉnh sửa",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "Trạng thái mặc định của các bộ lọc bảng điều khiển sẽ được sử dụng trong mục xuất theo lịch, ngay cả khi các giá trị mặc định thay đổi trong tương lai.",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "Để lên lịch một mục xuất với các bộ lọc mặc định, hãy tạo một mục xuất theo lịch mới.",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>Lưu ý</strong>. Lọc chéo sẽ không được áp dụng trong mục xuất theo lịch.",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "Ảnh chụp nhanh (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "Trang chiếu đơn (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const vi_VN = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "Không thể bật. Trước tiên, hãy thêm bộ lọc này vào bảng điều khiển đích.",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "Không thể bật. Bộ lọc khớp trên bảng điều khiển đích không hỗ trợ loại bộ lọc này.",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "Không thể chuyển các bộ lọc chỉ số đến bảng điều khiển đích.",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "Một bộ lọc khác cho thước đo này đang được chuyển.",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "Bộ lọc không áp dụng được cho đích drill.",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "Không thể chuyển các bộ lọc trên/dưới đến bảng điều khiển đích.",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "{value} cao nhất của {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "{value} thấp nhất của {measure}",
|
|
@@ -582,6 +575,7 @@ export const vi_VN = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "Ẩn",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "Người dùng bảng điều khiển không thể thấy bộ lọc nhưng nó được áp dụng.",
|
|
584
577
|
"filter.dependency.icon.tooltip": "Các giá trị cho <strong>{filterTitle}</strong> được lọc theo lựa chọn trong một bộ lọc khác.",
|
|
578
|
+
"filter.dependency.icon.aria.label": "Bộ lọc được liên kết — các giá trị khả dụng phụ thuộc vào lựa chọn của bộ lọc khác.",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "<strong>Phân cấp</strong> này đã được sử dụng cho <strong>cùng</strong> đi sâu xuống.",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "Tôn trọng lọc chéo",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "Vô hiệu hóa tùy chọn này để bỏ qua lọc chéo từ các trực quan hóa khác.",
|
|
@@ -225,7 +225,6 @@ export declare const zh_HK: {
|
|
|
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 zh_HK: {
|
|
|
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 zh_HK: {
|
|
|
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 zh_HK: {
|
|
|
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 zh_HK = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "創新",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "您的組織已達到計劃導出的限制。 請與您的管理員聯繫以創建更多。",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "冇計劃嘅導出。{br}新建。",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "作為文件附加{format}",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "XLSX選項",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "CSV 選項",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "保持屬性儲存格合併",
|
|
@@ -237,14 +236,6 @@ export const zh_HK = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "匯出設定 (.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "刪除 {format} 附件",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "已移除 {format} 附件。",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "儀表板篩選器",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "用",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "默認儀錶板過濾器",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "已編輯嘅儀錶板篩選器",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "使用默認篩選器",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "使用編輯過嘅篩選器",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "儀錶板篩選器嘅默認狀態將在排程匯出中使用,即使默認值將來會更改也是如此。",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "要使用默認篩選器計劃導出,請創建新嘅排程匯出。",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>注意</strong>。 交叉篩選將唔會喺排程嘅匯出中應用。",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "快照(.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "單滑軌(.pptx)",
|
|
@@ -484,6 +475,8 @@ export const zh_HK = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "無法啟用。請先將此篩選器新增至目標儀表板。",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "無法啟用。目標儀表板上的相符篩選器不支援此篩選器類型。",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "指標篩選器無法傳遞至目標儀表板。",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "此指標的另一個篩選器已在傳遞中。",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "篩選器不適用於鑽取目的地。",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "頂部/底部篩選器無法傳遞至目標儀表板。",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "{measure} 的前 {value} 項",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "{measure} 的後 {value} 項",
|
|
@@ -582,6 +575,7 @@ export const zh_HK = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "隱藏",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "儀錶板使用者無法看到篩選器,但它已應用。",
|
|
584
577
|
"filter.dependency.icon.tooltip": "的值 <strong>{filterTitle}</strong> 在另一個篩選器中按選擇進行篩選。",
|
|
578
|
+
"filter.dependency.icon.aria.label": "已連結的篩選器 — 可用值取決於另一個篩選器的選取。",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "此 <strong>層次結構</strong> 已用于 <strong>相同嘅</strong> 向下切入。",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "遵循交叉篩選",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "禁用此選項可忽略來自其他可視化嘅交叉篩選。",
|
|
@@ -225,7 +225,6 @@ export declare const zh_Hans: {
|
|
|
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 zh_Hans: {
|
|
|
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 zh_Hans: {
|
|
|
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 zh_Hans: {
|
|
|
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 zh_Hans = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "创建新的",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "您的组织已达到计划导出数量的上限。请联系您的管理员以创建更多导出数量。",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "没有定期出口。{br}創建新的。",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "附加为{format} 文件",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "XLSX 选项",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "CSV 选项",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "保持属性单元格合并",
|
|
@@ -237,14 +236,6 @@ export const zh_Hans = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "导出设置(.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "删除 {format} 依恋",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "{format} 附件已移除。",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "仪表板过滤器",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "使用",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "默认仪表板过滤器",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "编辑仪表板过滤器",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "使用默认过滤器",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "使用已编辑的过滤器",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "仪表板过滤器的默认状态将在计划导出中使用,即使默认值将来发生变化。",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "要使用默认过滤器安排导出,请创建新的计划导出。",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>注意</strong>:交叉过滤不会应用于预定的导出。",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "快照 (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "单张幻灯片 (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const zh_Hans = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "无法启用。请先将此筛选器添加到目标仪表板。",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "无法启用。目标仪表板上的匹配筛选器不支持此筛选器类型。",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "无法将指标筛选器传递到目标仪表板。",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "此指标的另一个筛选器已在传递中。",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "筛选器不适用于钻取目标。",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "无法将顶部/底部筛选器传递到目标仪表板。",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "{measure} 的前 {value} 项",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "{measure} 的后 {value} 项",
|
|
@@ -582,6 +575,7 @@ export const zh_Hans = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "隐藏",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "仪表板用户无法看到筛选条件,但其已获应用。",
|
|
584
577
|
"filter.dependency.icon.tooltip": "<strong>{filterTitle}</strong>的值由另一个筛选器的选择进行筛选。",
|
|
578
|
+
"filter.dependency.icon.aria.label": "关联筛选器 — 可用值取决于另一个筛选器的选择。",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "此<strong>层次结构</strong>已用于<strong>同一</strong>向下挖掘。",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "尊重交叉过滤",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "禁用此选项可忽略来自其他可视化的交叉过滤。",
|
|
@@ -225,7 +225,6 @@ export declare const zh_Hant: {
|
|
|
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 zh_Hant: {
|
|
|
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 zh_Hant: {
|
|
|
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 zh_Hant: {
|
|
|
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 zh_Hant = {
|
|
|
227
227
|
"dialogs.schedule.management.create.new": "創建新的",
|
|
228
228
|
"dialogs.schedule.management.create.tooManyMessage": "您的組織已達到已排程匯出的上限。請聯絡您的管理員以建立更多。",
|
|
229
229
|
"dialogs.schedule.management.noSchedules": "沒有排程匯出。{br}建立新的。",
|
|
230
|
-
"dialogs.schedule.management.attachments.attachment": "附加為{format} 文件",
|
|
231
230
|
"dialogs.schedule.management.attachments.xlsx.settings": "XLSX 選項",
|
|
232
231
|
"dialogs.schedule.management.attachments.csv.settings": "CSV 選項",
|
|
233
232
|
"dialogs.schedule.management.attachments.cells.merged": "保持屬性單元格合併",
|
|
@@ -237,14 +236,6 @@ export const zh_Hant = {
|
|
|
237
236
|
"dialogs.export.pdf.headline": "匯出設定(.pdf)",
|
|
238
237
|
"dialogs.schedule.management.attachments.delete": "刪除 {format} 依戀",
|
|
239
238
|
"dialogs.schedule.management.attachments.removed": "{format} 附件已移除。",
|
|
240
|
-
"dialogs.schedule.management.attachments.filters.title": "儀表板過濾器",
|
|
241
|
-
"dialogs.schedule.management.attachments.filters.using": "使用",
|
|
242
|
-
"dialogs.schedule.management.attachments.filters.default": "預設儀表板過濾器",
|
|
243
|
-
"dialogs.schedule.management.attachments.filters.edited": "編輯儀表板過濾器",
|
|
244
|
-
"dialogs.schedule.management.attachments.filters.item.default": "使用預設過濾器",
|
|
245
|
-
"dialogs.schedule.management.attachments.filters.item.edited": "使用編輯過的過濾器",
|
|
246
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip": "即使預設值將來發生變化,儀表板篩選器的預設狀態也將用於計劃的匯出。",
|
|
247
|
-
"dialogs.schedule.management.attachments.filters.item.tooltip.disabled": "若要使用預設篩選器計劃匯出,請建立新的計劃匯出。",
|
|
248
239
|
"dialogs.schedule.management.attachments.message": "<strong>筆記</strong>。交叉過濾不會應用於計劃導出。",
|
|
249
240
|
"scheduledEmail.attachmentFormat.widget.png": "快照 (.png)",
|
|
250
241
|
"scheduledEmail.attachmentFormat.widget.pptx": "單張幻燈片 (.pptx)",
|
|
@@ -484,6 +475,8 @@ export const zh_Hant = {
|
|
|
484
475
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardDashboardFilter.tooltip": "無法啟用。請先將此篩選器新增至目標儀表板。",
|
|
485
476
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardFilterNotCompatible.tooltip": "無法啟用。目標儀表板上的相符篩選器不支援此篩選器類型。",
|
|
486
477
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardMetricFilter.tooltip": "無法將度量篩選器傳遞至目標儀表板。",
|
|
478
|
+
"configurationPanel.drillConfig.filterSelection.drillToDashboardDuplicateMetricFilter.tooltip": "此度量已傳遞另一個篩選。",
|
|
479
|
+
"configurationPanel.drillConfig.filterSelection.drillToInsightMeasureValueFilter.tooltip": "篩選不適用於鑽取目的地。",
|
|
487
480
|
"configurationPanel.drillConfig.filterSelection.drillToDashboardRankingFilter.tooltip": "無法將前/後篩選器傳遞至目標儀表板。",
|
|
488
481
|
"rankingFilter.preview.top_without_attribute_plain": "前 {value} 個 {measure}",
|
|
489
482
|
"rankingFilter.preview.bottom_without_attribute_plain": "後 {value} 個 {measure}",
|
|
@@ -582,6 +575,7 @@ export const zh_Hant = {
|
|
|
582
575
|
"filter.configuration.mode.hidden.title": "隱",
|
|
583
576
|
"filter.configuration.mode.hidden.tooltip": "儀表板用戶無法看到過濾器,但它已套用。",
|
|
584
577
|
"filter.dependency.icon.tooltip": "值<strong>{filterTitle}</strong> 透過另一個過濾器中的選擇進行過濾。",
|
|
578
|
+
"filter.dependency.icon.aria.label": "連結篩選器 — 可用值取決於另一個篩選器的選取。",
|
|
585
579
|
"configurationPanel.drillConfig.alreadyUsedTooltip": "此<strong>層次結構</strong>已用於<strong>相同的</strong>向下鑽取。",
|
|
586
580
|
"configurationPanel.respectCrossFiltering": "尊重交叉過濾",
|
|
587
581
|
"configurationPanel.respectCrossFiltering.tooltip": "停用此選項可忽略來自其他視覺化的交叉過濾。",
|