@commercetools-frontend-extensions/delete-resources-modal 1.7.3 → 1.7.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.
- 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-ba5e320c.cjs.dev.js → de-514f5517.cjs.dev.js} +4 -0
- package/dist/{de-c6188287.esm.js → de-7fb72ea5.esm.js} +4 -0
- package/dist/{de-c050367a.cjs.prod.js → de-e1c2fd10.cjs.prod.js} +4 -0
- package/dist/{en-ce72b543.cjs.dev.js → en-1a981743.cjs.prod.js} +4 -0
- package/dist/{en-01c39bc4.esm.js → en-30a390dc.esm.js} +4 -0
- package/dist/{en-6ae3473e.cjs.prod.js → en-b42e748c.cjs.dev.js} +4 -0
- package/dist/{es-b1b93b7d.esm.js → es-0688779c.esm.js} +4 -0
- package/dist/{es-2adfdf5e.cjs.dev.js → es-581c06c3.cjs.dev.js} +4 -0
- package/dist/{es-cafa5187.cjs.prod.js → es-8afa38be.cjs.prod.js} +4 -0
- package/dist/{fr-FR-d65ebbb8.cjs.dev.js → fr-FR-5c3709b9.cjs.prod.js} +4 -0
- package/dist/{fr-FR-b010f318.esm.js → fr-FR-e14138a4.esm.js} +4 -0
- package/dist/{fr-FR-0604e720.cjs.prod.js → fr-FR-e6efe9d4.cjs.dev.js} +4 -0
- package/dist/{pt-BR-df2ac7c4.cjs.prod.js → pt-BR-08955393.cjs.prod.js} +4 -0
- package/dist/{pt-BR-8dfe0fde.cjs.dev.js → pt-BR-1cdf9b63.cjs.dev.js} +4 -0
- package/dist/{pt-BR-fb30a5fc.esm.js → pt-BR-ed3157de.esm.js} +4 -0
- package/package.json +1 -1
|
@@ -1454,17 +1454,17 @@ const getChunkImport = locale => {
|
|
|
1454
1454
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
1455
1455
|
switch (intlLocale) {
|
|
1456
1456
|
case 'de':
|
|
1457
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
1457
|
+
return Promise.resolve().then(function () { return require('./de-514f5517.cjs.dev.js'); });
|
|
1458
1458
|
case 'es':
|
|
1459
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
1459
|
+
return Promise.resolve().then(function () { return require('./es-581c06c3.cjs.dev.js'); });
|
|
1460
1460
|
case 'fr-FR':
|
|
1461
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
1461
|
+
return Promise.resolve().then(function () { return require('./fr-FR-e6efe9d4.cjs.dev.js'); });
|
|
1462
1462
|
case 'ja':
|
|
1463
1463
|
return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
|
|
1464
1464
|
case 'pt-BR':
|
|
1465
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
1465
|
+
return Promise.resolve().then(function () { return require('./pt-BR-1cdf9b63.cjs.dev.js'); });
|
|
1466
1466
|
default:
|
|
1467
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
1467
|
+
return Promise.resolve().then(function () { return require('./en-b42e748c.cjs.dev.js'); });
|
|
1468
1468
|
}
|
|
1469
1469
|
};
|
|
1470
1470
|
const loadMessages = async locale => {
|
|
@@ -1445,17 +1445,17 @@ const getChunkImport = locale => {
|
|
|
1445
1445
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
1446
1446
|
switch (intlLocale) {
|
|
1447
1447
|
case 'de':
|
|
1448
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
1448
|
+
return Promise.resolve().then(function () { return require('./de-e1c2fd10.cjs.prod.js'); });
|
|
1449
1449
|
case 'es':
|
|
1450
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
1450
|
+
return Promise.resolve().then(function () { return require('./es-8afa38be.cjs.prod.js'); });
|
|
1451
1451
|
case 'fr-FR':
|
|
1452
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
1452
|
+
return Promise.resolve().then(function () { return require('./fr-FR-5c3709b9.cjs.prod.js'); });
|
|
1453
1453
|
case 'ja':
|
|
1454
1454
|
return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
|
|
1455
1455
|
case 'pt-BR':
|
|
1456
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
1456
|
+
return Promise.resolve().then(function () { return require('./pt-BR-08955393.cjs.prod.js'); });
|
|
1457
1457
|
default:
|
|
1458
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
1458
|
+
return Promise.resolve().then(function () { return require('./en-1a981743.cjs.prod.js'); });
|
|
1459
1459
|
}
|
|
1460
1460
|
};
|
|
1461
1461
|
const loadMessages = async locale => {
|
|
@@ -1436,17 +1436,17 @@ const getChunkImport = locale => {
|
|
|
1436
1436
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
1437
1437
|
switch (intlLocale) {
|
|
1438
1438
|
case 'de':
|
|
1439
|
-
return import('./de-
|
|
1439
|
+
return import('./de-7fb72ea5.esm.js');
|
|
1440
1440
|
case 'es':
|
|
1441
|
-
return import('./es-
|
|
1441
|
+
return import('./es-0688779c.esm.js');
|
|
1442
1442
|
case 'fr-FR':
|
|
1443
|
-
return import('./fr-FR-
|
|
1443
|
+
return import('./fr-FR-e14138a4.esm.js');
|
|
1444
1444
|
case 'ja':
|
|
1445
1445
|
return import('./ja-73c088a7.esm.js');
|
|
1446
1446
|
case 'pt-BR':
|
|
1447
|
-
return import('./pt-BR-
|
|
1447
|
+
return import('./pt-BR-ed3157de.esm.js');
|
|
1448
1448
|
default:
|
|
1449
|
-
return import('./en-
|
|
1449
|
+
return import('./en-30a390dc.esm.js');
|
|
1450
1450
|
}
|
|
1451
1451
|
};
|
|
1452
1452
|
const loadMessages = async locale => {
|
|
@@ -259,6 +259,10 @@ var de = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -257,6 +257,10 @@ var de = {
|
|
|
257
257
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
258
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
260
264
|
}
|
|
261
265
|
};
|
|
262
266
|
|
|
@@ -259,6 +259,10 @@ var de = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -259,6 +259,10 @@ var en = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -257,6 +257,10 @@ var en = {
|
|
|
257
257
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
258
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
260
264
|
}
|
|
261
265
|
};
|
|
262
266
|
|
|
@@ -259,6 +259,10 @@ var en = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -257,6 +257,10 @@ var es = {
|
|
|
257
257
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
258
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
260
264
|
}
|
|
261
265
|
};
|
|
262
266
|
|
|
@@ -259,6 +259,10 @@ var es = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -259,6 +259,10 @@ var es = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -259,6 +259,10 @@ var frFR = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -257,6 +257,10 @@ var frFR = {
|
|
|
257
257
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
258
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
260
264
|
}
|
|
261
265
|
};
|
|
262
266
|
|
|
@@ -259,6 +259,10 @@ var frFR = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -259,6 +259,10 @@ var ptBR = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -259,6 +259,10 @@ var ptBR = {
|
|
|
259
259
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
260
260
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
261
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
264
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
265
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
262
266
|
}
|
|
263
267
|
};
|
|
264
268
|
|
|
@@ -257,6 +257,10 @@ var ptBR = {
|
|
|
257
257
|
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
258
258
|
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
259
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
|
+
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
262
|
+
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
263
|
+
string: "The upload took too long. Please reduce file size or split the data into smaller files."
|
|
260
264
|
}
|
|
261
265
|
};
|
|
262
266
|
|
package/package.json
CHANGED