@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 fi_FI = {
|
|
|
6
6
|
"empty_value": "tyhjä arvo",
|
|
7
7
|
"gs.list.cancel": "Peruuta",
|
|
8
8
|
"gs.list.apply": "Sovella",
|
|
9
|
+
"gs.list.only": "Vain",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Valitse vain {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Hienoa. Tallensimme kojelautasi.",
|
|
10
12
|
"options.menu.save.as": "Tallenna uutena",
|
|
11
13
|
"options.menu.save.as.tooltip": "Tyhjää kojelautaa ei voi tallentaa.",
|
|
@@ -294,6 +296,7 @@ export const fi_FI = {
|
|
|
294
296
|
"gs.date.yesterday": "Eilen",
|
|
295
297
|
"messages.exportResultError": "Datan vienti epäonnistui. Yritä uudelleen myöhemmin.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Vienti epäonnistui. Liian monta riviä ({actual}). Raja on {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Vienti aikakatkaistiin. Rajaa vientiä (vähemmän rivejä tai sarakkeita) ja yritä uudelleen.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Et voi viedä tätä visualisointia, koska se sisältää rajoitettuja tietoja.",
|
|
298
301
|
"messages.exportResultStart": "Vienti meneillään",
|
|
299
302
|
"messages.exportResultSuccess": "Vienti onnistui.",
|
|
@@ -829,8 +832,9 @@ export const fi_FI = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Avaintekijäanalyysin navigointi",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Analyysin yhteenveto",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Testatut {combinations} variantit <button>{attributes} ominaisuuksilla</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Muuta
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Muuta attribuuttien valintaa",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# tekijä} other {# tekijää}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Ei tekijöitä",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Ero",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Napsauta saraketta nähdäksesi annetut keskeiset ajurit {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Muuta {title} mennessä {category}",
|
|
@@ -4,6 +4,8 @@ export declare const fr_CA: {
|
|
|
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 fr_CA: {
|
|
|
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 fr_CA: {
|
|
|
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":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const fr_CA = {
|
|
|
6
6
|
"empty_value": "valeur vide",
|
|
7
7
|
"gs.list.cancel": "Annuler",
|
|
8
8
|
"gs.list.apply": "Appliquer",
|
|
9
|
+
"gs.list.only": "Uniquement",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Sélectionner uniquement {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Votre tableau de bord a été enregistré.",
|
|
10
12
|
"options.menu.save.as": "Enregistrer sous un nouveau nom",
|
|
11
13
|
"options.menu.save.as.tooltip": "Un tableau de bord vide ne peut pas être enregistré.",
|
|
@@ -294,6 +296,7 @@ export const fr_CA = {
|
|
|
294
296
|
"gs.date.yesterday": "Hier",
|
|
295
297
|
"messages.exportResultError": "Échec de l’exportation des données. Réessayez plus tard.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "L'exportation a échoué. Trop de lignes ({actual}). La limite est fixée à {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Le délai d’exportation a expiré. Réduisez la portée de l’exportation (moins de lignes ou de colonnes) et réessayez.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Vous ne pouvez pas exporter cette visualisation car elle contient des données restreintes.",
|
|
298
301
|
"messages.exportResultStart": "Exportation en cours",
|
|
299
302
|
"messages.exportResultSuccess": "Exportation effectuée",
|
|
@@ -829,8 +832,9 @@ export const fr_CA = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigation de l'analyse des facteurs clés",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Résumé de l'analyse",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Variantes testées de {combinations} avec les attributs de <button>{attributes}</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Modifier la sélection d’
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Modifier la sélection d’attributs",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# facteur clé} other {# facteurs clés}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Aucun facteur clé",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Différence",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Cliquez sur une colonne pour voir les principaux facteurs de réussite {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Variation de {title} par {category}",
|
|
@@ -4,6 +4,8 @@ export declare const fr_FR: {
|
|
|
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 fr_FR: {
|
|
|
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 fr_FR: {
|
|
|
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":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const fr_FR = {
|
|
|
6
6
|
"empty_value": "valeur vide",
|
|
7
7
|
"gs.list.cancel": "Annuler",
|
|
8
8
|
"gs.list.apply": "Appliquer",
|
|
9
|
+
"gs.list.only": "Uniquement",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Sélectionner uniquement {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Votre tableau de bord a été enregistré.",
|
|
10
12
|
"options.menu.save.as": "Enregistrer sous un nouveau nom",
|
|
11
13
|
"options.menu.save.as.tooltip": "Un tableau de bord vide ne peut pas être enregistré.",
|
|
@@ -294,6 +296,7 @@ export const fr_FR = {
|
|
|
294
296
|
"gs.date.yesterday": "Hier",
|
|
295
297
|
"messages.exportResultError": "Échec de l'exportation des données. Réessayez plus tard.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "L'exportation a échoué. Trop de lignes ({actual}). La limite est fixée à {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "L’exportation a expiré. Limitez l’exportation (moins de lignes ou de colonnes) et réessayez.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Vous ne pouvez pas exporter cette visualisation car elle contient des données restreintes.",
|
|
298
301
|
"messages.exportResultStart": "Exportation en cours",
|
|
299
302
|
"messages.exportResultSuccess": "Exportation effectuée",
|
|
@@ -829,8 +832,9 @@ export const fr_FR = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigation de l'analyse des facteurs clés",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Résumé de l'analyse",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Testé {combinations} variantes avec <button>{attributes} attributs</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Modifier la sélection d’
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Modifier la sélection d’attributs",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# facteur} other {# facteurs}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Aucun facteur",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Différence",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Cliquez sur la colonne pour voir les principaux facteurs pour la {category} donnée.",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Variation de {title} par {category}",
|
|
@@ -4,6 +4,8 @@ export declare const id_ID: {
|
|
|
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 id_ID: {
|
|
|
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 id_ID: {
|
|
|
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":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const id_ID = {
|
|
|
6
6
|
"empty_value": "nilai kosong",
|
|
7
7
|
"gs.list.cancel": "Batal",
|
|
8
8
|
"gs.list.apply": "Terapkan",
|
|
9
|
+
"gs.list.only": "Hanya",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Pilih hanya {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Bagus. Kami menyimpan dasbor Anda.",
|
|
10
12
|
"options.menu.save.as": "Simpan sebagai baru",
|
|
11
13
|
"options.menu.save.as.tooltip": "Dasbor kosong tidak dapat disimpan.",
|
|
@@ -294,6 +296,7 @@ export const id_ID = {
|
|
|
294
296
|
"gs.date.yesterday": "Kemarin",
|
|
295
297
|
"messages.exportResultError": "Gagal mengekspor data. Coba lagi nanti.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Ekspor gagal. Terlalu banyak baris ({actual}). Batasnya {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Ekspor kehabisan waktu. Persempit ekspor (lebih sedikit baris atau kolom) dan coba lagi.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Anda tidak dapat mengekspor visualisasi ini karena berisi data yang dibatasi.",
|
|
298
301
|
"messages.exportResultStart": "Ekspor sedang berlangsung",
|
|
299
302
|
"messages.exportResultSuccess": "Ekspor berhasil.",
|
|
@@ -830,7 +833,8 @@ export const id_ID = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Ringkasan analisis",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Menguji {combinations} varian dengan <button>{attributes} atribut</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Ubah pemilihan atribut",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, other {# pendorong}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Tidak ada pendorong",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Selisih",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Klik pada kolom untuk melihat pendorong utama untuk {category} tertentu",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Perubahan pada {title} berdasarkan {category}",
|
|
@@ -4,6 +4,8 @@ export declare const it_IT: {
|
|
|
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 it_IT: {
|
|
|
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 it_IT: {
|
|
|
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":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const it_IT = {
|
|
|
6
6
|
"empty_value": "Valore vuoto",
|
|
7
7
|
"gs.list.cancel": "Annulla",
|
|
8
8
|
"gs.list.apply": "Applica",
|
|
9
|
+
"gs.list.only": "Solo",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Selezionare solo {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Ottimo. Cruscotto salvato correttamente.",
|
|
10
12
|
"options.menu.save.as": "Salva come nuovo",
|
|
11
13
|
"options.menu.save.as.tooltip": "Il cruscotto vuoto non può essere salvato.",
|
|
@@ -294,6 +296,7 @@ export const it_IT = {
|
|
|
294
296
|
"gs.date.yesterday": "Ieri",
|
|
295
297
|
"messages.exportResultError": "Non è stato possibile esportare i dati. Riprovare più tardi.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Esportazione fallita. Troppe righe ({actual}). Il limite è {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Esportazione scaduta. Limita l'esportazione (meno righe o colonne) e riprova.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Non è possibile esportare questa visualizzazione perché contiene dati riservati.",
|
|
298
301
|
"messages.exportResultStart": "Esportazione in corso",
|
|
299
302
|
"messages.exportResultSuccess": "Esportazione completata.",
|
|
@@ -829,8 +832,9 @@ export const it_IT = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigazione dell'analisi dei driver chiave",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Sintesi dell'analisi",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Testato {combinations} varianti con <button>{attributes} attributi</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Modifica la selezione degli attributi",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# driver} other {# driver}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Nessun driver",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Diff",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Fare clic sulla colonna per visualizzare i driver principali per un dato {category}dato",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Variazione di {title} da {category}",
|
|
@@ -4,6 +4,8 @@ export declare const ja_JP: {
|
|
|
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 ja_JP: {
|
|
|
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 ja_JP: {
|
|
|
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":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const ja_JP = {
|
|
|
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 ja_JP = {
|
|
|
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 ja_JP = {
|
|
|
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, 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 ko_KR: {
|
|
|
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 ko_KR: {
|
|
|
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 ko_KR: {
|
|
|
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":"ko-KR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ko-KR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ko-KR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ko-KR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const ko_KR = {
|
|
|
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 ko_KR = {
|
|
|
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 ko_KR = {
|
|
|
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 nl_NL: {
|
|
|
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 nl_NL: {
|
|
|
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 nl_NL: {
|
|
|
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":"nl-NL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/nl-NL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"nl-NL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/nl-NL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const nl_NL = {
|
|
|
6
6
|
"empty_value": "lege waarde",
|
|
7
7
|
"gs.list.cancel": "Annuleren",
|
|
8
8
|
"gs.list.apply": "Toepassen",
|
|
9
|
+
"gs.list.only": "Alleen",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Selecteer alleen {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Heel goed. We hebben uw dashboard opgeslagen.",
|
|
10
12
|
"options.menu.save.as": "Opslaan als nieuw",
|
|
11
13
|
"options.menu.save.as.tooltip": "Leeg dashboard kan niet worden opgeslagen.",
|
|
@@ -294,6 +296,7 @@ export const nl_NL = {
|
|
|
294
296
|
"gs.date.yesterday": "Gisteren",
|
|
295
297
|
"messages.exportResultError": "Exporteren van gegevens is mislukt. Probeer het later opnieuw.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Export mislukt. Te veel rijen ({actual}). Limiet is {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Time-out bij het exporteren. Beperk de export (minder rijen of kolommen) en probeer het opnieuw.",
|
|
297
300
|
"messages.exportResultRestrictedError": "U kunt deze visualisatie niet exporteren omdat deze beperkte gegevens bevat.",
|
|
298
301
|
"messages.exportResultStart": "Bezig met exporteren",
|
|
299
302
|
"messages.exportResultSuccess": "Exporteren geslaagd.",
|
|
@@ -830,7 +833,8 @@ export const nl_NL = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Samenvatting analyse",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Geteste {combinations} varianten met <button>{attributes} attributen</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Attribuutselectie wijzigen",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# drijfveer} other {# drijfveren}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Geen drijfveren",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Verschil",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Klik op een kolom om de belangrijkste drijfveren voor bepaalde {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Verandering in {title} door {category}",
|
|
@@ -4,6 +4,8 @@ export declare const pl_PL: {
|
|
|
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 pl_PL: {
|
|
|
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 pl_PL: {
|
|
|
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":"pl-PL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pl-PL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"pl-PL.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pl-PL.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const pl_PL = {
|
|
|
6
6
|
"empty_value": "pusta wartość",
|
|
7
7
|
"gs.list.cancel": "Anuluj",
|
|
8
8
|
"gs.list.apply": "Zastosuj",
|
|
9
|
+
"gs.list.only": "Tylko",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Wybierz tylko {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Świetnie. Zapisaliśmy Twój pulpit nawigacyjny.",
|
|
10
12
|
"options.menu.save.as": "Zapisz jako nowy",
|
|
11
13
|
"options.menu.save.as.tooltip": "Pusty pulpit nawigacyjny nie może zostać zapisany.",
|
|
@@ -294,6 +296,7 @@ export const pl_PL = {
|
|
|
294
296
|
"gs.date.yesterday": "Wczoraj",
|
|
295
297
|
"messages.exportResultError": "Nie udało się wyeksportować danych. Spróbuj ponownie później.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Eksport nie powiódł się. Zbyt wiele wierszy ({actual}). Limit to {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Przekroczono limit czasu eksportu. Ogranicz eksport (mniej wierszy lub kolumn) i spróbuj ponownie.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Nie można wyeksportować tej wizualizacji, ponieważ zawiera dane z ograniczeniami.",
|
|
298
301
|
"messages.exportResultStart": "Eksport w toku",
|
|
299
302
|
"messages.exportResultSuccess": "Eksport zakończony pomyślnie.",
|
|
@@ -829,8 +832,9 @@ export const pl_PL = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Nawigacja analizy kluczowych czynników",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Podsumowanie analizy",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Przetestowano {combinations} warianty z <button>{attributes} atrybutami</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Zmień wybór
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Zmień wybór atrybutów",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# czynnik} few {# czynniki} many {# czynników} other {# czynnika}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Brak czynników",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Różnica",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Kliknij kolumnę, aby zobaczyć kluczowe czynniki dla danego {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Zmiana w {title} przez {category}",
|
|
@@ -4,6 +4,8 @@ export declare const pt_BR: {
|
|
|
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_BR: {
|
|
|
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_BR: {
|
|
|
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-BR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pt-BR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"pt-BR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/pt-BR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|