@commercetools-frontend-extensions/export-resources-modal 5.14.4 → 5.14.6
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-export-resources-modal.cjs.dev.js +5 -5
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +5 -5
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +5 -5
- package/dist/{de-6b509aa7.cjs.dev.js → de-878f4246.cjs.prod.js} +22 -6
- package/dist/{de-b9fb4989.esm.js → de-887390c8.esm.js} +22 -6
- package/dist/{de-8110043f.cjs.prod.js → de-ecf9ace2.cjs.dev.js} +22 -6
- package/dist/{en-de85a5ef.esm.js → en-02b20e80.esm.js} +18 -2
- package/dist/{en-9fe86528.cjs.prod.js → en-3a95336a.cjs.dev.js} +18 -2
- package/dist/{en-377deb39.cjs.dev.js → en-b0f71eaf.cjs.prod.js} +18 -2
- package/dist/{es-0ea45787.cjs.dev.js → es-374aed1b.cjs.prod.js} +22 -6
- package/dist/{es-dd446447.cjs.prod.js → es-a1b34b9f.cjs.dev.js} +22 -6
- package/dist/{es-86ebb4a7.esm.js → es-d39432b2.esm.js} +22 -6
- package/dist/{fr-FR-1315b28a.esm.js → fr-FR-136fb625.esm.js} +22 -6
- package/dist/{fr-FR-019c40ab.cjs.dev.js → fr-FR-4bdab72f.cjs.prod.js} +22 -6
- package/dist/{fr-FR-52103608.cjs.prod.js → fr-FR-c903e733.cjs.dev.js} +22 -6
- package/dist/{pt-BR-d60b6d53.cjs.prod.js → pt-BR-0b67e9af.cjs.dev.js} +22 -6
- package/dist/{pt-BR-7a41a387.cjs.dev.js → pt-BR-3ff0daf8.cjs.prod.js} +22 -6
- package/dist/{pt-BR-37a2fffc.esm.js → pt-BR-b19cfc58.esm.js} +22 -6
- package/package.json +4 -3
|
@@ -179,7 +179,7 @@ var es = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
181
181
|
developer_comment: "Label for Export All product tailorings",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Exportar productos personalizados para {total, plural, one {# producto} other {# productos}} en todas las tiendas"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
185
185
|
developer_comment: "Label for Export All product types",
|
|
@@ -189,6 +189,10 @@ var es = {
|
|
|
189
189
|
developer_comment: "Label for Export All products",
|
|
190
190
|
string: "Exportar todo: {total, plural, one {# producto} other {# productos}}"
|
|
191
191
|
},
|
|
192
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
193
|
+
developer_comment: "Label for Export All standalone prices",
|
|
194
|
+
string: "Exportar todos: {total, plural, one {# precio independiente} other {# precios independientes}}"
|
|
195
|
+
},
|
|
192
196
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
193
197
|
developer_comment: "Label for Export Filtered business units",
|
|
194
198
|
string: "Exportar filtradas: {total, plural, one {# unidad empresarial} other {# unidad empresarial}}"
|
|
@@ -211,7 +215,7 @@ var es = {
|
|
|
211
215
|
},
|
|
212
216
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
213
217
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Exportar productos personalizados para el {total, plural, one {# producto filtrado} other {# productos filtrados}} en todas las tiendas"
|
|
215
219
|
},
|
|
216
220
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
217
221
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -221,6 +225,10 @@ var es = {
|
|
|
221
225
|
developer_comment: "Label for Export Filtered products",
|
|
222
226
|
string: "Exportar los filtrados: {total, plural, one {# producto} other {# productos}}"
|
|
223
227
|
},
|
|
228
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
229
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
230
|
+
string: "Exportar filtrados: {total, plural, one {# precio independiente} other {# precios independientes}}"
|
|
231
|
+
},
|
|
224
232
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
225
233
|
developer_comment: "Label for Export Filtered without count",
|
|
226
234
|
string: "Exportar lo filtrado"
|
|
@@ -247,7 +255,7 @@ var es = {
|
|
|
247
255
|
},
|
|
248
256
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
249
257
|
developer_comment: "Label for Export Selected product tailorings",
|
|
250
|
-
string: "
|
|
258
|
+
string: "Exportar productos personalizados para el {total, plural, one {# producto seleccionado} other {# productos seleccionados}} en todas las tiendas"
|
|
251
259
|
},
|
|
252
260
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
253
261
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -257,6 +265,10 @@ var es = {
|
|
|
257
265
|
developer_comment: "Label for Export Selected products",
|
|
258
266
|
string: "Exportar los seleccionados: {total, plural, one {# producto} other {# productos}}"
|
|
259
267
|
},
|
|
268
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
269
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
270
|
+
string: "Exportar seleccionados: {total, plural, one {# precio independientes} other {# precios independientes}}"
|
|
271
|
+
},
|
|
260
272
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
261
273
|
developer_comment: "Label for Export Selected without count",
|
|
262
274
|
string: "Exportar selección"
|
|
@@ -383,12 +395,16 @@ var es = {
|
|
|
383
395
|
},
|
|
384
396
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
385
397
|
developer_comment: "Label for the product tailorings modal title",
|
|
386
|
-
string: "
|
|
398
|
+
string: "Exportar productos personalizados"
|
|
387
399
|
},
|
|
388
400
|
"ExportResourcesModal.modalTitle.productType": {
|
|
389
401
|
developer_comment: "Label for the product types modal title",
|
|
390
402
|
string: "Exportar tipos de producto"
|
|
391
403
|
},
|
|
404
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
405
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
406
|
+
string: "Exportar precios independientes"
|
|
407
|
+
},
|
|
392
408
|
"ExportResourcesModal.moreInformation": {
|
|
393
409
|
developer_comment: "A label for more information",
|
|
394
410
|
string: "Para obtener más información consulta la {documentationLink}."
|
|
@@ -470,8 +486,8 @@ var es = {
|
|
|
470
486
|
string: "Seleccionar campos diferentes"
|
|
471
487
|
},
|
|
472
488
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
473
|
-
developer_comment: "Label for \"Select
|
|
474
|
-
string: "
|
|
489
|
+
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
490
|
+
string: "Select any field from an imported CSV"
|
|
475
491
|
},
|
|
476
492
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
477
493
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -177,7 +177,7 @@ var es = {
|
|
|
177
177
|
},
|
|
178
178
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
179
179
|
developer_comment: "Label for Export All product tailorings",
|
|
180
|
-
string: "
|
|
180
|
+
string: "Exportar productos personalizados para {total, plural, one {# producto} other {# productos}} en todas las tiendas"
|
|
181
181
|
},
|
|
182
182
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
183
183
|
developer_comment: "Label for Export All product types",
|
|
@@ -187,6 +187,10 @@ var es = {
|
|
|
187
187
|
developer_comment: "Label for Export All products",
|
|
188
188
|
string: "Exportar todo: {total, plural, one {# producto} other {# productos}}"
|
|
189
189
|
},
|
|
190
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
191
|
+
developer_comment: "Label for Export All standalone prices",
|
|
192
|
+
string: "Exportar todos: {total, plural, one {# precio independiente} other {# precios independientes}}"
|
|
193
|
+
},
|
|
190
194
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
191
195
|
developer_comment: "Label for Export Filtered business units",
|
|
192
196
|
string: "Exportar filtradas: {total, plural, one {# unidad empresarial} other {# unidad empresarial}}"
|
|
@@ -209,7 +213,7 @@ var es = {
|
|
|
209
213
|
},
|
|
210
214
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
211
215
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
212
|
-
string: "
|
|
216
|
+
string: "Exportar productos personalizados para el {total, plural, one {# producto filtrado} other {# productos filtrados}} en todas las tiendas"
|
|
213
217
|
},
|
|
214
218
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
215
219
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -219,6 +223,10 @@ var es = {
|
|
|
219
223
|
developer_comment: "Label for Export Filtered products",
|
|
220
224
|
string: "Exportar los filtrados: {total, plural, one {# producto} other {# productos}}"
|
|
221
225
|
},
|
|
226
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
227
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
228
|
+
string: "Exportar filtrados: {total, plural, one {# precio independiente} other {# precios independientes}}"
|
|
229
|
+
},
|
|
222
230
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
223
231
|
developer_comment: "Label for Export Filtered without count",
|
|
224
232
|
string: "Exportar lo filtrado"
|
|
@@ -245,7 +253,7 @@ var es = {
|
|
|
245
253
|
},
|
|
246
254
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
247
255
|
developer_comment: "Label for Export Selected product tailorings",
|
|
248
|
-
string: "
|
|
256
|
+
string: "Exportar productos personalizados para el {total, plural, one {# producto seleccionado} other {# productos seleccionados}} en todas las tiendas"
|
|
249
257
|
},
|
|
250
258
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
251
259
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -255,6 +263,10 @@ var es = {
|
|
|
255
263
|
developer_comment: "Label for Export Selected products",
|
|
256
264
|
string: "Exportar los seleccionados: {total, plural, one {# producto} other {# productos}}"
|
|
257
265
|
},
|
|
266
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
267
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
268
|
+
string: "Exportar seleccionados: {total, plural, one {# precio independientes} other {# precios independientes}}"
|
|
269
|
+
},
|
|
258
270
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
259
271
|
developer_comment: "Label for Export Selected without count",
|
|
260
272
|
string: "Exportar selección"
|
|
@@ -381,12 +393,16 @@ var es = {
|
|
|
381
393
|
},
|
|
382
394
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
383
395
|
developer_comment: "Label for the product tailorings modal title",
|
|
384
|
-
string: "
|
|
396
|
+
string: "Exportar productos personalizados"
|
|
385
397
|
},
|
|
386
398
|
"ExportResourcesModal.modalTitle.productType": {
|
|
387
399
|
developer_comment: "Label for the product types modal title",
|
|
388
400
|
string: "Exportar tipos de producto"
|
|
389
401
|
},
|
|
402
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
403
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
404
|
+
string: "Exportar precios independientes"
|
|
405
|
+
},
|
|
390
406
|
"ExportResourcesModal.moreInformation": {
|
|
391
407
|
developer_comment: "A label for more information",
|
|
392
408
|
string: "Para obtener más información consulta la {documentationLink}."
|
|
@@ -468,8 +484,8 @@ var es = {
|
|
|
468
484
|
string: "Seleccionar campos diferentes"
|
|
469
485
|
},
|
|
470
486
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
471
|
-
developer_comment: "Label for \"Select
|
|
472
|
-
string: "
|
|
487
|
+
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
488
|
+
string: "Select any field from an imported CSV"
|
|
473
489
|
},
|
|
474
490
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
475
491
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -177,7 +177,7 @@ var frFR = {
|
|
|
177
177
|
},
|
|
178
178
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
179
179
|
developer_comment: "Label for Export All product tailorings",
|
|
180
|
-
string: "
|
|
180
|
+
string: "Exporter les produits personnalisés pour {total, plural, one {un # produit} other {des # produits}} dans toutes les boutiques"
|
|
181
181
|
},
|
|
182
182
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
183
183
|
developer_comment: "Label for Export All product types",
|
|
@@ -187,6 +187,10 @@ var frFR = {
|
|
|
187
187
|
developer_comment: "Label for Export All products",
|
|
188
188
|
string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
|
|
189
189
|
},
|
|
190
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
191
|
+
developer_comment: "Label for Export All standalone prices",
|
|
192
|
+
string: "Exporter tout : {total, plural, one {un # prix autonome} other {# prix autonomes}}"
|
|
193
|
+
},
|
|
190
194
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
191
195
|
developer_comment: "Label for Export Filtered business units",
|
|
192
196
|
string: "Exporter les données filtrées : {total, plural, one {# business unit} other {# business units}}"
|
|
@@ -209,7 +213,7 @@ var frFR = {
|
|
|
209
213
|
},
|
|
210
214
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
211
215
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
212
|
-
string: "
|
|
216
|
+
string: "Exporter les produits personnalisés pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
|
|
213
217
|
},
|
|
214
218
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
215
219
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -219,6 +223,10 @@ var frFR = {
|
|
|
219
223
|
developer_comment: "Label for Export Filtered products",
|
|
220
224
|
string: "Exporter les données filtrées : {total, plural, one {# produit} other {# produits}}"
|
|
221
225
|
},
|
|
226
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
227
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
228
|
+
string: "Exporter les données filtrées : {total, plural, one {# prix autonome} other {# prix autonomes}}"
|
|
229
|
+
},
|
|
222
230
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
223
231
|
developer_comment: "Label for Export Filtered without count",
|
|
224
232
|
string: "Filtre d'exportation"
|
|
@@ -245,7 +253,7 @@ var frFR = {
|
|
|
245
253
|
},
|
|
246
254
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
247
255
|
developer_comment: "Label for Export Selected product tailorings",
|
|
248
|
-
string: "
|
|
256
|
+
string: "Exporter les produits personnalisés pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
|
|
249
257
|
},
|
|
250
258
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
251
259
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -255,6 +263,10 @@ var frFR = {
|
|
|
255
263
|
developer_comment: "Label for Export Selected products",
|
|
256
264
|
string: "Exporter les données sélectionnées : {total, plural, one {# produit} other {# produits}}"
|
|
257
265
|
},
|
|
266
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
267
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
268
|
+
string: "Exporter la sélection : {total, plural, one {# prix autonome} other {# prix autonomes}}"
|
|
269
|
+
},
|
|
258
270
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
259
271
|
developer_comment: "Label for Export Selected without count",
|
|
260
272
|
string: "Sélection d'exportation"
|
|
@@ -381,12 +393,16 @@ var frFR = {
|
|
|
381
393
|
},
|
|
382
394
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
383
395
|
developer_comment: "Label for the product tailorings modal title",
|
|
384
|
-
string: "
|
|
396
|
+
string: "Exporter les produits personnalisés"
|
|
385
397
|
},
|
|
386
398
|
"ExportResourcesModal.modalTitle.productType": {
|
|
387
399
|
developer_comment: "Label for the product types modal title",
|
|
388
400
|
string: "Types de produit à exporter"
|
|
389
401
|
},
|
|
402
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
403
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
404
|
+
string: "Exporter les prix autonomes"
|
|
405
|
+
},
|
|
390
406
|
"ExportResourcesModal.moreInformation": {
|
|
391
407
|
developer_comment: "A label for more information",
|
|
392
408
|
string: "Pour plus d'informations, consultez le {documentationLink}"
|
|
@@ -468,8 +484,8 @@ var frFR = {
|
|
|
468
484
|
string: "Sélectionner différents champs"
|
|
469
485
|
},
|
|
470
486
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
471
|
-
developer_comment: "Label for \"Select
|
|
472
|
-
string: "
|
|
487
|
+
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
488
|
+
string: "Select any field from an imported CSV"
|
|
473
489
|
},
|
|
474
490
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
475
491
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -179,7 +179,7 @@ var frFR = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
181
181
|
developer_comment: "Label for Export All product tailorings",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Exporter les produits personnalisés pour {total, plural, one {un # produit} other {des # produits}} dans toutes les boutiques"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
185
185
|
developer_comment: "Label for Export All product types",
|
|
@@ -189,6 +189,10 @@ var frFR = {
|
|
|
189
189
|
developer_comment: "Label for Export All products",
|
|
190
190
|
string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
|
|
191
191
|
},
|
|
192
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
193
|
+
developer_comment: "Label for Export All standalone prices",
|
|
194
|
+
string: "Exporter tout : {total, plural, one {un # prix autonome} other {# prix autonomes}}"
|
|
195
|
+
},
|
|
192
196
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
193
197
|
developer_comment: "Label for Export Filtered business units",
|
|
194
198
|
string: "Exporter les données filtrées : {total, plural, one {# business unit} other {# business units}}"
|
|
@@ -211,7 +215,7 @@ var frFR = {
|
|
|
211
215
|
},
|
|
212
216
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
213
217
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Exporter les produits personnalisés pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
|
|
215
219
|
},
|
|
216
220
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
217
221
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -221,6 +225,10 @@ var frFR = {
|
|
|
221
225
|
developer_comment: "Label for Export Filtered products",
|
|
222
226
|
string: "Exporter les données filtrées : {total, plural, one {# produit} other {# produits}}"
|
|
223
227
|
},
|
|
228
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
229
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
230
|
+
string: "Exporter les données filtrées : {total, plural, one {# prix autonome} other {# prix autonomes}}"
|
|
231
|
+
},
|
|
224
232
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
225
233
|
developer_comment: "Label for Export Filtered without count",
|
|
226
234
|
string: "Filtre d'exportation"
|
|
@@ -247,7 +255,7 @@ var frFR = {
|
|
|
247
255
|
},
|
|
248
256
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
249
257
|
developer_comment: "Label for Export Selected product tailorings",
|
|
250
|
-
string: "
|
|
258
|
+
string: "Exporter les produits personnalisés pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
|
|
251
259
|
},
|
|
252
260
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
253
261
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -257,6 +265,10 @@ var frFR = {
|
|
|
257
265
|
developer_comment: "Label for Export Selected products",
|
|
258
266
|
string: "Exporter les données sélectionnées : {total, plural, one {# produit} other {# produits}}"
|
|
259
267
|
},
|
|
268
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
269
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
270
|
+
string: "Exporter la sélection : {total, plural, one {# prix autonome} other {# prix autonomes}}"
|
|
271
|
+
},
|
|
260
272
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
261
273
|
developer_comment: "Label for Export Selected without count",
|
|
262
274
|
string: "Sélection d'exportation"
|
|
@@ -383,12 +395,16 @@ var frFR = {
|
|
|
383
395
|
},
|
|
384
396
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
385
397
|
developer_comment: "Label for the product tailorings modal title",
|
|
386
|
-
string: "
|
|
398
|
+
string: "Exporter les produits personnalisés"
|
|
387
399
|
},
|
|
388
400
|
"ExportResourcesModal.modalTitle.productType": {
|
|
389
401
|
developer_comment: "Label for the product types modal title",
|
|
390
402
|
string: "Types de produit à exporter"
|
|
391
403
|
},
|
|
404
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
405
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
406
|
+
string: "Exporter les prix autonomes"
|
|
407
|
+
},
|
|
392
408
|
"ExportResourcesModal.moreInformation": {
|
|
393
409
|
developer_comment: "A label for more information",
|
|
394
410
|
string: "Pour plus d'informations, consultez le {documentationLink}"
|
|
@@ -470,8 +486,8 @@ var frFR = {
|
|
|
470
486
|
string: "Sélectionner différents champs"
|
|
471
487
|
},
|
|
472
488
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
473
|
-
developer_comment: "Label for \"Select
|
|
474
|
-
string: "
|
|
489
|
+
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
490
|
+
string: "Select any field from an imported CSV"
|
|
475
491
|
},
|
|
476
492
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
477
493
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -179,7 +179,7 @@ var frFR = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
181
181
|
developer_comment: "Label for Export All product tailorings",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Exporter les produits personnalisés pour {total, plural, one {un # produit} other {des # produits}} dans toutes les boutiques"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
185
185
|
developer_comment: "Label for Export All product types",
|
|
@@ -189,6 +189,10 @@ var frFR = {
|
|
|
189
189
|
developer_comment: "Label for Export All products",
|
|
190
190
|
string: "Tout exporter : {total, plural, one {# produit} other {# produits}}"
|
|
191
191
|
},
|
|
192
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
193
|
+
developer_comment: "Label for Export All standalone prices",
|
|
194
|
+
string: "Exporter tout : {total, plural, one {un # prix autonome} other {# prix autonomes}}"
|
|
195
|
+
},
|
|
192
196
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
193
197
|
developer_comment: "Label for Export Filtered business units",
|
|
194
198
|
string: "Exporter les données filtrées : {total, plural, one {# business unit} other {# business units}}"
|
|
@@ -211,7 +215,7 @@ var frFR = {
|
|
|
211
215
|
},
|
|
212
216
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
213
217
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Exporter les produits personnalisés pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
|
|
215
219
|
},
|
|
216
220
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
217
221
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -221,6 +225,10 @@ var frFR = {
|
|
|
221
225
|
developer_comment: "Label for Export Filtered products",
|
|
222
226
|
string: "Exporter les données filtrées : {total, plural, one {# produit} other {# produits}}"
|
|
223
227
|
},
|
|
228
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
229
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
230
|
+
string: "Exporter les données filtrées : {total, plural, one {# prix autonome} other {# prix autonomes}}"
|
|
231
|
+
},
|
|
224
232
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
225
233
|
developer_comment: "Label for Export Filtered without count",
|
|
226
234
|
string: "Filtre d'exportation"
|
|
@@ -247,7 +255,7 @@ var frFR = {
|
|
|
247
255
|
},
|
|
248
256
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
249
257
|
developer_comment: "Label for Export Selected product tailorings",
|
|
250
|
-
string: "
|
|
258
|
+
string: "Exporter les produits personnalisés pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
|
|
251
259
|
},
|
|
252
260
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
253
261
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -257,6 +265,10 @@ var frFR = {
|
|
|
257
265
|
developer_comment: "Label for Export Selected products",
|
|
258
266
|
string: "Exporter les données sélectionnées : {total, plural, one {# produit} other {# produits}}"
|
|
259
267
|
},
|
|
268
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
269
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
270
|
+
string: "Exporter la sélection : {total, plural, one {# prix autonome} other {# prix autonomes}}"
|
|
271
|
+
},
|
|
260
272
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
261
273
|
developer_comment: "Label for Export Selected without count",
|
|
262
274
|
string: "Sélection d'exportation"
|
|
@@ -383,12 +395,16 @@ var frFR = {
|
|
|
383
395
|
},
|
|
384
396
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
385
397
|
developer_comment: "Label for the product tailorings modal title",
|
|
386
|
-
string: "
|
|
398
|
+
string: "Exporter les produits personnalisés"
|
|
387
399
|
},
|
|
388
400
|
"ExportResourcesModal.modalTitle.productType": {
|
|
389
401
|
developer_comment: "Label for the product types modal title",
|
|
390
402
|
string: "Types de produit à exporter"
|
|
391
403
|
},
|
|
404
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
405
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
406
|
+
string: "Exporter les prix autonomes"
|
|
407
|
+
},
|
|
392
408
|
"ExportResourcesModal.moreInformation": {
|
|
393
409
|
developer_comment: "A label for more information",
|
|
394
410
|
string: "Pour plus d'informations, consultez le {documentationLink}"
|
|
@@ -470,8 +486,8 @@ var frFR = {
|
|
|
470
486
|
string: "Sélectionner différents champs"
|
|
471
487
|
},
|
|
472
488
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
473
|
-
developer_comment: "Label for \"Select
|
|
474
|
-
string: "
|
|
489
|
+
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
490
|
+
string: "Select any field from an imported CSV"
|
|
475
491
|
},
|
|
476
492
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
477
493
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -179,7 +179,7 @@ var ptBR = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
181
181
|
developer_comment: "Label for Export All product tailorings",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Exportar produtos personalizados para {total, plural, one {# produto} other {# produtos}} em todas as lojas"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
185
185
|
developer_comment: "Label for Export All product types",
|
|
@@ -189,6 +189,10 @@ var ptBR = {
|
|
|
189
189
|
developer_comment: "Label for Export All products",
|
|
190
190
|
string: "Exportar tudo: {total, plural, one {# produto} other {# produtos}}"
|
|
191
191
|
},
|
|
192
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
193
|
+
developer_comment: "Label for Export All standalone prices",
|
|
194
|
+
string: "Exportar todos: {total, plural, one {# preço individual} other {# preços individuais}}"
|
|
195
|
+
},
|
|
192
196
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
193
197
|
developer_comment: "Label for Export Filtered business units",
|
|
194
198
|
string: "Exportar filtrados: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
|
|
@@ -211,7 +215,7 @@ var ptBR = {
|
|
|
211
215
|
},
|
|
212
216
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
213
217
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Exportar produtos personalizados para {total, plural, one {# produto filtrado} other {# produtos filtrados}}"
|
|
215
219
|
},
|
|
216
220
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
217
221
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -221,6 +225,10 @@ var ptBR = {
|
|
|
221
225
|
developer_comment: "Label for Export Filtered products",
|
|
222
226
|
string: "Exportar filtrados: {total, plural, one {# produto} other {# produtos}}"
|
|
223
227
|
},
|
|
228
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
229
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
230
|
+
string: "Exportar filtrados: {total, plural, one {# preço individual} other {# preços individuais}}"
|
|
231
|
+
},
|
|
224
232
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
225
233
|
developer_comment: "Label for Export Filtered without count",
|
|
226
234
|
string: "Exportar filtrados"
|
|
@@ -247,7 +255,7 @@ var ptBR = {
|
|
|
247
255
|
},
|
|
248
256
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
249
257
|
developer_comment: "Label for Export Selected product tailorings",
|
|
250
|
-
string: "
|
|
258
|
+
string: "Exportar produtos personalizados para {total, plural, one {# produto selecionado} other {# produtos selecionados}}"
|
|
251
259
|
},
|
|
252
260
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
253
261
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -257,6 +265,10 @@ var ptBR = {
|
|
|
257
265
|
developer_comment: "Label for Export Selected products",
|
|
258
266
|
string: "Exportar selecionados: {total, plural, one {# produto} other {# produtos}}"
|
|
259
267
|
},
|
|
268
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
269
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
270
|
+
string: "Exportar selecionados: {total, plural, one {# preço individual} other {# preços individuais}}"
|
|
271
|
+
},
|
|
260
272
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
261
273
|
developer_comment: "Label for Export Selected without count",
|
|
262
274
|
string: "Exportar seleção"
|
|
@@ -383,12 +395,16 @@ var ptBR = {
|
|
|
383
395
|
},
|
|
384
396
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
385
397
|
developer_comment: "Label for the product tailorings modal title",
|
|
386
|
-
string: "
|
|
398
|
+
string: "Exportar produtos personalizados"
|
|
387
399
|
},
|
|
388
400
|
"ExportResourcesModal.modalTitle.productType": {
|
|
389
401
|
developer_comment: "Label for the product types modal title",
|
|
390
402
|
string: "Exportar tipos de produtos"
|
|
391
403
|
},
|
|
404
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
405
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
406
|
+
string: "Exportar preços individuais"
|
|
407
|
+
},
|
|
392
408
|
"ExportResourcesModal.moreInformation": {
|
|
393
409
|
developer_comment: "A label for more information",
|
|
394
410
|
string: "Para mais informações, consulte o link {documentationLink}"
|
|
@@ -470,8 +486,8 @@ var ptBR = {
|
|
|
470
486
|
string: "Selecione campos diferentes"
|
|
471
487
|
},
|
|
472
488
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
473
|
-
developer_comment: "Label for \"Select
|
|
474
|
-
string: "
|
|
489
|
+
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
490
|
+
string: "Select any field from an imported CSV"
|
|
475
491
|
},
|
|
476
492
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
477
493
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
@@ -179,7 +179,7 @@ var ptBR = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
181
181
|
developer_comment: "Label for Export All product tailorings",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Exportar produtos personalizados para {total, plural, one {# produto} other {# produtos}} em todas as lojas"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
185
185
|
developer_comment: "Label for Export All product types",
|
|
@@ -189,6 +189,10 @@ var ptBR = {
|
|
|
189
189
|
developer_comment: "Label for Export All products",
|
|
190
190
|
string: "Exportar tudo: {total, plural, one {# produto} other {# produtos}}"
|
|
191
191
|
},
|
|
192
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
193
|
+
developer_comment: "Label for Export All standalone prices",
|
|
194
|
+
string: "Exportar todos: {total, plural, one {# preço individual} other {# preços individuais}}"
|
|
195
|
+
},
|
|
192
196
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
193
197
|
developer_comment: "Label for Export Filtered business units",
|
|
194
198
|
string: "Exportar filtrados: {total, plural, one {# unidade de negócios} other {# unidades de negócios}}"
|
|
@@ -211,7 +215,7 @@ var ptBR = {
|
|
|
211
215
|
},
|
|
212
216
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
213
217
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Exportar produtos personalizados para {total, plural, one {# produto filtrado} other {# produtos filtrados}}"
|
|
215
219
|
},
|
|
216
220
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
217
221
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -221,6 +225,10 @@ var ptBR = {
|
|
|
221
225
|
developer_comment: "Label for Export Filtered products",
|
|
222
226
|
string: "Exportar filtrados: {total, plural, one {# produto} other {# produtos}}"
|
|
223
227
|
},
|
|
228
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
229
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
230
|
+
string: "Exportar filtrados: {total, plural, one {# preço individual} other {# preços individuais}}"
|
|
231
|
+
},
|
|
224
232
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
225
233
|
developer_comment: "Label for Export Filtered without count",
|
|
226
234
|
string: "Exportar filtrados"
|
|
@@ -247,7 +255,7 @@ var ptBR = {
|
|
|
247
255
|
},
|
|
248
256
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
249
257
|
developer_comment: "Label for Export Selected product tailorings",
|
|
250
|
-
string: "
|
|
258
|
+
string: "Exportar produtos personalizados para {total, plural, one {# produto selecionado} other {# produtos selecionados}}"
|
|
251
259
|
},
|
|
252
260
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
253
261
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -257,6 +265,10 @@ var ptBR = {
|
|
|
257
265
|
developer_comment: "Label for Export Selected products",
|
|
258
266
|
string: "Exportar selecionados: {total, plural, one {# produto} other {# produtos}}"
|
|
259
267
|
},
|
|
268
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
269
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
270
|
+
string: "Exportar selecionados: {total, plural, one {# preço individual} other {# preços individuais}}"
|
|
271
|
+
},
|
|
260
272
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
261
273
|
developer_comment: "Label for Export Selected without count",
|
|
262
274
|
string: "Exportar seleção"
|
|
@@ -383,12 +395,16 @@ var ptBR = {
|
|
|
383
395
|
},
|
|
384
396
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
385
397
|
developer_comment: "Label for the product tailorings modal title",
|
|
386
|
-
string: "
|
|
398
|
+
string: "Exportar produtos personalizados"
|
|
387
399
|
},
|
|
388
400
|
"ExportResourcesModal.modalTitle.productType": {
|
|
389
401
|
developer_comment: "Label for the product types modal title",
|
|
390
402
|
string: "Exportar tipos de produtos"
|
|
391
403
|
},
|
|
404
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
405
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
406
|
+
string: "Exportar preços individuais"
|
|
407
|
+
},
|
|
392
408
|
"ExportResourcesModal.moreInformation": {
|
|
393
409
|
developer_comment: "A label for more information",
|
|
394
410
|
string: "Para mais informações, consulte o link {documentationLink}"
|
|
@@ -470,8 +486,8 @@ var ptBR = {
|
|
|
470
486
|
string: "Selecione campos diferentes"
|
|
471
487
|
},
|
|
472
488
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
473
|
-
developer_comment: "Label for \"Select
|
|
474
|
-
string: "
|
|
489
|
+
developer_comment: "Label for \"Select any field from an imported CSV\" button",
|
|
490
|
+
string: "Select any field from an imported CSV"
|
|
475
491
|
},
|
|
476
492
|
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
477
493
|
developer_comment: "Label for \"Select fields from a limited list\" button",
|