@commercetools-frontend-extensions/export-resources-modal 5.14.5 → 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 +1 -1
|
@@ -3667,17 +3667,17 @@ const getChunkImport = locale => {
|
|
|
3667
3667
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
3668
3668
|
switch (intlLocale) {
|
|
3669
3669
|
case 'de':
|
|
3670
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
3670
|
+
return Promise.resolve().then(function () { return require('./de-ecf9ace2.cjs.dev.js'); });
|
|
3671
3671
|
case 'es':
|
|
3672
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
3672
|
+
return Promise.resolve().then(function () { return require('./es-a1b34b9f.cjs.dev.js'); });
|
|
3673
3673
|
case 'fr-FR':
|
|
3674
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
3674
|
+
return Promise.resolve().then(function () { return require('./fr-FR-c903e733.cjs.dev.js'); });
|
|
3675
3675
|
case 'ja':
|
|
3676
3676
|
return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
|
|
3677
3677
|
case 'pt-BR':
|
|
3678
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
3678
|
+
return Promise.resolve().then(function () { return require('./pt-BR-0b67e9af.cjs.dev.js'); });
|
|
3679
3679
|
default:
|
|
3680
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
3680
|
+
return Promise.resolve().then(function () { return require('./en-3a95336a.cjs.dev.js'); });
|
|
3681
3681
|
}
|
|
3682
3682
|
};
|
|
3683
3683
|
const loadMessages = async locale => {
|
|
@@ -3634,17 +3634,17 @@ const getChunkImport = locale => {
|
|
|
3634
3634
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
3635
3635
|
switch (intlLocale) {
|
|
3636
3636
|
case 'de':
|
|
3637
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
3637
|
+
return Promise.resolve().then(function () { return require('./de-878f4246.cjs.prod.js'); });
|
|
3638
3638
|
case 'es':
|
|
3639
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
3639
|
+
return Promise.resolve().then(function () { return require('./es-374aed1b.cjs.prod.js'); });
|
|
3640
3640
|
case 'fr-FR':
|
|
3641
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
3641
|
+
return Promise.resolve().then(function () { return require('./fr-FR-4bdab72f.cjs.prod.js'); });
|
|
3642
3642
|
case 'ja':
|
|
3643
3643
|
return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
|
|
3644
3644
|
case 'pt-BR':
|
|
3645
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
3645
|
+
return Promise.resolve().then(function () { return require('./pt-BR-3ff0daf8.cjs.prod.js'); });
|
|
3646
3646
|
default:
|
|
3647
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
3647
|
+
return Promise.resolve().then(function () { return require('./en-b0f71eaf.cjs.prod.js'); });
|
|
3648
3648
|
}
|
|
3649
3649
|
};
|
|
3650
3650
|
const loadMessages = async locale => {
|
|
@@ -3624,17 +3624,17 @@ const getChunkImport = locale => {
|
|
|
3624
3624
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
3625
3625
|
switch (intlLocale) {
|
|
3626
3626
|
case 'de':
|
|
3627
|
-
return import('./de-
|
|
3627
|
+
return import('./de-887390c8.esm.js');
|
|
3628
3628
|
case 'es':
|
|
3629
|
-
return import('./es-
|
|
3629
|
+
return import('./es-d39432b2.esm.js');
|
|
3630
3630
|
case 'fr-FR':
|
|
3631
|
-
return import('./fr-FR-
|
|
3631
|
+
return import('./fr-FR-136fb625.esm.js');
|
|
3632
3632
|
case 'ja':
|
|
3633
3633
|
return import('./ja-73c088a7.esm.js');
|
|
3634
3634
|
case 'pt-BR':
|
|
3635
|
-
return import('./pt-BR-
|
|
3635
|
+
return import('./pt-BR-b19cfc58.esm.js');
|
|
3636
3636
|
default:
|
|
3637
|
-
return import('./en-
|
|
3637
|
+
return import('./en-02b20e80.esm.js');
|
|
3638
3638
|
}
|
|
3639
3639
|
};
|
|
3640
3640
|
const loadMessages = async locale => {
|
|
@@ -179,7 +179,7 @@ var de = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
181
181
|
developer_comment: "Label for Export All product tailorings",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Maßgeschneiderte Produkte für {total, plural, one {# Produkt} other {# Produkte}} in allen Shops exportieren"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
185
185
|
developer_comment: "Label for Export All product types",
|
|
@@ -189,6 +189,10 @@ var de = {
|
|
|
189
189
|
developer_comment: "Label for Export All products",
|
|
190
190
|
string: "Alle exportieren: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
191
191
|
},
|
|
192
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
193
|
+
developer_comment: "Label for Export All standalone prices",
|
|
194
|
+
string: "Exportieren: {total, plural, one {# Einzelpreis} other {# Einzelpreise}}"
|
|
195
|
+
},
|
|
192
196
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
193
197
|
developer_comment: "Label for Export Filtered business units",
|
|
194
198
|
string: "Export gefiltert: {total, plural, one {# business unit} other {# business units}}"
|
|
@@ -211,7 +215,7 @@ var de = {
|
|
|
211
215
|
},
|
|
212
216
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
213
217
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Maßgeschneiderte Produkte für das {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
|
|
215
219
|
},
|
|
216
220
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
217
221
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -221,6 +225,10 @@ var de = {
|
|
|
221
225
|
developer_comment: "Label for Export Filtered products",
|
|
222
226
|
string: "Export gefiltert: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
223
227
|
},
|
|
228
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
229
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
230
|
+
string: "Gefiltert exportieren: {total, plural, one {# Einzelpreis} other {# Einzelpreise}}"
|
|
231
|
+
},
|
|
224
232
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
225
233
|
developer_comment: "Label for Export Filtered without count",
|
|
226
234
|
string: "Gefilterte exportieren"
|
|
@@ -247,7 +255,7 @@ var de = {
|
|
|
247
255
|
},
|
|
248
256
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
249
257
|
developer_comment: "Label for Export Selected product tailorings",
|
|
250
|
-
string: "
|
|
258
|
+
string: "Maßgeschneiderte Produkte für das {total, plural, one {# ausgewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
|
|
251
259
|
},
|
|
252
260
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
253
261
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -257,6 +265,10 @@ var de = {
|
|
|
257
265
|
developer_comment: "Label for Export Selected products",
|
|
258
266
|
string: "Export ausgewählt: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
259
267
|
},
|
|
268
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
269
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
270
|
+
string: "Exportieren ausgewählt: {total, plural, one {# Einzelpreis} other {# Einzelpreise}}"
|
|
271
|
+
},
|
|
260
272
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
261
273
|
developer_comment: "Label for Export Selected without count",
|
|
262
274
|
string: "Auswahl exportieren"
|
|
@@ -383,12 +395,16 @@ var de = {
|
|
|
383
395
|
},
|
|
384
396
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
385
397
|
developer_comment: "Label for the product tailorings modal title",
|
|
386
|
-
string: "
|
|
398
|
+
string: "Maßgeschneiderte Produkte exportieren"
|
|
387
399
|
},
|
|
388
400
|
"ExportResourcesModal.modalTitle.productType": {
|
|
389
401
|
developer_comment: "Label for the product types modal title",
|
|
390
402
|
string: "Produkttypen exportieren"
|
|
391
403
|
},
|
|
404
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
405
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
406
|
+
string: "Einzelpreise exportieren"
|
|
407
|
+
},
|
|
392
408
|
"ExportResourcesModal.moreInformation": {
|
|
393
409
|
developer_comment: "A label for more information",
|
|
394
410
|
string: "Weitere Informationen finden Sie unter {documentationLink}"
|
|
@@ -470,8 +486,8 @@ var de = {
|
|
|
470
486
|
string: "Wählen Sie unterschiedliche Felder aus"
|
|
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 de = {
|
|
|
177
177
|
},
|
|
178
178
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
179
179
|
developer_comment: "Label for Export All product tailorings",
|
|
180
|
-
string: "
|
|
180
|
+
string: "Maßgeschneiderte Produkte für {total, plural, one {# Produkt} other {# Produkte}} in allen Shops exportieren"
|
|
181
181
|
},
|
|
182
182
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
183
183
|
developer_comment: "Label for Export All product types",
|
|
@@ -187,6 +187,10 @@ var de = {
|
|
|
187
187
|
developer_comment: "Label for Export All products",
|
|
188
188
|
string: "Alle exportieren: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
189
189
|
},
|
|
190
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
191
|
+
developer_comment: "Label for Export All standalone prices",
|
|
192
|
+
string: "Exportieren: {total, plural, one {# Einzelpreis} other {# Einzelpreise}}"
|
|
193
|
+
},
|
|
190
194
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
191
195
|
developer_comment: "Label for Export Filtered business units",
|
|
192
196
|
string: "Export gefiltert: {total, plural, one {# business unit} other {# business units}}"
|
|
@@ -209,7 +213,7 @@ var de = {
|
|
|
209
213
|
},
|
|
210
214
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
211
215
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
212
|
-
string: "
|
|
216
|
+
string: "Maßgeschneiderte Produkte für das {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
|
|
213
217
|
},
|
|
214
218
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
215
219
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -219,6 +223,10 @@ var de = {
|
|
|
219
223
|
developer_comment: "Label for Export Filtered products",
|
|
220
224
|
string: "Export gefiltert: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
221
225
|
},
|
|
226
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
227
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
228
|
+
string: "Gefiltert exportieren: {total, plural, one {# Einzelpreis} other {# Einzelpreise}}"
|
|
229
|
+
},
|
|
222
230
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
223
231
|
developer_comment: "Label for Export Filtered without count",
|
|
224
232
|
string: "Gefilterte exportieren"
|
|
@@ -245,7 +253,7 @@ var de = {
|
|
|
245
253
|
},
|
|
246
254
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
247
255
|
developer_comment: "Label for Export Selected product tailorings",
|
|
248
|
-
string: "
|
|
256
|
+
string: "Maßgeschneiderte Produkte für das {total, plural, one {# ausgewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
|
|
249
257
|
},
|
|
250
258
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
251
259
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -255,6 +263,10 @@ var de = {
|
|
|
255
263
|
developer_comment: "Label for Export Selected products",
|
|
256
264
|
string: "Export ausgewählt: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
257
265
|
},
|
|
266
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
267
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
268
|
+
string: "Exportieren ausgewählt: {total, plural, one {# Einzelpreis} other {# Einzelpreise}}"
|
|
269
|
+
},
|
|
258
270
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
259
271
|
developer_comment: "Label for Export Selected without count",
|
|
260
272
|
string: "Auswahl exportieren"
|
|
@@ -381,12 +393,16 @@ var de = {
|
|
|
381
393
|
},
|
|
382
394
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
383
395
|
developer_comment: "Label for the product tailorings modal title",
|
|
384
|
-
string: "
|
|
396
|
+
string: "Maßgeschneiderte Produkte exportieren"
|
|
385
397
|
},
|
|
386
398
|
"ExportResourcesModal.modalTitle.productType": {
|
|
387
399
|
developer_comment: "Label for the product types modal title",
|
|
388
400
|
string: "Produkttypen exportieren"
|
|
389
401
|
},
|
|
402
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
403
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
404
|
+
string: "Einzelpreise exportieren"
|
|
405
|
+
},
|
|
390
406
|
"ExportResourcesModal.moreInformation": {
|
|
391
407
|
developer_comment: "A label for more information",
|
|
392
408
|
string: "Weitere Informationen finden Sie unter {documentationLink}"
|
|
@@ -468,8 +484,8 @@ var de = {
|
|
|
468
484
|
string: "Wählen Sie unterschiedliche Felder aus"
|
|
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 de = {
|
|
|
179
179
|
},
|
|
180
180
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
181
181
|
developer_comment: "Label for Export All product tailorings",
|
|
182
|
-
string: "
|
|
182
|
+
string: "Maßgeschneiderte Produkte für {total, plural, one {# Produkt} other {# Produkte}} in allen Shops exportieren"
|
|
183
183
|
},
|
|
184
184
|
"ExportResourcesModal.exportScopeAllProductTypes": {
|
|
185
185
|
developer_comment: "Label for Export All product types",
|
|
@@ -189,6 +189,10 @@ var de = {
|
|
|
189
189
|
developer_comment: "Label for Export All products",
|
|
190
190
|
string: "Alle exportieren: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
191
191
|
},
|
|
192
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
193
|
+
developer_comment: "Label for Export All standalone prices",
|
|
194
|
+
string: "Exportieren: {total, plural, one {# Einzelpreis} other {# Einzelpreise}}"
|
|
195
|
+
},
|
|
192
196
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
193
197
|
developer_comment: "Label for Export Filtered business units",
|
|
194
198
|
string: "Export gefiltert: {total, plural, one {# business unit} other {# business units}}"
|
|
@@ -211,7 +215,7 @@ var de = {
|
|
|
211
215
|
},
|
|
212
216
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
213
217
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
214
|
-
string: "
|
|
218
|
+
string: "Maßgeschneiderte Produkte für das {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
|
|
215
219
|
},
|
|
216
220
|
"ExportResourcesModal.exportScopeFilteredProductTypes": {
|
|
217
221
|
developer_comment: "Label for Export Filtered product types",
|
|
@@ -221,6 +225,10 @@ var de = {
|
|
|
221
225
|
developer_comment: "Label for Export Filtered products",
|
|
222
226
|
string: "Export gefiltert: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
223
227
|
},
|
|
228
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
229
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
230
|
+
string: "Gefiltert exportieren: {total, plural, one {# Einzelpreis} other {# Einzelpreise}}"
|
|
231
|
+
},
|
|
224
232
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
225
233
|
developer_comment: "Label for Export Filtered without count",
|
|
226
234
|
string: "Gefilterte exportieren"
|
|
@@ -247,7 +255,7 @@ var de = {
|
|
|
247
255
|
},
|
|
248
256
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
249
257
|
developer_comment: "Label for Export Selected product tailorings",
|
|
250
|
-
string: "
|
|
258
|
+
string: "Maßgeschneiderte Produkte für das {total, plural, one {# ausgewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
|
|
251
259
|
},
|
|
252
260
|
"ExportResourcesModal.exportScopeSelectedProductTypes": {
|
|
253
261
|
developer_comment: "Label for Export Selected product types",
|
|
@@ -257,6 +265,10 @@ var de = {
|
|
|
257
265
|
developer_comment: "Label for Export Selected products",
|
|
258
266
|
string: "Export ausgewählt: {total, plural, one {# Produkt} other {# Produkte}}"
|
|
259
267
|
},
|
|
268
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
269
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
270
|
+
string: "Exportieren ausgewählt: {total, plural, one {# Einzelpreis} other {# Einzelpreise}}"
|
|
271
|
+
},
|
|
260
272
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
261
273
|
developer_comment: "Label for Export Selected without count",
|
|
262
274
|
string: "Auswahl exportieren"
|
|
@@ -383,12 +395,16 @@ var de = {
|
|
|
383
395
|
},
|
|
384
396
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
385
397
|
developer_comment: "Label for the product tailorings modal title",
|
|
386
|
-
string: "
|
|
398
|
+
string: "Maßgeschneiderte Produkte exportieren"
|
|
387
399
|
},
|
|
388
400
|
"ExportResourcesModal.modalTitle.productType": {
|
|
389
401
|
developer_comment: "Label for the product types modal title",
|
|
390
402
|
string: "Produkttypen exportieren"
|
|
391
403
|
},
|
|
404
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
405
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
406
|
+
string: "Einzelpreise exportieren"
|
|
407
|
+
},
|
|
392
408
|
"ExportResourcesModal.moreInformation": {
|
|
393
409
|
developer_comment: "A label for more information",
|
|
394
410
|
string: "Weitere Informationen finden Sie unter {documentationLink}"
|
|
@@ -470,8 +486,8 @@ var de = {
|
|
|
470
486
|
string: "Wählen Sie unterschiedliche Felder aus"
|
|
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",
|
|
@@ -187,6 +187,10 @@ var en = {
|
|
|
187
187
|
developer_comment: "Label for Export All products",
|
|
188
188
|
string: "Export all: {total, plural, one {# product} other {# products}}"
|
|
189
189
|
},
|
|
190
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
191
|
+
developer_comment: "Label for Export All standalone prices",
|
|
192
|
+
string: "Export all: {total, plural, one {# standalone price} other {# standalone prices}}"
|
|
193
|
+
},
|
|
190
194
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
191
195
|
developer_comment: "Label for Export Filtered business units",
|
|
192
196
|
string: "Export filtered: {total, plural, one {# business unit} other {# business units}}"
|
|
@@ -219,6 +223,10 @@ var en = {
|
|
|
219
223
|
developer_comment: "Label for Export Filtered products",
|
|
220
224
|
string: "Export filtered: {total, plural, one {# product} other {# products}}"
|
|
221
225
|
},
|
|
226
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
227
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
228
|
+
string: "Export filtered: {total, plural, one {# standalone price} other {# standalone prices}}"
|
|
229
|
+
},
|
|
222
230
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
223
231
|
developer_comment: "Label for Export Filtered without count",
|
|
224
232
|
string: "Export filtered"
|
|
@@ -255,6 +263,10 @@ var en = {
|
|
|
255
263
|
developer_comment: "Label for Export Selected products",
|
|
256
264
|
string: "Export selected: {total, plural, one {# product} other {# products}}"
|
|
257
265
|
},
|
|
266
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
267
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
268
|
+
string: "Export selected: {total, plural, one {# standalone price} other {# standalone prices}}"
|
|
269
|
+
},
|
|
258
270
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
259
271
|
developer_comment: "Label for Export Selected without count",
|
|
260
272
|
string: "Export selected"
|
|
@@ -387,6 +399,10 @@ var en = {
|
|
|
387
399
|
developer_comment: "Label for the product types modal title",
|
|
388
400
|
string: "Export product types"
|
|
389
401
|
},
|
|
402
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
403
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
404
|
+
string: "Export standalone prices"
|
|
405
|
+
},
|
|
390
406
|
"ExportResourcesModal.moreInformation": {
|
|
391
407
|
developer_comment: "A label for more information",
|
|
392
408
|
string: "For more information, refer to the {documentationLink}"
|
|
@@ -468,8 +484,8 @@ var en = {
|
|
|
468
484
|
string: "Select different fields"
|
|
469
485
|
},
|
|
470
486
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
471
|
-
developer_comment: "Label for \"Select
|
|
472
|
-
string: "Select
|
|
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",
|
|
@@ -189,6 +189,10 @@ var en = {
|
|
|
189
189
|
developer_comment: "Label for Export All products",
|
|
190
190
|
string: "Export all: {total, plural, one {# product} other {# products}}"
|
|
191
191
|
},
|
|
192
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
193
|
+
developer_comment: "Label for Export All standalone prices",
|
|
194
|
+
string: "Export all: {total, plural, one {# standalone price} other {# standalone prices}}"
|
|
195
|
+
},
|
|
192
196
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
193
197
|
developer_comment: "Label for Export Filtered business units",
|
|
194
198
|
string: "Export filtered: {total, plural, one {# business unit} other {# business units}}"
|
|
@@ -221,6 +225,10 @@ var en = {
|
|
|
221
225
|
developer_comment: "Label for Export Filtered products",
|
|
222
226
|
string: "Export filtered: {total, plural, one {# product} other {# products}}"
|
|
223
227
|
},
|
|
228
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
229
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
230
|
+
string: "Export filtered: {total, plural, one {# standalone price} other {# standalone prices}}"
|
|
231
|
+
},
|
|
224
232
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
225
233
|
developer_comment: "Label for Export Filtered without count",
|
|
226
234
|
string: "Export filtered"
|
|
@@ -257,6 +265,10 @@ var en = {
|
|
|
257
265
|
developer_comment: "Label for Export Selected products",
|
|
258
266
|
string: "Export selected: {total, plural, one {# product} other {# products}}"
|
|
259
267
|
},
|
|
268
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
269
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
270
|
+
string: "Export selected: {total, plural, one {# standalone price} other {# standalone prices}}"
|
|
271
|
+
},
|
|
260
272
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
261
273
|
developer_comment: "Label for Export Selected without count",
|
|
262
274
|
string: "Export selected"
|
|
@@ -389,6 +401,10 @@ var en = {
|
|
|
389
401
|
developer_comment: "Label for the product types modal title",
|
|
390
402
|
string: "Export product types"
|
|
391
403
|
},
|
|
404
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
405
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
406
|
+
string: "Export standalone prices"
|
|
407
|
+
},
|
|
392
408
|
"ExportResourcesModal.moreInformation": {
|
|
393
409
|
developer_comment: "A label for more information",
|
|
394
410
|
string: "For more information, refer to the {documentationLink}"
|
|
@@ -470,8 +486,8 @@ var en = {
|
|
|
470
486
|
string: "Select different fields"
|
|
471
487
|
},
|
|
472
488
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
473
|
-
developer_comment: "Label for \"Select
|
|
474
|
-
string: "Select
|
|
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",
|
|
@@ -189,6 +189,10 @@ var en = {
|
|
|
189
189
|
developer_comment: "Label for Export All products",
|
|
190
190
|
string: "Export all: {total, plural, one {# product} other {# products}}"
|
|
191
191
|
},
|
|
192
|
+
"ExportResourcesModal.exportScopeAllStandalonePrices": {
|
|
193
|
+
developer_comment: "Label for Export All standalone prices",
|
|
194
|
+
string: "Export all: {total, plural, one {# standalone price} other {# standalone prices}}"
|
|
195
|
+
},
|
|
192
196
|
"ExportResourcesModal.exportScopeFilteredBusinessUnits": {
|
|
193
197
|
developer_comment: "Label for Export Filtered business units",
|
|
194
198
|
string: "Export filtered: {total, plural, one {# business unit} other {# business units}}"
|
|
@@ -221,6 +225,10 @@ var en = {
|
|
|
221
225
|
developer_comment: "Label for Export Filtered products",
|
|
222
226
|
string: "Export filtered: {total, plural, one {# product} other {# products}}"
|
|
223
227
|
},
|
|
228
|
+
"ExportResourcesModal.exportScopeFilteredStandalonePrices": {
|
|
229
|
+
developer_comment: "Label for Export Filtered standalone prices",
|
|
230
|
+
string: "Export filtered: {total, plural, one {# standalone price} other {# standalone prices}}"
|
|
231
|
+
},
|
|
224
232
|
"ExportResourcesModal.exportScopeFilteredWithoutCount": {
|
|
225
233
|
developer_comment: "Label for Export Filtered without count",
|
|
226
234
|
string: "Export filtered"
|
|
@@ -257,6 +265,10 @@ var en = {
|
|
|
257
265
|
developer_comment: "Label for Export Selected products",
|
|
258
266
|
string: "Export selected: {total, plural, one {# product} other {# products}}"
|
|
259
267
|
},
|
|
268
|
+
"ExportResourcesModal.exportScopeSelectedStandalonePrices": {
|
|
269
|
+
developer_comment: "Label for Export Selected standalone prices",
|
|
270
|
+
string: "Export selected: {total, plural, one {# standalone price} other {# standalone prices}}"
|
|
271
|
+
},
|
|
260
272
|
"ExportResourcesModal.exportScopeSelectedWithoutCount": {
|
|
261
273
|
developer_comment: "Label for Export Selected without count",
|
|
262
274
|
string: "Export selected"
|
|
@@ -389,6 +401,10 @@ var en = {
|
|
|
389
401
|
developer_comment: "Label for the product types modal title",
|
|
390
402
|
string: "Export product types"
|
|
391
403
|
},
|
|
404
|
+
"ExportResourcesModal.modalTitle.standalonePrice": {
|
|
405
|
+
developer_comment: "Label for the standalone prices modal title",
|
|
406
|
+
string: "Export standalone prices"
|
|
407
|
+
},
|
|
392
408
|
"ExportResourcesModal.moreInformation": {
|
|
393
409
|
developer_comment: "A label for more information",
|
|
394
410
|
string: "For more information, refer to the {documentationLink}"
|
|
@@ -470,8 +486,8 @@ var en = {
|
|
|
470
486
|
string: "Select different fields"
|
|
471
487
|
},
|
|
472
488
|
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
473
|
-
developer_comment: "Label for \"Select
|
|
474
|
-
string: "Select
|
|
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 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",
|