@commercetools-frontend-extensions/import-resources-modal 1.16.5 → 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 +4 -4
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +4 -4
- package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +4 -4
- package/dist/{de-0223ec10.cjs.dev.js → de-0448f656.cjs.dev.js} +4 -4
- package/dist/{de-3ec98c32.cjs.prod.js → de-47c75212.cjs.prod.js} +4 -4
- package/dist/{de-faae8864.esm.js → de-f7d3c8d9.esm.js} +4 -4
- package/dist/{es-29327eb6.esm.js → es-16601155.esm.js} +4 -4
- package/dist/{es-856f2bab.cjs.dev.js → es-8928a452.cjs.prod.js} +4 -4
- package/dist/{es-283dbfb9.cjs.prod.js → es-940bc30c.cjs.dev.js} +4 -4
- package/dist/{fr-FR-75708fe2.cjs.prod.js → fr-FR-009e5200.cjs.prod.js} +4 -4
- package/dist/{fr-FR-a1f266cc.esm.js → fr-FR-ce1cba13.esm.js} +4 -4
- package/dist/{fr-FR-995d3a91.cjs.dev.js → fr-FR-d70727e6.cjs.dev.js} +4 -4
- package/dist/{pt-BR-3a7000a5.cjs.prod.js → pt-BR-44964d81.cjs.dev.js} +4 -4
- package/dist/{pt-BR-b8fb26c8.esm.js → pt-BR-6ad16c8c.esm.js} +4 -4
- package/dist/{pt-BR-b1d37487.cjs.dev.js → pt-BR-896c08dd.cjs.prod.js} +4 -4
- package/package.json +1 -1
|
@@ -2228,15 +2228,15 @@ 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-
|
|
2231
|
+
return Promise.resolve().then(function () { return require('./de-0448f656.cjs.dev.js'); });
|
|
2232
2232
|
case 'es':
|
|
2233
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
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
|
}
|
|
@@ -2204,15 +2204,15 @@ 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-
|
|
2207
|
+
return Promise.resolve().then(function () { return require('./de-47c75212.cjs.prod.js'); });
|
|
2208
2208
|
case 'es':
|
|
2209
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
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
|
}
|
|
@@ -2207,15 +2207,15 @@ const getChunkImport = locale => {
|
|
|
2207
2207
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
2208
2208
|
switch (intlLocale) {
|
|
2209
2209
|
case 'de':
|
|
2210
|
-
return import('./de-
|
|
2210
|
+
return import('./de-f7d3c8d9.esm.js');
|
|
2211
2211
|
case 'es':
|
|
2212
|
-
return import('./es-
|
|
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
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var de = {
|
|
4
4
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
5
|
-
string: "{processed}
|
|
5
|
+
string: "{processed} validierte Ressourcen"
|
|
6
6
|
},
|
|
7
7
|
"ImportResourcesModal.browseFile": {
|
|
8
8
|
string: "Datei durchsuchen"
|
|
@@ -53,7 +53,7 @@ var de = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "
|
|
56
|
+
string: "Sie sind dabei, {count, plural, one {<bold>1</bold> Zeile} other {<bold>{count}</bold> Zeilen}} in das Projekt <bold>{projectName}</bold> zu importieren."
|
|
57
57
|
},
|
|
58
58
|
"ImportResourcesModal.continue": {
|
|
59
59
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -387,7 +387,7 @@ var de = {
|
|
|
387
387
|
},
|
|
388
388
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
389
389
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
390
|
-
string: "
|
|
390
|
+
string: "Fehler in <b>{errorsCount}</b> {errorsCount, plural, one {Zeile} other {Zeilen}} beim Hochladen von <b>{fileName}</b> gefunden. "
|
|
391
391
|
},
|
|
392
392
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
393
393
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -418,7 +418,7 @@ var de = {
|
|
|
418
418
|
},
|
|
419
419
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
420
420
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
421
|
-
string: "
|
|
421
|
+
string: "Der Upload hat zu lange gedauert. Bitte reduzieren Sie die Dateigröße oder teilen Sie die Daten in kleinere Dateien auf."
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
424
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var de = {
|
|
4
4
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
5
|
-
string: "{processed}
|
|
5
|
+
string: "{processed} validierte Ressourcen"
|
|
6
6
|
},
|
|
7
7
|
"ImportResourcesModal.browseFile": {
|
|
8
8
|
string: "Datei durchsuchen"
|
|
@@ -53,7 +53,7 @@ var de = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "
|
|
56
|
+
string: "Sie sind dabei, {count, plural, one {<bold>1</bold> Zeile} other {<bold>{count}</bold> Zeilen}} in das Projekt <bold>{projectName}</bold> zu importieren."
|
|
57
57
|
},
|
|
58
58
|
"ImportResourcesModal.continue": {
|
|
59
59
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -387,7 +387,7 @@ var de = {
|
|
|
387
387
|
},
|
|
388
388
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
389
389
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
390
|
-
string: "
|
|
390
|
+
string: "Fehler in <b>{errorsCount}</b> {errorsCount, plural, one {Zeile} other {Zeilen}} beim Hochladen von <b>{fileName}</b> gefunden. "
|
|
391
391
|
},
|
|
392
392
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
393
393
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -418,7 +418,7 @@ var de = {
|
|
|
418
418
|
},
|
|
419
419
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
420
420
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
421
|
-
string: "
|
|
421
|
+
string: "Der Upload hat zu lange gedauert. Bitte reduzieren Sie die Dateigröße oder teilen Sie die Daten in kleinere Dateien auf."
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
424
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var de = {
|
|
2
2
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
3
|
-
string: "{processed}
|
|
3
|
+
string: "{processed} validierte Ressourcen"
|
|
4
4
|
},
|
|
5
5
|
"ImportResourcesModal.browseFile": {
|
|
6
6
|
string: "Datei durchsuchen"
|
|
@@ -51,7 +51,7 @@ var de = {
|
|
|
51
51
|
},
|
|
52
52
|
"ImportResourcesModal.confirmationBodyText": {
|
|
53
53
|
developer_comment: "Confirmation dialog text",
|
|
54
|
-
string: "
|
|
54
|
+
string: "Sie sind dabei, {count, plural, one {<bold>1</bold> Zeile} other {<bold>{count}</bold> Zeilen}} in das Projekt <bold>{projectName}</bold> zu importieren."
|
|
55
55
|
},
|
|
56
56
|
"ImportResourcesModal.continue": {
|
|
57
57
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -385,7 +385,7 @@ var de = {
|
|
|
385
385
|
},
|
|
386
386
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
387
387
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
388
|
-
string: "
|
|
388
|
+
string: "Fehler in <b>{errorsCount}</b> {errorsCount, plural, one {Zeile} other {Zeilen}} beim Hochladen von <b>{fileName}</b> gefunden. "
|
|
389
389
|
},
|
|
390
390
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
391
391
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -416,7 +416,7 @@ var de = {
|
|
|
416
416
|
},
|
|
417
417
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
418
418
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
419
|
-
string: "
|
|
419
|
+
string: "Der Upload hat zu lange gedauert. Bitte reduzieren Sie die Dateigröße oder teilen Sie die Daten in kleinere Dateien auf."
|
|
420
420
|
}
|
|
421
421
|
};
|
|
422
422
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var es = {
|
|
2
2
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
3
|
-
string: "{processed}
|
|
3
|
+
string: "{processed} recursos validados"
|
|
4
4
|
},
|
|
5
5
|
"ImportResourcesModal.browseFile": {
|
|
6
6
|
string: "Explorar archivo"
|
|
@@ -51,7 +51,7 @@ var es = {
|
|
|
51
51
|
},
|
|
52
52
|
"ImportResourcesModal.confirmationBodyText": {
|
|
53
53
|
developer_comment: "Confirmation dialog text",
|
|
54
|
-
string: "
|
|
54
|
+
string: "Vas a importar {count, plural, one {<bold>1</bold> línea} other {<bold>{count}</bold> líneas}} al proyecto: <bold>{projectName}</bold>."
|
|
55
55
|
},
|
|
56
56
|
"ImportResourcesModal.continue": {
|
|
57
57
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -385,7 +385,7 @@ var es = {
|
|
|
385
385
|
},
|
|
386
386
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
387
387
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
388
|
-
string: "
|
|
388
|
+
string: "Se encontraron errores en <b>{errorsCount}</b> {errorsCount, plural, one {línea} other {líneas}} al subir <b>{fileName}</b>."
|
|
389
389
|
},
|
|
390
390
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
391
391
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -416,7 +416,7 @@ var es = {
|
|
|
416
416
|
},
|
|
417
417
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
418
418
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
419
|
-
string: "
|
|
419
|
+
string: "Se ha tardado demasiado en subir. Reduce el tamaño del archivo o separa los datos en archivos más pequeños."
|
|
420
420
|
}
|
|
421
421
|
};
|
|
422
422
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var es = {
|
|
4
4
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
5
|
-
string: "{processed}
|
|
5
|
+
string: "{processed} recursos validados"
|
|
6
6
|
},
|
|
7
7
|
"ImportResourcesModal.browseFile": {
|
|
8
8
|
string: "Explorar archivo"
|
|
@@ -53,7 +53,7 @@ var es = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "
|
|
56
|
+
string: "Vas a importar {count, plural, one {<bold>1</bold> línea} other {<bold>{count}</bold> líneas}} al proyecto: <bold>{projectName}</bold>."
|
|
57
57
|
},
|
|
58
58
|
"ImportResourcesModal.continue": {
|
|
59
59
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -387,7 +387,7 @@ var es = {
|
|
|
387
387
|
},
|
|
388
388
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
389
389
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
390
|
-
string: "
|
|
390
|
+
string: "Se encontraron errores en <b>{errorsCount}</b> {errorsCount, plural, one {línea} other {líneas}} al subir <b>{fileName}</b>."
|
|
391
391
|
},
|
|
392
392
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
393
393
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -418,7 +418,7 @@ var es = {
|
|
|
418
418
|
},
|
|
419
419
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
420
420
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
421
|
-
string: "
|
|
421
|
+
string: "Se ha tardado demasiado en subir. Reduce el tamaño del archivo o separa los datos en archivos más pequeños."
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
424
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var es = {
|
|
4
4
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
5
|
-
string: "{processed}
|
|
5
|
+
string: "{processed} recursos validados"
|
|
6
6
|
},
|
|
7
7
|
"ImportResourcesModal.browseFile": {
|
|
8
8
|
string: "Explorar archivo"
|
|
@@ -53,7 +53,7 @@ var es = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "
|
|
56
|
+
string: "Vas a importar {count, plural, one {<bold>1</bold> línea} other {<bold>{count}</bold> líneas}} al proyecto: <bold>{projectName}</bold>."
|
|
57
57
|
},
|
|
58
58
|
"ImportResourcesModal.continue": {
|
|
59
59
|
developer_comment: "Confirmation dialog continue button",
|
|
@@ -387,7 +387,7 @@ var es = {
|
|
|
387
387
|
},
|
|
388
388
|
"ImportResourcesModal.uploadRowsErrorDescription": {
|
|
389
389
|
developer_comment: "Title when errors detected while uploading file (new flow)",
|
|
390
|
-
string: "
|
|
390
|
+
string: "Se encontraron errores en <b>{errorsCount}</b> {errorsCount, plural, one {línea} other {líneas}} al subir <b>{fileName}</b>."
|
|
391
391
|
},
|
|
392
392
|
"ImportResourcesModal.uploadSeparator.decimalSeparatorComma": {
|
|
393
393
|
developer_comment: "Label for comma decimal separator option",
|
|
@@ -418,7 +418,7 @@ var es = {
|
|
|
418
418
|
},
|
|
419
419
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
420
420
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
421
|
-
string: "
|
|
421
|
+
string: "Se ha tardado demasiado en subir. Reduce el tamaño del archivo o separa los datos en archivos más pequeños."
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
424
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var frFR = {
|
|
4
4
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
5
|
-
string: "{processed}
|
|
5
|
+
string: "{processed} ressources validées"
|
|
6
6
|
},
|
|
7
7
|
"ImportResourcesModal.browseFile": {
|
|
8
8
|
string: "Parcourir le fichier"
|
|
@@ -53,7 +53,7 @@ var frFR = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "
|
|
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: "
|
|
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",
|
|
@@ -418,7 +418,7 @@ var frFR = {
|
|
|
418
418
|
},
|
|
419
419
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
420
420
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
421
|
-
string: "
|
|
421
|
+
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."
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
424
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var frFR = {
|
|
2
2
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
3
|
-
string: "{processed}
|
|
3
|
+
string: "{processed} ressources validées"
|
|
4
4
|
},
|
|
5
5
|
"ImportResourcesModal.browseFile": {
|
|
6
6
|
string: "Parcourir le fichier"
|
|
@@ -51,7 +51,7 @@ var frFR = {
|
|
|
51
51
|
},
|
|
52
52
|
"ImportResourcesModal.confirmationBodyText": {
|
|
53
53
|
developer_comment: "Confirmation dialog text",
|
|
54
|
-
string: "
|
|
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: "
|
|
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",
|
|
@@ -416,7 +416,7 @@ var frFR = {
|
|
|
416
416
|
},
|
|
417
417
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
418
418
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
419
|
-
string: "
|
|
419
|
+
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."
|
|
420
420
|
}
|
|
421
421
|
};
|
|
422
422
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var frFR = {
|
|
4
4
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
5
|
-
string: "{processed}
|
|
5
|
+
string: "{processed} ressources validées"
|
|
6
6
|
},
|
|
7
7
|
"ImportResourcesModal.browseFile": {
|
|
8
8
|
string: "Parcourir le fichier"
|
|
@@ -53,7 +53,7 @@ var frFR = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "
|
|
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: "
|
|
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",
|
|
@@ -418,7 +418,7 @@ var frFR = {
|
|
|
418
418
|
},
|
|
419
419
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
420
420
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
421
|
-
string: "
|
|
421
|
+
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."
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
424
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var ptBR = {
|
|
4
4
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
5
|
-
string: "{processed}
|
|
5
|
+
string: "{processed} recursos validados"
|
|
6
6
|
},
|
|
7
7
|
"ImportResourcesModal.browseFile": {
|
|
8
8
|
string: "Procurar arquivo"
|
|
@@ -53,7 +53,7 @@ var ptBR = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "
|
|
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: "
|
|
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",
|
|
@@ -418,7 +418,7 @@ var ptBR = {
|
|
|
418
418
|
},
|
|
419
419
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
420
420
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
421
|
-
string: "
|
|
421
|
+
string: "A operação de carregamento levou muito tempo. Reduza o tamanho do arquivo ou divida os dados em arquivos menores."
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
424
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var ptBR = {
|
|
2
2
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
3
|
-
string: "{processed}
|
|
3
|
+
string: "{processed} recursos validados"
|
|
4
4
|
},
|
|
5
5
|
"ImportResourcesModal.browseFile": {
|
|
6
6
|
string: "Procurar arquivo"
|
|
@@ -51,7 +51,7 @@ var ptBR = {
|
|
|
51
51
|
},
|
|
52
52
|
"ImportResourcesModal.confirmationBodyText": {
|
|
53
53
|
developer_comment: "Confirmation dialog text",
|
|
54
|
-
string: "
|
|
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: "
|
|
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",
|
|
@@ -416,7 +416,7 @@ var ptBR = {
|
|
|
416
416
|
},
|
|
417
417
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
418
418
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
419
|
-
string: "
|
|
419
|
+
string: "A operação de carregamento levou muito tempo. Reduza o tamanho do arquivo ou divida os dados em arquivos menores."
|
|
420
420
|
}
|
|
421
421
|
};
|
|
422
422
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var ptBR = {
|
|
4
4
|
"ImportResourcesModal.Uploading.validatingResources": {
|
|
5
|
-
string: "{processed}
|
|
5
|
+
string: "{processed} recursos validados"
|
|
6
6
|
},
|
|
7
7
|
"ImportResourcesModal.browseFile": {
|
|
8
8
|
string: "Procurar arquivo"
|
|
@@ -53,7 +53,7 @@ var ptBR = {
|
|
|
53
53
|
},
|
|
54
54
|
"ImportResourcesModal.confirmationBodyText": {
|
|
55
55
|
developer_comment: "Confirmation dialog text",
|
|
56
|
-
string: "
|
|
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: "
|
|
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",
|
|
@@ -418,7 +418,7 @@ var ptBR = {
|
|
|
418
418
|
},
|
|
419
419
|
"operations.import.resource.upload.uploadIsTakingTooLong": {
|
|
420
420
|
developer_comment: "Notification message when file upload is taking longer than expected",
|
|
421
|
-
string: "
|
|
421
|
+
string: "A operação de carregamento levou muito tempo. Reduza o tamanho do arquivo ou divida os dados em arquivos menores."
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
424
|
|
package/package.json
CHANGED