@commercetools-frontend-extensions/export-resources-modal 4.12.2 → 4.13.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 (20) hide show
  1. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +11 -12
  2. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +11 -12
  3. package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +11 -12
  4. package/dist/{de-3d4cf3d0.cjs.prod.js → de-1903dccf.cjs.prod.js} +37 -25
  5. package/dist/{de-abc94d19.esm.js → de-2ad4e0d7.esm.js} +37 -25
  6. package/dist/{de-d6a38e9e.cjs.dev.js → de-b820e753.cjs.dev.js} +37 -25
  7. package/dist/declarations/src/@types/export-resources-modal-context.d.ts +1 -0
  8. package/dist/{en-fc0085cc.cjs.prod.js → en-56c15954.cjs.prod.js} +33 -21
  9. package/dist/{en-38313842.esm.js → en-5b88bfde.esm.js} +33 -21
  10. package/dist/{en-0ea9f92c.cjs.dev.js → en-9aa667ca.cjs.dev.js} +33 -21
  11. package/dist/{es-a4227b21.cjs.dev.js → es-01c31bc7.cjs.dev.js} +37 -25
  12. package/dist/{es-85c5a396.esm.js → es-4658edf6.esm.js} +37 -25
  13. package/dist/{es-6360d546.cjs.prod.js → es-7959f578.cjs.prod.js} +37 -25
  14. package/dist/{fr-FR-1602d5ff.cjs.dev.js → fr-FR-0a721f97.cjs.prod.js} +37 -25
  15. package/dist/{fr-FR-e610590b.esm.js → fr-FR-3057d941.esm.js} +37 -25
  16. package/dist/{fr-FR-ff7ec057.cjs.prod.js → fr-FR-d641720a.cjs.dev.js} +37 -25
  17. package/dist/{pt-BR-d9b0a36d.cjs.prod.js → pt-BR-442e5bba.cjs.dev.js} +37 -25
  18. package/dist/{pt-BR-7b17be9e.cjs.dev.js → pt-BR-89644b77.cjs.prod.js} +37 -25
  19. package/dist/{pt-BR-ccc18639.esm.js → pt-BR-b849606a.esm.js} +37 -25
  20. package/package.json +38 -35
@@ -19,15 +19,15 @@ var de = {
19
19
  },
20
20
  "ExportResourcesModal.exportInventoriesForAllProducts": {
21
21
  developer_comment: "Label for Export All inventories",
22
- string: "Lagerbestände für alle {total} Produkte exportieren"
22
+ string: "Lagerbestände für alle {total, plural, one {# Produkt} other {# Produkte}} exportieren"
23
23
  },
24
24
  "ExportResourcesModal.exportInventoriesForFilteredProducts": {
25
25
  developer_comment: "Label for Export Filtered inventories",
26
- string: "Lagerbestände für die {total} gefilterten Produkte exportieren"
26
+ string: "Lagerbestände für {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
27
27
  },
28
28
  "ExportResourcesModal.exportInventoriesForSelectedProducts": {
29
29
  developer_comment: "Label for Export Selected inventories",
30
- string: "Lagerbestände für die {total} ausgewählten Produkte exportieren"
30
+ string: "Lagerbestände für {total, plural, one {# ausewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
31
31
  },
32
32
  "ExportResourcesModal.exportOperationSuccessMessage": {
33
33
  developer_comment: "Success message",
@@ -35,7 +35,7 @@ var de = {
35
35
  },
36
36
  "ExportResourcesModal.exportPreferences": {
37
37
  developer_comment: "Label for preferences",
38
- string: "Preferences"
38
+ string: "Einstellungen"
39
39
  },
40
40
  "ExportResourcesModal.exportScope": {
41
41
  developer_comment: "Label for Export Scope",
@@ -43,51 +43,51 @@ var de = {
43
43
  },
44
44
  "ExportResourcesModal.exportScopeAllCategories": {
45
45
  developer_comment: "Label for Export All categories",
46
- string: "Alle exportierenl: {total} Kategorien"
46
+ string: "Alle exportieren: {total, plural, one {# Kategorie} other {# Kategorien}}"
47
47
  },
48
48
  "ExportResourcesModal.exportScopeAllCustomers": {
49
49
  developer_comment: "Label for Export All customers",
50
- string: "Alles exportieren: {total} Kunden"
50
+ string: "Alle exportieren: {total, plural, one {# Kunde} other {# Kunden}}"
51
51
  },
52
52
  "ExportResourcesModal.exportScopeAllDiscountCodes": {
53
53
  developer_comment: "Label for Export All discount codes",
54
- string: "Alle exportieren: {total} Rabattcodes"
54
+ string: "Alle exportieren: {total, plural, one {# Rabattcode} other {# Rabattcodes}}"
55
55
  },
56
56
  "ExportResourcesModal.exportScopeAllOrders": {
57
57
  developer_comment: "Label for Export All orders",
58
- string: "Alle exportieren: {total} Bestellungen"
58
+ string: "Alle exportieren: {total, plural, one {# Bestellung} other {# Bestellungen}}"
59
59
  },
60
60
  "ExportResourcesModal.exportScopeAllProductTypes": {
61
61
  developer_comment: "Label for Export All product types",
62
- string: "Alle exportieren: {total} Produkttypen"
62
+ string: "Alle exportieren: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
63
63
  },
64
64
  "ExportResourcesModal.exportScopeAllProducts": {
65
65
  developer_comment: "Label for Export All products",
66
- string: "Alle exportieren: {total} Produkte"
66
+ string: "Alle exportieren: {total, plural, one {# Produkt} other {# Produkte}}"
67
67
  },
68
68
  "ExportResourcesModal.exportScopeFilteredCategories": {
69
69
  developer_comment: "Label for Export Filtered categories",
70
- string: "Gefilterte exportieren: {total} Kategorien"
70
+ string: "Export gefiltert: {total, plural, one {# Kategorie} other {# Kategorien}}"
71
71
  },
72
72
  "ExportResourcesModal.exportScopeFilteredCustomers": {
73
73
  developer_comment: "Label for Export Filtered customers",
74
- string: "Gefilterte exportieren: {total} Kunden"
74
+ string: "Export gefiltert: {total, plural, one {# Kunde} other {# Kunden}}"
75
75
  },
76
76
  "ExportResourcesModal.exportScopeFilteredDiscountCodes": {
77
77
  developer_comment: "Label for Export Filtered discount codes",
78
- string: "Gefilterte exportieren: {total} Rabattcodes"
78
+ string: "Export gefiltert: {total, plural, one {# Rabattcode} other {# Rabattcode}}"
79
79
  },
80
80
  "ExportResourcesModal.exportScopeFilteredOrders": {
81
81
  developer_comment: "Label for Export Filtered orders",
82
- string: "Gefilterte exportieren: {total} Bestellungen"
82
+ string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
83
83
  },
84
84
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
85
85
  developer_comment: "Label for Export Filtered product types",
86
- string: "Gefilterte exportieren: {total} Produkttypen"
86
+ string: "Export gefiltert: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
87
87
  },
88
88
  "ExportResourcesModal.exportScopeFilteredProducts": {
89
89
  developer_comment: "Label for Export Filtered products",
90
- string: "Gefilterte exportieren: {total} Produkte"
90
+ string: "Export gefiltert: {total, plural, one {# Produkt} other {# Produkte}}"
91
91
  },
92
92
  "ExportResourcesModal.exportScopeFilteredWithoutCount": {
93
93
  developer_comment: "Label for Export Filtered without count",
@@ -95,27 +95,27 @@ var de = {
95
95
  },
96
96
  "ExportResourcesModal.exportScopeSelectedCategories": {
97
97
  developer_comment: "Label for Export Selected categories",
98
- string: "Auswahl exportieren: {total} Kategorien"
98
+ string: "Export ausgewählt: {total, plural, one {# Kategorie} other {# Kategorien}}"
99
99
  },
100
100
  "ExportResourcesModal.exportScopeSelectedCustomers": {
101
101
  developer_comment: "Label for Export Selected customers",
102
- string: "Ausgewählte exportieren: {total} Kunden"
102
+ string: "Export ausgewählt: {total, plural, one {# Kunde} other {# Kunden}}"
103
103
  },
104
104
  "ExportResourcesModal.exportScopeSelectedDiscountCodes": {
105
105
  developer_comment: "Label for Export Selected discount codes",
106
- string: "Ausgewählte exportieren: {total} Rabattcodes"
106
+ string: "Export ausgewählt: {total, plural, one {# Rabattcode} other {# Rabattcodes}}"
107
107
  },
108
108
  "ExportResourcesModal.exportScopeSelectedOrders": {
109
109
  developer_comment: "Label for Export Selected orders",
110
- string: "Ausgewählte exportieren: {total} Bestellungen"
110
+ string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
111
111
  },
112
112
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
113
113
  developer_comment: "Label for Export Selected product types",
114
- string: "Ausgewählte exportieren: {total} Produkttypen"
114
+ string: "Export ausgewählt: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
115
115
  },
116
116
  "ExportResourcesModal.exportScopeSelectedProducts": {
117
117
  developer_comment: "Label for Export Selected products",
118
- string: "Ausgewählte exportieren: {total} Produkte"
118
+ string: "Export ausgewählt: {total, plural, one {# Produkt} other {# Produkte}}"
119
119
  },
120
120
  "ExportResourcesModal.exportScopeSelectedWithoutCount": {
121
121
  developer_comment: "Label for Export Selected without count",
@@ -135,7 +135,11 @@ var de = {
135
135
  },
136
136
  "ExportResourcesModal.fillRowsForOrderExport": {
137
137
  developer_comment: "A checkbox label for filling rows for order export",
138
- string: "Include Order number, id, and states in every row"
138
+ string: "Geben Sie in jeder Zeile die Bestellnummer, ID und den Status an"
139
+ },
140
+ "ExportResourcesModal.fillRowsForProductExport": {
141
+ developer_comment: "A checkbox label for filling rows for product export",
142
+ string: "Fügen Sie in jede Zeile Informationen auf Produkt- und Variantenebene ein"
139
143
  },
140
144
  "ExportResourcesModal.includeAllLocales": {
141
145
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -145,6 +149,14 @@ var de = {
145
149
  developer_comment: "Error when file name field is not valid",
146
150
  string: "Der Dateiname darf nur alphanumerische Zeichen, Bindestriche und Unterstriche enthalten"
147
151
  },
152
+ "ExportResourcesModal.itemCount": {
153
+ developer_comment: "Label for item count",
154
+ string: "{count, plural, =0 {keine Artikel} one {# Artikel} other {# Artikel}}"
155
+ },
156
+ "ExportResourcesModal.loadMoreFields": {
157
+ developer_comment: "Load more fields message",
158
+ string: "Laden Sie weitere Felder mithilfe der Suchfunktion"
159
+ },
148
160
  "ExportResourcesModal.locale": {
149
161
  developer_comment: "Locale",
150
162
  string: "Gebietsschema"
@@ -175,7 +187,7 @@ var de = {
175
187
  },
176
188
  "ExportResourcesModal.modalTitle.order": {
177
189
  developer_comment: "Label for the orders modal title",
178
- string: "Export orders"
190
+ string: "Bestellungen exportieren"
179
191
  },
180
192
  "ExportResourcesModal.modalTitle.product": {
181
193
  developer_comment: "Label for the products modal title",
@@ -183,7 +195,7 @@ var de = {
183
195
  },
184
196
  "ExportResourcesModal.modalTitle.productType": {
185
197
  developer_comment: "Label for the product types modal title",
186
- string: "Export product types"
198
+ string: "Produkttypen exportieren"
187
199
  },
188
200
  "ExportResourcesModal.myViews": {
189
201
  developer_comment: "Label for \"My Views\" Select Field",
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { FormikProps } from 'formik';
2
3
  import type { ExportType, Filters } from "./export-resources-modal-types.js";
3
4
  import type { FormValues } from "./form.js";
@@ -19,15 +19,15 @@ var en = {
19
19
  },
20
20
  "ExportResourcesModal.exportInventoriesForAllProducts": {
21
21
  developer_comment: "Label for Export All inventories",
22
- string: "Export inventories for all {total} products"
22
+ string: "Export inventories for all {total, plural, one {# product} other {# products}}"
23
23
  },
24
24
  "ExportResourcesModal.exportInventoriesForFilteredProducts": {
25
25
  developer_comment: "Label for Export Filtered inventories",
26
- string: "Export inventories for the {total} filtered products"
26
+ string: "Export inventories for the {total, plural, one {# filtered product} other {# filtered products}}"
27
27
  },
28
28
  "ExportResourcesModal.exportInventoriesForSelectedProducts": {
29
29
  developer_comment: "Label for Export Selected inventories",
30
- string: "Export inventories for the {total} selected products"
30
+ string: "Export inventories for the {total, plural, one {# selected product} other {# selected products}}"
31
31
  },
32
32
  "ExportResourcesModal.exportOperationSuccessMessage": {
33
33
  developer_comment: "Success message",
@@ -43,51 +43,51 @@ var en = {
43
43
  },
44
44
  "ExportResourcesModal.exportScopeAllCategories": {
45
45
  developer_comment: "Label for Export All categories",
46
- string: "Export all: {total} categories"
46
+ string: "Export all: {total, plural, one {# category} other {# categories}}"
47
47
  },
48
48
  "ExportResourcesModal.exportScopeAllCustomers": {
49
49
  developer_comment: "Label for Export All customers",
50
- string: "Export all: {total} customers"
50
+ string: "Export all: {total, plural, one {# customer} other {# customers}}"
51
51
  },
52
52
  "ExportResourcesModal.exportScopeAllDiscountCodes": {
53
53
  developer_comment: "Label for Export All discount codes",
54
- string: "Export all: {total} discount codes"
54
+ string: "Export all: {total, plural, one {# discount code} other {# discount codes}}"
55
55
  },
56
56
  "ExportResourcesModal.exportScopeAllOrders": {
57
57
  developer_comment: "Label for Export All orders",
58
- string: "Export all: {total} orders"
58
+ string: "Export all: {total, plural, one {# order} other {# orders}}"
59
59
  },
60
60
  "ExportResourcesModal.exportScopeAllProductTypes": {
61
61
  developer_comment: "Label for Export All product types",
62
- string: "Export all: {total} product types"
62
+ string: "Export all: {total, plural, one {# product type} other {# product types}}"
63
63
  },
64
64
  "ExportResourcesModal.exportScopeAllProducts": {
65
65
  developer_comment: "Label for Export All products",
66
- string: "Export all: {total} products"
66
+ string: "Export all: {total, plural, one {# product} other {# products}}"
67
67
  },
68
68
  "ExportResourcesModal.exportScopeFilteredCategories": {
69
69
  developer_comment: "Label for Export Filtered categories",
70
- string: "Export filtered: {total} categories"
70
+ string: "Export filtered: {total, plural, one {# category} other {# categories}}"
71
71
  },
72
72
  "ExportResourcesModal.exportScopeFilteredCustomers": {
73
73
  developer_comment: "Label for Export Filtered customers",
74
- string: "Export filtered: {total} customers"
74
+ string: "Export filtered: {total, plural, one {# customer} other {# customers}}"
75
75
  },
76
76
  "ExportResourcesModal.exportScopeFilteredDiscountCodes": {
77
77
  developer_comment: "Label for Export Filtered discount codes",
78
- string: "Export filtered: {total} discount codes"
78
+ string: "Export filtered: {total, plural, one {# discount code} other {# discount codes}}"
79
79
  },
80
80
  "ExportResourcesModal.exportScopeFilteredOrders": {
81
81
  developer_comment: "Label for Export Filtered orders",
82
- string: "Export filtered: {total} orders"
82
+ string: "Export filtered: {total, plural, one {# order} other {# orders}}"
83
83
  },
84
84
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
85
85
  developer_comment: "Label for Export Filtered product types",
86
- string: "Export searched: {total} product types"
86
+ string: "Export filtered: {total, plural, one {# product type} other {# product types}}"
87
87
  },
88
88
  "ExportResourcesModal.exportScopeFilteredProducts": {
89
89
  developer_comment: "Label for Export Filtered products",
90
- string: "Export filtered: {total} products"
90
+ string: "Export filtered: {total, plural, one {# product} other {# products}}"
91
91
  },
92
92
  "ExportResourcesModal.exportScopeFilteredWithoutCount": {
93
93
  developer_comment: "Label for Export Filtered without count",
@@ -95,27 +95,27 @@ var en = {
95
95
  },
96
96
  "ExportResourcesModal.exportScopeSelectedCategories": {
97
97
  developer_comment: "Label for Export Selected categories",
98
- string: "Export selected: {total} categories"
98
+ string: "Export selected: {total, plural, one {# category} other {# categories}}"
99
99
  },
100
100
  "ExportResourcesModal.exportScopeSelectedCustomers": {
101
101
  developer_comment: "Label for Export Selected customers",
102
- string: "Export selected: {total} customers"
102
+ string: "Export selected: {total, plural, one {# customer} other {# customers}}"
103
103
  },
104
104
  "ExportResourcesModal.exportScopeSelectedDiscountCodes": {
105
105
  developer_comment: "Label for Export Selected discount codes",
106
- string: "Export selected: {total} discount codes"
106
+ string: "Export selected: {total, plural, one {# discount code} other {# discount codes}}"
107
107
  },
108
108
  "ExportResourcesModal.exportScopeSelectedOrders": {
109
109
  developer_comment: "Label for Export Selected orders",
110
- string: "Export selected: {total} orders"
110
+ string: "Export selected: {total, plural, one {# order} other {# orders}}"
111
111
  },
112
112
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
113
113
  developer_comment: "Label for Export Selected product types",
114
- string: "Export selected: {total} product types"
114
+ string: "Export selected: {total, plural, one {# product type} other {# product types}}"
115
115
  },
116
116
  "ExportResourcesModal.exportScopeSelectedProducts": {
117
117
  developer_comment: "Label for Export Selected products",
118
- string: "Export selected: {total} products"
118
+ string: "Export selected: {total, plural, one {# product} other {# products}}"
119
119
  },
120
120
  "ExportResourcesModal.exportScopeSelectedWithoutCount": {
121
121
  developer_comment: "Label for Export Selected without count",
@@ -137,6 +137,10 @@ var en = {
137
137
  developer_comment: "A checkbox label for filling rows for order export",
138
138
  string: "Include Order number, id, and states in every row"
139
139
  },
140
+ "ExportResourcesModal.fillRowsForProductExport": {
141
+ developer_comment: "A checkbox label for filling rows for product export",
142
+ string: "Include Product- and Variant-level information in every row"
143
+ },
140
144
  "ExportResourcesModal.includeAllLocales": {
141
145
  developer_comment: "label for \"Include all locales\" checkbox",
142
146
  string: "Include all locales"
@@ -145,6 +149,14 @@ var en = {
145
149
  developer_comment: "Error when file name field is not valid",
146
150
  string: "File name may only contain alphanumeric characters, hyphens and underscores"
147
151
  },
152
+ "ExportResourcesModal.itemCount": {
153
+ developer_comment: "Label for item count",
154
+ string: "{count, plural, =0 {no items} one {# item} other {# items}}"
155
+ },
156
+ "ExportResourcesModal.loadMoreFields": {
157
+ developer_comment: "Load more fields message",
158
+ string: "Load more fields by using the search functionality"
159
+ },
148
160
  "ExportResourcesModal.locale": {
149
161
  developer_comment: "Locale",
150
162
  string: "Locale"
@@ -17,15 +17,15 @@ var en = {
17
17
  },
18
18
  "ExportResourcesModal.exportInventoriesForAllProducts": {
19
19
  developer_comment: "Label for Export All inventories",
20
- string: "Export inventories for all {total} products"
20
+ string: "Export inventories for all {total, plural, one {# product} other {# products}}"
21
21
  },
22
22
  "ExportResourcesModal.exportInventoriesForFilteredProducts": {
23
23
  developer_comment: "Label for Export Filtered inventories",
24
- string: "Export inventories for the {total} filtered products"
24
+ string: "Export inventories for the {total, plural, one {# filtered product} other {# filtered products}}"
25
25
  },
26
26
  "ExportResourcesModal.exportInventoriesForSelectedProducts": {
27
27
  developer_comment: "Label for Export Selected inventories",
28
- string: "Export inventories for the {total} selected products"
28
+ string: "Export inventories for the {total, plural, one {# selected product} other {# selected products}}"
29
29
  },
30
30
  "ExportResourcesModal.exportOperationSuccessMessage": {
31
31
  developer_comment: "Success message",
@@ -41,51 +41,51 @@ var en = {
41
41
  },
42
42
  "ExportResourcesModal.exportScopeAllCategories": {
43
43
  developer_comment: "Label for Export All categories",
44
- string: "Export all: {total} categories"
44
+ string: "Export all: {total, plural, one {# category} other {# categories}}"
45
45
  },
46
46
  "ExportResourcesModal.exportScopeAllCustomers": {
47
47
  developer_comment: "Label for Export All customers",
48
- string: "Export all: {total} customers"
48
+ string: "Export all: {total, plural, one {# customer} other {# customers}}"
49
49
  },
50
50
  "ExportResourcesModal.exportScopeAllDiscountCodes": {
51
51
  developer_comment: "Label for Export All discount codes",
52
- string: "Export all: {total} discount codes"
52
+ string: "Export all: {total, plural, one {# discount code} other {# discount codes}}"
53
53
  },
54
54
  "ExportResourcesModal.exportScopeAllOrders": {
55
55
  developer_comment: "Label for Export All orders",
56
- string: "Export all: {total} orders"
56
+ string: "Export all: {total, plural, one {# order} other {# orders}}"
57
57
  },
58
58
  "ExportResourcesModal.exportScopeAllProductTypes": {
59
59
  developer_comment: "Label for Export All product types",
60
- string: "Export all: {total} product types"
60
+ string: "Export all: {total, plural, one {# product type} other {# product types}}"
61
61
  },
62
62
  "ExportResourcesModal.exportScopeAllProducts": {
63
63
  developer_comment: "Label for Export All products",
64
- string: "Export all: {total} products"
64
+ string: "Export all: {total, plural, one {# product} other {# products}}"
65
65
  },
66
66
  "ExportResourcesModal.exportScopeFilteredCategories": {
67
67
  developer_comment: "Label for Export Filtered categories",
68
- string: "Export filtered: {total} categories"
68
+ string: "Export filtered: {total, plural, one {# category} other {# categories}}"
69
69
  },
70
70
  "ExportResourcesModal.exportScopeFilteredCustomers": {
71
71
  developer_comment: "Label for Export Filtered customers",
72
- string: "Export filtered: {total} customers"
72
+ string: "Export filtered: {total, plural, one {# customer} other {# customers}}"
73
73
  },
74
74
  "ExportResourcesModal.exportScopeFilteredDiscountCodes": {
75
75
  developer_comment: "Label for Export Filtered discount codes",
76
- string: "Export filtered: {total} discount codes"
76
+ string: "Export filtered: {total, plural, one {# discount code} other {# discount codes}}"
77
77
  },
78
78
  "ExportResourcesModal.exportScopeFilteredOrders": {
79
79
  developer_comment: "Label for Export Filtered orders",
80
- string: "Export filtered: {total} orders"
80
+ string: "Export filtered: {total, plural, one {# order} other {# orders}}"
81
81
  },
82
82
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
83
83
  developer_comment: "Label for Export Filtered product types",
84
- string: "Export searched: {total} product types"
84
+ string: "Export filtered: {total, plural, one {# product type} other {# product types}}"
85
85
  },
86
86
  "ExportResourcesModal.exportScopeFilteredProducts": {
87
87
  developer_comment: "Label for Export Filtered products",
88
- string: "Export filtered: {total} products"
88
+ string: "Export filtered: {total, plural, one {# product} other {# products}}"
89
89
  },
90
90
  "ExportResourcesModal.exportScopeFilteredWithoutCount": {
91
91
  developer_comment: "Label for Export Filtered without count",
@@ -93,27 +93,27 @@ var en = {
93
93
  },
94
94
  "ExportResourcesModal.exportScopeSelectedCategories": {
95
95
  developer_comment: "Label for Export Selected categories",
96
- string: "Export selected: {total} categories"
96
+ string: "Export selected: {total, plural, one {# category} other {# categories}}"
97
97
  },
98
98
  "ExportResourcesModal.exportScopeSelectedCustomers": {
99
99
  developer_comment: "Label for Export Selected customers",
100
- string: "Export selected: {total} customers"
100
+ string: "Export selected: {total, plural, one {# customer} other {# customers}}"
101
101
  },
102
102
  "ExportResourcesModal.exportScopeSelectedDiscountCodes": {
103
103
  developer_comment: "Label for Export Selected discount codes",
104
- string: "Export selected: {total} discount codes"
104
+ string: "Export selected: {total, plural, one {# discount code} other {# discount codes}}"
105
105
  },
106
106
  "ExportResourcesModal.exportScopeSelectedOrders": {
107
107
  developer_comment: "Label for Export Selected orders",
108
- string: "Export selected: {total} orders"
108
+ string: "Export selected: {total, plural, one {# order} other {# orders}}"
109
109
  },
110
110
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
111
111
  developer_comment: "Label for Export Selected product types",
112
- string: "Export selected: {total} product types"
112
+ string: "Export selected: {total, plural, one {# product type} other {# product types}}"
113
113
  },
114
114
  "ExportResourcesModal.exportScopeSelectedProducts": {
115
115
  developer_comment: "Label for Export Selected products",
116
- string: "Export selected: {total} products"
116
+ string: "Export selected: {total, plural, one {# product} other {# products}}"
117
117
  },
118
118
  "ExportResourcesModal.exportScopeSelectedWithoutCount": {
119
119
  developer_comment: "Label for Export Selected without count",
@@ -135,6 +135,10 @@ var en = {
135
135
  developer_comment: "A checkbox label for filling rows for order export",
136
136
  string: "Include Order number, id, and states in every row"
137
137
  },
138
+ "ExportResourcesModal.fillRowsForProductExport": {
139
+ developer_comment: "A checkbox label for filling rows for product export",
140
+ string: "Include Product- and Variant-level information in every row"
141
+ },
138
142
  "ExportResourcesModal.includeAllLocales": {
139
143
  developer_comment: "label for \"Include all locales\" checkbox",
140
144
  string: "Include all locales"
@@ -143,6 +147,14 @@ var en = {
143
147
  developer_comment: "Error when file name field is not valid",
144
148
  string: "File name may only contain alphanumeric characters, hyphens and underscores"
145
149
  },
150
+ "ExportResourcesModal.itemCount": {
151
+ developer_comment: "Label for item count",
152
+ string: "{count, plural, =0 {no items} one {# item} other {# items}}"
153
+ },
154
+ "ExportResourcesModal.loadMoreFields": {
155
+ developer_comment: "Load more fields message",
156
+ string: "Load more fields by using the search functionality"
157
+ },
146
158
  "ExportResourcesModal.locale": {
147
159
  developer_comment: "Locale",
148
160
  string: "Locale"
@@ -19,15 +19,15 @@ var en = {
19
19
  },
20
20
  "ExportResourcesModal.exportInventoriesForAllProducts": {
21
21
  developer_comment: "Label for Export All inventories",
22
- string: "Export inventories for all {total} products"
22
+ string: "Export inventories for all {total, plural, one {# product} other {# products}}"
23
23
  },
24
24
  "ExportResourcesModal.exportInventoriesForFilteredProducts": {
25
25
  developer_comment: "Label for Export Filtered inventories",
26
- string: "Export inventories for the {total} filtered products"
26
+ string: "Export inventories for the {total, plural, one {# filtered product} other {# filtered products}}"
27
27
  },
28
28
  "ExportResourcesModal.exportInventoriesForSelectedProducts": {
29
29
  developer_comment: "Label for Export Selected inventories",
30
- string: "Export inventories for the {total} selected products"
30
+ string: "Export inventories for the {total, plural, one {# selected product} other {# selected products}}"
31
31
  },
32
32
  "ExportResourcesModal.exportOperationSuccessMessage": {
33
33
  developer_comment: "Success message",
@@ -43,51 +43,51 @@ var en = {
43
43
  },
44
44
  "ExportResourcesModal.exportScopeAllCategories": {
45
45
  developer_comment: "Label for Export All categories",
46
- string: "Export all: {total} categories"
46
+ string: "Export all: {total, plural, one {# category} other {# categories}}"
47
47
  },
48
48
  "ExportResourcesModal.exportScopeAllCustomers": {
49
49
  developer_comment: "Label for Export All customers",
50
- string: "Export all: {total} customers"
50
+ string: "Export all: {total, plural, one {# customer} other {# customers}}"
51
51
  },
52
52
  "ExportResourcesModal.exportScopeAllDiscountCodes": {
53
53
  developer_comment: "Label for Export All discount codes",
54
- string: "Export all: {total} discount codes"
54
+ string: "Export all: {total, plural, one {# discount code} other {# discount codes}}"
55
55
  },
56
56
  "ExportResourcesModal.exportScopeAllOrders": {
57
57
  developer_comment: "Label for Export All orders",
58
- string: "Export all: {total} orders"
58
+ string: "Export all: {total, plural, one {# order} other {# orders}}"
59
59
  },
60
60
  "ExportResourcesModal.exportScopeAllProductTypes": {
61
61
  developer_comment: "Label for Export All product types",
62
- string: "Export all: {total} product types"
62
+ string: "Export all: {total, plural, one {# product type} other {# product types}}"
63
63
  },
64
64
  "ExportResourcesModal.exportScopeAllProducts": {
65
65
  developer_comment: "Label for Export All products",
66
- string: "Export all: {total} products"
66
+ string: "Export all: {total, plural, one {# product} other {# products}}"
67
67
  },
68
68
  "ExportResourcesModal.exportScopeFilteredCategories": {
69
69
  developer_comment: "Label for Export Filtered categories",
70
- string: "Export filtered: {total} categories"
70
+ string: "Export filtered: {total, plural, one {# category} other {# categories}}"
71
71
  },
72
72
  "ExportResourcesModal.exportScopeFilteredCustomers": {
73
73
  developer_comment: "Label for Export Filtered customers",
74
- string: "Export filtered: {total} customers"
74
+ string: "Export filtered: {total, plural, one {# customer} other {# customers}}"
75
75
  },
76
76
  "ExportResourcesModal.exportScopeFilteredDiscountCodes": {
77
77
  developer_comment: "Label for Export Filtered discount codes",
78
- string: "Export filtered: {total} discount codes"
78
+ string: "Export filtered: {total, plural, one {# discount code} other {# discount codes}}"
79
79
  },
80
80
  "ExportResourcesModal.exportScopeFilteredOrders": {
81
81
  developer_comment: "Label for Export Filtered orders",
82
- string: "Export filtered: {total} orders"
82
+ string: "Export filtered: {total, plural, one {# order} other {# orders}}"
83
83
  },
84
84
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
85
85
  developer_comment: "Label for Export Filtered product types",
86
- string: "Export searched: {total} product types"
86
+ string: "Export filtered: {total, plural, one {# product type} other {# product types}}"
87
87
  },
88
88
  "ExportResourcesModal.exportScopeFilteredProducts": {
89
89
  developer_comment: "Label for Export Filtered products",
90
- string: "Export filtered: {total} products"
90
+ string: "Export filtered: {total, plural, one {# product} other {# products}}"
91
91
  },
92
92
  "ExportResourcesModal.exportScopeFilteredWithoutCount": {
93
93
  developer_comment: "Label for Export Filtered without count",
@@ -95,27 +95,27 @@ var en = {
95
95
  },
96
96
  "ExportResourcesModal.exportScopeSelectedCategories": {
97
97
  developer_comment: "Label for Export Selected categories",
98
- string: "Export selected: {total} categories"
98
+ string: "Export selected: {total, plural, one {# category} other {# categories}}"
99
99
  },
100
100
  "ExportResourcesModal.exportScopeSelectedCustomers": {
101
101
  developer_comment: "Label for Export Selected customers",
102
- string: "Export selected: {total} customers"
102
+ string: "Export selected: {total, plural, one {# customer} other {# customers}}"
103
103
  },
104
104
  "ExportResourcesModal.exportScopeSelectedDiscountCodes": {
105
105
  developer_comment: "Label for Export Selected discount codes",
106
- string: "Export selected: {total} discount codes"
106
+ string: "Export selected: {total, plural, one {# discount code} other {# discount codes}}"
107
107
  },
108
108
  "ExportResourcesModal.exportScopeSelectedOrders": {
109
109
  developer_comment: "Label for Export Selected orders",
110
- string: "Export selected: {total} orders"
110
+ string: "Export selected: {total, plural, one {# order} other {# orders}}"
111
111
  },
112
112
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
113
113
  developer_comment: "Label for Export Selected product types",
114
- string: "Export selected: {total} product types"
114
+ string: "Export selected: {total, plural, one {# product type} other {# product types}}"
115
115
  },
116
116
  "ExportResourcesModal.exportScopeSelectedProducts": {
117
117
  developer_comment: "Label for Export Selected products",
118
- string: "Export selected: {total} products"
118
+ string: "Export selected: {total, plural, one {# product} other {# products}}"
119
119
  },
120
120
  "ExportResourcesModal.exportScopeSelectedWithoutCount": {
121
121
  developer_comment: "Label for Export Selected without count",
@@ -137,6 +137,10 @@ var en = {
137
137
  developer_comment: "A checkbox label for filling rows for order export",
138
138
  string: "Include Order number, id, and states in every row"
139
139
  },
140
+ "ExportResourcesModal.fillRowsForProductExport": {
141
+ developer_comment: "A checkbox label for filling rows for product export",
142
+ string: "Include Product- and Variant-level information in every row"
143
+ },
140
144
  "ExportResourcesModal.includeAllLocales": {
141
145
  developer_comment: "label for \"Include all locales\" checkbox",
142
146
  string: "Include all locales"
@@ -145,6 +149,14 @@ var en = {
145
149
  developer_comment: "Error when file name field is not valid",
146
150
  string: "File name may only contain alphanumeric characters, hyphens and underscores"
147
151
  },
152
+ "ExportResourcesModal.itemCount": {
153
+ developer_comment: "Label for item count",
154
+ string: "{count, plural, =0 {no items} one {# item} other {# items}}"
155
+ },
156
+ "ExportResourcesModal.loadMoreFields": {
157
+ developer_comment: "Load more fields message",
158
+ string: "Load more fields by using the search functionality"
159
+ },
148
160
  "ExportResourcesModal.locale": {
149
161
  developer_comment: "Locale",
150
162
  string: "Locale"