@commercetools-frontend-extensions/export-resources-modal 5.16.2 → 5.16.4

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.
@@ -270,6 +270,11 @@ var messages = reactIntl.defineMessages({
270
270
  description: 'Label for "Start export" button',
271
271
  defaultMessage: 'Start export'
272
272
  },
273
+ startingExport: {
274
+ id: 'ExportResourcesModal.startingExport',
275
+ description: 'Label for the "Start export" button while the export operation is being started',
276
+ defaultMessage: 'Starting export…'
277
+ },
273
278
  fieldDefinitions: {
274
279
  id: 'ExportResourcesModal.fieldDefinitions',
275
280
  description: 'Label for "Field definitions" link',
@@ -1953,6 +1958,7 @@ const useStartExportOperation = props => {
1953
1958
  dismissAfter: 5000
1954
1959
  });
1955
1960
  if (typeof props.onExportSuccess === 'function') props.onExportSuccess();
1961
+ if (typeof props.onClose === 'function') props.onClose();
1956
1962
  break;
1957
1963
  default:
1958
1964
  throw new UnexpectedExportOperationStateError(response.state);
@@ -1974,8 +1980,6 @@ const useStartExportOperation = props => {
1974
1980
  domain: constants.DOMAINS.PAGE
1975
1981
  });
1976
1982
  }
1977
- } finally {
1978
- if (typeof props.onClose === 'function') props.onClose();
1979
1983
  }
1980
1984
  };
1981
1985
  return {
@@ -3328,7 +3332,7 @@ const ExportResourcesProvider = _ref => {
3328
3332
  setCurrentStep(Step.ValidationErrors);
3329
3333
  }
3330
3334
  } else {
3331
- startExportOperation(values, exportType, fieldSelectionMode, localeOption, importedHeaders, selectedStoreKey);
3335
+ await startExportOperation(values, exportType, fieldSelectionMode, localeOption, importedHeaders, selectedStoreKey);
3332
3336
  }
3333
3337
  }
3334
3338
  });
@@ -3456,7 +3460,8 @@ const ExportConfirmationStep = () => {
3456
3460
  currentStep: 3,
3457
3461
  totalSteps: TOTAL_STEPS
3458
3462
  }), ": ")).call(_context2, intl.formatMessage(messages.exportPreview)),
3459
- labelPrimary: intl.formatMessage(messages.startExport),
3463
+ labelPrimary: intl.formatMessage(formik.isSubmitting ? messages.startingExport : messages.startExport),
3464
+ isPrimaryButtonDisabled: formik.isSubmitting,
3460
3465
  onPrimaryButtonClick: formik.submitForm,
3461
3466
  labelSecondary: intl.formatMessage(messages.selectDifferentFields),
3462
3467
  onSecondaryButtonClick: returnToFieldsSelection,
@@ -3784,17 +3789,17 @@ const getChunkImport = locale => {
3784
3789
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3785
3790
  switch (intlLocale) {
3786
3791
  case 'de':
3787
- return Promise.resolve().then(function () { return require('./de-448f5798.cjs.dev.js'); });
3792
+ return Promise.resolve().then(function () { return require('./de-8432dcbf.cjs.dev.js'); });
3788
3793
  case 'es':
3789
- return Promise.resolve().then(function () { return require('./es-b4ee13a8.cjs.dev.js'); });
3794
+ return Promise.resolve().then(function () { return require('./es-d8642f07.cjs.dev.js'); });
3790
3795
  case 'fr-FR':
3791
- return Promise.resolve().then(function () { return require('./fr-FR-00860e60.cjs.dev.js'); });
3796
+ return Promise.resolve().then(function () { return require('./fr-FR-cbe722c8.cjs.dev.js'); });
3792
3797
  case 'ja':
3793
3798
  return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
3794
3799
  case 'pt-BR':
3795
- return Promise.resolve().then(function () { return require('./pt-BR-63769e73.cjs.dev.js'); });
3800
+ return Promise.resolve().then(function () { return require('./pt-BR-545c9b4a.cjs.dev.js'); });
3796
3801
  default:
3797
- return Promise.resolve().then(function () { return require('./en-f39a23e6.cjs.dev.js'); });
3802
+ return Promise.resolve().then(function () { return require('./en-729e010c.cjs.dev.js'); });
3798
3803
  }
3799
3804
  };
3800
3805
  const loadMessages = async locale => {
@@ -270,6 +270,11 @@ var messages = reactIntl.defineMessages({
270
270
  description: 'Label for "Start export" button',
271
271
  defaultMessage: 'Start export'
272
272
  },
273
+ startingExport: {
274
+ id: 'ExportResourcesModal.startingExport',
275
+ description: 'Label for the "Start export" button while the export operation is being started',
276
+ defaultMessage: 'Starting export…'
277
+ },
273
278
  fieldDefinitions: {
274
279
  id: 'ExportResourcesModal.fieldDefinitions',
275
280
  description: 'Label for "Field definitions" link',
@@ -1953,6 +1958,7 @@ const useStartExportOperation = props => {
1953
1958
  dismissAfter: 5000
1954
1959
  });
1955
1960
  if (typeof props.onExportSuccess === 'function') props.onExportSuccess();
1961
+ if (typeof props.onClose === 'function') props.onClose();
1956
1962
  break;
1957
1963
  default:
1958
1964
  throw new UnexpectedExportOperationStateError(response.state);
@@ -1974,8 +1980,6 @@ const useStartExportOperation = props => {
1974
1980
  domain: constants.DOMAINS.PAGE
1975
1981
  });
1976
1982
  }
1977
- } finally {
1978
- if (typeof props.onClose === 'function') props.onClose();
1979
1983
  }
1980
1984
  };
1981
1985
  return {
@@ -3295,7 +3299,7 @@ const ExportResourcesProvider = _ref => {
3295
3299
  setCurrentStep(Step.ValidationErrors);
3296
3300
  }
3297
3301
  } else {
3298
- startExportOperation(values, exportType, fieldSelectionMode, localeOption, importedHeaders, selectedStoreKey);
3302
+ await startExportOperation(values, exportType, fieldSelectionMode, localeOption, importedHeaders, selectedStoreKey);
3299
3303
  }
3300
3304
  }
3301
3305
  });
@@ -3423,7 +3427,8 @@ const ExportConfirmationStep = () => {
3423
3427
  currentStep: 3,
3424
3428
  totalSteps: TOTAL_STEPS
3425
3429
  }), ": ")).call(_context2, intl.formatMessage(messages.exportPreview)),
3426
- labelPrimary: intl.formatMessage(messages.startExport),
3430
+ labelPrimary: intl.formatMessage(formik.isSubmitting ? messages.startingExport : messages.startExport),
3431
+ isPrimaryButtonDisabled: formik.isSubmitting,
3427
3432
  onPrimaryButtonClick: formik.submitForm,
3428
3433
  labelSecondary: intl.formatMessage(messages.selectDifferentFields),
3429
3434
  onSecondaryButtonClick: returnToFieldsSelection,
@@ -3751,17 +3756,17 @@ const getChunkImport = locale => {
3751
3756
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3752
3757
  switch (intlLocale) {
3753
3758
  case 'de':
3754
- return Promise.resolve().then(function () { return require('./de-11249ba5.cjs.prod.js'); });
3759
+ return Promise.resolve().then(function () { return require('./de-bac486fc.cjs.prod.js'); });
3755
3760
  case 'es':
3756
- return Promise.resolve().then(function () { return require('./es-566ec5e7.cjs.prod.js'); });
3761
+ return Promise.resolve().then(function () { return require('./es-5b0c36c1.cjs.prod.js'); });
3757
3762
  case 'fr-FR':
3758
- return Promise.resolve().then(function () { return require('./fr-FR-23df0502.cjs.prod.js'); });
3763
+ return Promise.resolve().then(function () { return require('./fr-FR-9c3b5bac.cjs.prod.js'); });
3759
3764
  case 'ja':
3760
3765
  return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
3761
3766
  case 'pt-BR':
3762
- return Promise.resolve().then(function () { return require('./pt-BR-14554160.cjs.prod.js'); });
3767
+ return Promise.resolve().then(function () { return require('./pt-BR-3b8e31a9.cjs.prod.js'); });
3763
3768
  default:
3764
- return Promise.resolve().then(function () { return require('./en-b1e57064.cjs.prod.js'); });
3769
+ return Promise.resolve().then(function () { return require('./en-5f0ef562.cjs.prod.js'); });
3765
3770
  }
3766
3771
  };
3767
3772
  const loadMessages = async locale => {
@@ -228,6 +228,11 @@ var messages = defineMessages({
228
228
  description: 'Label for "Start export" button',
229
229
  defaultMessage: 'Start export'
230
230
  },
231
+ startingExport: {
232
+ id: 'ExportResourcesModal.startingExport',
233
+ description: 'Label for the "Start export" button while the export operation is being started',
234
+ defaultMessage: 'Starting export…'
235
+ },
231
236
  fieldDefinitions: {
232
237
  id: 'ExportResourcesModal.fieldDefinitions',
233
238
  description: 'Label for "Field definitions" link',
@@ -1911,6 +1916,7 @@ const useStartExportOperation = props => {
1911
1916
  dismissAfter: 5000
1912
1917
  });
1913
1918
  if (typeof props.onExportSuccess === 'function') props.onExportSuccess();
1919
+ if (typeof props.onClose === 'function') props.onClose();
1914
1920
  break;
1915
1921
  default:
1916
1922
  throw new UnexpectedExportOperationStateError(response.state);
@@ -1932,8 +1938,6 @@ const useStartExportOperation = props => {
1932
1938
  domain: DOMAINS.PAGE
1933
1939
  });
1934
1940
  }
1935
- } finally {
1936
- if (typeof props.onClose === 'function') props.onClose();
1937
1941
  }
1938
1942
  };
1939
1943
  return {
@@ -3286,7 +3290,7 @@ const ExportResourcesProvider = _ref => {
3286
3290
  setCurrentStep(Step.ValidationErrors);
3287
3291
  }
3288
3292
  } else {
3289
- startExportOperation(values, exportType, fieldSelectionMode, localeOption, importedHeaders, selectedStoreKey);
3293
+ await startExportOperation(values, exportType, fieldSelectionMode, localeOption, importedHeaders, selectedStoreKey);
3290
3294
  }
3291
3295
  }
3292
3296
  });
@@ -3414,7 +3418,8 @@ const ExportConfirmationStep = () => {
3414
3418
  currentStep: 3,
3415
3419
  totalSteps: TOTAL_STEPS
3416
3420
  }), ": ")).call(_context2, intl.formatMessage(messages.exportPreview)),
3417
- labelPrimary: intl.formatMessage(messages.startExport),
3421
+ labelPrimary: intl.formatMessage(formik.isSubmitting ? messages.startingExport : messages.startExport),
3422
+ isPrimaryButtonDisabled: formik.isSubmitting,
3418
3423
  onPrimaryButtonClick: formik.submitForm,
3419
3424
  labelSecondary: intl.formatMessage(messages.selectDifferentFields),
3420
3425
  onSecondaryButtonClick: returnToFieldsSelection,
@@ -3742,17 +3747,17 @@ const getChunkImport = locale => {
3742
3747
  const intlLocale = mapLocaleToIntlLocale(locale);
3743
3748
  switch (intlLocale) {
3744
3749
  case 'de':
3745
- return import('./de-6ca92bf0.esm.js');
3750
+ return import('./de-773a62f4.esm.js');
3746
3751
  case 'es':
3747
- return import('./es-cf5018bb.esm.js');
3752
+ return import('./es-1dec131c.esm.js');
3748
3753
  case 'fr-FR':
3749
- return import('./fr-FR-79f77e0a.esm.js');
3754
+ return import('./fr-FR-d057cc33.esm.js');
3750
3755
  case 'ja':
3751
3756
  return import('./ja-73c088a7.esm.js');
3752
3757
  case 'pt-BR':
3753
- return import('./pt-BR-0ce14c46.esm.js');
3758
+ return import('./pt-BR-151ff228.esm.js');
3754
3759
  default:
3755
- return import('./en-7eac8362.esm.js');
3760
+ return import('./en-22bfe39a.esm.js');
3756
3761
  }
3757
3762
  };
3758
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: "Export all: {total, plural, one {# product selection} other {# product selections}}"
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: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
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: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
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: "Export tailored products for a specific store"
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: "Export product selections"
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: "Select any field from an imported CSV"
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: "Select store"
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: "Export all: {total, plural, one {# product selection} other {# product selections}}"
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: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
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: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
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: "Export tailored products for a specific store"
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: "Export product selections"
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: "Select any field from an imported CSV"
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: "Select store"
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: "Export all: {total, plural, one {# product selection} other {# product selections}}"
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: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
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: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
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: "Export tailored products for a specific store"
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: "Export product selections"
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: "Select any field from an imported CSV"
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: "Select store"
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: "Export all: {total, plural, one {# product selection} other {# product selections}}"
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: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
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: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
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: "Export tailored products for a specific store"
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: "Export product selections"
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: "Select any field from an imported CSV"
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: "Select store"
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: "Export all: {total, plural, one {# product selection} other {# product selections}}"
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: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
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: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
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: "Export tailored products for a specific store"
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: "Export product selections"
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: "Select any field from an imported CSV"
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: "Select store"
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: "Export all: {total, plural, one {# product selection} other {# product selections}}"
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: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
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: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
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: "Export tailored products for a specific store"
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: "Export product selections"
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: "Select any field from an imported CSV"
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: "Select store"
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.2",
4
+ "version": "5.16.4",
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": "4.7.0"
29
+ "@commercetools-frontend-extensions/operations": "4.7.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@commercetools-frontend/actions-global": "27.8.0",