@commercetools-frontend-extensions/export-resources-modal 5.16.3 → 5.16.5
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/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +5 -5
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +5 -5
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +5 -5
- package/dist/{de-6ca92bf0.esm.js → de-773a62f4.esm.js} +11 -7
- package/dist/{de-11249ba5.cjs.prod.js → de-8432dcbf.cjs.dev.js} +11 -7
- package/dist/{de-448f5798.cjs.dev.js → de-bac486fc.cjs.prod.js} +11 -7
- package/dist/{en-7eac8362.esm.js → en-22bfe39a.esm.js} +4 -0
- package/dist/{en-f39a23e6.cjs.dev.js → en-5f0ef562.cjs.prod.js} +4 -0
- package/dist/{en-b1e57064.cjs.prod.js → en-729e010c.cjs.dev.js} +4 -0
- package/dist/{es-cf5018bb.esm.js → es-1dec131c.esm.js} +4 -0
- package/dist/{es-566ec5e7.cjs.prod.js → es-5b0c36c1.cjs.prod.js} +4 -0
- package/dist/{es-b4ee13a8.cjs.dev.js → es-d8642f07.cjs.dev.js} +4 -0
- package/dist/{fr-FR-00860e60.cjs.dev.js → fr-FR-9c3b5bac.cjs.prod.js} +4 -0
- package/dist/{fr-FR-23df0502.cjs.prod.js → fr-FR-cbe722c8.cjs.dev.js} +4 -0
- package/dist/{fr-FR-79f77e0a.esm.js → fr-FR-d057cc33.esm.js} +4 -0
- package/dist/{pt-BR-0ce14c46.esm.js → pt-BR-151ff228.esm.js} +11 -7
- package/dist/{pt-BR-14554160.cjs.prod.js → pt-BR-3b8e31a9.cjs.prod.js} +11 -7
- package/dist/{pt-BR-63769e73.cjs.dev.js → pt-BR-545c9b4a.cjs.dev.js} +11 -7
- package/package.json +2 -2
|
@@ -3789,17 +3789,17 @@ const getChunkImport = locale => {
|
|
|
3789
3789
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
3790
3790
|
switch (intlLocale) {
|
|
3791
3791
|
case 'de':
|
|
3792
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
3792
|
+
return Promise.resolve().then(function () { return require('./de-8432dcbf.cjs.dev.js'); });
|
|
3793
3793
|
case 'es':
|
|
3794
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
3794
|
+
return Promise.resolve().then(function () { return require('./es-d8642f07.cjs.dev.js'); });
|
|
3795
3795
|
case 'fr-FR':
|
|
3796
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
3796
|
+
return Promise.resolve().then(function () { return require('./fr-FR-cbe722c8.cjs.dev.js'); });
|
|
3797
3797
|
case 'ja':
|
|
3798
3798
|
return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
|
|
3799
3799
|
case 'pt-BR':
|
|
3800
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
3800
|
+
return Promise.resolve().then(function () { return require('./pt-BR-545c9b4a.cjs.dev.js'); });
|
|
3801
3801
|
default:
|
|
3802
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
3802
|
+
return Promise.resolve().then(function () { return require('./en-729e010c.cjs.dev.js'); });
|
|
3803
3803
|
}
|
|
3804
3804
|
};
|
|
3805
3805
|
const loadMessages = async locale => {
|
|
@@ -3756,17 +3756,17 @@ const getChunkImport = locale => {
|
|
|
3756
3756
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
3757
3757
|
switch (intlLocale) {
|
|
3758
3758
|
case 'de':
|
|
3759
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
3759
|
+
return Promise.resolve().then(function () { return require('./de-bac486fc.cjs.prod.js'); });
|
|
3760
3760
|
case 'es':
|
|
3761
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
3761
|
+
return Promise.resolve().then(function () { return require('./es-5b0c36c1.cjs.prod.js'); });
|
|
3762
3762
|
case 'fr-FR':
|
|
3763
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
3763
|
+
return Promise.resolve().then(function () { return require('./fr-FR-9c3b5bac.cjs.prod.js'); });
|
|
3764
3764
|
case 'ja':
|
|
3765
3765
|
return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
|
|
3766
3766
|
case 'pt-BR':
|
|
3767
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
3767
|
+
return Promise.resolve().then(function () { return require('./pt-BR-3b8e31a9.cjs.prod.js'); });
|
|
3768
3768
|
default:
|
|
3769
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
3769
|
+
return Promise.resolve().then(function () { return require('./en-5f0ef562.cjs.prod.js'); });
|
|
3770
3770
|
}
|
|
3771
3771
|
};
|
|
3772
3772
|
const loadMessages = async locale => {
|
|
@@ -3747,17 +3747,17 @@ const getChunkImport = locale => {
|
|
|
3747
3747
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
3748
3748
|
switch (intlLocale) {
|
|
3749
3749
|
case 'de':
|
|
3750
|
-
return import('./de-
|
|
3750
|
+
return import('./de-773a62f4.esm.js');
|
|
3751
3751
|
case 'es':
|
|
3752
|
-
return import('./es-
|
|
3752
|
+
return import('./es-1dec131c.esm.js');
|
|
3753
3753
|
case 'fr-FR':
|
|
3754
|
-
return import('./fr-FR-
|
|
3754
|
+
return import('./fr-FR-d057cc33.esm.js');
|
|
3755
3755
|
case 'ja':
|
|
3756
3756
|
return import('./ja-73c088a7.esm.js');
|
|
3757
3757
|
case 'pt-BR':
|
|
3758
|
-
return import('./pt-BR-
|
|
3758
|
+
return import('./pt-BR-151ff228.esm.js');
|
|
3759
3759
|
default:
|
|
3760
|
-
return import('./en-
|
|
3760
|
+
return import('./en-22bfe39a.esm.js');
|
|
3761
3761
|
}
|
|
3762
3762
|
};
|
|
3763
3763
|
const loadMessages = async locale => {
|
|
@@ -177,7 +177,7 @@ var de = {
|
|
|
177
177
|
},
|
|
178
178
|
"ExportResourcesModal.exportScopeAllProductSelections": {
|
|
179
179
|
developer_comment: "Label for Export All product selections",
|
|
180
|
-
string: "
|
|
180
|
+
string: "Alle exportieren: {total, plural, one {# Produktauswahl} other {# Produktauswahl}}"
|
|
181
181
|
},
|
|
182
182
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
183
183
|
developer_comment: "Label for Export All product tailorings",
|
|
@@ -217,7 +217,7 @@ var de = {
|
|
|
217
217
|
},
|
|
218
218
|
"ExportResourcesModal.exportScopeFilteredProductSelections": {
|
|
219
219
|
developer_comment: "Label for Export Filtered product selections",
|
|
220
|
-
string: "
|
|
220
|
+
string: "Gefilterte exportieren: {total, plural, one {# Produktauswahl} other {# Produktauswahl}}"
|
|
221
221
|
},
|
|
222
222
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
223
223
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
@@ -261,7 +261,7 @@ var de = {
|
|
|
261
261
|
},
|
|
262
262
|
"ExportResourcesModal.exportScopeSelectedProductSelections": {
|
|
263
263
|
developer_comment: "Label for Export Selected product selections",
|
|
264
|
-
string: "
|
|
264
|
+
string: "Ausgewählte exportieren: {total, plural, one {# Produktauswahl} other {# Produktauswahl}}"
|
|
265
265
|
},
|
|
266
266
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
267
267
|
developer_comment: "Label for Export Selected product tailorings",
|
|
@@ -285,7 +285,7 @@ var de = {
|
|
|
285
285
|
},
|
|
286
286
|
"ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
|
|
287
287
|
developer_comment: "Label for Export For a specific store option for product tailorings",
|
|
288
|
-
string: "
|
|
288
|
+
string: "Auf einen bestimmten Shop zugeschnittene Produkte exportieren"
|
|
289
289
|
},
|
|
290
290
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
291
291
|
developer_comment: "Field definition not found error",
|
|
@@ -405,7 +405,7 @@ var de = {
|
|
|
405
405
|
},
|
|
406
406
|
"ExportResourcesModal.modalTitle.productSelection": {
|
|
407
407
|
developer_comment: "Label for the product selections modal title",
|
|
408
|
-
string: "
|
|
408
|
+
string: "Produktauswahl exportieren"
|
|
409
409
|
},
|
|
410
410
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
411
411
|
developer_comment: "Label for the product tailorings modal title",
|
|
@@ -501,7 +501,7 @@ var de = {
|
|
|
501
501
|
},
|
|
502
502
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
503
503
|
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
504
|
-
string: "
|
|
504
|
+
string: "Wählen Sie ein beliebiges Feld aus einer importierten CSV-Datei aus"
|
|
505
505
|
},
|
|
506
506
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
507
507
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -512,7 +512,7 @@ var de = {
|
|
|
512
512
|
},
|
|
513
513
|
"ExportResourcesModal.selectStorePlaceholder": {
|
|
514
514
|
developer_comment: "Placeholder for the store selection dropdown",
|
|
515
|
-
string: "
|
|
515
|
+
string: "Shop auswählen"
|
|
516
516
|
},
|
|
517
517
|
"ExportResourcesModal.selected": {
|
|
518
518
|
developer_comment: "Label for total Selected",
|
|
@@ -538,6 +538,10 @@ var de = {
|
|
|
538
538
|
developer_comment: "Label for \"Start export\" button",
|
|
539
539
|
string: "Export starten"
|
|
540
540
|
},
|
|
541
|
+
"ExportResourcesModal.startingExport": {
|
|
542
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
543
|
+
string: "Export starten ..."
|
|
544
|
+
},
|
|
541
545
|
"ExportResourcesModal.stepCount": {
|
|
542
546
|
developer_comment: "Step count",
|
|
543
547
|
string: "Schritt {currentStep}/{totalSteps}"
|
|
@@ -179,7 +179,7 @@ var de = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductSelections": {
|
|
181
181
|
developer_comment: "Label for Export All product selections",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Alle exportieren: {total, plural, one {# Produktauswahl} other {# Produktauswahl}}"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
185
185
|
developer_comment: "Label for Export All product tailorings",
|
|
@@ -219,7 +219,7 @@ var de = {
|
|
|
219
219
|
},
|
|
220
220
|
"ExportResourcesModal.exportScopeFilteredProductSelections": {
|
|
221
221
|
developer_comment: "Label for Export Filtered product selections",
|
|
222
|
-
string: "
|
|
222
|
+
string: "Gefilterte exportieren: {total, plural, one {# Produktauswahl} other {# Produktauswahl}}"
|
|
223
223
|
},
|
|
224
224
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
225
225
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
@@ -263,7 +263,7 @@ var de = {
|
|
|
263
263
|
},
|
|
264
264
|
"ExportResourcesModal.exportScopeSelectedProductSelections": {
|
|
265
265
|
developer_comment: "Label for Export Selected product selections",
|
|
266
|
-
string: "
|
|
266
|
+
string: "Ausgewählte exportieren: {total, plural, one {# Produktauswahl} other {# Produktauswahl}}"
|
|
267
267
|
},
|
|
268
268
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
269
269
|
developer_comment: "Label for Export Selected product tailorings",
|
|
@@ -287,7 +287,7 @@ var de = {
|
|
|
287
287
|
},
|
|
288
288
|
"ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
|
|
289
289
|
developer_comment: "Label for Export For a specific store option for product tailorings",
|
|
290
|
-
string: "
|
|
290
|
+
string: "Auf einen bestimmten Shop zugeschnittene Produkte exportieren"
|
|
291
291
|
},
|
|
292
292
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
293
293
|
developer_comment: "Field definition not found error",
|
|
@@ -407,7 +407,7 @@ var de = {
|
|
|
407
407
|
},
|
|
408
408
|
"ExportResourcesModal.modalTitle.productSelection": {
|
|
409
409
|
developer_comment: "Label for the product selections modal title",
|
|
410
|
-
string: "
|
|
410
|
+
string: "Produktauswahl exportieren"
|
|
411
411
|
},
|
|
412
412
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
413
413
|
developer_comment: "Label for the product tailorings modal title",
|
|
@@ -503,7 +503,7 @@ var de = {
|
|
|
503
503
|
},
|
|
504
504
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
505
505
|
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
506
|
-
string: "
|
|
506
|
+
string: "Wählen Sie ein beliebiges Feld aus einer importierten CSV-Datei aus"
|
|
507
507
|
},
|
|
508
508
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
509
509
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -514,7 +514,7 @@ var de = {
|
|
|
514
514
|
},
|
|
515
515
|
"ExportResourcesModal.selectStorePlaceholder": {
|
|
516
516
|
developer_comment: "Placeholder for the store selection dropdown",
|
|
517
|
-
string: "
|
|
517
|
+
string: "Shop auswählen"
|
|
518
518
|
},
|
|
519
519
|
"ExportResourcesModal.selected": {
|
|
520
520
|
developer_comment: "Label for total Selected",
|
|
@@ -540,6 +540,10 @@ var de = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Export starten"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Export starten ..."
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Schritt {currentStep}/{totalSteps}"
|
|
@@ -179,7 +179,7 @@ var de = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductSelections": {
|
|
181
181
|
developer_comment: "Label for Export All product selections",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Alle exportieren: {total, plural, one {# Produktauswahl} other {# Produktauswahl}}"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
185
185
|
developer_comment: "Label for Export All product tailorings",
|
|
@@ -219,7 +219,7 @@ var de = {
|
|
|
219
219
|
},
|
|
220
220
|
"ExportResourcesModal.exportScopeFilteredProductSelections": {
|
|
221
221
|
developer_comment: "Label for Export Filtered product selections",
|
|
222
|
-
string: "
|
|
222
|
+
string: "Gefilterte exportieren: {total, plural, one {# Produktauswahl} other {# Produktauswahl}}"
|
|
223
223
|
},
|
|
224
224
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
225
225
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
@@ -263,7 +263,7 @@ var de = {
|
|
|
263
263
|
},
|
|
264
264
|
"ExportResourcesModal.exportScopeSelectedProductSelections": {
|
|
265
265
|
developer_comment: "Label for Export Selected product selections",
|
|
266
|
-
string: "
|
|
266
|
+
string: "Ausgewählte exportieren: {total, plural, one {# Produktauswahl} other {# Produktauswahl}}"
|
|
267
267
|
},
|
|
268
268
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
269
269
|
developer_comment: "Label for Export Selected product tailorings",
|
|
@@ -287,7 +287,7 @@ var de = {
|
|
|
287
287
|
},
|
|
288
288
|
"ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
|
|
289
289
|
developer_comment: "Label for Export For a specific store option for product tailorings",
|
|
290
|
-
string: "
|
|
290
|
+
string: "Auf einen bestimmten Shop zugeschnittene Produkte exportieren"
|
|
291
291
|
},
|
|
292
292
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
293
293
|
developer_comment: "Field definition not found error",
|
|
@@ -407,7 +407,7 @@ var de = {
|
|
|
407
407
|
},
|
|
408
408
|
"ExportResourcesModal.modalTitle.productSelection": {
|
|
409
409
|
developer_comment: "Label for the product selections modal title",
|
|
410
|
-
string: "
|
|
410
|
+
string: "Produktauswahl exportieren"
|
|
411
411
|
},
|
|
412
412
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
413
413
|
developer_comment: "Label for the product tailorings modal title",
|
|
@@ -503,7 +503,7 @@ var de = {
|
|
|
503
503
|
},
|
|
504
504
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
505
505
|
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
506
|
-
string: "
|
|
506
|
+
string: "Wählen Sie ein beliebiges Feld aus einer importierten CSV-Datei aus"
|
|
507
507
|
},
|
|
508
508
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
509
509
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -514,7 +514,7 @@ var de = {
|
|
|
514
514
|
},
|
|
515
515
|
"ExportResourcesModal.selectStorePlaceholder": {
|
|
516
516
|
developer_comment: "Placeholder for the store selection dropdown",
|
|
517
|
-
string: "
|
|
517
|
+
string: "Shop auswählen"
|
|
518
518
|
},
|
|
519
519
|
"ExportResourcesModal.selected": {
|
|
520
520
|
developer_comment: "Label for total Selected",
|
|
@@ -540,6 +540,10 @@ var de = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Export starten"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Export starten ..."
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Schritt {currentStep}/{totalSteps}"
|
|
@@ -538,6 +538,10 @@ var en = {
|
|
|
538
538
|
developer_comment: "Label for \"Start export\" button",
|
|
539
539
|
string: "Start export"
|
|
540
540
|
},
|
|
541
|
+
"ExportResourcesModal.startingExport": {
|
|
542
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
543
|
+
string: "Starting export…"
|
|
544
|
+
},
|
|
541
545
|
"ExportResourcesModal.stepCount": {
|
|
542
546
|
developer_comment: "Step count",
|
|
543
547
|
string: "Step {currentStep}/{totalSteps}"
|
|
@@ -540,6 +540,10 @@ var en = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Start export"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Starting export…"
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Step {currentStep}/{totalSteps}"
|
|
@@ -540,6 +540,10 @@ var en = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Start export"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Starting export…"
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Step {currentStep}/{totalSteps}"
|
|
@@ -538,6 +538,10 @@ var es = {
|
|
|
538
538
|
developer_comment: "Label for \"Start export\" button",
|
|
539
539
|
string: "Iniciar exportación"
|
|
540
540
|
},
|
|
541
|
+
"ExportResourcesModal.startingExport": {
|
|
542
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
543
|
+
string: "Starting export…"
|
|
544
|
+
},
|
|
541
545
|
"ExportResourcesModal.stepCount": {
|
|
542
546
|
developer_comment: "Step count",
|
|
543
547
|
string: "Paso {currentStep}/{totalSteps}"
|
|
@@ -540,6 +540,10 @@ var es = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Iniciar exportación"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Starting export…"
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Paso {currentStep}/{totalSteps}"
|
|
@@ -540,6 +540,10 @@ var es = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Iniciar exportación"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Starting export…"
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Paso {currentStep}/{totalSteps}"
|
|
@@ -540,6 +540,10 @@ var frFR = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Commencer l'exportation"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Starting export…"
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Étape {currentStep}/{totalSteps}"
|
|
@@ -540,6 +540,10 @@ var frFR = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Commencer l'exportation"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Starting export…"
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Étape {currentStep}/{totalSteps}"
|
|
@@ -538,6 +538,10 @@ var frFR = {
|
|
|
538
538
|
developer_comment: "Label for \"Start export\" button",
|
|
539
539
|
string: "Commencer l'exportation"
|
|
540
540
|
},
|
|
541
|
+
"ExportResourcesModal.startingExport": {
|
|
542
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
543
|
+
string: "Starting export…"
|
|
544
|
+
},
|
|
541
545
|
"ExportResourcesModal.stepCount": {
|
|
542
546
|
developer_comment: "Step count",
|
|
543
547
|
string: "Étape {currentStep}/{totalSteps}"
|
|
@@ -177,7 +177,7 @@ var ptBR = {
|
|
|
177
177
|
},
|
|
178
178
|
"ExportResourcesModal.exportScopeAllProductSelections": {
|
|
179
179
|
developer_comment: "Label for Export All product selections",
|
|
180
|
-
string: "
|
|
180
|
+
string: "Exportar tudo: {total, plural, one {Nº. de seleção de produto} other {# Nº. de seleções de produtos}}"
|
|
181
181
|
},
|
|
182
182
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
183
183
|
developer_comment: "Label for Export All product tailorings",
|
|
@@ -217,7 +217,7 @@ var ptBR = {
|
|
|
217
217
|
},
|
|
218
218
|
"ExportResourcesModal.exportScopeFilteredProductSelections": {
|
|
219
219
|
developer_comment: "Label for Export Filtered product selections",
|
|
220
|
-
string: "
|
|
220
|
+
string: "Exportar filtrados: {total, plural, one {Nº. de seleção de produto} other {Nº. de seleções de produtos}}"
|
|
221
221
|
},
|
|
222
222
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
223
223
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
@@ -261,7 +261,7 @@ var ptBR = {
|
|
|
261
261
|
},
|
|
262
262
|
"ExportResourcesModal.exportScopeSelectedProductSelections": {
|
|
263
263
|
developer_comment: "Label for Export Selected product selections",
|
|
264
|
-
string: "
|
|
264
|
+
string: "Exportar selecionados: {total, plural, one {Nº. de seleção de produto} other {Nº. de seleções de produtos}}"
|
|
265
265
|
},
|
|
266
266
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
267
267
|
developer_comment: "Label for Export Selected product tailorings",
|
|
@@ -285,7 +285,7 @@ var ptBR = {
|
|
|
285
285
|
},
|
|
286
286
|
"ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
|
|
287
287
|
developer_comment: "Label for Export For a specific store option for product tailorings",
|
|
288
|
-
string: "
|
|
288
|
+
string: "Exportar produtos personalizados para uma loja específica"
|
|
289
289
|
},
|
|
290
290
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
291
291
|
developer_comment: "Field definition not found error",
|
|
@@ -405,7 +405,7 @@ var ptBR = {
|
|
|
405
405
|
},
|
|
406
406
|
"ExportResourcesModal.modalTitle.productSelection": {
|
|
407
407
|
developer_comment: "Label for the product selections modal title",
|
|
408
|
-
string: "
|
|
408
|
+
string: "Exportar seleções de produtos"
|
|
409
409
|
},
|
|
410
410
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
411
411
|
developer_comment: "Label for the product tailorings modal title",
|
|
@@ -501,7 +501,7 @@ var ptBR = {
|
|
|
501
501
|
},
|
|
502
502
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
503
503
|
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
504
|
-
string: "
|
|
504
|
+
string: "Selecione qualquer campo de um arquivo CSV importado"
|
|
505
505
|
},
|
|
506
506
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
507
507
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -512,7 +512,7 @@ var ptBR = {
|
|
|
512
512
|
},
|
|
513
513
|
"ExportResourcesModal.selectStorePlaceholder": {
|
|
514
514
|
developer_comment: "Placeholder for the store selection dropdown",
|
|
515
|
-
string: "
|
|
515
|
+
string: "Selecionar loja"
|
|
516
516
|
},
|
|
517
517
|
"ExportResourcesModal.selected": {
|
|
518
518
|
developer_comment: "Label for total Selected",
|
|
@@ -538,6 +538,10 @@ var ptBR = {
|
|
|
538
538
|
developer_comment: "Label for \"Start export\" button",
|
|
539
539
|
string: "Iniciar exportação"
|
|
540
540
|
},
|
|
541
|
+
"ExportResourcesModal.startingExport": {
|
|
542
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
543
|
+
string: "Iniciando exportação…"
|
|
544
|
+
},
|
|
541
545
|
"ExportResourcesModal.stepCount": {
|
|
542
546
|
developer_comment: "Step count",
|
|
543
547
|
string: "Etapa {currentStep}/{totalSteps}"
|
|
@@ -179,7 +179,7 @@ var ptBR = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductSelections": {
|
|
181
181
|
developer_comment: "Label for Export All product selections",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Exportar tudo: {total, plural, one {Nº. de seleção de produto} other {# Nº. de seleções de produtos}}"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
185
185
|
developer_comment: "Label for Export All product tailorings",
|
|
@@ -219,7 +219,7 @@ var ptBR = {
|
|
|
219
219
|
},
|
|
220
220
|
"ExportResourcesModal.exportScopeFilteredProductSelections": {
|
|
221
221
|
developer_comment: "Label for Export Filtered product selections",
|
|
222
|
-
string: "
|
|
222
|
+
string: "Exportar filtrados: {total, plural, one {Nº. de seleção de produto} other {Nº. de seleções de produtos}}"
|
|
223
223
|
},
|
|
224
224
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
225
225
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
@@ -263,7 +263,7 @@ var ptBR = {
|
|
|
263
263
|
},
|
|
264
264
|
"ExportResourcesModal.exportScopeSelectedProductSelections": {
|
|
265
265
|
developer_comment: "Label for Export Selected product selections",
|
|
266
|
-
string: "
|
|
266
|
+
string: "Exportar selecionados: {total, plural, one {Nº. de seleção de produto} other {Nº. de seleções de produtos}}"
|
|
267
267
|
},
|
|
268
268
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
269
269
|
developer_comment: "Label for Export Selected product tailorings",
|
|
@@ -287,7 +287,7 @@ var ptBR = {
|
|
|
287
287
|
},
|
|
288
288
|
"ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
|
|
289
289
|
developer_comment: "Label for Export For a specific store option for product tailorings",
|
|
290
|
-
string: "
|
|
290
|
+
string: "Exportar produtos personalizados para uma loja específica"
|
|
291
291
|
},
|
|
292
292
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
293
293
|
developer_comment: "Field definition not found error",
|
|
@@ -407,7 +407,7 @@ var ptBR = {
|
|
|
407
407
|
},
|
|
408
408
|
"ExportResourcesModal.modalTitle.productSelection": {
|
|
409
409
|
developer_comment: "Label for the product selections modal title",
|
|
410
|
-
string: "
|
|
410
|
+
string: "Exportar seleções de produtos"
|
|
411
411
|
},
|
|
412
412
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
413
413
|
developer_comment: "Label for the product tailorings modal title",
|
|
@@ -503,7 +503,7 @@ var ptBR = {
|
|
|
503
503
|
},
|
|
504
504
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
505
505
|
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
506
|
-
string: "
|
|
506
|
+
string: "Selecione qualquer campo de um arquivo CSV importado"
|
|
507
507
|
},
|
|
508
508
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
509
509
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -514,7 +514,7 @@ var ptBR = {
|
|
|
514
514
|
},
|
|
515
515
|
"ExportResourcesModal.selectStorePlaceholder": {
|
|
516
516
|
developer_comment: "Placeholder for the store selection dropdown",
|
|
517
|
-
string: "
|
|
517
|
+
string: "Selecionar loja"
|
|
518
518
|
},
|
|
519
519
|
"ExportResourcesModal.selected": {
|
|
520
520
|
developer_comment: "Label for total Selected",
|
|
@@ -540,6 +540,10 @@ var ptBR = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Iniciar exportação"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Iniciando exportação…"
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Etapa {currentStep}/{totalSteps}"
|
|
@@ -179,7 +179,7 @@ var ptBR = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductSelections": {
|
|
181
181
|
developer_comment: "Label for Export All product selections",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Exportar tudo: {total, plural, one {Nº. de seleção de produto} other {# Nº. de seleções de produtos}}"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
185
185
|
developer_comment: "Label for Export All product tailorings",
|
|
@@ -219,7 +219,7 @@ var ptBR = {
|
|
|
219
219
|
},
|
|
220
220
|
"ExportResourcesModal.exportScopeFilteredProductSelections": {
|
|
221
221
|
developer_comment: "Label for Export Filtered product selections",
|
|
222
|
-
string: "
|
|
222
|
+
string: "Exportar filtrados: {total, plural, one {Nº. de seleção de produto} other {Nº. de seleções de produtos}}"
|
|
223
223
|
},
|
|
224
224
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
225
225
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
@@ -263,7 +263,7 @@ var ptBR = {
|
|
|
263
263
|
},
|
|
264
264
|
"ExportResourcesModal.exportScopeSelectedProductSelections": {
|
|
265
265
|
developer_comment: "Label for Export Selected product selections",
|
|
266
|
-
string: "
|
|
266
|
+
string: "Exportar selecionados: {total, plural, one {Nº. de seleção de produto} other {Nº. de seleções de produtos}}"
|
|
267
267
|
},
|
|
268
268
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
269
269
|
developer_comment: "Label for Export Selected product tailorings",
|
|
@@ -287,7 +287,7 @@ var ptBR = {
|
|
|
287
287
|
},
|
|
288
288
|
"ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
|
|
289
289
|
developer_comment: "Label for Export For a specific store option for product tailorings",
|
|
290
|
-
string: "
|
|
290
|
+
string: "Exportar produtos personalizados para uma loja específica"
|
|
291
291
|
},
|
|
292
292
|
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
293
293
|
developer_comment: "Field definition not found error",
|
|
@@ -407,7 +407,7 @@ var ptBR = {
|
|
|
407
407
|
},
|
|
408
408
|
"ExportResourcesModal.modalTitle.productSelection": {
|
|
409
409
|
developer_comment: "Label for the product selections modal title",
|
|
410
|
-
string: "
|
|
410
|
+
string: "Exportar seleções de produtos"
|
|
411
411
|
},
|
|
412
412
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
413
413
|
developer_comment: "Label for the product tailorings modal title",
|
|
@@ -503,7 +503,7 @@ var ptBR = {
|
|
|
503
503
|
},
|
|
504
504
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
505
505
|
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
506
|
-
string: "
|
|
506
|
+
string: "Selecione qualquer campo de um arquivo CSV importado"
|
|
507
507
|
},
|
|
508
508
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
509
509
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -514,7 +514,7 @@ var ptBR = {
|
|
|
514
514
|
},
|
|
515
515
|
"ExportResourcesModal.selectStorePlaceholder": {
|
|
516
516
|
developer_comment: "Placeholder for the store selection dropdown",
|
|
517
|
-
string: "
|
|
517
|
+
string: "Selecionar loja"
|
|
518
518
|
},
|
|
519
519
|
"ExportResourcesModal.selected": {
|
|
520
520
|
developer_comment: "Label for total Selected",
|
|
@@ -540,6 +540,10 @@ var ptBR = {
|
|
|
540
540
|
developer_comment: "Label for \"Start export\" button",
|
|
541
541
|
string: "Iniciar exportação"
|
|
542
542
|
},
|
|
543
|
+
"ExportResourcesModal.startingExport": {
|
|
544
|
+
developer_comment: "Label for the \"Start export\" button while the export operation is being started",
|
|
545
|
+
string: "Iniciando exportação…"
|
|
546
|
+
},
|
|
543
547
|
"ExportResourcesModal.stepCount": {
|
|
544
548
|
developer_comment: "Step count",
|
|
545
549
|
string: "Etapa {currentStep}/{totalSteps}"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/export-resources-modal",
|
|
3
3
|
"description": "Shared export modal for exporting resources",
|
|
4
|
-
"version": "5.16.
|
|
4
|
+
"version": "5.16.5",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"moment": "^2.30.1",
|
|
27
27
|
"omit-empty-es": "^1.1.3",
|
|
28
28
|
"prop-types": "^15.8.1",
|
|
29
|
-
"@commercetools-frontend-extensions/operations": "
|
|
29
|
+
"@commercetools-frontend-extensions/operations": "5.0.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@commercetools-frontend/actions-global": "27.8.0",
|