@commercetools-frontend-extensions/import-resources-modal 1.16.6 → 1.16.7
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-import-resources-modal.cjs.dev.js +2 -2
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +2 -2
- package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +2 -2
- package/dist/{fr-FR-0e537aa0.cjs.prod.js → fr-FR-009e5200.cjs.prod.js} +2 -2
- package/dist/{fr-FR-75aac4c7.esm.js → fr-FR-ce1cba13.esm.js} +2 -2
- package/dist/{fr-FR-2354cbbc.cjs.dev.js → fr-FR-d70727e6.cjs.dev.js} +2 -2
- package/dist/{pt-BR-fcd8eb10.cjs.prod.js → pt-BR-44964d81.cjs.dev.js} +2 -2
- package/dist/{pt-BR-7f664415.esm.js → pt-BR-6ad16c8c.esm.js} +2 -2
- package/dist/{pt-BR-d0ac7537.cjs.dev.js → pt-BR-896c08dd.cjs.prod.js} +2 -2
- package/package.json +1 -1
|
@@ -2232,11 +2232,11 @@ const getChunkImport = locale => {
|
|
|
2232
2232
|
case 'es':
|
|
2233
2233
|
return Promise.resolve().then(function () { return require('./es-940bc30c.cjs.dev.js'); });
|
|
2234
2234
|
case 'fr-FR':
|
|
2235
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
2235
|
+
return Promise.resolve().then(function () { return require('./fr-FR-d70727e6.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-
|
|
2239
|
+
return Promise.resolve().then(function () { return require('./pt-BR-44964d81.cjs.dev.js'); });
|
|
2240
2240
|
default:
|
|
2241
2241
|
return Promise.resolve().then(function () { return require('./en-68bea2f6.cjs.dev.js'); });
|
|
2242
2242
|
}
|
|
@@ -2208,11 +2208,11 @@ const getChunkImport = locale => {
|
|
|
2208
2208
|
case 'es':
|
|
2209
2209
|
return Promise.resolve().then(function () { return require('./es-8928a452.cjs.prod.js'); });
|
|
2210
2210
|
case 'fr-FR':
|
|
2211
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
2211
|
+
return Promise.resolve().then(function () { return require('./fr-FR-009e5200.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-
|
|
2215
|
+
return Promise.resolve().then(function () { return require('./pt-BR-896c08dd.cjs.prod.js'); });
|
|
2216
2216
|
default:
|
|
2217
2217
|
return Promise.resolve().then(function () { return require('./en-7485a81f.cjs.prod.js'); });
|
|
2218
2218
|
}
|
|
@@ -2211,11 +2211,11 @@ const getChunkImport = locale => {
|
|
|
2211
2211
|
case 'es':
|
|
2212
2212
|
return import('./es-16601155.esm.js');
|
|
2213
2213
|
case 'fr-FR':
|
|
2214
|
-
return import('./fr-FR-
|
|
2214
|
+
return import('./fr-FR-ce1cba13.esm.js');
|
|
2215
2215
|
case 'ja':
|
|
2216
2216
|
return import('./ja-73c088a7.esm.js');
|
|
2217
2217
|
case 'pt-BR':
|
|
2218
|
-
return import('./pt-BR-
|
|
2218
|
+
return import('./pt-BR-6ad16c8c.esm.js');
|
|
2219
2219
|
default:
|
|
2220
2220
|
return import('./en-55526354.esm.js');
|
|
2221
2221
|
}
|
|
@@ -53,7 +53,7 @@ var frFR = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "Vous êtes sur le point d'importer {count, plural, one {<bold>1</bold>
|
|
56
|
+
string: "Vous êtes sur le point d'importer {count, plural, one {<bold>1</bold> ligne} et {<bold>{count}</bold> lignes}} dans le projet : <bold>{projectName}</bold>."
|
|
57
57
|
},
|
|
58
58
|
"ImportResourcesModal.continue": {
|
|
59
59
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -387,7 +387,7 @@ var frFR = {
|
|
|
387
387
|
},
|
|
388
388
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
389
389
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
390
|
-
string: "Des erreurs ont été détectées dans <b>{errorsCount}</b> {errorsCount, plural, one {
|
|
390
|
+
string: "Des erreurs ont été détectées dans <b>{errorsCount}</b> {errorsCount, plural, one {ligne} et {lignes}} lors du téléchargement de <b>{fileName}</b>."
|
|
391
391
|
},
|
|
392
392
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
393
393
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -51,7 +51,7 @@ var frFR = {
|
|
|
51
51
|
},
|
|
52
52
|
"ImportResourcesModal.confirmationBodyText": {
|
|
53
53
|
developer_comment: "Confirmation dialog text",
|
|
54
|
-
string: "Vous êtes sur le point d'importer {count, plural, one {<bold>1</bold>
|
|
54
|
+
string: "Vous êtes sur le point d'importer {count, plural, one {<bold>1</bold> ligne} et {<bold>{count}</bold> lignes}} dans le projet : <bold>{projectName}</bold>."
|
|
55
55
|
},
|
|
56
56
|
"ImportResourcesModal.continue": {
|
|
57
57
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -385,7 +385,7 @@ var frFR = {
|
|
|
385
385
|
},
|
|
386
386
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
387
387
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
388
|
-
string: "Des erreurs ont été détectées dans <b>{errorsCount}</b> {errorsCount, plural, one {
|
|
388
|
+
string: "Des erreurs ont été détectées dans <b>{errorsCount}</b> {errorsCount, plural, one {ligne} et {lignes}} lors du téléchargement de <b>{fileName}</b>."
|
|
389
389
|
},
|
|
390
390
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
391
391
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -53,7 +53,7 @@ var frFR = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "Vous êtes sur le point d'importer {count, plural, one {<bold>1</bold>
|
|
56
|
+
string: "Vous êtes sur le point d'importer {count, plural, one {<bold>1</bold> ligne} et {<bold>{count}</bold> lignes}} dans le projet : <bold>{projectName}</bold>."
|
|
57
57
|
},
|
|
58
58
|
"ImportResourcesModal.continue": {
|
|
59
59
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -387,7 +387,7 @@ var frFR = {
|
|
|
387
387
|
},
|
|
388
388
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
389
389
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
390
|
-
string: "Des erreurs ont été détectées dans <b>{errorsCount}</b> {errorsCount, plural, one {
|
|
390
|
+
string: "Des erreurs ont été détectées dans <b>{errorsCount}</b> {errorsCount, plural, one {ligne} et {lignes}} lors du téléchargement de <b>{fileName}</b>."
|
|
391
391
|
},
|
|
392
392
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
393
393
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -53,7 +53,7 @@ var ptBR = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "Você está prestes a importar {count, plural, one {<bold>1</bold>
|
|
56
|
+
string: "Você está prestes a importar {count, plural, one {<bold>1</bold> linha} other {<bold>{count}</bold> linhas}} no projeto: <bold>{projectName}</bold>."
|
|
57
57
|
},
|
|
58
58
|
"ImportResourcesModal.continue": {
|
|
59
59
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -387,7 +387,7 @@ var ptBR = {
|
|
|
387
387
|
},
|
|
388
388
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
389
389
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
390
|
-
string: "Erros encontrados em <b>{errorsCount}</b> {errorsCount, plural, one {
|
|
390
|
+
string: "Erros encontrados em <b>{errorsCount}</b> {errorsCount, plural, one {linha} other {linhas}} durante o carregamento do arquivo <b>{fileName}</b>."
|
|
391
391
|
},
|
|
392
392
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
393
393
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -51,7 +51,7 @@ var ptBR = {
|
|
|
51
51
|
},
|
|
52
52
|
"ImportResourcesModal.confirmationBodyText": {
|
|
53
53
|
developer_comment: "Confirmation dialog text",
|
|
54
|
-
string: "Você está prestes a importar {count, plural, one {<bold>1</bold>
|
|
54
|
+
string: "Você está prestes a importar {count, plural, one {<bold>1</bold> linha} other {<bold>{count}</bold> linhas}} no projeto: <bold>{projectName}</bold>."
|
|
55
55
|
},
|
|
56
56
|
"ImportResourcesModal.continue": {
|
|
57
57
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -385,7 +385,7 @@ var ptBR = {
|
|
|
385
385
|
},
|
|
386
386
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
387
387
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
388
|
-
string: "Erros encontrados em <b>{errorsCount}</b> {errorsCount, plural, one {
|
|
388
|
+
string: "Erros encontrados em <b>{errorsCount}</b> {errorsCount, plural, one {linha} other {linhas}} durante o carregamento do arquivo <b>{fileName}</b>."
|
|
389
389
|
},
|
|
390
390
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
391
391
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -53,7 +53,7 @@ var ptBR = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "Você está prestes a importar {count, plural, one {<bold>1</bold>
|
|
56
|
+
string: "Você está prestes a importar {count, plural, one {<bold>1</bold> linha} other {<bold>{count}</bold> linhas}} no projeto: <bold>{projectName}</bold>."
|
|
57
57
|
},
|
|
58
58
|
"ImportResourcesModal.continue": {
|
|
59
59
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -387,7 +387,7 @@ var ptBR = {
|
|
|
387
387
|
},
|
|
388
388
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
389
389
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
390
|
-
string: "Erros encontrados em <b>{errorsCount}</b> {errorsCount, plural, one {
|
|
390
|
+
string: "Erros encontrados em <b>{errorsCount}</b> {errorsCount, plural, one {linha} other {linhas}} durante o carregamento do arquivo <b>{fileName}</b>."
|
|
391
391
|
},
|
|
392
392
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
393
393
|
developer_comment: "Label for comma decimal separator option",
|
package/package.json
CHANGED