@commercetools-frontend-extensions/export-resources-modal 0.0.0-fec-202-react19-20250204105856 → 0.0.0-fec-202-react19-20250307085017

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 (21) hide show
  1. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +130 -74
  2. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +124 -68
  3. package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +131 -75
  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-types.d.ts +1 -0
  8. package/dist/declarations/src/@types/form.d.ts +2 -7
  9. package/dist/{en-fc0085cc.cjs.prod.js → en-56c15954.cjs.prod.js} +33 -21
  10. package/dist/{en-38313842.esm.js → en-5b88bfde.esm.js} +33 -21
  11. package/dist/{en-0ea9f92c.cjs.dev.js → en-9aa667ca.cjs.dev.js} +33 -21
  12. package/dist/{es-a4227b21.cjs.dev.js → es-01c31bc7.cjs.dev.js} +37 -25
  13. package/dist/{es-85c5a396.esm.js → es-4658edf6.esm.js} +37 -25
  14. package/dist/{es-6360d546.cjs.prod.js → es-7959f578.cjs.prod.js} +37 -25
  15. package/dist/{fr-FR-1602d5ff.cjs.dev.js → fr-FR-0a721f97.cjs.prod.js} +37 -25
  16. package/dist/{fr-FR-e610590b.esm.js → fr-FR-3057d941.esm.js} +37 -25
  17. package/dist/{fr-FR-ff7ec057.cjs.prod.js → fr-FR-d641720a.cjs.dev.js} +37 -25
  18. package/dist/{pt-BR-d9b0a36d.cjs.prod.js → pt-BR-442e5bba.cjs.dev.js} +37 -25
  19. package/dist/{pt-BR-7b17be9e.cjs.dev.js → pt-BR-89644b77.cjs.prod.js} +37 -25
  20. package/dist/{pt-BR-ccc18639.esm.js → pt-BR-b849606a.esm.js} +37 -25
  21. package/package.json +12 -9
@@ -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"
@@ -19,15 +19,15 @@ var es = {
19
19
  },
20
20
  "ExportResourcesModal.exportInventoriesForAllProducts": {
21
21
  developer_comment: "Label for Export All inventories",
22
- string: "Exportar inventarios para el / los {total} producto/s"
22
+ string: "Exporta inventarios para todos {total, plural, one {# producto} other {# productos}}"
23
23
  },
24
24
  "ExportResourcesModal.exportInventoriesForFilteredProducts": {
25
25
  developer_comment: "Label for Export Filtered inventories",
26
- string: "Exportar inventarios para el / los {total} producto/s filtrados"
26
+ string: "Exportar inventarios para {total, plural, one {# el producto filtrado} other {# los productos filtrados}}"
27
27
  },
28
28
  "ExportResourcesModal.exportInventoriesForSelectedProducts": {
29
29
  developer_comment: "Label for Export Selected inventories",
30
- string: "Exportar inventarios para los {total} productos seleccionados"
30
+ string: "Exportar inventarios para {total, plural, one {# el producto seleccionado} other {# los productos seleccionados}}"
31
31
  },
32
32
  "ExportResourcesModal.exportOperationSuccessMessage": {
33
33
  developer_comment: "Success message",
@@ -35,7 +35,7 @@ var es = {
35
35
  },
36
36
  "ExportResourcesModal.exportPreferences": {
37
37
  developer_comment: "Label for preferences",
38
- string: "Preferences"
38
+ string: "Preferencias"
39
39
  },
40
40
  "ExportResourcesModal.exportScope": {
41
41
  developer_comment: "Label for Export Scope",
@@ -43,51 +43,51 @@ var es = {
43
43
  },
44
44
  "ExportResourcesModal.exportScopeAllCategories": {
45
45
  developer_comment: "Label for Export All categories",
46
- string: "Exportar todo: {total} categorías"
46
+ string: "Exportar todo: {total, plural, one {# categoría} other {# categorías}}"
47
47
  },
48
48
  "ExportResourcesModal.exportScopeAllCustomers": {
49
49
  developer_comment: "Label for Export All customers",
50
- string: "Exportar todo: {total} cliente/s"
50
+ string: "Exportar todo: {total, plural, one {# cliente} other {# clientes}}"
51
51
  },
52
52
  "ExportResourcesModal.exportScopeAllDiscountCodes": {
53
53
  developer_comment: "Label for Export All discount codes",
54
- string: "Exportar todo: {total} código/s de descuento"
54
+ string: "Exportar todo: {total, plural, one {# código de descuento} other {# códigos de descuento}}"
55
55
  },
56
56
  "ExportResourcesModal.exportScopeAllOrders": {
57
57
  developer_comment: "Label for Export All orders",
58
- string: "Exportar todo: {total} pedido/s"
58
+ string: "Exportar todo: {total, plural, one {# pedido} other {# pedidos}}"
59
59
  },
60
60
  "ExportResourcesModal.exportScopeAllProductTypes": {
61
61
  developer_comment: "Label for Export All product types",
62
- string: "Exportar todo: {total} tipo/s de productos"
62
+ string: "Exportar todo: {total, plural, one {# tipo de producto} other {# tipos de producto}}"
63
63
  },
64
64
  "ExportResourcesModal.exportScopeAllProducts": {
65
65
  developer_comment: "Label for Export All products",
66
- string: "Exportar todo: {total} productos"
66
+ string: "Exportar todo: {total, plural, one {# producto} other {# productos}}"
67
67
  },
68
68
  "ExportResourcesModal.exportScopeFilteredCategories": {
69
69
  developer_comment: "Label for Export Filtered categories",
70
- string: "Exportar lo filtrado: {total} categoría/s"
70
+ string: "Exportar las filtradas: {total, plural, one {# categoría} other {# categorías}}"
71
71
  },
72
72
  "ExportResourcesModal.exportScopeFilteredCustomers": {
73
73
  developer_comment: "Label for Export Filtered customers",
74
- string: "Exportar lo filtrado: {total} cliente/s"
74
+ string: "Exportar los filtrados: {total, plural, one {# cliente} other {# clientes}}"
75
75
  },
76
76
  "ExportResourcesModal.exportScopeFilteredDiscountCodes": {
77
77
  developer_comment: "Label for Export Filtered discount codes",
78
- string: "Exportar lo filtrado: {total} código/s de descuento"
78
+ string: "Exportar los filtrados: {total, plural, one {# código de descuento} other {# códigos de descuento}}"
79
79
  },
80
80
  "ExportResourcesModal.exportScopeFilteredOrders": {
81
81
  developer_comment: "Label for Export Filtered orders",
82
- string: "Exportar lo filtrado: {total} pedido/s"
82
+ string: "Exportar los filtrados: {total, plural, one {# pedido} other {# pedidos}}"
83
83
  },
84
84
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
85
85
  developer_comment: "Label for Export Filtered product types",
86
- string: "Exportar lo filtrado: {total} tipo/s de productos"
86
+ string: "Exportar los filtrados: {total, plural, one {# tipo de producto} other {# tipos de producto}}"
87
87
  },
88
88
  "ExportResourcesModal.exportScopeFilteredProducts": {
89
89
  developer_comment: "Label for Export Filtered products",
90
- string: "Exportar lo filtrado: {total} producto/s"
90
+ string: "Exportar los filtrados: {total, plural, one {# producto} other {# productos}}"
91
91
  },
92
92
  "ExportResourcesModal.exportScopeFilteredWithoutCount": {
93
93
  developer_comment: "Label for Export Filtered without count",
@@ -95,27 +95,27 @@ var es = {
95
95
  },
96
96
  "ExportResourcesModal.exportScopeSelectedCategories": {
97
97
  developer_comment: "Label for Export Selected categories",
98
- string: "Exportar selección: {total} categorías"
98
+ string: "Exportar las seleccionadas: {total, plural, one {# categoría} other {# categorías}}"
99
99
  },
100
100
  "ExportResourcesModal.exportScopeSelectedCustomers": {
101
101
  developer_comment: "Label for Export Selected customers",
102
- string: "Exportar lo seleccionado: {total} cliente/s"
102
+ string: "Exportar los seleccionados: {total, plural, one {# cliente} other {# clientes}}"
103
103
  },
104
104
  "ExportResourcesModal.exportScopeSelectedDiscountCodes": {
105
105
  developer_comment: "Label for Export Selected discount codes",
106
- string: "Exportar lo seleccionado: {total} código/s de descuento"
106
+ string: "Exportar los seleccionados: {total, plural, one {# código de descuento} other {# códigos de descuento}}"
107
107
  },
108
108
  "ExportResourcesModal.exportScopeSelectedOrders": {
109
109
  developer_comment: "Label for Export Selected orders",
110
- string: "Exportar lo seleccionado: {total} pedido/s"
110
+ string: "Exportar los seleccionados: {total, plural, one {# pedido} other {# pedidos}}"
111
111
  },
112
112
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
113
113
  developer_comment: "Label for Export Selected product types",
114
- string: "Exportar lo seleccionado: {total} tipo/s de productos"
114
+ string: "Exportar los seleccionados: {total, plural, one {# tipo de producto} other {# tipos de producto}}"
115
115
  },
116
116
  "ExportResourcesModal.exportScopeSelectedProducts": {
117
117
  developer_comment: "Label for Export Selected products",
118
- string: "Exportar todo: {total} productos"
118
+ string: "Exportar los seleccionados: {total, plural, one {# producto} other {# productos}}"
119
119
  },
120
120
  "ExportResourcesModal.exportScopeSelectedWithoutCount": {
121
121
  developer_comment: "Label for Export Selected without count",
@@ -135,7 +135,11 @@ var es = {
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: "Incluye el número de pedido, identificador y estados en cada fila"
139
+ },
140
+ "ExportResourcesModal.fillRowsForProductExport": {
141
+ developer_comment: "A checkbox label for filling rows for product export",
142
+ string: "Incluir la información de nivel de producto y de variante en cada fila"
139
143
  },
140
144
  "ExportResourcesModal.includeAllLocales": {
141
145
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -145,6 +149,14 @@ var es = {
145
149
  developer_comment: "Error when file name field is not valid",
146
150
  string: "El nombre del archivo solo puede contener caracteres alfanuméricos, guiones y guiones bajos"
147
151
  },
152
+ "ExportResourcesModal.itemCount": {
153
+ developer_comment: "Label for item count",
154
+ string: "{count, plural, =0 {ningún artículo} one {# artículo} other {# artículos}}"
155
+ },
156
+ "ExportResourcesModal.loadMoreFields": {
157
+ developer_comment: "Load more fields message",
158
+ string: "Carga más campos utilizando la función de búsqueda"
159
+ },
148
160
  "ExportResourcesModal.locale": {
149
161
  developer_comment: "Locale",
150
162
  string: "Idioma"
@@ -175,7 +187,7 @@ var es = {
175
187
  },
176
188
  "ExportResourcesModal.modalTitle.order": {
177
189
  developer_comment: "Label for the orders modal title",
178
- string: "Export orders"
190
+ string: "Exportar pedidos"
179
191
  },
180
192
  "ExportResourcesModal.modalTitle.product": {
181
193
  developer_comment: "Label for the products modal title",
@@ -183,7 +195,7 @@ var es = {
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: "Exportar tipos de producto"
187
199
  },
188
200
  "ExportResourcesModal.myViews": {
189
201
  developer_comment: "Label for \"My Views\" Select Field",