@commercetools-frontend-extensions/delete-resources-modal 2.1.1 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commercetools-frontend-extensions-delete-resources-modal.cjs.dev.js +5 -5
- package/dist/commercetools-frontend-extensions-delete-resources-modal.cjs.prod.js +5 -5
- package/dist/commercetools-frontend-extensions-delete-resources-modal.esm.js +5 -5
- package/dist/{de-6e42f5e4.cjs.dev.js → de-443b6d20.cjs.prod.js} +4 -4
- package/dist/{de-55d31e4d.esm.js → de-a2643197.esm.js} +4 -4
- package/dist/{de-d9c3271b.cjs.prod.js → de-ee662e39.cjs.dev.js} +4 -4
- package/dist/{en-30a390dc.esm.js → en-147a46cc.esm.js} +4 -4
- package/dist/{en-b42e748c.cjs.dev.js → en-35d04911.cjs.prod.js} +4 -4
- package/dist/{en-1a981743.cjs.prod.js → en-e727af1a.cjs.dev.js} +4 -4
- package/dist/{es-cf022d7c.esm.js → es-11a49fd4.esm.js} +4 -4
- package/dist/{es-c58b0c92.cjs.prod.js → es-34b811a0.cjs.dev.js} +4 -4
- package/dist/{es-34154b4a.cjs.dev.js → es-a1a29025.cjs.prod.js} +4 -4
- package/dist/{fr-FR-7b966279.cjs.dev.js → fr-FR-1830477b.cjs.prod.js} +4 -4
- package/dist/{fr-FR-121838d3.cjs.prod.js → fr-FR-602739d2.cjs.dev.js} +4 -4
- package/dist/{fr-FR-48733cd9.esm.js → fr-FR-fa7cac06.esm.js} +4 -4
- package/dist/{pt-BR-f67d7ad3.cjs.prod.js → pt-BR-0f37d448.cjs.prod.js} +4 -4
- package/dist/{pt-BR-f38c2a7e.cjs.dev.js → pt-BR-1621c1b6.cjs.dev.js} +4 -4
- package/dist/{pt-BR-8716fb53.esm.js → pt-BR-e3ab620d.esm.js} +4 -4
- package/package.json +4 -3
|
@@ -1441,17 +1441,17 @@ const getChunkImport = locale => {
|
|
|
1441
1441
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
1442
1442
|
switch (intlLocale) {
|
|
1443
1443
|
case 'de':
|
|
1444
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
1444
|
+
return Promise.resolve().then(function () { return require('./de-ee662e39.cjs.dev.js'); });
|
|
1445
1445
|
case 'es':
|
|
1446
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
1446
|
+
return Promise.resolve().then(function () { return require('./es-34b811a0.cjs.dev.js'); });
|
|
1447
1447
|
case 'fr-FR':
|
|
1448
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
1448
|
+
return Promise.resolve().then(function () { return require('./fr-FR-602739d2.cjs.dev.js'); });
|
|
1449
1449
|
case 'ja':
|
|
1450
1450
|
return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
|
|
1451
1451
|
case 'pt-BR':
|
|
1452
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
1452
|
+
return Promise.resolve().then(function () { return require('./pt-BR-1621c1b6.cjs.dev.js'); });
|
|
1453
1453
|
default:
|
|
1454
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
1454
|
+
return Promise.resolve().then(function () { return require('./en-e727af1a.cjs.dev.js'); });
|
|
1455
1455
|
}
|
|
1456
1456
|
};
|
|
1457
1457
|
const loadMessages = async locale => {
|
|
@@ -1432,17 +1432,17 @@ const getChunkImport = locale => {
|
|
|
1432
1432
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
1433
1433
|
switch (intlLocale) {
|
|
1434
1434
|
case 'de':
|
|
1435
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
1435
|
+
return Promise.resolve().then(function () { return require('./de-443b6d20.cjs.prod.js'); });
|
|
1436
1436
|
case 'es':
|
|
1437
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
1437
|
+
return Promise.resolve().then(function () { return require('./es-a1a29025.cjs.prod.js'); });
|
|
1438
1438
|
case 'fr-FR':
|
|
1439
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
1439
|
+
return Promise.resolve().then(function () { return require('./fr-FR-1830477b.cjs.prod.js'); });
|
|
1440
1440
|
case 'ja':
|
|
1441
1441
|
return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
|
|
1442
1442
|
case 'pt-BR':
|
|
1443
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
1443
|
+
return Promise.resolve().then(function () { return require('./pt-BR-0f37d448.cjs.prod.js'); });
|
|
1444
1444
|
default:
|
|
1445
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
1445
|
+
return Promise.resolve().then(function () { return require('./en-35d04911.cjs.prod.js'); });
|
|
1446
1446
|
}
|
|
1447
1447
|
};
|
|
1448
1448
|
const loadMessages = async locale => {
|
|
@@ -1423,17 +1423,17 @@ const getChunkImport = locale => {
|
|
|
1423
1423
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
1424
1424
|
switch (intlLocale) {
|
|
1425
1425
|
case 'de':
|
|
1426
|
-
return import('./de-
|
|
1426
|
+
return import('./de-a2643197.esm.js');
|
|
1427
1427
|
case 'es':
|
|
1428
|
-
return import('./es-
|
|
1428
|
+
return import('./es-11a49fd4.esm.js');
|
|
1429
1429
|
case 'fr-FR':
|
|
1430
|
-
return import('./fr-FR-
|
|
1430
|
+
return import('./fr-FR-fa7cac06.esm.js');
|
|
1431
1431
|
case 'ja':
|
|
1432
1432
|
return import('./ja-73c088a7.esm.js');
|
|
1433
1433
|
case 'pt-BR':
|
|
1434
|
-
return import('./pt-BR-
|
|
1434
|
+
return import('./pt-BR-e3ab620d.esm.js');
|
|
1435
1435
|
default:
|
|
1436
|
-
return import('./en-
|
|
1436
|
+
return import('./en-147a46cc.esm.js');
|
|
1437
1437
|
}
|
|
1438
1438
|
};
|
|
1439
1439
|
const loadMessages = async locale => {
|
|
@@ -39,6 +39,10 @@ var de = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Weiter"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Ihre CSV-Datei ist nicht korrekt formatiert. Stellen Sie sicher, dass die Datei nur eine Spalte mit dem Namen „Schlüssel“ enthält, die die {resourceType}-Schlüssel umfasst"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Ungültige CSV-Datei"
|
|
@@ -256,10 +260,6 @@ var de = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Neue Datei hochladen"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Ihre CSV-Datei ist nicht korrekt formatiert. Stellen Sie sicher, dass die Datei nur eine Spalte mit dem Namen „Schlüssel“ und den Produktschlüsseln enthält."
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "Der Upload hat zu lange gedauert. Bitte reduzieren Sie die Dateigröße oder teilen Sie die Daten in kleinere Dateien auf."
|
|
@@ -37,6 +37,10 @@ var de = {
|
|
|
37
37
|
developer_comment: "Continue button",
|
|
38
38
|
string: "Weiter"
|
|
39
39
|
},
|
|
40
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
41
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
42
|
+
string: "Ihre CSV-Datei ist nicht korrekt formatiert. Stellen Sie sicher, dass die Datei nur eine Spalte mit dem Namen „Schlüssel“ enthält, die die {resourceType}-Schlüssel umfasst"
|
|
43
|
+
},
|
|
40
44
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
41
45
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
42
46
|
string: "Ungültige CSV-Datei"
|
|
@@ -254,10 +258,6 @@ var de = {
|
|
|
254
258
|
"DeleteResourcesModal.uploadNewFile": {
|
|
255
259
|
string: "Neue Datei hochladen"
|
|
256
260
|
},
|
|
257
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
|
-
string: "Ihre CSV-Datei ist nicht korrekt formatiert. Stellen Sie sicher, dass die Datei nur eine Spalte mit dem Namen „Schlüssel“ und den Produktschlüsseln enthält."
|
|
260
|
-
},
|
|
261
261
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
262
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
263
|
string: "Der Upload hat zu lange gedauert. Bitte reduzieren Sie die Dateigröße oder teilen Sie die Daten in kleinere Dateien auf."
|
|
@@ -39,6 +39,10 @@ var de = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Weiter"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Ihre CSV-Datei ist nicht korrekt formatiert. Stellen Sie sicher, dass die Datei nur eine Spalte mit dem Namen „Schlüssel“ enthält, die die {resourceType}-Schlüssel umfasst"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Ungültige CSV-Datei"
|
|
@@ -256,10 +260,6 @@ var de = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Neue Datei hochladen"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Ihre CSV-Datei ist nicht korrekt formatiert. Stellen Sie sicher, dass die Datei nur eine Spalte mit dem Namen „Schlüssel“ und den Produktschlüsseln enthält."
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "Der Upload hat zu lange gedauert. Bitte reduzieren Sie die Dateigröße oder teilen Sie die Daten in kleinere Dateien auf."
|
|
@@ -37,6 +37,10 @@ var en = {
|
|
|
37
37
|
developer_comment: "Continue button",
|
|
38
38
|
string: "Continue"
|
|
39
39
|
},
|
|
40
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
41
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
42
|
+
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the {resourceType} keys"
|
|
43
|
+
},
|
|
40
44
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
41
45
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
42
46
|
string: "Invalid CSV file"
|
|
@@ -254,10 +258,6 @@ var en = {
|
|
|
254
258
|
"DeleteResourcesModal.uploadNewFile": {
|
|
255
259
|
string: "Upload new file"
|
|
256
260
|
},
|
|
257
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
|
-
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys."
|
|
260
|
-
},
|
|
261
261
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
262
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
263
|
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
@@ -39,6 +39,10 @@ var en = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Continue"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the {resourceType} keys"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Invalid CSV file"
|
|
@@ -256,10 +260,6 @@ var en = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Upload new file"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys."
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
@@ -39,6 +39,10 @@ var en = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Continue"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the {resourceType} keys"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Invalid CSV file"
|
|
@@ -256,10 +260,6 @@ var en = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Upload new file"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys."
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
@@ -37,6 +37,10 @@ var es = {
|
|
|
37
37
|
developer_comment: "Continue button",
|
|
38
38
|
string: "Continuar"
|
|
39
39
|
},
|
|
40
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
41
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
42
|
+
string: "Su archivo CSV no tiene el formato correcto. Asegúrese de que el archivo contenga tan solo una columna llamada \"clave\" que incluya las claves de {resourceType}"
|
|
43
|
+
},
|
|
40
44
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
41
45
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
42
46
|
string: "Archivo CSV no válido"
|
|
@@ -254,10 +258,6 @@ var es = {
|
|
|
254
258
|
"DeleteResourcesModal.uploadNewFile": {
|
|
255
259
|
string: "Cargar archivo nuevo"
|
|
256
260
|
},
|
|
257
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
|
-
string: "Tu archivo CSV no tiene el formato correcto. Asegúrate de que el archivo contiene tan solo una columna llamada \"clave\" que incluya las claves de producto."
|
|
260
|
-
},
|
|
261
261
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
262
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
263
|
string: "Se ha tardado demasiado en subir. Reduce el tamaño del archivo o separa los datos en archivos más pequeños."
|
|
@@ -39,6 +39,10 @@ var es = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Continuar"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Su archivo CSV no tiene el formato correcto. Asegúrese de que el archivo contenga tan solo una columna llamada \"clave\" que incluya las claves de {resourceType}"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Archivo CSV no válido"
|
|
@@ -256,10 +260,6 @@ var es = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Cargar archivo nuevo"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Tu archivo CSV no tiene el formato correcto. Asegúrate de que el archivo contiene tan solo una columna llamada \"clave\" que incluya las claves de producto."
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "Se ha tardado demasiado en subir. Reduce el tamaño del archivo o separa los datos en archivos más pequeños."
|
|
@@ -39,6 +39,10 @@ var es = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Continuar"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Su archivo CSV no tiene el formato correcto. Asegúrese de que el archivo contenga tan solo una columna llamada \"clave\" que incluya las claves de {resourceType}"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Archivo CSV no válido"
|
|
@@ -256,10 +260,6 @@ var es = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Cargar archivo nuevo"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Tu archivo CSV no tiene el formato correcto. Asegúrate de que el archivo contiene tan solo una columna llamada \"clave\" que incluya las claves de producto."
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "Se ha tardado demasiado en subir. Reduce el tamaño del archivo o separa los datos en archivos más pequeños."
|
|
@@ -39,6 +39,10 @@ var frFR = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Continuer"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Votre fichier CSV n'est pas formaté correctement. Assurez-vous que le fichier ne contient qu'une seule colonne nommée « clé », qui comprend les clés {resourceType}"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Fichier CSV invalide"
|
|
@@ -256,10 +260,6 @@ var frFR = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Importer un nouveau fichier"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Votre fichier CSV n'est pas formaté correctement. Assurez-vous que le fichier ne contient qu'une seule colonne nommée « clé » qui comprend les clés de produit"
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "Le téléchargement a pris trop de temps. Veuillez réduire la taille du fichier ou répartir les données dans des fichiers plus petits."
|
|
@@ -39,6 +39,10 @@ var frFR = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Continuer"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Votre fichier CSV n'est pas formaté correctement. Assurez-vous que le fichier ne contient qu'une seule colonne nommée « clé », qui comprend les clés {resourceType}"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Fichier CSV invalide"
|
|
@@ -256,10 +260,6 @@ var frFR = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Importer un nouveau fichier"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Votre fichier CSV n'est pas formaté correctement. Assurez-vous que le fichier ne contient qu'une seule colonne nommée « clé » qui comprend les clés de produit"
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "Le téléchargement a pris trop de temps. Veuillez réduire la taille du fichier ou répartir les données dans des fichiers plus petits."
|
|
@@ -37,6 +37,10 @@ var frFR = {
|
|
|
37
37
|
developer_comment: "Continue button",
|
|
38
38
|
string: "Continuer"
|
|
39
39
|
},
|
|
40
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
41
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
42
|
+
string: "Votre fichier CSV n'est pas formaté correctement. Assurez-vous que le fichier ne contient qu'une seule colonne nommée « clé », qui comprend les clés {resourceType}"
|
|
43
|
+
},
|
|
40
44
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
41
45
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
42
46
|
string: "Fichier CSV invalide"
|
|
@@ -254,10 +258,6 @@ var frFR = {
|
|
|
254
258
|
"DeleteResourcesModal.uploadNewFile": {
|
|
255
259
|
string: "Importer un nouveau fichier"
|
|
256
260
|
},
|
|
257
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
|
-
string: "Votre fichier CSV n'est pas formaté correctement. Assurez-vous que le fichier ne contient qu'une seule colonne nommée « clé » qui comprend les clés de produit"
|
|
260
|
-
},
|
|
261
261
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
262
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
263
|
string: "Le téléchargement a pris trop de temps. Veuillez réduire la taille du fichier ou répartir les données dans des fichiers plus petits."
|
|
@@ -39,6 +39,10 @@ var ptBR = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Continuar"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Seu arquivo CSV não está formatado corretamente. Certifique-se de que o arquivo contém apenas uma coluna chamada 'key', que inclui as chaves {resourceType}"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Arquivo CSV inválido"
|
|
@@ -256,10 +260,6 @@ var ptBR = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Carregar novo arquivo"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Seu arquivo CSV não está formatado corretamente. Certifique-se de que o arquivo contém apenas uma coluna chamada 'key' e valores de chave de produto."
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "A operação de carregamento levou muito tempo. Reduza o tamanho do arquivo ou divida os dados em arquivos menores."
|
|
@@ -39,6 +39,10 @@ var ptBR = {
|
|
|
39
39
|
developer_comment: "Continue button",
|
|
40
40
|
string: "Continuar"
|
|
41
41
|
},
|
|
42
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
43
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
44
|
+
string: "Seu arquivo CSV não está formatado corretamente. Certifique-se de que o arquivo contém apenas uma coluna chamada 'key', que inclui as chaves {resourceType}"
|
|
45
|
+
},
|
|
42
46
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
43
47
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
44
48
|
string: "Arquivo CSV inválido"
|
|
@@ -256,10 +260,6 @@ var ptBR = {
|
|
|
256
260
|
"DeleteResourcesModal.uploadNewFile": {
|
|
257
261
|
string: "Carregar novo arquivo"
|
|
258
262
|
},
|
|
259
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
|
-
string: "Seu arquivo CSV não está formatado corretamente. Certifique-se de que o arquivo contém apenas uma coluna chamada 'key' e valores de chave de produto."
|
|
262
|
-
},
|
|
263
263
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
264
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
265
|
string: "A operação de carregamento levou muito tempo. Reduza o tamanho do arquivo ou divida os dados em arquivos menores."
|
|
@@ -37,6 +37,10 @@ var ptBR = {
|
|
|
37
37
|
developer_comment: "Continue button",
|
|
38
38
|
string: "Continuar"
|
|
39
39
|
},
|
|
40
|
+
"DeleteResourcesModal.csvFormatErrorDescription": {
|
|
41
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
42
|
+
string: "Seu arquivo CSV não está formatado corretamente. Certifique-se de que o arquivo contém apenas uma coluna chamada 'key', que inclui as chaves {resourceType}"
|
|
43
|
+
},
|
|
40
44
|
"DeleteResourcesModal.csvFormatErrorTitle": {
|
|
41
45
|
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
42
46
|
string: "Arquivo CSV inválido"
|
|
@@ -254,10 +258,6 @@ var ptBR = {
|
|
|
254
258
|
"DeleteResourcesModal.uploadNewFile": {
|
|
255
259
|
string: "Carregar novo arquivo"
|
|
256
260
|
},
|
|
257
|
-
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
|
-
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
|
-
string: "Seu arquivo CSV não está formatado corretamente. Certifique-se de que o arquivo contém apenas uma coluna chamada 'key' e valores de chave de produto."
|
|
260
|
-
},
|
|
261
261
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
262
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
263
|
string: "A operação de carregamento levou muito tempo. Reduza o tamanho do arquivo ou divida os dados em arquivos menores."
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/delete-resources-modal",
|
|
3
3
|
"description": "Shared import modal for deleting resources",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.3",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"pluralize": "8.0.0",
|
|
32
32
|
"prop-types": "15.8.1",
|
|
33
33
|
"ramda": "^0.32.0",
|
|
34
|
-
"@commercetools-frontend-extensions/operations": "4.
|
|
34
|
+
"@commercetools-frontend-extensions/operations": "4.5.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@commercetools-frontend/actions-global": "27.5.1",
|
|
@@ -61,7 +61,8 @@
|
|
|
61
61
|
"react-intl": "7.1.4",
|
|
62
62
|
"react-redux": "9.2.0",
|
|
63
63
|
"redux": "5.0.1",
|
|
64
|
-
"rimraf": "6.1.2"
|
|
64
|
+
"rimraf": "6.1.2",
|
|
65
|
+
"typescript": "5.4.5"
|
|
65
66
|
},
|
|
66
67
|
"peerDependencies": {
|
|
67
68
|
"@commercetools-frontend/actions-global": "24.x || 25.x || 27.x",
|