@gooddata/sdk-ui-dashboard 11.48.0-alpha.1 → 11.48.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/automation/index.d.ts +7 -9
- package/esm/_staging/automation/index.d.ts.map +1 -1
- package/esm/_staging/automation/index.js +22 -12
- package/esm/kdaDialog/composition/KdaAttributesDropdown.d.ts +15 -0
- package/esm/kdaDialog/composition/KdaAttributesDropdown.d.ts.map +1 -0
- package/esm/kdaDialog/composition/KdaAttributesDropdown.js +66 -0
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.d.ts +14 -0
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.d.ts.map +1 -0
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.js +33 -0
- package/esm/kdaDialog/composition/KeyDriversFooter.d.ts.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversFooter.js +24 -78
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.d.ts +15 -0
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.d.ts.map +1 -0
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.js +51 -0
- package/esm/kdaDialog/composition/hooks/useKdaValidAttributes.d.ts +9 -0
- package/esm/kdaDialog/composition/hooks/useKdaValidAttributes.d.ts.map +1 -0
- package/esm/kdaDialog/composition/hooks/useKdaValidAttributes.js +45 -0
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts +10 -3
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.js +5 -4
- package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.js +11 -2
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.d.ts +9 -1
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.js +4 -4
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +9 -2
- package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.js +11 -2
- package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.js +47 -13
- package/esm/model/react/useExportTemplates.d.ts +7 -2
- package/esm/model/react/useExportTemplates.d.ts.map +1 -1
- package/esm/model/react/useExportTemplates.js +50 -6
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.js +10 -11
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +0 -20
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.js +8 -34
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertThreshold.d.ts +20 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertThreshold.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertThreshold.js +16 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +12 -8
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.js +2 -2
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.js +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +2 -2
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts +20 -17
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.js +57 -40
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts +3 -3
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.js +3 -3
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.js +9 -5
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js +13 -5
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts +3 -3
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.js +18 -10
- package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.js +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeItem.js +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +13 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +17 -5
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +5 -1
- package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts +1 -1
- package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.js +6 -7
- package/esm/sdk-ui-dashboard.d.ts +1 -1
- package/package.json +21 -21
- package/styles/css/kdaDialog.css +30 -9
- package/styles/css/kdaDialog.css.map +1 -1
- package/styles/css/main.css +33 -22
- package/styles/css/main.css.map +1 -1
- package/styles/css/topBar.css +3 -13
- package/styles/css/topBar.css.map +1 -1
- package/styles/scss/kdaDialog.scss +30 -9
- package/styles/scss/topBar.scss +3 -15
|
@@ -6,6 +6,8 @@ export const pt_BR = {
|
|
|
6
6
|
"empty_value": "valor vazio",
|
|
7
7
|
"gs.list.cancel": "Cancelar",
|
|
8
8
|
"gs.list.apply": "Aplicar",
|
|
9
|
+
"gs.list.only": "Só",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Selecione apenas {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Ótimo. Salvamos seu dashboard.",
|
|
10
12
|
"options.menu.save.as": "Salvar como novo",
|
|
11
13
|
"options.menu.save.as.tooltip": "Não é possível salvar dashboards vazios.",
|
|
@@ -294,6 +296,7 @@ export const pt_BR = {
|
|
|
294
296
|
"gs.date.yesterday": "Ontem",
|
|
295
297
|
"messages.exportResultError": "Falha ao exportar os dados. Tente novamente.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Falha na exportação. Muitas linhas ({actual}). O limite é {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "A exportação expirou. Restrinja a exportação (menos linhas ou colunas) e tente novamente.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Você não pode exportar essa visualização porque ela contém dados restritos.",
|
|
298
301
|
"messages.exportResultStart": "Exportação em curso",
|
|
299
302
|
"messages.exportResultSuccess": "Exportação concluída com sucesso.",
|
|
@@ -829,8 +832,9 @@ export const pt_BR = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navegação da análise de fatores-chave",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Resumo da análise",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Variantes testadas {combinations} com <button>{attributes} atributos</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Alterar seleção de
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Alterar seleção de atributos",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# fator} other {# fatores}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Sem fatores",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Diff",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Clique na coluna para ver os principais motivadores para determinado {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Mudança em {title} por {category}",
|
|
@@ -4,6 +4,8 @@ export declare const pt_PT: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const pt_PT: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const pt_PT: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt-PT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pt-PT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"pt-PT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pt-PT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const pt_PT = {
|
|
|
6
6
|
"empty_value": "valor vazio",
|
|
7
7
|
"gs.list.cancel": "Cancelar",
|
|
8
8
|
"gs.list.apply": "Aplicar",
|
|
9
|
+
"gs.list.only": "Só",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Selecione apenas {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Excelente. Guardámos o seu dashboard.",
|
|
10
12
|
"options.menu.save.as": "Guardar como novo",
|
|
11
13
|
"options.menu.save.as.tooltip": "Não é possível guardar um dashboard vazio.",
|
|
@@ -294,6 +296,7 @@ export const pt_PT = {
|
|
|
294
296
|
"gs.date.yesterday": "Ontem",
|
|
295
297
|
"messages.exportResultError": "Falha ao exportar os dados. Tente mais tarde.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Falha na exportação. Muitas linhas ({actual}). O limite é {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "A exportação excedeu o tempo limite. Restrinja a exportação (menos linhas ou colunas) e tente novamente.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Não é possível exportar essa visualização porque ela contém dados restritos.",
|
|
298
301
|
"messages.exportResultStart": "Exportação em curso",
|
|
299
302
|
"messages.exportResultSuccess": "Exportação bem sucedida.",
|
|
@@ -829,8 +832,9 @@ export const pt_PT = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navegação da análise de fatores-chave",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Resumo da análise",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Variantes testadas {combinations} com <button>{attributes} atributos</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Alterar seleção de
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Alterar seleção de atributos",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# fator} other {# fatores}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Sem fatores",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Diff",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Clique na coluna para ver os principais motivadores para determinado {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Mudança em {title} por {category}",
|
|
@@ -4,6 +4,8 @@ export declare const ru_RU: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const ru_RU: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const ru_RU: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ru-RU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ru-RU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ru-RU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ru-RU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const ru_RU = {
|
|
|
6
6
|
"empty_value": "значение отсутствует",
|
|
7
7
|
"gs.list.cancel": "Отмена",
|
|
8
8
|
"gs.list.apply": "Применить",
|
|
9
|
+
"gs.list.only": "Только",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Выбрать только {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Отлично. Мы сохранили ваш дашборд.",
|
|
10
12
|
"options.menu.save.as": "Сохранить как новую",
|
|
11
13
|
"options.menu.save.as.tooltip": "Пустой дашборд нельзя сохранить.",
|
|
@@ -294,6 +296,7 @@ export const ru_RU = {
|
|
|
294
296
|
"gs.date.yesterday": "Вчера",
|
|
295
297
|
"messages.exportResultError": "Не удалось экспортировать данные. Попробуйте позже.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Экспорт не выполнен. Слишком много строк ({actual}). Лимит составляет {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Время ожидания экспорта истекло. Сузьте экспорт (меньше строк или столбцов) и повторите попытку.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Вы не можете экспортировать эту визуализацию, потому что она содержит ограниченные данные.",
|
|
298
301
|
"messages.exportResultStart": "Выполняется экспорт",
|
|
299
302
|
"messages.exportResultSuccess": "Экспорт успешно завершен.",
|
|
@@ -829,8 +832,9 @@ export const ru_RU = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Навигация по анализу ключевых факторов",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Сводка анализа",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Протестированы {combinations} варианты с <button>{attributes} атрибутами</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Изменить выбор
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Изменить выбор атрибутов",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# фактор} few {# фактора} many {# факторов} other {# фактора}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Нет факторов",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Разница",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Щелкните по столбцу, чтобы увидеть ключевые факторы для данного {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Изменение в {title} на {category}",
|
|
@@ -4,6 +4,8 @@ export declare const sl_SI: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const sl_SI: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const sl_SI: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"sl-SI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/sl-SI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const sl_SI = {
|
|
|
6
6
|
"empty_value": "prazna vrednost",
|
|
7
7
|
"gs.list.cancel": "Prekliči",
|
|
8
8
|
"gs.list.apply": "Uporabi",
|
|
9
|
+
"gs.list.only": "Samo",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Izberite samo {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Odlično. Vaša nadzorna plošča je shranjena.",
|
|
10
12
|
"options.menu.save.as": "Shrani kot novo",
|
|
11
13
|
"options.menu.save.as.tooltip": "Prazne nadzorne plošče ni mogoče shraniti.",
|
|
@@ -294,6 +296,7 @@ export const sl_SI = {
|
|
|
294
296
|
"gs.date.yesterday": "Včeraj",
|
|
295
297
|
"messages.exportResultError": "Izvoza podatkov ni uspelo. Poskusite znova pozneje.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Izvoz ni uspel. Preveč vrstic ({actual}). Omejitev je {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Izvoz je potekel. Omejite izvoz (manj vrstic ali stolpcev) in poskusite znova.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Tega prikaza ne morete izvoziti, ker vsebuje omejene podatke.",
|
|
298
301
|
"messages.exportResultStart": "Izvoz v teku",
|
|
299
302
|
"messages.exportResultSuccess": "Izvoz je bil uspešen.",
|
|
@@ -829,8 +832,9 @@ export const sl_SI = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigacija analize ključnih dejavnikov",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Povzetek analize",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Preizkušeni {combinations} variant s <button>{attributes} atributi</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Spremeni izbor
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Spremeni izbor atributov",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# dejavnik} two {# dejavnika} few {# dejavniki} other {# dejavnikov}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Ni dejavnikov",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Razlika",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Kliknite na stolpec za ogled ključnih dejavnikov za dano {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Sprememba v {title} po {category}",
|
|
@@ -4,6 +4,8 @@ export declare const th_TH: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const th_TH: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const th_TH: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"th-TH.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/th-TH.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const th_TH = {
|
|
|
6
6
|
"empty_value": "ค่าว่าง",
|
|
7
7
|
"gs.list.cancel": "ยกเลิก",
|
|
8
8
|
"gs.list.apply": "นำไปใช้",
|
|
9
|
+
"gs.list.only": "เท่านั้น",
|
|
10
|
+
"attributesDropdown.onlyLabel": "เลือกเฉพาะ {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "เรียบร้อยแล้ว เราได้บันทึกแดชบอร์ดของคุณแล้ว",
|
|
10
12
|
"options.menu.save.as": "บันทึกเป็นใหม่",
|
|
11
13
|
"options.menu.save.as.tooltip": "ไม่สามารถบันทึกแดชบอร์ดที่ว่างเปล่าได้",
|
|
@@ -294,6 +296,7 @@ export const th_TH = {
|
|
|
294
296
|
"gs.date.yesterday": "เมื่อวาน",
|
|
295
297
|
"messages.exportResultError": "ส่งออกข้อมูลไม่สำเร็จ โปรดลองอีกครั้งภายหลัง",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "ส่งออกไม่สำเร็จ แถวมากเกินไป ({actual}) ขีดจำกัดคือ {limit}",
|
|
299
|
+
"messages.exportResultError.timeout": "การส่งออกหมดเวลาแล้ว จำกัดขอบเขตการส่งออก (จำนวนแถวหรือคอลัมน์น้อยลง) แล้วลองอีกครั้ง",
|
|
297
300
|
"messages.exportResultRestrictedError": "คุณไม่สามารถส่งออกการแสดงภาพข้อมูลนี้ได้เนื่องจากมีข้อมูลที่ถูกจำกัด",
|
|
298
301
|
"messages.exportResultStart": "กำลังส่งออก",
|
|
299
302
|
"messages.exportResultSuccess": "ส่งออกสำเร็จ",
|
|
@@ -830,7 +833,8 @@ export const th_TH = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "สรุปการวิเคราะห์",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "ทดสอบ {combinations} รูปแบบแปรผันด้วย <button>{attributes} แอตทริบิวต์</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "เปลี่ยนการเลือกแอตทริบิวต์",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, other {# ตัวขับเคลื่อน}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "ไม่มีตัวขับเคลื่อน",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "ความแตกต่าง",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "คลิกที่คอลัมน์เพื่อดูตัวขับเคลื่อนหลักสำหรับ {category} ที่กำหนด",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "การเปลี่ยนแปลงใน {title} ตาม {category}",
|
|
@@ -4,6 +4,8 @@ export declare const tr_TR: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const tr_TR: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const tr_TR: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const tr_TR = {
|
|
|
6
6
|
"empty_value": "boş değer",
|
|
7
7
|
"gs.list.cancel": "İptal",
|
|
8
8
|
"gs.list.apply": "Uygula",
|
|
9
|
+
"gs.list.only": "Yalnızca",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Yalnızca {itemTitle} seç",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Harika. Panonuzu kaydettik.",
|
|
10
12
|
"options.menu.save.as": "Yeni olarak kaydet",
|
|
11
13
|
"options.menu.save.as.tooltip": "Boş pano kaydedilemez.",
|
|
@@ -294,6 +296,7 @@ export const tr_TR = {
|
|
|
294
296
|
"gs.date.yesterday": "Dün",
|
|
295
297
|
"messages.exportResultError": "Veri dışa aktarılamadı. Daha sonra tekrar deneyin.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Dışa aktarma başarısız oldu. Çok fazla satır var ({actual}). Sınır {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Dışa aktarma zaman aşımına uğradı. Dışa aktarmayı daraltın (daha az satır veya sütun) ve tekrar deneyin.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Bu görselleştirmeyi dışa aktaramazsınız çünkü kısıtlı veri içeriyor.",
|
|
298
301
|
"messages.exportResultStart": "Dışa aktarma devam ediyor",
|
|
299
302
|
"messages.exportResultSuccess": "Dışa aktarma başarılı",
|
|
@@ -830,7 +833,8 @@ export const tr_TR = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Analiz özeti",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "{combinations} varyantları <button>{attributes} </button>nitelikleriyle test edildi",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Öznitelik seçimini değiştir",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# etken} other {# etken}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Etken yok",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Fark",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Verilen için ana etkenleri görmek üzere {category} sütuna tıklayın",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "{category} tarafından {title} değişikliği",
|
|
@@ -4,6 +4,8 @@ export declare const uk_UA: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const uk_UA: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const uk_UA: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const uk_UA = {
|
|
|
6
6
|
"empty_value": "порожнє значення",
|
|
7
7
|
"gs.list.cancel": "Скасувати",
|
|
8
8
|
"gs.list.apply": "Застосувати",
|
|
9
|
+
"gs.list.only": "Лише",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Вибрати лише {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Чудово. Вашу інформаційну панель збережено.",
|
|
10
12
|
"options.menu.save.as": "Зберегти як новий",
|
|
11
13
|
"options.menu.save.as.tooltip": "Порожню інформаційну панель не можна зберегти.",
|
|
@@ -294,6 +296,7 @@ export const uk_UA = {
|
|
|
294
296
|
"gs.date.yesterday": "Учора",
|
|
295
297
|
"messages.exportResultError": "Не вдалося експортувати дані. Спробуйте пізніше.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Не вдалося виконати експорт. Забагато рядків ({actual}). Ліміт — {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Час очікування експорту минув. Звузьте експорт (менше рядків або стовпців) і повторіть спробу.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Ви не можете експортувати цю візуалізацію, оскільки вона містить обмежені дані.",
|
|
298
301
|
"messages.exportResultStart": "Триває експорт",
|
|
299
302
|
"messages.exportResultSuccess": "Експорт успішний.",
|
|
@@ -830,7 +833,8 @@ export const uk_UA = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Підсумок аналізу",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Перевірено {combinations} варіантів із <button>{attributes} атрибутами</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Змінити вибір атрибутів",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# чинник} few {# чинники} many {# чинників} other {# чинника}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Немає чинників",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Різн.",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Натисніть на стовпець, щоб переглянути ключові чинники для вказаної категорії {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Зміна в {title} за категорією {category}",
|
|
@@ -4,6 +4,8 @@ export declare const vi_VN: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const vi_VN: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const vi_VN: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const vi_VN = {
|
|
|
6
6
|
"empty_value": "giá trị trống",
|
|
7
7
|
"gs.list.cancel": "Hủy",
|
|
8
8
|
"gs.list.apply": "Áp dụng",
|
|
9
|
+
"gs.list.only": "Chỉ",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Chỉ chọn {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Tuyệt. Chúng tôi đã lưu bảng điều khiển của bạn.",
|
|
10
12
|
"options.menu.save.as": "Lưu dưới dạng mới",
|
|
11
13
|
"options.menu.save.as.tooltip": "Không thể lưu bảng điều khiển trống.",
|
|
@@ -294,6 +296,7 @@ export const vi_VN = {
|
|
|
294
296
|
"gs.date.yesterday": "Hôm qua",
|
|
295
297
|
"messages.exportResultError": "Không thể xuất dữ liệu. Hãy thử lại sau.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Xuất thất bại. Có quá nhiều hàng ({actual}). Giới hạn là {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Xuất dữ liệu đã hết thời gian chờ. Thu hẹp phạm vi xuất (ít hàng hoặc ít cột hơn) và thử lại.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Bạn không thể xuất trực quan hóa này vì nó chứa dữ liệu bị hạn chế.",
|
|
298
301
|
"messages.exportResultStart": "Đang xuất",
|
|
299
302
|
"messages.exportResultSuccess": "Xuất thành công.",
|
|
@@ -830,7 +833,8 @@ export const vi_VN = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Tóm tắt phân tích",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Đã kiểm tra {combinations} biến thể với <button>{attributes} thuộc tính</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Thay đổi lựa chọn thuộc tính",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, other {# yếu tố chính}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Không có yếu tố chính",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Chênh lệch",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Nhấp vào cột để xem các yếu tố chính cho {category} tương ứng",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Thay đổi trong {title} theo {category}",
|
|
@@ -4,6 +4,8 @@ export declare const zh_HK: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const zh_HK: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const zh_HK: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const zh_HK = {
|
|
|
6
6
|
"empty_value": "空值",
|
|
7
7
|
"gs.list.cancel": "取消",
|
|
8
8
|
"gs.list.apply": "應用",
|
|
9
|
+
"gs.list.only": "只",
|
|
10
|
+
"attributesDropdown.onlyLabel": "只揀{itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "很好. 我哋儲存咗你嘅儀錶板。",
|
|
10
12
|
"options.menu.save.as": "另存新檔",
|
|
11
13
|
"options.menu.save.as.tooltip": "無法儲存空儀錶板。",
|
|
@@ -294,6 +296,7 @@ export const zh_HK = {
|
|
|
294
296
|
"gs.date.yesterday": "昨日",
|
|
295
297
|
"messages.exportResultError": "無法匯出數據。 請稍後再試。",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "出口失敗。 行太多 ({actual})。 限制係 {limit}。",
|
|
299
|
+
"messages.exportResultError.timeout": "匯出逾時。請縮小匯出範圍(較少列或欄),然後再試一次。",
|
|
297
300
|
"messages.exportResultRestrictedError": "你無法導出此可視化效果,因為它包含受限數據。",
|
|
298
301
|
"messages.exportResultStart": "匯出中",
|
|
299
302
|
"messages.exportResultSuccess": "匯出成功。",
|
|
@@ -830,7 +833,8 @@ export const zh_HK = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "分析總結",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "測試過 {combinations} 具有屬性嘅 <button>{attributes} 變種</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "變更屬性選取項目",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, other {# 個驅動因素}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "沒有驅動因素",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "差異",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "點擊專欄查看給定的主要驅動因素{category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "換入 {title} {category}",
|
|
@@ -4,6 +4,8 @@ export declare const zh_Hans: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const zh_Hans: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const zh_Hans: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BnB,CAAC"}
|