@commercetools-frontend-extensions/export-resources-modal 5.15.1 → 5.16.0

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.
Files changed (22) hide show
  1. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +278 -192
  2. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +278 -192
  3. package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +277 -190
  4. package/dist/{de-878f4246.cjs.prod.js → de-11249ba5.cjs.prod.js} +16 -0
  5. package/dist/{de-ecf9ace2.cjs.dev.js → de-448f5798.cjs.dev.js} +16 -0
  6. package/dist/{de-887390c8.esm.js → de-6ca92bf0.esm.js} +16 -0
  7. package/dist/declarations/src/@constants/exportable-resources.d.ts +1 -0
  8. package/dist/declarations/src/@hooks/use-storage.d.ts +1 -5
  9. package/dist/declarations/src/@types/export-resources-modal-context.d.ts +0 -1
  10. package/dist/{en-02b20e80.esm.js → en-7eac8362.esm.js} +16 -0
  11. package/dist/{en-b0f71eaf.cjs.prod.js → en-b1e57064.cjs.prod.js} +16 -0
  12. package/dist/{en-3a95336a.cjs.dev.js → en-f39a23e6.cjs.dev.js} +16 -0
  13. package/dist/{es-374aed1b.cjs.prod.js → es-566ec5e7.cjs.prod.js} +16 -0
  14. package/dist/{es-a1b34b9f.cjs.dev.js → es-b4ee13a8.cjs.dev.js} +16 -0
  15. package/dist/{es-d39432b2.esm.js → es-cf5018bb.esm.js} +16 -0
  16. package/dist/{fr-FR-c903e733.cjs.dev.js → fr-FR-00860e60.cjs.dev.js} +16 -0
  17. package/dist/{fr-FR-4bdab72f.cjs.prod.js → fr-FR-23df0502.cjs.prod.js} +16 -0
  18. package/dist/{fr-FR-136fb625.esm.js → fr-FR-79f77e0a.esm.js} +16 -0
  19. package/dist/{pt-BR-b19cfc58.esm.js → pt-BR-0ce14c46.esm.js} +16 -0
  20. package/dist/{pt-BR-3ff0daf8.cjs.prod.js → pt-BR-14554160.cjs.prod.js} +16 -0
  21. package/dist/{pt-BR-0b67e9af.cjs.dev.js → pt-BR-63769e73.cjs.dev.js} +16 -0
  22. package/package.json +23 -23
@@ -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.exportScopeAllProductSelections": {
181
+ developer_comment: "Label for Export All product selections",
182
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTailorings": {
181
185
  developer_comment: "Label for Export All product tailorings",
182
186
  string: "Maßgeschneiderte Produkte für {total, plural, one {# Produkt} other {# Produkte}} in allen Shops exportieren"
@@ -213,6 +217,10 @@ var de = {
213
217
  developer_comment: "Label for Export Filtered orders",
214
218
  string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
215
219
  },
220
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
221
+ developer_comment: "Label for Export Filtered product selections",
222
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
223
+ },
216
224
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
217
225
  developer_comment: "Label for Export Filtered product tailorings",
218
226
  string: "Maßgeschneiderte Produkte für das {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
@@ -253,6 +261,10 @@ var de = {
253
261
  developer_comment: "Label for Export Selected orders",
254
262
  string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
255
263
  },
264
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
265
+ developer_comment: "Label for Export Selected product selections",
266
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
267
+ },
256
268
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
257
269
  developer_comment: "Label for Export Selected product tailorings",
258
270
  string: "Maßgeschneiderte Produkte für das {total, plural, one {# ausgewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
@@ -393,6 +405,10 @@ var de = {
393
405
  developer_comment: "Label for the products modal title",
394
406
  string: "Produkte exportieren"
395
407
  },
408
+ "ExportResourcesModal.modalTitle.productSelection": {
409
+ developer_comment: "Label for the product selections modal title",
410
+ string: "Export product selections"
411
+ },
396
412
  "ExportResourcesModal.modalTitle.productTailoring": {
397
413
  developer_comment: "Label for the product tailorings modal title",
398
414
  string: "Maßgeschneiderte Produkte exportieren"
@@ -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.exportScopeAllProductSelections": {
181
+ developer_comment: "Label for Export All product selections",
182
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTailorings": {
181
185
  developer_comment: "Label for Export All product tailorings",
182
186
  string: "Maßgeschneiderte Produkte für {total, plural, one {# Produkt} other {# Produkte}} in allen Shops exportieren"
@@ -213,6 +217,10 @@ var de = {
213
217
  developer_comment: "Label for Export Filtered orders",
214
218
  string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
215
219
  },
220
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
221
+ developer_comment: "Label for Export Filtered product selections",
222
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
223
+ },
216
224
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
217
225
  developer_comment: "Label for Export Filtered product tailorings",
218
226
  string: "Maßgeschneiderte Produkte für das {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
@@ -253,6 +261,10 @@ var de = {
253
261
  developer_comment: "Label for Export Selected orders",
254
262
  string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
255
263
  },
264
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
265
+ developer_comment: "Label for Export Selected product selections",
266
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
267
+ },
256
268
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
257
269
  developer_comment: "Label for Export Selected product tailorings",
258
270
  string: "Maßgeschneiderte Produkte für das {total, plural, one {# ausgewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
@@ -393,6 +405,10 @@ var de = {
393
405
  developer_comment: "Label for the products modal title",
394
406
  string: "Produkte exportieren"
395
407
  },
408
+ "ExportResourcesModal.modalTitle.productSelection": {
409
+ developer_comment: "Label for the product selections modal title",
410
+ string: "Export product selections"
411
+ },
396
412
  "ExportResourcesModal.modalTitle.productTailoring": {
397
413
  developer_comment: "Label for the product tailorings modal title",
398
414
  string: "Maßgeschneiderte Produkte exportieren"
@@ -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.exportScopeAllProductSelections": {
179
+ developer_comment: "Label for Export All product selections",
180
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
181
+ },
178
182
  "ExportResourcesModal.exportScopeAllProductTailorings": {
179
183
  developer_comment: "Label for Export All product tailorings",
180
184
  string: "Maßgeschneiderte Produkte für {total, plural, one {# Produkt} other {# Produkte}} in allen Shops exportieren"
@@ -211,6 +215,10 @@ var de = {
211
215
  developer_comment: "Label for Export Filtered orders",
212
216
  string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
213
217
  },
218
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
219
+ developer_comment: "Label for Export Filtered product selections",
220
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
221
+ },
214
222
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
215
223
  developer_comment: "Label for Export Filtered product tailorings",
216
224
  string: "Maßgeschneiderte Produkte für das {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
@@ -251,6 +259,10 @@ var de = {
251
259
  developer_comment: "Label for Export Selected orders",
252
260
  string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
253
261
  },
262
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
263
+ developer_comment: "Label for Export Selected product selections",
264
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
265
+ },
254
266
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
255
267
  developer_comment: "Label for Export Selected product tailorings",
256
268
  string: "Maßgeschneiderte Produkte für das {total, plural, one {# ausgewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
@@ -391,6 +403,10 @@ var de = {
391
403
  developer_comment: "Label for the products modal title",
392
404
  string: "Produkte exportieren"
393
405
  },
406
+ "ExportResourcesModal.modalTitle.productSelection": {
407
+ developer_comment: "Label for the product selections modal title",
408
+ string: "Export product selections"
409
+ },
394
410
  "ExportResourcesModal.modalTitle.productTailoring": {
395
411
  developer_comment: "Label for the product tailorings modal title",
396
412
  string: "Maßgeschneiderte Produkte exportieren"
@@ -9,4 +9,5 @@ export declare const EXPORTABLE_RESOURCES: {
9
9
  readonly BUSINESS_UNIT: "business-unit";
10
10
  readonly PRODUCT_TAILORING: "product-tailoring";
11
11
  readonly STANDALONE_PRICE: "standalone-price";
12
+ readonly PRODUCT_SELECTION: "product-selection";
12
13
  };
@@ -4,9 +4,5 @@ export type UseStorageOptions = {
4
4
  segregateByUser: boolean;
5
5
  };
6
6
  declare const clearStaleExportModalEntries: (storage: Storage, currentKey: string) => void;
7
- declare const useStorage: <TStorageState>(storageKey: string, initialStorageValue: TStorageState, options?: Partial<UseStorageOptions>) => [
8
- TStorageState | null,
9
- (nextStorageValue: TStorageState) => void,
10
- () => TStorageState | null
11
- ];
7
+ declare const useStorage: <TStorageState>(storageKey: string, initialStorageValue: TStorageState, options?: Partial<UseStorageOptions>) => [TStorageState | null, (nextStorageValue: TStorageState) => void, () => TStorageState | null];
12
8
  export { useStorage, clearStaleExportModalEntries };
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { FormikProps } from 'formik';
3
2
  import type { ExportType, Filters, Store } from "./export-resources-modal-types.js";
4
3
  import type { FieldSelectionMode } from "./field-selection-mode.js";
@@ -175,6 +175,10 @@ var en = {
175
175
  developer_comment: "Label for Export All orders",
176
176
  string: "Export all: {total, plural, one {# order} other {# orders}}"
177
177
  },
178
+ "ExportResourcesModal.exportScopeAllProductSelections": {
179
+ developer_comment: "Label for Export All product selections",
180
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
181
+ },
178
182
  "ExportResourcesModal.exportScopeAllProductTailorings": {
179
183
  developer_comment: "Label for Export All product tailorings",
180
184
  string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
@@ -211,6 +215,10 @@ var en = {
211
215
  developer_comment: "Label for Export Filtered orders",
212
216
  string: "Export filtered: {total, plural, one {# order} other {# orders}}"
213
217
  },
218
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
219
+ developer_comment: "Label for Export Filtered product selections",
220
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
221
+ },
214
222
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
215
223
  developer_comment: "Label for Export Filtered product tailorings",
216
224
  string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
@@ -251,6 +259,10 @@ var en = {
251
259
  developer_comment: "Label for Export Selected orders",
252
260
  string: "Export selected: {total, plural, one {# order} other {# orders}}"
253
261
  },
262
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
263
+ developer_comment: "Label for Export Selected product selections",
264
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
265
+ },
254
266
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
255
267
  developer_comment: "Label for Export Selected product tailorings",
256
268
  string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
@@ -391,6 +403,10 @@ var en = {
391
403
  developer_comment: "Label for the products modal title",
392
404
  string: "Export products"
393
405
  },
406
+ "ExportResourcesModal.modalTitle.productSelection": {
407
+ developer_comment: "Label for the product selections modal title",
408
+ string: "Export product selections"
409
+ },
394
410
  "ExportResourcesModal.modalTitle.productTailoring": {
395
411
  developer_comment: "Label for the product tailorings modal title",
396
412
  string: "Export tailored products"
@@ -177,6 +177,10 @@ var en = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Export all: {total, plural, one {# order} other {# orders}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductSelections": {
181
+ developer_comment: "Label for Export All product selections",
182
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTailorings": {
181
185
  developer_comment: "Label for Export All product tailorings",
182
186
  string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
@@ -213,6 +217,10 @@ var en = {
213
217
  developer_comment: "Label for Export Filtered orders",
214
218
  string: "Export filtered: {total, plural, one {# order} other {# orders}}"
215
219
  },
220
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
221
+ developer_comment: "Label for Export Filtered product selections",
222
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
223
+ },
216
224
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
217
225
  developer_comment: "Label for Export Filtered product tailorings",
218
226
  string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
@@ -253,6 +261,10 @@ var en = {
253
261
  developer_comment: "Label for Export Selected orders",
254
262
  string: "Export selected: {total, plural, one {# order} other {# orders}}"
255
263
  },
264
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
265
+ developer_comment: "Label for Export Selected product selections",
266
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
267
+ },
256
268
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
257
269
  developer_comment: "Label for Export Selected product tailorings",
258
270
  string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
@@ -393,6 +405,10 @@ var en = {
393
405
  developer_comment: "Label for the products modal title",
394
406
  string: "Export products"
395
407
  },
408
+ "ExportResourcesModal.modalTitle.productSelection": {
409
+ developer_comment: "Label for the product selections modal title",
410
+ string: "Export product selections"
411
+ },
396
412
  "ExportResourcesModal.modalTitle.productTailoring": {
397
413
  developer_comment: "Label for the product tailorings modal title",
398
414
  string: "Export tailored products"
@@ -177,6 +177,10 @@ var en = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Export all: {total, plural, one {# order} other {# orders}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductSelections": {
181
+ developer_comment: "Label for Export All product selections",
182
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTailorings": {
181
185
  developer_comment: "Label for Export All product tailorings",
182
186
  string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
@@ -213,6 +217,10 @@ var en = {
213
217
  developer_comment: "Label for Export Filtered orders",
214
218
  string: "Export filtered: {total, plural, one {# order} other {# orders}}"
215
219
  },
220
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
221
+ developer_comment: "Label for Export Filtered product selections",
222
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
223
+ },
216
224
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
217
225
  developer_comment: "Label for Export Filtered product tailorings",
218
226
  string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
@@ -253,6 +261,10 @@ var en = {
253
261
  developer_comment: "Label for Export Selected orders",
254
262
  string: "Export selected: {total, plural, one {# order} other {# orders}}"
255
263
  },
264
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
265
+ developer_comment: "Label for Export Selected product selections",
266
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
267
+ },
256
268
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
257
269
  developer_comment: "Label for Export Selected product tailorings",
258
270
  string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
@@ -393,6 +405,10 @@ var en = {
393
405
  developer_comment: "Label for the products modal title",
394
406
  string: "Export products"
395
407
  },
408
+ "ExportResourcesModal.modalTitle.productSelection": {
409
+ developer_comment: "Label for the product selections modal title",
410
+ string: "Export product selections"
411
+ },
396
412
  "ExportResourcesModal.modalTitle.productTailoring": {
397
413
  developer_comment: "Label for the product tailorings modal title",
398
414
  string: "Export tailored products"
@@ -177,6 +177,10 @@ var es = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Exportar todo: {total, plural, one {# pedido} other {# pedidos}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductSelections": {
181
+ developer_comment: "Label for Export All product selections",
182
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTailorings": {
181
185
  developer_comment: "Label for Export All product tailorings",
182
186
  string: "Exportar productos personalizados para {total, plural, one {# producto} other {# productos}} en todas las tiendas"
@@ -213,6 +217,10 @@ var es = {
213
217
  developer_comment: "Label for Export Filtered orders",
214
218
  string: "Exportar los filtrados: {total, plural, one {# pedido} other {# pedidos}}"
215
219
  },
220
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
221
+ developer_comment: "Label for Export Filtered product selections",
222
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
223
+ },
216
224
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
217
225
  developer_comment: "Label for Export Filtered product tailorings",
218
226
  string: "Exportar productos personalizados para el {total, plural, one {# producto filtrado} other {# productos filtrados}} en todas las tiendas"
@@ -253,6 +261,10 @@ var es = {
253
261
  developer_comment: "Label for Export Selected orders",
254
262
  string: "Exportar los seleccionados: {total, plural, one {# pedido} other {# pedidos}}"
255
263
  },
264
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
265
+ developer_comment: "Label for Export Selected product selections",
266
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
267
+ },
256
268
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
257
269
  developer_comment: "Label for Export Selected product tailorings",
258
270
  string: "Exportar productos personalizados para el {total, plural, one {# producto seleccionado} other {# productos seleccionados}} en todas las tiendas"
@@ -393,6 +405,10 @@ var es = {
393
405
  developer_comment: "Label for the products modal title",
394
406
  string: "Exportar productos"
395
407
  },
408
+ "ExportResourcesModal.modalTitle.productSelection": {
409
+ developer_comment: "Label for the product selections modal title",
410
+ string: "Export product selections"
411
+ },
396
412
  "ExportResourcesModal.modalTitle.productTailoring": {
397
413
  developer_comment: "Label for the product tailorings modal title",
398
414
  string: "Exportar productos personalizados"
@@ -177,6 +177,10 @@ var es = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Exportar todo: {total, plural, one {# pedido} other {# pedidos}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductSelections": {
181
+ developer_comment: "Label for Export All product selections",
182
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTailorings": {
181
185
  developer_comment: "Label for Export All product tailorings",
182
186
  string: "Exportar productos personalizados para {total, plural, one {# producto} other {# productos}} en todas las tiendas"
@@ -213,6 +217,10 @@ var es = {
213
217
  developer_comment: "Label for Export Filtered orders",
214
218
  string: "Exportar los filtrados: {total, plural, one {# pedido} other {# pedidos}}"
215
219
  },
220
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
221
+ developer_comment: "Label for Export Filtered product selections",
222
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
223
+ },
216
224
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
217
225
  developer_comment: "Label for Export Filtered product tailorings",
218
226
  string: "Exportar productos personalizados para el {total, plural, one {# producto filtrado} other {# productos filtrados}} en todas las tiendas"
@@ -253,6 +261,10 @@ var es = {
253
261
  developer_comment: "Label for Export Selected orders",
254
262
  string: "Exportar los seleccionados: {total, plural, one {# pedido} other {# pedidos}}"
255
263
  },
264
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
265
+ developer_comment: "Label for Export Selected product selections",
266
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
267
+ },
256
268
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
257
269
  developer_comment: "Label for Export Selected product tailorings",
258
270
  string: "Exportar productos personalizados para el {total, plural, one {# producto seleccionado} other {# productos seleccionados}} en todas las tiendas"
@@ -393,6 +405,10 @@ var es = {
393
405
  developer_comment: "Label for the products modal title",
394
406
  string: "Exportar productos"
395
407
  },
408
+ "ExportResourcesModal.modalTitle.productSelection": {
409
+ developer_comment: "Label for the product selections modal title",
410
+ string: "Export product selections"
411
+ },
396
412
  "ExportResourcesModal.modalTitle.productTailoring": {
397
413
  developer_comment: "Label for the product tailorings modal title",
398
414
  string: "Exportar productos personalizados"
@@ -175,6 +175,10 @@ var es = {
175
175
  developer_comment: "Label for Export All orders",
176
176
  string: "Exportar todo: {total, plural, one {# pedido} other {# pedidos}}"
177
177
  },
178
+ "ExportResourcesModal.exportScopeAllProductSelections": {
179
+ developer_comment: "Label for Export All product selections",
180
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
181
+ },
178
182
  "ExportResourcesModal.exportScopeAllProductTailorings": {
179
183
  developer_comment: "Label for Export All product tailorings",
180
184
  string: "Exportar productos personalizados para {total, plural, one {# producto} other {# productos}} en todas las tiendas"
@@ -211,6 +215,10 @@ var es = {
211
215
  developer_comment: "Label for Export Filtered orders",
212
216
  string: "Exportar los filtrados: {total, plural, one {# pedido} other {# pedidos}}"
213
217
  },
218
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
219
+ developer_comment: "Label for Export Filtered product selections",
220
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
221
+ },
214
222
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
215
223
  developer_comment: "Label for Export Filtered product tailorings",
216
224
  string: "Exportar productos personalizados para el {total, plural, one {# producto filtrado} other {# productos filtrados}} en todas las tiendas"
@@ -251,6 +259,10 @@ var es = {
251
259
  developer_comment: "Label for Export Selected orders",
252
260
  string: "Exportar los seleccionados: {total, plural, one {# pedido} other {# pedidos}}"
253
261
  },
262
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
263
+ developer_comment: "Label for Export Selected product selections",
264
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
265
+ },
254
266
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
255
267
  developer_comment: "Label for Export Selected product tailorings",
256
268
  string: "Exportar productos personalizados para el {total, plural, one {# producto seleccionado} other {# productos seleccionados}} en todas las tiendas"
@@ -391,6 +403,10 @@ var es = {
391
403
  developer_comment: "Label for the products modal title",
392
404
  string: "Exportar productos"
393
405
  },
406
+ "ExportResourcesModal.modalTitle.productSelection": {
407
+ developer_comment: "Label for the product selections modal title",
408
+ string: "Export product selections"
409
+ },
394
410
  "ExportResourcesModal.modalTitle.productTailoring": {
395
411
  developer_comment: "Label for the product tailorings modal title",
396
412
  string: "Exportar productos personalizados"
@@ -177,6 +177,10 @@ var frFR = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Tout exporter : {total, plural, one {# commande} other {# commandes}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductSelections": {
181
+ developer_comment: "Label for Export All product selections",
182
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTailorings": {
181
185
  developer_comment: "Label for Export All product tailorings",
182
186
  string: "Exporter les produits personnalisés pour {total, plural, one {un # produit} other {des # produits}} dans toutes les boutiques"
@@ -213,6 +217,10 @@ var frFR = {
213
217
  developer_comment: "Label for Export Filtered orders",
214
218
  string: "Exporter les données filtrées : {total, plural, one {# commande} other {# commandes}}"
215
219
  },
220
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
221
+ developer_comment: "Label for Export Filtered product selections",
222
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
223
+ },
216
224
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
217
225
  developer_comment: "Label for Export Filtered product tailorings",
218
226
  string: "Exporter les produits personnalisés pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
@@ -253,6 +261,10 @@ var frFR = {
253
261
  developer_comment: "Label for Export Selected orders",
254
262
  string: "Exporter les données sélectionnées : {total, plural, one {# commande} other {# commandes}}"
255
263
  },
264
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
265
+ developer_comment: "Label for Export Selected product selections",
266
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
267
+ },
256
268
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
257
269
  developer_comment: "Label for Export Selected product tailorings",
258
270
  string: "Exporter les produits personnalisés pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
@@ -393,6 +405,10 @@ var frFR = {
393
405
  developer_comment: "Label for the products modal title",
394
406
  string: "Exporter des produits"
395
407
  },
408
+ "ExportResourcesModal.modalTitle.productSelection": {
409
+ developer_comment: "Label for the product selections modal title",
410
+ string: "Export product selections"
411
+ },
396
412
  "ExportResourcesModal.modalTitle.productTailoring": {
397
413
  developer_comment: "Label for the product tailorings modal title",
398
414
  string: "Exporter les produits personnalisés"
@@ -177,6 +177,10 @@ var frFR = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Tout exporter : {total, plural, one {# commande} other {# commandes}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductSelections": {
181
+ developer_comment: "Label for Export All product selections",
182
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTailorings": {
181
185
  developer_comment: "Label for Export All product tailorings",
182
186
  string: "Exporter les produits personnalisés pour {total, plural, one {un # produit} other {des # produits}} dans toutes les boutiques"
@@ -213,6 +217,10 @@ var frFR = {
213
217
  developer_comment: "Label for Export Filtered orders",
214
218
  string: "Exporter les données filtrées : {total, plural, one {# commande} other {# commandes}}"
215
219
  },
220
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
221
+ developer_comment: "Label for Export Filtered product selections",
222
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
223
+ },
216
224
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
217
225
  developer_comment: "Label for Export Filtered product tailorings",
218
226
  string: "Exporter les produits personnalisés pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
@@ -253,6 +261,10 @@ var frFR = {
253
261
  developer_comment: "Label for Export Selected orders",
254
262
  string: "Exporter les données sélectionnées : {total, plural, one {# commande} other {# commandes}}"
255
263
  },
264
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
265
+ developer_comment: "Label for Export Selected product selections",
266
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
267
+ },
256
268
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
257
269
  developer_comment: "Label for Export Selected product tailorings",
258
270
  string: "Exporter les produits personnalisés pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
@@ -393,6 +405,10 @@ var frFR = {
393
405
  developer_comment: "Label for the products modal title",
394
406
  string: "Exporter des produits"
395
407
  },
408
+ "ExportResourcesModal.modalTitle.productSelection": {
409
+ developer_comment: "Label for the product selections modal title",
410
+ string: "Export product selections"
411
+ },
396
412
  "ExportResourcesModal.modalTitle.productTailoring": {
397
413
  developer_comment: "Label for the product tailorings modal title",
398
414
  string: "Exporter les produits personnalisés"
@@ -175,6 +175,10 @@ var frFR = {
175
175
  developer_comment: "Label for Export All orders",
176
176
  string: "Tout exporter : {total, plural, one {# commande} other {# commandes}}"
177
177
  },
178
+ "ExportResourcesModal.exportScopeAllProductSelections": {
179
+ developer_comment: "Label for Export All product selections",
180
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
181
+ },
178
182
  "ExportResourcesModal.exportScopeAllProductTailorings": {
179
183
  developer_comment: "Label for Export All product tailorings",
180
184
  string: "Exporter les produits personnalisés pour {total, plural, one {un # produit} other {des # produits}} dans toutes les boutiques"
@@ -211,6 +215,10 @@ var frFR = {
211
215
  developer_comment: "Label for Export Filtered orders",
212
216
  string: "Exporter les données filtrées : {total, plural, one {# commande} other {# commandes}}"
213
217
  },
218
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
219
+ developer_comment: "Label for Export Filtered product selections",
220
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
221
+ },
214
222
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
215
223
  developer_comment: "Label for Export Filtered product tailorings",
216
224
  string: "Exporter les produits personnalisés pour {total, plural, one {le # produit filtré} other {les # produits filtrés}}"
@@ -251,6 +259,10 @@ var frFR = {
251
259
  developer_comment: "Label for Export Selected orders",
252
260
  string: "Exporter les données sélectionnées : {total, plural, one {# commande} other {# commandes}}"
253
261
  },
262
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
263
+ developer_comment: "Label for Export Selected product selections",
264
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
265
+ },
254
266
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
255
267
  developer_comment: "Label for Export Selected product tailorings",
256
268
  string: "Exporter les produits personnalisés pour {total, plural, one {le # produit sélectionné} other {les # produits sélectionnés}}"
@@ -391,6 +403,10 @@ var frFR = {
391
403
  developer_comment: "Label for the products modal title",
392
404
  string: "Exporter des produits"
393
405
  },
406
+ "ExportResourcesModal.modalTitle.productSelection": {
407
+ developer_comment: "Label for the product selections modal title",
408
+ string: "Export product selections"
409
+ },
394
410
  "ExportResourcesModal.modalTitle.productTailoring": {
395
411
  developer_comment: "Label for the product tailorings modal title",
396
412
  string: "Exporter les produits personnalisés"
@@ -175,6 +175,10 @@ var ptBR = {
175
175
  developer_comment: "Label for Export All orders",
176
176
  string: "Exportar tudo: {total, plural, one {# pedido} other {# pedidos}}"
177
177
  },
178
+ "ExportResourcesModal.exportScopeAllProductSelections": {
179
+ developer_comment: "Label for Export All product selections",
180
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
181
+ },
178
182
  "ExportResourcesModal.exportScopeAllProductTailorings": {
179
183
  developer_comment: "Label for Export All product tailorings",
180
184
  string: "Exportar produtos personalizados para {total, plural, one {# produto} other {# produtos}} em todas as lojas"
@@ -211,6 +215,10 @@ var ptBR = {
211
215
  developer_comment: "Label for Export Filtered orders",
212
216
  string: "Exportar filtrados: {total, plural, one {# pedido} other {# pedidos}}"
213
217
  },
218
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
219
+ developer_comment: "Label for Export Filtered product selections",
220
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
221
+ },
214
222
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
215
223
  developer_comment: "Label for Export Filtered product tailorings",
216
224
  string: "Exportar produtos personalizados para {total, plural, one {# produto filtrado} other {# produtos filtrados}}"
@@ -251,6 +259,10 @@ var ptBR = {
251
259
  developer_comment: "Label for Export Selected orders",
252
260
  string: "Exportar selecionados: {total, plural, one {# pedido} other {# pedidos}}"
253
261
  },
262
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
263
+ developer_comment: "Label for Export Selected product selections",
264
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
265
+ },
254
266
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
255
267
  developer_comment: "Label for Export Selected product tailorings",
256
268
  string: "Exportar produtos personalizados para {total, plural, one {# produto selecionado} other {# produtos selecionados}}"
@@ -391,6 +403,10 @@ var ptBR = {
391
403
  developer_comment: "Label for the products modal title",
392
404
  string: "Exportar produtos"
393
405
  },
406
+ "ExportResourcesModal.modalTitle.productSelection": {
407
+ developer_comment: "Label for the product selections modal title",
408
+ string: "Export product selections"
409
+ },
394
410
  "ExportResourcesModal.modalTitle.productTailoring": {
395
411
  developer_comment: "Label for the product tailorings modal title",
396
412
  string: "Exportar produtos personalizados"
@@ -177,6 +177,10 @@ var ptBR = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Exportar tudo: {total, plural, one {# pedido} other {# pedidos}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductSelections": {
181
+ developer_comment: "Label for Export All product selections",
182
+ string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTailorings": {
181
185
  developer_comment: "Label for Export All product tailorings",
182
186
  string: "Exportar produtos personalizados para {total, plural, one {# produto} other {# produtos}} em todas as lojas"
@@ -213,6 +217,10 @@ var ptBR = {
213
217
  developer_comment: "Label for Export Filtered orders",
214
218
  string: "Exportar filtrados: {total, plural, one {# pedido} other {# pedidos}}"
215
219
  },
220
+ "ExportResourcesModal.exportScopeFilteredProductSelections": {
221
+ developer_comment: "Label for Export Filtered product selections",
222
+ string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
223
+ },
216
224
  "ExportResourcesModal.exportScopeFilteredProductTailorings": {
217
225
  developer_comment: "Label for Export Filtered product tailorings",
218
226
  string: "Exportar produtos personalizados para {total, plural, one {# produto filtrado} other {# produtos filtrados}}"
@@ -253,6 +261,10 @@ var ptBR = {
253
261
  developer_comment: "Label for Export Selected orders",
254
262
  string: "Exportar selecionados: {total, plural, one {# pedido} other {# pedidos}}"
255
263
  },
264
+ "ExportResourcesModal.exportScopeSelectedProductSelections": {
265
+ developer_comment: "Label for Export Selected product selections",
266
+ string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
267
+ },
256
268
  "ExportResourcesModal.exportScopeSelectedProductTailorings": {
257
269
  developer_comment: "Label for Export Selected product tailorings",
258
270
  string: "Exportar produtos personalizados para {total, plural, one {# produto selecionado} other {# produtos selecionados}}"
@@ -393,6 +405,10 @@ var ptBR = {
393
405
  developer_comment: "Label for the products modal title",
394
406
  string: "Exportar produtos"
395
407
  },
408
+ "ExportResourcesModal.modalTitle.productSelection": {
409
+ developer_comment: "Label for the product selections modal title",
410
+ string: "Export product selections"
411
+ },
396
412
  "ExportResourcesModal.modalTitle.productTailoring": {
397
413
  developer_comment: "Label for the product tailorings modal title",
398
414
  string: "Exportar produtos personalizados"