@commercetools-frontend-extensions/import-resources-modal 1.16.2 → 1.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.
@@ -2228,17 +2228,17 @@ const getChunkImport = locale => {
2228
2228
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
2229
2229
  switch (intlLocale) {
2230
2230
  case 'de':
2231
- return Promise.resolve().then(function () { return require('./de-ead5c57a.cjs.dev.js'); });
2231
+ return Promise.resolve().then(function () { return require('./de-1a0a5893.cjs.dev.js'); });
2232
2232
  case 'es':
2233
- return Promise.resolve().then(function () { return require('./es-a51dcb64.cjs.dev.js'); });
2233
+ return Promise.resolve().then(function () { return require('./es-856f2bab.cjs.dev.js'); });
2234
2234
  case 'fr-FR':
2235
- return Promise.resolve().then(function () { return require('./fr-FR-2a5d9ac4.cjs.dev.js'); });
2235
+ return Promise.resolve().then(function () { return require('./fr-FR-995d3a91.cjs.dev.js'); });
2236
2236
  case 'ja':
2237
2237
  return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
2238
2238
  case 'pt-BR':
2239
- return Promise.resolve().then(function () { return require('./pt-BR-482ef868.cjs.dev.js'); });
2239
+ return Promise.resolve().then(function () { return require('./pt-BR-b1d37487.cjs.dev.js'); });
2240
2240
  default:
2241
- return Promise.resolve().then(function () { return require('./en-f79b9fc3.cjs.dev.js'); });
2241
+ return Promise.resolve().then(function () { return require('./en-68bea2f6.cjs.dev.js'); });
2242
2242
  }
2243
2243
  };
2244
2244
  const loadMessages = async locale => {
@@ -2204,17 +2204,17 @@ const getChunkImport = locale => {
2204
2204
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
2205
2205
  switch (intlLocale) {
2206
2206
  case 'de':
2207
- return Promise.resolve().then(function () { return require('./de-c827452a.cjs.prod.js'); });
2207
+ return Promise.resolve().then(function () { return require('./de-13769073.cjs.prod.js'); });
2208
2208
  case 'es':
2209
- return Promise.resolve().then(function () { return require('./es-c255427d.cjs.prod.js'); });
2209
+ return Promise.resolve().then(function () { return require('./es-283dbfb9.cjs.prod.js'); });
2210
2210
  case 'fr-FR':
2211
- return Promise.resolve().then(function () { return require('./fr-FR-bc7717d4.cjs.prod.js'); });
2211
+ return Promise.resolve().then(function () { return require('./fr-FR-75708fe2.cjs.prod.js'); });
2212
2212
  case 'ja':
2213
2213
  return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
2214
2214
  case 'pt-BR':
2215
- return Promise.resolve().then(function () { return require('./pt-BR-fd80a27f.cjs.prod.js'); });
2215
+ return Promise.resolve().then(function () { return require('./pt-BR-3a7000a5.cjs.prod.js'); });
2216
2216
  default:
2217
- return Promise.resolve().then(function () { return require('./en-9d2e9c08.cjs.prod.js'); });
2217
+ return Promise.resolve().then(function () { return require('./en-7485a81f.cjs.prod.js'); });
2218
2218
  }
2219
2219
  };
2220
2220
  const loadMessages = async locale => {
@@ -2207,17 +2207,17 @@ const getChunkImport = locale => {
2207
2207
  const intlLocale = mapLocaleToIntlLocale(locale);
2208
2208
  switch (intlLocale) {
2209
2209
  case 'de':
2210
- return import('./de-b047bec2.esm.js');
2210
+ return import('./de-3c5a7dbb.esm.js');
2211
2211
  case 'es':
2212
- return import('./es-8097b07a.esm.js');
2212
+ return import('./es-29327eb6.esm.js');
2213
2213
  case 'fr-FR':
2214
- return import('./fr-FR-102534f6.esm.js');
2214
+ return import('./fr-FR-a1f266cc.esm.js');
2215
2215
  case 'ja':
2216
2216
  return import('./ja-73c088a7.esm.js');
2217
2217
  case 'pt-BR':
2218
- return import('./pt-BR-6733e100.esm.js');
2218
+ return import('./pt-BR-b8fb26c8.esm.js');
2219
2219
  default:
2220
- return import('./en-ae4043c4.esm.js');
2220
+ return import('./en-55526354.esm.js');
2221
2221
  }
2222
2222
  };
2223
2223
  const loadMessages = async locale => {
@@ -374,7 +374,7 @@ var de = {
374
374
  string: "Hochladen und Vorschau"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "Beim Hochladen der Datei <b>{fileName}</b> wurden {errorsCount, plural, one {ist <b>{errorsCount}</b> Fehler} other {sind <b>{errorsCount}</b> Fehler}} erkannt."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var de = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Neue Datei hochladen"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "Komma (,)"
@@ -411,6 +415,10 @@ var de = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Falsches Trennzeichen"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -374,7 +374,7 @@ var de = {
374
374
  string: "Hochladen und Vorschau"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "Beim Hochladen der Datei <b>{fileName}</b> wurden {errorsCount, plural, one {ist <b>{errorsCount}</b> Fehler} other {sind <b>{errorsCount}</b> Fehler}} erkannt."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var de = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Neue Datei hochladen"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "Komma (,)"
@@ -411,6 +415,10 @@ var de = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Falsches Trennzeichen"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -372,7 +372,7 @@ var de = {
372
372
  string: "Hochladen und Vorschau"
373
373
  },
374
374
  "ImportResourcesModal.uploadErrorDescription": {
375
- developer_comment: "Title when errors detected while uploading file",
375
+ developer_comment: "Title when errors detected while uploading file (old flow)",
376
376
  string: "Beim Hochladen der Datei <b>{fileName}</b> wurden {errorsCount, plural, one {ist <b>{errorsCount}</b> Fehler} other {sind <b>{errorsCount}</b> Fehler}} erkannt."
377
377
  },
378
378
  "ImportResourcesModal.uploadFile": {
@@ -383,6 +383,10 @@ var de = {
383
383
  developer_comment: "Upload new file button",
384
384
  string: "Neue Datei hochladen"
385
385
  },
386
+ "ImportResourcesModal.uploadRowsErrorDescription": {
387
+ developer_comment: "Title when errors detected while uploading file (new flow)",
388
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
389
+ },
386
390
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
387
391
  developer_comment: "Label for comma decimal separator option",
388
392
  string: "Komma (,)"
@@ -409,6 +413,10 @@ var de = {
409
413
  },
410
414
  "ImportResourcesModal.wrongSeparatorTitle": {
411
415
  string: "Falsches Trennzeichen"
416
+ },
417
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
418
+ developer_comment: "Notification message when file upload is taking longer than expected",
419
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
412
420
  }
413
421
  };
414
422
 
@@ -372,7 +372,7 @@ var en = {
372
372
  string: "Upload and preview"
373
373
  },
374
374
  "ImportResourcesModal.uploadErrorDescription": {
375
- developer_comment: "Title when errors detected while uploading file",
375
+ developer_comment: "Title when errors detected while uploading file (old flow)",
376
376
  string: "There {errorsCount, plural, one {is <b>{errorsCount}</b> error} other {are <b>{errorsCount}</b> errors}} detected while uploading the file <b>{fileName}</b>."
377
377
  },
378
378
  "ImportResourcesModal.uploadFile": {
@@ -383,6 +383,10 @@ var en = {
383
383
  developer_comment: "Upload new file button",
384
384
  string: "Upload new file"
385
385
  },
386
+ "ImportResourcesModal.uploadRowsErrorDescription": {
387
+ developer_comment: "Title when errors detected while uploading file (new flow)",
388
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
389
+ },
386
390
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
387
391
  developer_comment: "Label for comma decimal separator option",
388
392
  string: "comma (,)"
@@ -409,6 +413,10 @@ var en = {
409
413
  },
410
414
  "ImportResourcesModal.wrongSeparatorTitle": {
411
415
  string: "Wrong separator"
416
+ },
417
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
418
+ developer_comment: "Notification message when file upload is taking longer than expected",
419
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
412
420
  }
413
421
  };
414
422
 
@@ -374,7 +374,7 @@ var en = {
374
374
  string: "Upload and preview"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "There {errorsCount, plural, one {is <b>{errorsCount}</b> error} other {are <b>{errorsCount}</b> errors}} detected while uploading the file <b>{fileName}</b>."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var en = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Upload new file"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "comma (,)"
@@ -411,6 +415,10 @@ var en = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Wrong separator"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -374,7 +374,7 @@ var en = {
374
374
  string: "Upload and preview"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "There {errorsCount, plural, one {is <b>{errorsCount}</b> error} other {are <b>{errorsCount}</b> errors}} detected while uploading the file <b>{fileName}</b>."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var en = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Upload new file"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "comma (,)"
@@ -411,6 +415,10 @@ var en = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Wrong separator"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -374,7 +374,7 @@ var es = {
374
374
  string: "Cargar y vista previa"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "Hay {errorsCount, plural, one {<b>{errorsCount}</b> error} other {<b>{errorsCount}</b> errores}} que se han detectado al subir el archivo <b>{fileName}</b>."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var es = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Cargar archivo nuevo"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "coma (,)"
@@ -411,6 +415,10 @@ var es = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Separador incorrecto"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -372,7 +372,7 @@ var es = {
372
372
  string: "Cargar y vista previa"
373
373
  },
374
374
  "ImportResourcesModal.uploadErrorDescription": {
375
- developer_comment: "Title when errors detected while uploading file",
375
+ developer_comment: "Title when errors detected while uploading file (old flow)",
376
376
  string: "Hay {errorsCount, plural, one {<b>{errorsCount}</b> error} other {<b>{errorsCount}</b> errores}} que se han detectado al subir el archivo <b>{fileName}</b>."
377
377
  },
378
378
  "ImportResourcesModal.uploadFile": {
@@ -383,6 +383,10 @@ var es = {
383
383
  developer_comment: "Upload new file button",
384
384
  string: "Cargar archivo nuevo"
385
385
  },
386
+ "ImportResourcesModal.uploadRowsErrorDescription": {
387
+ developer_comment: "Title when errors detected while uploading file (new flow)",
388
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
389
+ },
386
390
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
387
391
  developer_comment: "Label for comma decimal separator option",
388
392
  string: "coma (,)"
@@ -409,6 +413,10 @@ var es = {
409
413
  },
410
414
  "ImportResourcesModal.wrongSeparatorTitle": {
411
415
  string: "Separador incorrecto"
416
+ },
417
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
418
+ developer_comment: "Notification message when file upload is taking longer than expected",
419
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
412
420
  }
413
421
  };
414
422
 
@@ -374,7 +374,7 @@ var es = {
374
374
  string: "Cargar y vista previa"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "Hay {errorsCount, plural, one {<b>{errorsCount}</b> error} other {<b>{errorsCount}</b> errores}} que se han detectado al subir el archivo <b>{fileName}</b>."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var es = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Cargar archivo nuevo"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "coma (,)"
@@ -411,6 +415,10 @@ var es = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Separador incorrecto"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -374,7 +374,7 @@ var frFR = {
374
374
  string: "Téléchargement et aperçu"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "Il {errorsCount, plural, one {y a <b>{errorsCount}</b> erreur} other {il y <b>{errorsCount}</b> erreurs}} détectée(s) lors de la préparation du fichier <b>{fileName}</b>."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var frFR = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Importer un nouveau fichier"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "virgule (,)"
@@ -411,6 +415,10 @@ var frFR = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Séparateur incorrect"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -374,7 +374,7 @@ var frFR = {
374
374
  string: "Téléchargement et aperçu"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "Il {errorsCount, plural, one {y a <b>{errorsCount}</b> erreur} other {il y <b>{errorsCount}</b> erreurs}} détectée(s) lors de la préparation du fichier <b>{fileName}</b>."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var frFR = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Importer un nouveau fichier"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "virgule (,)"
@@ -411,6 +415,10 @@ var frFR = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Séparateur incorrect"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -372,7 +372,7 @@ var frFR = {
372
372
  string: "Téléchargement et aperçu"
373
373
  },
374
374
  "ImportResourcesModal.uploadErrorDescription": {
375
- developer_comment: "Title when errors detected while uploading file",
375
+ developer_comment: "Title when errors detected while uploading file (old flow)",
376
376
  string: "Il {errorsCount, plural, one {y a <b>{errorsCount}</b> erreur} other {il y <b>{errorsCount}</b> erreurs}} détectée(s) lors de la préparation du fichier <b>{fileName}</b>."
377
377
  },
378
378
  "ImportResourcesModal.uploadFile": {
@@ -383,6 +383,10 @@ var frFR = {
383
383
  developer_comment: "Upload new file button",
384
384
  string: "Importer un nouveau fichier"
385
385
  },
386
+ "ImportResourcesModal.uploadRowsErrorDescription": {
387
+ developer_comment: "Title when errors detected while uploading file (new flow)",
388
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
389
+ },
386
390
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
387
391
  developer_comment: "Label for comma decimal separator option",
388
392
  string: "virgule (,)"
@@ -409,6 +413,10 @@ var frFR = {
409
413
  },
410
414
  "ImportResourcesModal.wrongSeparatorTitle": {
411
415
  string: "Séparateur incorrect"
416
+ },
417
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
418
+ developer_comment: "Notification message when file upload is taking longer than expected",
419
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
412
420
  }
413
421
  };
414
422
 
@@ -374,7 +374,7 @@ var ptBR = {
374
374
  string: "Carregar e visualizar"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "Há {errorsCount, plural, one {<b>{errorsCount}</b> erro detectado} other {<b>{errorsCount}</b> erros detectados}} ao carregar o arquivo <b>{fileName}</b>."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var ptBR = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Carregar novo arquivo"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "vírgula (,)"
@@ -411,6 +415,10 @@ var ptBR = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Separador incorreto"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -374,7 +374,7 @@ var ptBR = {
374
374
  string: "Carregar e visualizar"
375
375
  },
376
376
  "ImportResourcesModal.uploadErrorDescription": {
377
- developer_comment: "Title when errors detected while uploading file",
377
+ developer_comment: "Title when errors detected while uploading file (old flow)",
378
378
  string: "Há {errorsCount, plural, one {<b>{errorsCount}</b> erro detectado} other {<b>{errorsCount}</b> erros detectados}} ao carregar o arquivo <b>{fileName}</b>."
379
379
  },
380
380
  "ImportResourcesModal.uploadFile": {
@@ -385,6 +385,10 @@ var ptBR = {
385
385
  developer_comment: "Upload new file button",
386
386
  string: "Carregar novo arquivo"
387
387
  },
388
+ "ImportResourcesModal.uploadRowsErrorDescription": {
389
+ developer_comment: "Title when errors detected while uploading file (new flow)",
390
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
391
+ },
388
392
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
389
393
  developer_comment: "Label for comma decimal separator option",
390
394
  string: "vírgula (,)"
@@ -411,6 +415,10 @@ var ptBR = {
411
415
  },
412
416
  "ImportResourcesModal.wrongSeparatorTitle": {
413
417
  string: "Separador incorreto"
418
+ },
419
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
420
+ developer_comment: "Notification message when file upload is taking longer than expected",
421
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
414
422
  }
415
423
  };
416
424
 
@@ -372,7 +372,7 @@ var ptBR = {
372
372
  string: "Carregar e visualizar"
373
373
  },
374
374
  "ImportResourcesModal.uploadErrorDescription": {
375
- developer_comment: "Title when errors detected while uploading file",
375
+ developer_comment: "Title when errors detected while uploading file (old flow)",
376
376
  string: "Há {errorsCount, plural, one {<b>{errorsCount}</b> erro detectado} other {<b>{errorsCount}</b> erros detectados}} ao carregar o arquivo <b>{fileName}</b>."
377
377
  },
378
378
  "ImportResourcesModal.uploadFile": {
@@ -383,6 +383,10 @@ var ptBR = {
383
383
  developer_comment: "Upload new file button",
384
384
  string: "Carregar novo arquivo"
385
385
  },
386
+ "ImportResourcesModal.uploadRowsErrorDescription": {
387
+ developer_comment: "Title when errors detected while uploading file (new flow)",
388
+ string: "Found errors in <b>{errorsCount}</b> {errorsCount, plural, one {row} other {rows}} while uploading <b>{fileName}</b>."
389
+ },
386
390
  "ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
387
391
  developer_comment: "Label for comma decimal separator option",
388
392
  string: "vírgula (,)"
@@ -409,6 +413,10 @@ var ptBR = {
409
413
  },
410
414
  "ImportResourcesModal.wrongSeparatorTitle": {
411
415
  string: "Separador incorreto"
416
+ },
417
+ "operations.import.resource.upload.uploadIsTakingTooLong": {
418
+ developer_comment: "Notification message when file upload is taking longer than expected",
419
+ string: "The upload took too long. Please reduce file size or split the data into smaller files."
412
420
  }
413
421
  };
414
422
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/import-resources-modal",
3
3
  "description": "Shared import modal for importing resources",
4
- "version": "1.16.2",
4
+ "version": "1.16.4",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "@formatjs/cli": "6.7.4",
24
24
  "babel-plugin-module-resolver": "^5.0.2",
25
25
  "jest": "30.2.0",
26
- "lodash": "4.17.23",
26
+ "lodash": "4.18.1",
27
27
  "lodash.truncate": "4.4.2",
28
28
  "moment": "2.30.1",
29
29
  "omit-empty-es": "^1.1.3",
@@ -31,20 +31,20 @@
31
31
  "pluralize": "8.0.0",
32
32
  "prop-types": "15.8.1",
33
33
  "ramda": "^0.32.0",
34
- "@commercetools-frontend-extensions/operations": "3.6.1"
34
+ "@commercetools-frontend-extensions/operations": "3.6.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@commercetools-frontend/actions-global": "27.0.0",
38
- "@commercetools-frontend/application-components": "27.0.0",
39
- "@commercetools-frontend/application-shell": "27.0.0",
40
- "@commercetools-frontend/application-shell-connectors": "27.0.0",
41
- "@commercetools-frontend/constants": "27.0.0",
37
+ "@commercetools-frontend/actions-global": "27.2.0",
38
+ "@commercetools-frontend/application-components": "27.2.0",
39
+ "@commercetools-frontend/application-shell": "27.2.0",
40
+ "@commercetools-frontend/application-shell-connectors": "27.2.0",
41
+ "@commercetools-frontend/constants": "27.2.0",
42
42
  "@commercetools-frontend/fullstory": "4.0.3",
43
- "@commercetools-frontend/i18n": "27.0.0",
44
- "@commercetools-frontend/jest-preset-mc-app": "27.0.0",
45
- "@commercetools-frontend/permissions": "27.0.0",
46
- "@commercetools-frontend/sdk": "27.0.0",
47
- "@commercetools-frontend/sentry": "27.0.0",
43
+ "@commercetools-frontend/i18n": "27.2.0",
44
+ "@commercetools-frontend/jest-preset-mc-app": "27.2.0",
45
+ "@commercetools-frontend/permissions": "27.2.0",
46
+ "@commercetools-frontend/sdk": "27.2.0",
47
+ "@commercetools-frontend/sentry": "27.2.0",
48
48
  "@commercetools-frontend/ui-kit": "20.3.0",
49
49
  "@commercetools-uikit/data-table": "20.3.0",
50
50
  "@commercetools-uikit/design-system": "20.3.0",