@commercetools-frontend-extensions/export-resources-modal 5.13.0 → 5.13.2

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.
@@ -3649,17 +3649,17 @@ const getChunkImport = locale => {
3649
3649
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3650
3650
  switch (intlLocale) {
3651
3651
  case 'de':
3652
- return Promise.resolve().then(function () { return require('./de-e750003d.cjs.dev.js'); });
3652
+ return Promise.resolve().then(function () { return require('./de-6b509aa7.cjs.dev.js'); });
3653
3653
  case 'es':
3654
- return Promise.resolve().then(function () { return require('./es-e7f0907c.cjs.dev.js'); });
3654
+ return Promise.resolve().then(function () { return require('./es-0ea45787.cjs.dev.js'); });
3655
3655
  case 'fr-FR':
3656
- return Promise.resolve().then(function () { return require('./fr-FR-e38078dc.cjs.dev.js'); });
3656
+ return Promise.resolve().then(function () { return require('./fr-FR-019c40ab.cjs.dev.js'); });
3657
3657
  case 'ja':
3658
3658
  return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
3659
3659
  case 'pt-BR':
3660
- return Promise.resolve().then(function () { return require('./pt-BR-59bc8b1c.cjs.dev.js'); });
3660
+ return Promise.resolve().then(function () { return require('./pt-BR-7a41a387.cjs.dev.js'); });
3661
3661
  default:
3662
- return Promise.resolve().then(function () { return require('./en-266b37b4.cjs.dev.js'); });
3662
+ return Promise.resolve().then(function () { return require('./en-377deb39.cjs.dev.js'); });
3663
3663
  }
3664
3664
  };
3665
3665
  const loadMessages = async locale => {
@@ -3616,17 +3616,17 @@ const getChunkImport = locale => {
3616
3616
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3617
3617
  switch (intlLocale) {
3618
3618
  case 'de':
3619
- return Promise.resolve().then(function () { return require('./de-c329851c.cjs.prod.js'); });
3619
+ return Promise.resolve().then(function () { return require('./de-8110043f.cjs.prod.js'); });
3620
3620
  case 'es':
3621
- return Promise.resolve().then(function () { return require('./es-247f58fc.cjs.prod.js'); });
3621
+ return Promise.resolve().then(function () { return require('./es-dd446447.cjs.prod.js'); });
3622
3622
  case 'fr-FR':
3623
- return Promise.resolve().then(function () { return require('./fr-FR-91c6dc87.cjs.prod.js'); });
3623
+ return Promise.resolve().then(function () { return require('./fr-FR-52103608.cjs.prod.js'); });
3624
3624
  case 'ja':
3625
3625
  return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
3626
3626
  case 'pt-BR':
3627
- return Promise.resolve().then(function () { return require('./pt-BR-0e9382e5.cjs.prod.js'); });
3627
+ return Promise.resolve().then(function () { return require('./pt-BR-d60b6d53.cjs.prod.js'); });
3628
3628
  default:
3629
- return Promise.resolve().then(function () { return require('./en-71b1a370.cjs.prod.js'); });
3629
+ return Promise.resolve().then(function () { return require('./en-9fe86528.cjs.prod.js'); });
3630
3630
  }
3631
3631
  };
3632
3632
  const loadMessages = async locale => {
@@ -3606,17 +3606,17 @@ const getChunkImport = locale => {
3606
3606
  const intlLocale = mapLocaleToIntlLocale(locale);
3607
3607
  switch (intlLocale) {
3608
3608
  case 'de':
3609
- return import('./de-c4790906.esm.js');
3609
+ return import('./de-b9fb4989.esm.js');
3610
3610
  case 'es':
3611
- return import('./es-ec8412cc.esm.js');
3611
+ return import('./es-86ebb4a7.esm.js');
3612
3612
  case 'fr-FR':
3613
- return import('./fr-FR-b8239dad.esm.js');
3613
+ return import('./fr-FR-1315b28a.esm.js');
3614
3614
  case 'ja':
3615
3615
  return import('./ja-73c088a7.esm.js');
3616
3616
  case 'pt-BR':
3617
- return import('./pt-BR-26f18714.esm.js');
3617
+ return import('./pt-BR-37a2fffc.esm.js');
3618
3618
  default:
3619
- return import('./en-95d6ae91.esm.js');
3619
+ return import('./en-de85a5ef.esm.js');
3620
3620
  }
3621
3621
  };
3622
3622
  const loadMessages = async locale => {
@@ -47,19 +47,19 @@ var de = {
47
47
  },
48
48
  "ExportResourcesModal.columnSeparatorComma": {
49
49
  developer_comment: "Label for comma column separator option",
50
- string: "comma (,)"
50
+ string: "Komma (,)"
51
51
  },
52
52
  "ExportResourcesModal.columnSeparatorPipe": {
53
53
  developer_comment: "Label for pipe column separator option",
54
- string: "pipe (|)"
54
+ string: "senkrechter Strich (|)"
55
55
  },
56
56
  "ExportResourcesModal.columnSeparatorSemicolon": {
57
57
  developer_comment: "Label for semicolon column separator option",
58
- string: "semicolon (;)"
58
+ string: "Semikolon (;)"
59
59
  },
60
60
  "ExportResourcesModal.columnSeparatorTab": {
61
61
  developer_comment: "Label for tab column separator option",
62
- string: "tab (\\t)"
62
+ string: "Tab (\\t)"
63
63
  },
64
64
  "ExportResourcesModal.columns": {
65
65
  developer_comment: "Label for column separator select",
@@ -71,7 +71,7 @@ var de = {
71
71
  },
72
72
  "ExportResourcesModal.csvSettings": {
73
73
  developer_comment: "Label for CSV settings section",
74
- string: "CSV settings:"
74
+ string: "CSV-Einstellungen:"
75
75
  },
76
76
  "ExportResourcesModal.csvUploadFailed": {
77
77
  developer_comment: "CSV upload failed title",
@@ -79,11 +79,11 @@ var de = {
79
79
  },
80
80
  "ExportResourcesModal.decimalSeparatorComma": {
81
81
  developer_comment: "Label for comma decimal separator option",
82
- string: "comma (,)"
82
+ string: "Komma (,)"
83
83
  },
84
84
  "ExportResourcesModal.decimalSeparatorPoint": {
85
85
  developer_comment: "Label for point decimal separator option",
86
- string: "point (.)"
86
+ string: "Punkt (.)"
87
87
  },
88
88
  "ExportResourcesModal.decimals": {
89
89
  developer_comment: "Label for decimal separator select",
@@ -99,7 +99,7 @@ var de = {
99
99
  },
100
100
  "ExportResourcesModal.documentation": {
101
101
  developer_comment: "A label for Documentation link",
102
- string: "Documentation"
102
+ string: "Dokumentation"
103
103
  },
104
104
  "ExportResourcesModal.dragAndDropCSV": {
105
105
  developer_comment: "Label for \"Drag and drop CSV\" text",
@@ -177,6 +177,10 @@ var de = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Alle exportieren: {total, plural, one {# Bestellung} other {# Bestellungen}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductTailorings": {
181
+ developer_comment: "Label for Export All product tailorings",
182
+ string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTypes": {
181
185
  developer_comment: "Label for Export All product types",
182
186
  string: "Alle exportieren: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
@@ -205,6 +209,10 @@ var de = {
205
209
  developer_comment: "Label for Export Filtered orders",
206
210
  string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
207
211
  },
212
+ "ExportResourcesModal.exportScopeFilteredProductTailorings": {
213
+ developer_comment: "Label for Export Filtered product tailorings",
214
+ string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
215
+ },
208
216
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
209
217
  developer_comment: "Label for Export Filtered product types",
210
218
  string: "Export gefiltert: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
@@ -237,6 +245,10 @@ var de = {
237
245
  developer_comment: "Label for Export Selected orders",
238
246
  string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
239
247
  },
248
+ "ExportResourcesModal.exportScopeSelectedProductTailorings": {
249
+ developer_comment: "Label for Export Selected product tailorings",
250
+ string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
251
+ },
240
252
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
241
253
  developer_comment: "Label for Export Selected product types",
242
254
  string: "Export ausgewählt: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
@@ -249,6 +261,10 @@ var de = {
249
261
  developer_comment: "Label for Export Selected without count",
250
262
  string: "Auswahl exportieren"
251
263
  },
264
+ "ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
265
+ developer_comment: "Label for Export For a specific store option for product tailorings",
266
+ string: "Export tailored products for a specific store"
267
+ },
252
268
  "ExportResourcesModal.fieldDefinitionNotFound": {
253
269
  developer_comment: "Field definition not found error",
254
270
  string: "Felddefinition nicht gefunden"
@@ -267,7 +283,7 @@ var de = {
267
283
  },
268
284
  "ExportResourcesModal.fieldsToBeExportedInLanguages": {
269
285
  developer_comment: "Label for fields to be exported in languages",
270
- string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
286
+ string: "{fieldCount, plural, one {<b>1</b> Feld wird in {languageCount, plural, one {<b>1</b> Sprache} other {<b>{languageCount}</b> Sprachen}} exportiert.} other {<b>{fieldCount}</b> Felder werden in {languageCount, plural, one {<b>1</b> Sprache} other {<b>{languageCount}</b> Sprachen}} exportiert}}:"
271
287
  },
272
288
  "ExportResourcesModal.fileName": {
273
289
  developer_comment: "exported file name",
@@ -275,7 +291,7 @@ var de = {
275
291
  },
276
292
  "ExportResourcesModal.fillRows": {
277
293
  developer_comment: "A checkbox label for filling rows with complete data",
278
- string: "Fill all rows with complete data"
294
+ string: "Alle Zeilen müssen vollständig ausgefüllt sein."
279
295
  },
280
296
  "ExportResourcesModal.includeAllLocales": {
281
297
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -307,7 +323,7 @@ var de = {
307
323
  },
308
324
  "ExportResourcesModal.itemCount": {
309
325
  developer_comment: "Label for item count",
310
- string: "{count, plural, one {# item} other {# items}}"
326
+ string: "{count, plural, one {# Artikel} other {# Artikel}}"
311
327
  },
312
328
  "ExportResourcesModal.loadMoreFields": {
313
329
  developer_comment: "Load more fields message",
@@ -365,13 +381,17 @@ var de = {
365
381
  developer_comment: "Label for the products modal title",
366
382
  string: "Produkte exportieren"
367
383
  },
384
+ "ExportResourcesModal.modalTitle.productTailoring": {
385
+ developer_comment: "Label for the product tailorings modal title",
386
+ string: "Export tailored products"
387
+ },
368
388
  "ExportResourcesModal.modalTitle.productType": {
369
389
  developer_comment: "Label for the product types modal title",
370
390
  string: "Produkttypen exportieren"
371
391
  },
372
392
  "ExportResourcesModal.moreInformation": {
373
393
  developer_comment: "A label for more information",
374
- string: "For more information, refer to the {documentationLink}"
394
+ string: "Weitere Informationen finden Sie unter {documentationLink}"
375
395
  },
376
396
  "ExportResourcesModal.myViews": {
377
397
  developer_comment: "Label for \"My Views\" Select Field",
@@ -379,7 +399,7 @@ var de = {
379
399
  },
380
400
  "ExportResourcesModal.noResourcesToExport": {
381
401
  developer_comment: "Error message when there are no resources to export",
382
- string: "There are no resources to export. Please adjust your selection or filters and try again."
402
+ string: "Es stehen keine Ressourcen für den Export zur Verfügung. Bitte passen Sie Ihre Auswahl oder Filter an und versuchen Sie es erneut."
383
403
  },
384
404
  "ExportResourcesModal.noResourcesToExportForQueryPredicate": {
385
405
  developer_comment: "Error message when there are no resources to export for given query predicate",
@@ -427,7 +447,7 @@ var de = {
427
447
  },
428
448
  "ExportResourcesModal.saveAs": {
429
449
  developer_comment: "Label for \"Save as:\"",
430
- string: "Save as:"
450
+ string: "Speichern unter:"
431
451
  },
432
452
  "ExportResourcesModal.scope": {
433
453
  developer_comment: "Label for \"Scope:\"",
@@ -460,17 +480,21 @@ var de = {
460
480
  "ExportResourcesModal.selectFieldsToExport": {
461
481
  string: "Zu exportierende Felder auswählen"
462
482
  },
483
+ "ExportResourcesModal.selectStorePlaceholder": {
484
+ developer_comment: "Placeholder for the store selection dropdown",
485
+ string: "Select store"
486
+ },
463
487
  "ExportResourcesModal.selected": {
464
488
  developer_comment: "Label for total Selected",
465
489
  string: "{total} ausgewählt"
466
490
  },
467
491
  "ExportResourcesModal.separators": {
468
492
  developer_comment: "Label for separators",
469
- string: "Separators"
493
+ string: "Trennzeichen"
470
494
  },
471
495
  "ExportResourcesModal.separatorsDescription": {
472
496
  developer_comment: "Description for column separators",
473
- string: "Configure how columns are separated in the exported file"
497
+ string: "Konfigurieren Sie, wie Spalten in der exportierten Datei getrennt werden"
474
498
  },
475
499
  "ExportResourcesModal.showAll": {
476
500
  developer_comment: "Label for \"Show all\" button",
@@ -47,19 +47,19 @@ var de = {
47
47
  },
48
48
  "ExportResourcesModal.columnSeparatorComma": {
49
49
  developer_comment: "Label for comma column separator option",
50
- string: "comma (,)"
50
+ string: "Komma (,)"
51
51
  },
52
52
  "ExportResourcesModal.columnSeparatorPipe": {
53
53
  developer_comment: "Label for pipe column separator option",
54
- string: "pipe (|)"
54
+ string: "senkrechter Strich (|)"
55
55
  },
56
56
  "ExportResourcesModal.columnSeparatorSemicolon": {
57
57
  developer_comment: "Label for semicolon column separator option",
58
- string: "semicolon (;)"
58
+ string: "Semikolon (;)"
59
59
  },
60
60
  "ExportResourcesModal.columnSeparatorTab": {
61
61
  developer_comment: "Label for tab column separator option",
62
- string: "tab (\\t)"
62
+ string: "Tab (\\t)"
63
63
  },
64
64
  "ExportResourcesModal.columns": {
65
65
  developer_comment: "Label for column separator select",
@@ -71,7 +71,7 @@ var de = {
71
71
  },
72
72
  "ExportResourcesModal.csvSettings": {
73
73
  developer_comment: "Label for CSV settings section",
74
- string: "CSV settings:"
74
+ string: "CSV-Einstellungen:"
75
75
  },
76
76
  "ExportResourcesModal.csvUploadFailed": {
77
77
  developer_comment: "CSV upload failed title",
@@ -79,11 +79,11 @@ var de = {
79
79
  },
80
80
  "ExportResourcesModal.decimalSeparatorComma": {
81
81
  developer_comment: "Label for comma decimal separator option",
82
- string: "comma (,)"
82
+ string: "Komma (,)"
83
83
  },
84
84
  "ExportResourcesModal.decimalSeparatorPoint": {
85
85
  developer_comment: "Label for point decimal separator option",
86
- string: "point (.)"
86
+ string: "Punkt (.)"
87
87
  },
88
88
  "ExportResourcesModal.decimals": {
89
89
  developer_comment: "Label for decimal separator select",
@@ -99,7 +99,7 @@ var de = {
99
99
  },
100
100
  "ExportResourcesModal.documentation": {
101
101
  developer_comment: "A label for Documentation link",
102
- string: "Documentation"
102
+ string: "Dokumentation"
103
103
  },
104
104
  "ExportResourcesModal.dragAndDropCSV": {
105
105
  developer_comment: "Label for \"Drag and drop CSV\" text",
@@ -177,6 +177,10 @@ var de = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Alle exportieren: {total, plural, one {# Bestellung} other {# Bestellungen}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductTailorings": {
181
+ developer_comment: "Label for Export All product tailorings",
182
+ string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTypes": {
181
185
  developer_comment: "Label for Export All product types",
182
186
  string: "Alle exportieren: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
@@ -205,6 +209,10 @@ var de = {
205
209
  developer_comment: "Label for Export Filtered orders",
206
210
  string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
207
211
  },
212
+ "ExportResourcesModal.exportScopeFilteredProductTailorings": {
213
+ developer_comment: "Label for Export Filtered product tailorings",
214
+ string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
215
+ },
208
216
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
209
217
  developer_comment: "Label for Export Filtered product types",
210
218
  string: "Export gefiltert: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
@@ -237,6 +245,10 @@ var de = {
237
245
  developer_comment: "Label for Export Selected orders",
238
246
  string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
239
247
  },
248
+ "ExportResourcesModal.exportScopeSelectedProductTailorings": {
249
+ developer_comment: "Label for Export Selected product tailorings",
250
+ string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
251
+ },
240
252
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
241
253
  developer_comment: "Label for Export Selected product types",
242
254
  string: "Export ausgewählt: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
@@ -249,6 +261,10 @@ var de = {
249
261
  developer_comment: "Label for Export Selected without count",
250
262
  string: "Auswahl exportieren"
251
263
  },
264
+ "ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
265
+ developer_comment: "Label for Export For a specific store option for product tailorings",
266
+ string: "Export tailored products for a specific store"
267
+ },
252
268
  "ExportResourcesModal.fieldDefinitionNotFound": {
253
269
  developer_comment: "Field definition not found error",
254
270
  string: "Felddefinition nicht gefunden"
@@ -267,7 +283,7 @@ var de = {
267
283
  },
268
284
  "ExportResourcesModal.fieldsToBeExportedInLanguages": {
269
285
  developer_comment: "Label for fields to be exported in languages",
270
- string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
286
+ string: "{fieldCount, plural, one {<b>1</b> Feld wird in {languageCount, plural, one {<b>1</b> Sprache} other {<b>{languageCount}</b> Sprachen}} exportiert.} other {<b>{fieldCount}</b> Felder werden in {languageCount, plural, one {<b>1</b> Sprache} other {<b>{languageCount}</b> Sprachen}} exportiert}}:"
271
287
  },
272
288
  "ExportResourcesModal.fileName": {
273
289
  developer_comment: "exported file name",
@@ -275,7 +291,7 @@ var de = {
275
291
  },
276
292
  "ExportResourcesModal.fillRows": {
277
293
  developer_comment: "A checkbox label for filling rows with complete data",
278
- string: "Fill all rows with complete data"
294
+ string: "Alle Zeilen müssen vollständig ausgefüllt sein."
279
295
  },
280
296
  "ExportResourcesModal.includeAllLocales": {
281
297
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -307,7 +323,7 @@ var de = {
307
323
  },
308
324
  "ExportResourcesModal.itemCount": {
309
325
  developer_comment: "Label for item count",
310
- string: "{count, plural, one {# item} other {# items}}"
326
+ string: "{count, plural, one {# Artikel} other {# Artikel}}"
311
327
  },
312
328
  "ExportResourcesModal.loadMoreFields": {
313
329
  developer_comment: "Load more fields message",
@@ -365,13 +381,17 @@ var de = {
365
381
  developer_comment: "Label for the products modal title",
366
382
  string: "Produkte exportieren"
367
383
  },
384
+ "ExportResourcesModal.modalTitle.productTailoring": {
385
+ developer_comment: "Label for the product tailorings modal title",
386
+ string: "Export tailored products"
387
+ },
368
388
  "ExportResourcesModal.modalTitle.productType": {
369
389
  developer_comment: "Label for the product types modal title",
370
390
  string: "Produkttypen exportieren"
371
391
  },
372
392
  "ExportResourcesModal.moreInformation": {
373
393
  developer_comment: "A label for more information",
374
- string: "For more information, refer to the {documentationLink}"
394
+ string: "Weitere Informationen finden Sie unter {documentationLink}"
375
395
  },
376
396
  "ExportResourcesModal.myViews": {
377
397
  developer_comment: "Label for \"My Views\" Select Field",
@@ -379,7 +399,7 @@ var de = {
379
399
  },
380
400
  "ExportResourcesModal.noResourcesToExport": {
381
401
  developer_comment: "Error message when there are no resources to export",
382
- string: "There are no resources to export. Please adjust your selection or filters and try again."
402
+ string: "Es stehen keine Ressourcen für den Export zur Verfügung. Bitte passen Sie Ihre Auswahl oder Filter an und versuchen Sie es erneut."
383
403
  },
384
404
  "ExportResourcesModal.noResourcesToExportForQueryPredicate": {
385
405
  developer_comment: "Error message when there are no resources to export for given query predicate",
@@ -427,7 +447,7 @@ var de = {
427
447
  },
428
448
  "ExportResourcesModal.saveAs": {
429
449
  developer_comment: "Label for \"Save as:\"",
430
- string: "Save as:"
450
+ string: "Speichern unter:"
431
451
  },
432
452
  "ExportResourcesModal.scope": {
433
453
  developer_comment: "Label for \"Scope:\"",
@@ -460,17 +480,21 @@ var de = {
460
480
  "ExportResourcesModal.selectFieldsToExport": {
461
481
  string: "Zu exportierende Felder auswählen"
462
482
  },
483
+ "ExportResourcesModal.selectStorePlaceholder": {
484
+ developer_comment: "Placeholder for the store selection dropdown",
485
+ string: "Select store"
486
+ },
463
487
  "ExportResourcesModal.selected": {
464
488
  developer_comment: "Label for total Selected",
465
489
  string: "{total} ausgewählt"
466
490
  },
467
491
  "ExportResourcesModal.separators": {
468
492
  developer_comment: "Label for separators",
469
- string: "Separators"
493
+ string: "Trennzeichen"
470
494
  },
471
495
  "ExportResourcesModal.separatorsDescription": {
472
496
  developer_comment: "Description for column separators",
473
- string: "Configure how columns are separated in the exported file"
497
+ string: "Konfigurieren Sie, wie Spalten in der exportierten Datei getrennt werden"
474
498
  },
475
499
  "ExportResourcesModal.showAll": {
476
500
  developer_comment: "Label for \"Show all\" button",
@@ -45,19 +45,19 @@ var de = {
45
45
  },
46
46
  "ExportResourcesModal.columnSeparatorComma": {
47
47
  developer_comment: "Label for comma column separator option",
48
- string: "comma (,)"
48
+ string: "Komma (,)"
49
49
  },
50
50
  "ExportResourcesModal.columnSeparatorPipe": {
51
51
  developer_comment: "Label for pipe column separator option",
52
- string: "pipe (|)"
52
+ string: "senkrechter Strich (|)"
53
53
  },
54
54
  "ExportResourcesModal.columnSeparatorSemicolon": {
55
55
  developer_comment: "Label for semicolon column separator option",
56
- string: "semicolon (;)"
56
+ string: "Semikolon (;)"
57
57
  },
58
58
  "ExportResourcesModal.columnSeparatorTab": {
59
59
  developer_comment: "Label for tab column separator option",
60
- string: "tab (\\t)"
60
+ string: "Tab (\\t)"
61
61
  },
62
62
  "ExportResourcesModal.columns": {
63
63
  developer_comment: "Label for column separator select",
@@ -69,7 +69,7 @@ var de = {
69
69
  },
70
70
  "ExportResourcesModal.csvSettings": {
71
71
  developer_comment: "Label for CSV settings section",
72
- string: "CSV settings:"
72
+ string: "CSV-Einstellungen:"
73
73
  },
74
74
  "ExportResourcesModal.csvUploadFailed": {
75
75
  developer_comment: "CSV upload failed title",
@@ -77,11 +77,11 @@ var de = {
77
77
  },
78
78
  "ExportResourcesModal.decimalSeparatorComma": {
79
79
  developer_comment: "Label for comma decimal separator option",
80
- string: "comma (,)"
80
+ string: "Komma (,)"
81
81
  },
82
82
  "ExportResourcesModal.decimalSeparatorPoint": {
83
83
  developer_comment: "Label for point decimal separator option",
84
- string: "point (.)"
84
+ string: "Punkt (.)"
85
85
  },
86
86
  "ExportResourcesModal.decimals": {
87
87
  developer_comment: "Label for decimal separator select",
@@ -97,7 +97,7 @@ var de = {
97
97
  },
98
98
  "ExportResourcesModal.documentation": {
99
99
  developer_comment: "A label for Documentation link",
100
- string: "Documentation"
100
+ string: "Dokumentation"
101
101
  },
102
102
  "ExportResourcesModal.dragAndDropCSV": {
103
103
  developer_comment: "Label for \"Drag and drop CSV\" text",
@@ -175,6 +175,10 @@ var de = {
175
175
  developer_comment: "Label for Export All orders",
176
176
  string: "Alle exportieren: {total, plural, one {# Bestellung} other {# Bestellungen}}"
177
177
  },
178
+ "ExportResourcesModal.exportScopeAllProductTailorings": {
179
+ developer_comment: "Label for Export All product tailorings",
180
+ string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
181
+ },
178
182
  "ExportResourcesModal.exportScopeAllProductTypes": {
179
183
  developer_comment: "Label for Export All product types",
180
184
  string: "Alle exportieren: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
@@ -203,6 +207,10 @@ var de = {
203
207
  developer_comment: "Label for Export Filtered orders",
204
208
  string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
205
209
  },
210
+ "ExportResourcesModal.exportScopeFilteredProductTailorings": {
211
+ developer_comment: "Label for Export Filtered product tailorings",
212
+ string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
213
+ },
206
214
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
207
215
  developer_comment: "Label for Export Filtered product types",
208
216
  string: "Export gefiltert: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
@@ -235,6 +243,10 @@ var de = {
235
243
  developer_comment: "Label for Export Selected orders",
236
244
  string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
237
245
  },
246
+ "ExportResourcesModal.exportScopeSelectedProductTailorings": {
247
+ developer_comment: "Label for Export Selected product tailorings",
248
+ string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
249
+ },
238
250
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
239
251
  developer_comment: "Label for Export Selected product types",
240
252
  string: "Export ausgewählt: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
@@ -247,6 +259,10 @@ var de = {
247
259
  developer_comment: "Label for Export Selected without count",
248
260
  string: "Auswahl exportieren"
249
261
  },
262
+ "ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
263
+ developer_comment: "Label for Export For a specific store option for product tailorings",
264
+ string: "Export tailored products for a specific store"
265
+ },
250
266
  "ExportResourcesModal.fieldDefinitionNotFound": {
251
267
  developer_comment: "Field definition not found error",
252
268
  string: "Felddefinition nicht gefunden"
@@ -265,7 +281,7 @@ var de = {
265
281
  },
266
282
  "ExportResourcesModal.fieldsToBeExportedInLanguages": {
267
283
  developer_comment: "Label for fields to be exported in languages",
268
- string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
284
+ string: "{fieldCount, plural, one {<b>1</b> Feld wird in {languageCount, plural, one {<b>1</b> Sprache} other {<b>{languageCount}</b> Sprachen}} exportiert.} other {<b>{fieldCount}</b> Felder werden in {languageCount, plural, one {<b>1</b> Sprache} other {<b>{languageCount}</b> Sprachen}} exportiert}}:"
269
285
  },
270
286
  "ExportResourcesModal.fileName": {
271
287
  developer_comment: "exported file name",
@@ -273,7 +289,7 @@ var de = {
273
289
  },
274
290
  "ExportResourcesModal.fillRows": {
275
291
  developer_comment: "A checkbox label for filling rows with complete data",
276
- string: "Fill all rows with complete data"
292
+ string: "Alle Zeilen müssen vollständig ausgefüllt sein."
277
293
  },
278
294
  "ExportResourcesModal.includeAllLocales": {
279
295
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -305,7 +321,7 @@ var de = {
305
321
  },
306
322
  "ExportResourcesModal.itemCount": {
307
323
  developer_comment: "Label for item count",
308
- string: "{count, plural, one {# item} other {# items}}"
324
+ string: "{count, plural, one {# Artikel} other {# Artikel}}"
309
325
  },
310
326
  "ExportResourcesModal.loadMoreFields": {
311
327
  developer_comment: "Load more fields message",
@@ -363,13 +379,17 @@ var de = {
363
379
  developer_comment: "Label for the products modal title",
364
380
  string: "Produkte exportieren"
365
381
  },
382
+ "ExportResourcesModal.modalTitle.productTailoring": {
383
+ developer_comment: "Label for the product tailorings modal title",
384
+ string: "Export tailored products"
385
+ },
366
386
  "ExportResourcesModal.modalTitle.productType": {
367
387
  developer_comment: "Label for the product types modal title",
368
388
  string: "Produkttypen exportieren"
369
389
  },
370
390
  "ExportResourcesModal.moreInformation": {
371
391
  developer_comment: "A label for more information",
372
- string: "For more information, refer to the {documentationLink}"
392
+ string: "Weitere Informationen finden Sie unter {documentationLink}"
373
393
  },
374
394
  "ExportResourcesModal.myViews": {
375
395
  developer_comment: "Label for \"My Views\" Select Field",
@@ -377,7 +397,7 @@ var de = {
377
397
  },
378
398
  "ExportResourcesModal.noResourcesToExport": {
379
399
  developer_comment: "Error message when there are no resources to export",
380
- string: "There are no resources to export. Please adjust your selection or filters and try again."
400
+ string: "Es stehen keine Ressourcen für den Export zur Verfügung. Bitte passen Sie Ihre Auswahl oder Filter an und versuchen Sie es erneut."
381
401
  },
382
402
  "ExportResourcesModal.noResourcesToExportForQueryPredicate": {
383
403
  developer_comment: "Error message when there are no resources to export for given query predicate",
@@ -425,7 +445,7 @@ var de = {
425
445
  },
426
446
  "ExportResourcesModal.saveAs": {
427
447
  developer_comment: "Label for \"Save as:\"",
428
- string: "Save as:"
448
+ string: "Speichern unter:"
429
449
  },
430
450
  "ExportResourcesModal.scope": {
431
451
  developer_comment: "Label for \"Scope:\"",
@@ -458,17 +478,21 @@ var de = {
458
478
  "ExportResourcesModal.selectFieldsToExport": {
459
479
  string: "Zu exportierende Felder auswählen"
460
480
  },
481
+ "ExportResourcesModal.selectStorePlaceholder": {
482
+ developer_comment: "Placeholder for the store selection dropdown",
483
+ string: "Select store"
484
+ },
461
485
  "ExportResourcesModal.selected": {
462
486
  developer_comment: "Label for total Selected",
463
487
  string: "{total} ausgewählt"
464
488
  },
465
489
  "ExportResourcesModal.separators": {
466
490
  developer_comment: "Label for separators",
467
- string: "Separators"
491
+ string: "Trennzeichen"
468
492
  },
469
493
  "ExportResourcesModal.separatorsDescription": {
470
494
  developer_comment: "Description for column separators",
471
- string: "Configure how columns are separated in the exported file"
495
+ string: "Konfigurieren Sie, wie Spalten in der exportierten Datei getrennt werden"
472
496
  },
473
497
  "ExportResourcesModal.showAll": {
474
498
  developer_comment: "Label for \"Show all\" button",