@commercetools-frontend-extensions/import-resources-modal 1.8.2 → 1.9.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 (36) hide show
  1. package/dist/{active-drag-drop-area-c8d1c499.cjs.dev.js → active-drag-drop-area-0467c118.cjs.dev.js} +1 -1
  2. package/dist/{active-drag-drop-area-08d8f60d.esm.js → active-drag-drop-area-294d353d.esm.js} +1 -1
  3. package/dist/{active-drag-drop-area-ea7d585c.cjs.prod.js → active-drag-drop-area-a995b09d.cjs.prod.js} +1 -1
  4. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +1 -1
  5. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +1 -1
  6. package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +1 -1
  7. package/dist/{de-ce1e957d.esm.js → de-19530b12.esm.js} +168 -20
  8. package/dist/{de-5181e779.cjs.dev.js → de-2836a9ae.cjs.prod.js} +168 -20
  9. package/dist/{de-3c758072.cjs.prod.js → de-db4fb974.cjs.dev.js} +168 -20
  10. package/dist/declarations/src/@hooks/use-import-permission.d.ts +2 -0
  11. package/dist/declarations/src/@types/resource-type.d.ts +2 -1
  12. package/dist/{disabled-drop-area-3e6427f5.cjs.prod.js → disabled-drop-area-16b58581.cjs.prod.js} +1 -1
  13. package/dist/{disabled-drop-area-d502e62b.cjs.dev.js → disabled-drop-area-4a639dbf.cjs.dev.js} +1 -1
  14. package/dist/{disabled-drop-area-0663121b.esm.js → disabled-drop-area-7ca6b04a.esm.js} +1 -1
  15. package/dist/{en-2f76b27a.esm.js → en-1f091237.esm.js} +168 -20
  16. package/dist/{en-d7cc7b15.cjs.prod.js → en-cb6893e4.cjs.prod.js} +168 -20
  17. package/dist/{en-7de3b07a.cjs.dev.js → en-f53130d1.cjs.dev.js} +168 -20
  18. package/dist/{enabled-drop-area-e0438b2d.cjs.prod.js → enabled-drop-area-1f50b766.cjs.prod.js} +1 -1
  19. package/dist/{enabled-drop-area-cc374582.esm.js → enabled-drop-area-9bf924fa.esm.js} +1 -1
  20. package/dist/{enabled-drop-area-314c679f.cjs.dev.js → enabled-drop-area-a4a76650.cjs.dev.js} +1 -1
  21. package/dist/{es-d9a57b63.cjs.dev.js → es-420f21e1.cjs.dev.js} +169 -21
  22. package/dist/{es-2b81e0cd.esm.js → es-a9aada13.esm.js} +169 -21
  23. package/dist/{es-a3c0e9b3.cjs.prod.js → es-f085026e.cjs.prod.js} +169 -21
  24. package/dist/{file-dropped-area-a31408ab.cjs.prod.js → file-dropped-area-84bc6912.cjs.prod.js} +1 -1
  25. package/dist/{file-dropped-area-6184d9a7.cjs.dev.js → file-dropped-area-9387283c.cjs.dev.js} +1 -1
  26. package/dist/{file-dropped-area-5b9a5695.esm.js → file-dropped-area-e6b5a3fa.esm.js} +1 -1
  27. package/dist/{fr-FR-084be771.esm.js → fr-FR-02bd52fb.esm.js} +169 -21
  28. package/dist/{fr-FR-cac38097.cjs.dev.js → fr-FR-342599f4.cjs.dev.js} +169 -21
  29. package/dist/{fr-FR-81499942.cjs.prod.js → fr-FR-dc40a55c.cjs.prod.js} +169 -21
  30. package/dist/{index-12a56d8e.esm.js → index-10a225f5.esm.js} +108 -47
  31. package/dist/{index-86e79ec0.cjs.dev.js → index-40da749a.cjs.dev.js} +108 -47
  32. package/dist/{index-9cf95c7a.cjs.prod.js → index-77194696.cjs.prod.js} +108 -47
  33. package/dist/{pt-BR-0fda1bcd.cjs.dev.js → pt-BR-31c46d23.cjs.prod.js} +169 -21
  34. package/dist/{pt-BR-0d2cb8bd.cjs.prod.js → pt-BR-339ed808.cjs.dev.js} +169 -21
  35. package/dist/{pt-BR-acd3f11d.esm.js → pt-BR-ac1fc192.esm.js} +169 -21
  36. package/package.json +21 -21
@@ -1,25 +1,29 @@
1
1
  'use strict';
2
2
 
3
3
  var en = {
4
- "ImportResourcesModal.BodyNote": {
5
- developer_comment: "Confirmation dialog text",
6
- string: "Please be aware that existing values with the same keys will be overwritten by the data included in the CSV."
7
- },
8
- "ImportResourcesModal.BodyQuestion": {
9
- developer_comment: "Confirmation question",
10
- string: "Proceed with the import?"
11
- },
12
- "ImportResourcesModal.BodyText": {
13
- developer_comment: "Confirmation dialog text",
14
- string: "You are about to import <bold>{count}</bold> rows to the project: <bold>{projectName}</bold>."
15
- },
16
4
  "ImportResourcesModal.browseFile": {
17
5
  string: "Browse file"
18
6
  },
7
+ "ImportResourcesModal.business-unit": {
8
+ developer_comment: "Label for the business-unit resource type",
9
+ string: "Business unit"
10
+ },
11
+ "ImportResourcesModal.business-units": {
12
+ developer_comment: "Label for the business-units resource type",
13
+ string: "Business units"
14
+ },
19
15
  "ImportResourcesModal.cancel": {
20
16
  developer_comment: "Label for the cancel button",
21
17
  string: "Cancel"
22
18
  },
19
+ "ImportResourcesModal.categories": {
20
+ developer_comment: "Label for the categories resource type",
21
+ string: "Categories"
22
+ },
23
+ "ImportResourcesModal.category": {
24
+ developer_comment: "Label for the category resource type",
25
+ string: "Category"
26
+ },
23
27
  "ImportResourcesModal.chooseFile": {
24
28
  developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
29
  string: "Choose file"
@@ -52,14 +56,54 @@ var en = {
52
56
  developer_comment: "Confirmation dialog continue button",
53
57
  string: "Continue"
54
58
  },
59
+ "ImportResourcesModal.custom-object": {
60
+ developer_comment: "Label for the custom-object resource type",
61
+ string: "Custom object"
62
+ },
63
+ "ImportResourcesModal.custom-objects": {
64
+ developer_comment: "Label for the custom-objects resource type",
65
+ string: "Custom objects"
66
+ },
67
+ "ImportResourcesModal.customer": {
68
+ developer_comment: "Label for the customer resource type",
69
+ string: "Customer"
70
+ },
71
+ "ImportResourcesModal.customers": {
72
+ developer_comment: "Label for the customers resource type",
73
+ string: "Customers"
74
+ },
55
75
  "ImportResourcesModal.dataType": {
56
76
  developer_comment: "Label for the data type selection dropdown",
57
77
  string: "Data type"
58
78
  },
79
+ "ImportResourcesModal.delimiterComma": {
80
+ developer_comment: "Label for the delimiter name comma",
81
+ string: "comma"
82
+ },
83
+ "ImportResourcesModal.delimiterPipe": {
84
+ developer_comment: "Label for the delimiter name pipe",
85
+ string: "pipe"
86
+ },
87
+ "ImportResourcesModal.delimiterSemicolon": {
88
+ developer_comment: "Label for the delimiter name semicolon",
89
+ string: "semicolon"
90
+ },
91
+ "ImportResourcesModal.delimiterTab": {
92
+ developer_comment: "Label for the delimiter name tab",
93
+ string: "tab"
94
+ },
59
95
  "ImportResourcesModal.details": {
60
96
  developer_comment: "In Upload file error modal - \"Details\" column",
61
97
  string: "Details"
62
98
  },
99
+ "ImportResourcesModal.discount-code": {
100
+ developer_comment: "Label for the discount-code resource type",
101
+ string: "Discount code"
102
+ },
103
+ "ImportResourcesModal.discount-codes": {
104
+ developer_comment: "Label for the discount-codes resource type",
105
+ string: "Discount codes"
106
+ },
63
107
  "ImportResourcesModal.dragAndDropCSV": {
64
108
  developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
109
  string: "Drag and drop CSV"
@@ -104,6 +148,22 @@ var en = {
104
148
  developer_comment: "Label for the instructions section",
105
149
  string: "Instructions"
106
150
  },
151
+ "ImportResourcesModal.inventories": {
152
+ developer_comment: "Label for the inventories entry resource type",
153
+ string: "Inventories"
154
+ },
155
+ "ImportResourcesModal.inventory": {
156
+ developer_comment: "Label for the inventory entry resource type",
157
+ string: "Inventory"
158
+ },
159
+ "ImportResourcesModal.itemsToBeImported": {
160
+ developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
161
+ string: "{itemCount, plural, one {<b>1</b> {resourceType} to be imported{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} to be imported{publish, select, true { and published} other {}}}}"
162
+ },
163
+ "ImportResourcesModal.listConjunctionOr": {
164
+ developer_comment: "Label for the list conjunction or",
165
+ string: "or"
166
+ },
107
167
  "ImportResourcesModal.missingKeyError": {
108
168
  developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
169
  string: "The 'key' field is either missing or does not include values in some rows. Please make sure there is a column containing key values and every row has a value in it."
@@ -116,6 +176,10 @@ var en = {
116
176
  developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
177
  string: "Make sure the file contains required keys for the elements including {fieldNames}"
118
178
  },
179
+ "ImportResourcesModal.modalTitle.businessUnit": {
180
+ developer_comment: "Label for the business units modal title",
181
+ string: "Import business units by CSV"
182
+ },
119
183
  "ImportResourcesModal.modalTitle.category": {
120
184
  developer_comment: "Label for the categories modal title",
121
185
  string: "Import categories by CSV"
@@ -148,6 +212,22 @@ var en = {
148
212
  developer_comment: "The word \"or\" in the drag and drop message",
149
213
  string: "or"
150
214
  },
215
+ "ImportResourcesModal.order": {
216
+ developer_comment: "Label for the order resource type",
217
+ string: "Order"
218
+ },
219
+ "ImportResourcesModal.order-patch": {
220
+ developer_comment: "Label for the order-patch resource type",
221
+ string: "Order patch"
222
+ },
223
+ "ImportResourcesModal.order-patches": {
224
+ developer_comment: "Label for the order-patches resource type",
225
+ string: "Order patches"
226
+ },
227
+ "ImportResourcesModal.orders": {
228
+ developer_comment: "Label for the orders resource type",
229
+ string: "Orders"
230
+ },
151
231
  "ImportResourcesModal.prepareMessage": {
152
232
  developer_comment: "Notification for preparing import",
153
233
  string: "<b>Prepare import</b><newline></newline>Once preparation is complete, you can track the import progress <logsLink>in the Import logs</logsLink>."
@@ -156,6 +236,54 @@ var en = {
156
236
  developer_comment: "Label for modal path",
157
237
  string: "Here's a preview of your import"
158
238
  },
239
+ "ImportResourcesModal.price": {
240
+ developer_comment: "Label for the price resource type",
241
+ string: "Price"
242
+ },
243
+ "ImportResourcesModal.prices": {
244
+ developer_comment: "Label for the prices resource type",
245
+ string: "Prices"
246
+ },
247
+ "ImportResourcesModal.product": {
248
+ developer_comment: "Label for the product resource type",
249
+ string: "Product"
250
+ },
251
+ "ImportResourcesModal.product-draft": {
252
+ developer_comment: "Label for the product-draft resource type",
253
+ string: "Product draft"
254
+ },
255
+ "ImportResourcesModal.product-drafts": {
256
+ developer_comment: "Label for the product-drafts resource type",
257
+ string: "Product drafts"
258
+ },
259
+ "ImportResourcesModal.product-type": {
260
+ developer_comment: "Label for the product-type resource type",
261
+ string: "Product type"
262
+ },
263
+ "ImportResourcesModal.product-types": {
264
+ developer_comment: "Label for the product-types resource type",
265
+ string: "Product types"
266
+ },
267
+ "ImportResourcesModal.product-variant": {
268
+ developer_comment: "Label for the product-variant resource type",
269
+ string: "Product variant"
270
+ },
271
+ "ImportResourcesModal.product-variant-patch": {
272
+ developer_comment: "Label for the product-variant-patch resource type",
273
+ string: "Product variant patch"
274
+ },
275
+ "ImportResourcesModal.product-variant-patches": {
276
+ developer_comment: "Label for the product-variant-patches resource type",
277
+ string: "Product variant patches"
278
+ },
279
+ "ImportResourcesModal.product-variants": {
280
+ developer_comment: "Label for the product-variants resource type",
281
+ string: "Product variants"
282
+ },
283
+ "ImportResourcesModal.products": {
284
+ developer_comment: "Label for the products resource type",
285
+ string: "Products"
286
+ },
159
287
  "ImportResourcesModal.radio.categories": {
160
288
  developer_comment: "Label for the categories radio button",
161
289
  string: "Categories"
@@ -179,9 +307,9 @@ var en = {
179
307
  "ImportResourcesModal.rowLimitExceededTitle": {
180
308
  string: "Row limit exceeded"
181
309
  },
182
- "ImportResourcesModal.rowsToBeImported": {
183
- developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
- string: "{rowCount, plural, one {<b>1</b> row to be imported} other {<b>{rowCount}</b> rows to be imported}}{publish, select, true { and published} other {}}"
310
+ "ImportResourcesModal.settings.publishProducts": {
311
+ developer_comment: "Label for the publish products checkbox",
312
+ string: "Publish all products in the file"
185
313
  },
186
314
  "ImportResourcesModal.showLess": {
187
315
  developer_comment: "A button label for collapsing the import preview to show fewer details.",
@@ -198,6 +326,14 @@ var en = {
198
326
  "ImportResourcesModal.sizeExceededTitle": {
199
327
  string: "File size exceeded"
200
328
  },
329
+ "ImportResourcesModal.standalone-price": {
330
+ developer_comment: "Label for the standalone-price resource type",
331
+ string: "Standalone price"
332
+ },
333
+ "ImportResourcesModal.standalone-prices": {
334
+ developer_comment: "Label for the standalone-prices resource type",
335
+ string: "Standalone prices"
336
+ },
201
337
  "ImportResourcesModal.startImportButton": {
202
338
  developer_comment: "Label for the modal Start import button",
203
339
  string: "Start import"
@@ -214,10 +350,22 @@ var en = {
214
350
  developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
351
  string: "Multiple files detected: You can only drag and drop one file at a time."
216
352
  },
353
+ "ImportResourcesModal.type": {
354
+ developer_comment: "Label for the type resource type",
355
+ string: "Type"
356
+ },
357
+ "ImportResourcesModal.types": {
358
+ developer_comment: "Label for the types resource type",
359
+ string: "Types"
360
+ },
217
361
  "ImportResourcesModal.unexpectedError": {
218
362
  developer_comment: "Generic notification message when file upload fails",
219
363
  string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
220
364
  },
365
+ "ImportResourcesModal.unknown-resource-type": {
366
+ developer_comment: "Label for the unknown resource type",
367
+ string: "Unknown resource type"
368
+ },
221
369
  "ImportResourcesModal.uploadButton": {
222
370
  developer_comment: "Label for the upload button",
223
371
  string: "Upload and preview"
@@ -234,12 +382,12 @@ var en = {
234
382
  developer_comment: "Upload new file button",
235
383
  string: "Upload new file"
236
384
  },
237
- "ImportResourcesModal.wrongDelimiterDescription": {
238
- developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
239
- string: "The file is using an incorrect character separator as delimiter. Please use comma (,) instead."
385
+ "ImportResourcesModal.wrongSeparatorDescription": {
386
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
387
+ string: "The file is using an unsupported separator. Please use one of the allowed separators: {delimiterList}."
240
388
  },
241
- "ImportResourcesModal.wrongDelimiterTitle": {
242
- string: "Wrong delimiter"
389
+ "ImportResourcesModal.wrongSeparatorTitle": {
390
+ string: "Wrong separator"
243
391
  }
244
392
  };
245
393
 
@@ -1,25 +1,29 @@
1
1
  'use strict';
2
2
 
3
3
  var en = {
4
- "ImportResourcesModal.BodyNote": {
5
- developer_comment: "Confirmation dialog text",
6
- string: "Please be aware that existing values with the same keys will be overwritten by the data included in the CSV."
7
- },
8
- "ImportResourcesModal.BodyQuestion": {
9
- developer_comment: "Confirmation question",
10
- string: "Proceed with the import?"
11
- },
12
- "ImportResourcesModal.BodyText": {
13
- developer_comment: "Confirmation dialog text",
14
- string: "You are about to import <bold>{count}</bold> rows to the project: <bold>{projectName}</bold>."
15
- },
16
4
  "ImportResourcesModal.browseFile": {
17
5
  string: "Browse file"
18
6
  },
7
+ "ImportResourcesModal.business-unit": {
8
+ developer_comment: "Label for the business-unit resource type",
9
+ string: "Business unit"
10
+ },
11
+ "ImportResourcesModal.business-units": {
12
+ developer_comment: "Label for the business-units resource type",
13
+ string: "Business units"
14
+ },
19
15
  "ImportResourcesModal.cancel": {
20
16
  developer_comment: "Label for the cancel button",
21
17
  string: "Cancel"
22
18
  },
19
+ "ImportResourcesModal.categories": {
20
+ developer_comment: "Label for the categories resource type",
21
+ string: "Categories"
22
+ },
23
+ "ImportResourcesModal.category": {
24
+ developer_comment: "Label for the category resource type",
25
+ string: "Category"
26
+ },
23
27
  "ImportResourcesModal.chooseFile": {
24
28
  developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
29
  string: "Choose file"
@@ -52,14 +56,54 @@ var en = {
52
56
  developer_comment: "Confirmation dialog continue button",
53
57
  string: "Continue"
54
58
  },
59
+ "ImportResourcesModal.custom-object": {
60
+ developer_comment: "Label for the custom-object resource type",
61
+ string: "Custom object"
62
+ },
63
+ "ImportResourcesModal.custom-objects": {
64
+ developer_comment: "Label for the custom-objects resource type",
65
+ string: "Custom objects"
66
+ },
67
+ "ImportResourcesModal.customer": {
68
+ developer_comment: "Label for the customer resource type",
69
+ string: "Customer"
70
+ },
71
+ "ImportResourcesModal.customers": {
72
+ developer_comment: "Label for the customers resource type",
73
+ string: "Customers"
74
+ },
55
75
  "ImportResourcesModal.dataType": {
56
76
  developer_comment: "Label for the data type selection dropdown",
57
77
  string: "Data type"
58
78
  },
79
+ "ImportResourcesModal.delimiterComma": {
80
+ developer_comment: "Label for the delimiter name comma",
81
+ string: "comma"
82
+ },
83
+ "ImportResourcesModal.delimiterPipe": {
84
+ developer_comment: "Label for the delimiter name pipe",
85
+ string: "pipe"
86
+ },
87
+ "ImportResourcesModal.delimiterSemicolon": {
88
+ developer_comment: "Label for the delimiter name semicolon",
89
+ string: "semicolon"
90
+ },
91
+ "ImportResourcesModal.delimiterTab": {
92
+ developer_comment: "Label for the delimiter name tab",
93
+ string: "tab"
94
+ },
59
95
  "ImportResourcesModal.details": {
60
96
  developer_comment: "In Upload file error modal - \"Details\" column",
61
97
  string: "Details"
62
98
  },
99
+ "ImportResourcesModal.discount-code": {
100
+ developer_comment: "Label for the discount-code resource type",
101
+ string: "Discount code"
102
+ },
103
+ "ImportResourcesModal.discount-codes": {
104
+ developer_comment: "Label for the discount-codes resource type",
105
+ string: "Discount codes"
106
+ },
63
107
  "ImportResourcesModal.dragAndDropCSV": {
64
108
  developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
109
  string: "Drag and drop CSV"
@@ -104,6 +148,22 @@ var en = {
104
148
  developer_comment: "Label for the instructions section",
105
149
  string: "Instructions"
106
150
  },
151
+ "ImportResourcesModal.inventories": {
152
+ developer_comment: "Label for the inventories entry resource type",
153
+ string: "Inventories"
154
+ },
155
+ "ImportResourcesModal.inventory": {
156
+ developer_comment: "Label for the inventory entry resource type",
157
+ string: "Inventory"
158
+ },
159
+ "ImportResourcesModal.itemsToBeImported": {
160
+ developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
161
+ string: "{itemCount, plural, one {<b>1</b> {resourceType} to be imported{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} to be imported{publish, select, true { and published} other {}}}}"
162
+ },
163
+ "ImportResourcesModal.listConjunctionOr": {
164
+ developer_comment: "Label for the list conjunction or",
165
+ string: "or"
166
+ },
107
167
  "ImportResourcesModal.missingKeyError": {
108
168
  developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
169
  string: "The 'key' field is either missing or does not include values in some rows. Please make sure there is a column containing key values and every row has a value in it."
@@ -116,6 +176,10 @@ var en = {
116
176
  developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
177
  string: "Make sure the file contains required keys for the elements including {fieldNames}"
118
178
  },
179
+ "ImportResourcesModal.modalTitle.businessUnit": {
180
+ developer_comment: "Label for the business units modal title",
181
+ string: "Import business units by CSV"
182
+ },
119
183
  "ImportResourcesModal.modalTitle.category": {
120
184
  developer_comment: "Label for the categories modal title",
121
185
  string: "Import categories by CSV"
@@ -148,6 +212,22 @@ var en = {
148
212
  developer_comment: "The word \"or\" in the drag and drop message",
149
213
  string: "or"
150
214
  },
215
+ "ImportResourcesModal.order": {
216
+ developer_comment: "Label for the order resource type",
217
+ string: "Order"
218
+ },
219
+ "ImportResourcesModal.order-patch": {
220
+ developer_comment: "Label for the order-patch resource type",
221
+ string: "Order patch"
222
+ },
223
+ "ImportResourcesModal.order-patches": {
224
+ developer_comment: "Label for the order-patches resource type",
225
+ string: "Order patches"
226
+ },
227
+ "ImportResourcesModal.orders": {
228
+ developer_comment: "Label for the orders resource type",
229
+ string: "Orders"
230
+ },
151
231
  "ImportResourcesModal.prepareMessage": {
152
232
  developer_comment: "Notification for preparing import",
153
233
  string: "<b>Prepare import</b><newline></newline>Once preparation is complete, you can track the import progress <logsLink>in the Import logs</logsLink>."
@@ -156,6 +236,54 @@ var en = {
156
236
  developer_comment: "Label for modal path",
157
237
  string: "Here's a preview of your import"
158
238
  },
239
+ "ImportResourcesModal.price": {
240
+ developer_comment: "Label for the price resource type",
241
+ string: "Price"
242
+ },
243
+ "ImportResourcesModal.prices": {
244
+ developer_comment: "Label for the prices resource type",
245
+ string: "Prices"
246
+ },
247
+ "ImportResourcesModal.product": {
248
+ developer_comment: "Label for the product resource type",
249
+ string: "Product"
250
+ },
251
+ "ImportResourcesModal.product-draft": {
252
+ developer_comment: "Label for the product-draft resource type",
253
+ string: "Product draft"
254
+ },
255
+ "ImportResourcesModal.product-drafts": {
256
+ developer_comment: "Label for the product-drafts resource type",
257
+ string: "Product drafts"
258
+ },
259
+ "ImportResourcesModal.product-type": {
260
+ developer_comment: "Label for the product-type resource type",
261
+ string: "Product type"
262
+ },
263
+ "ImportResourcesModal.product-types": {
264
+ developer_comment: "Label for the product-types resource type",
265
+ string: "Product types"
266
+ },
267
+ "ImportResourcesModal.product-variant": {
268
+ developer_comment: "Label for the product-variant resource type",
269
+ string: "Product variant"
270
+ },
271
+ "ImportResourcesModal.product-variant-patch": {
272
+ developer_comment: "Label for the product-variant-patch resource type",
273
+ string: "Product variant patch"
274
+ },
275
+ "ImportResourcesModal.product-variant-patches": {
276
+ developer_comment: "Label for the product-variant-patches resource type",
277
+ string: "Product variant patches"
278
+ },
279
+ "ImportResourcesModal.product-variants": {
280
+ developer_comment: "Label for the product-variants resource type",
281
+ string: "Product variants"
282
+ },
283
+ "ImportResourcesModal.products": {
284
+ developer_comment: "Label for the products resource type",
285
+ string: "Products"
286
+ },
159
287
  "ImportResourcesModal.radio.categories": {
160
288
  developer_comment: "Label for the categories radio button",
161
289
  string: "Categories"
@@ -179,9 +307,9 @@ var en = {
179
307
  "ImportResourcesModal.rowLimitExceededTitle": {
180
308
  string: "Row limit exceeded"
181
309
  },
182
- "ImportResourcesModal.rowsToBeImported": {
183
- developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
- string: "{rowCount, plural, one {<b>1</b> row to be imported} other {<b>{rowCount}</b> rows to be imported}}{publish, select, true { and published} other {}}"
310
+ "ImportResourcesModal.settings.publishProducts": {
311
+ developer_comment: "Label for the publish products checkbox",
312
+ string: "Publish all products in the file"
185
313
  },
186
314
  "ImportResourcesModal.showLess": {
187
315
  developer_comment: "A button label for collapsing the import preview to show fewer details.",
@@ -198,6 +326,14 @@ var en = {
198
326
  "ImportResourcesModal.sizeExceededTitle": {
199
327
  string: "File size exceeded"
200
328
  },
329
+ "ImportResourcesModal.standalone-price": {
330
+ developer_comment: "Label for the standalone-price resource type",
331
+ string: "Standalone price"
332
+ },
333
+ "ImportResourcesModal.standalone-prices": {
334
+ developer_comment: "Label for the standalone-prices resource type",
335
+ string: "Standalone prices"
336
+ },
201
337
  "ImportResourcesModal.startImportButton": {
202
338
  developer_comment: "Label for the modal Start import button",
203
339
  string: "Start import"
@@ -214,10 +350,22 @@ var en = {
214
350
  developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
351
  string: "Multiple files detected: You can only drag and drop one file at a time."
216
352
  },
353
+ "ImportResourcesModal.type": {
354
+ developer_comment: "Label for the type resource type",
355
+ string: "Type"
356
+ },
357
+ "ImportResourcesModal.types": {
358
+ developer_comment: "Label for the types resource type",
359
+ string: "Types"
360
+ },
217
361
  "ImportResourcesModal.unexpectedError": {
218
362
  developer_comment: "Generic notification message when file upload fails",
219
363
  string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
220
364
  },
365
+ "ImportResourcesModal.unknown-resource-type": {
366
+ developer_comment: "Label for the unknown resource type",
367
+ string: "Unknown resource type"
368
+ },
221
369
  "ImportResourcesModal.uploadButton": {
222
370
  developer_comment: "Label for the upload button",
223
371
  string: "Upload and preview"
@@ -234,12 +382,12 @@ var en = {
234
382
  developer_comment: "Upload new file button",
235
383
  string: "Upload new file"
236
384
  },
237
- "ImportResourcesModal.wrongDelimiterDescription": {
238
- developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
239
- string: "The file is using an incorrect character separator as delimiter. Please use comma (,) instead."
385
+ "ImportResourcesModal.wrongSeparatorDescription": {
386
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
387
+ string: "The file is using an unsupported separator. Please use one of the allowed separators: {delimiterList}."
240
388
  },
241
- "ImportResourcesModal.wrongDelimiterTitle": {
242
- string: "Wrong delimiter"
389
+ "ImportResourcesModal.wrongSeparatorTitle": {
390
+ string: "Wrong separator"
243
391
  }
244
392
  };
245
393
 
@@ -14,7 +14,7 @@ require('@babel/runtime-corejs3/helpers/slicedToArray');
14
14
  require('react');
15
15
  require('@commercetools-frontend/application-shell-connectors');
16
16
  require('@commercetools-frontend/sdk');
17
- var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-9cf95c7a.cjs.prod.js');
17
+ var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-77194696.cjs.prod.js');
18
18
  require('@commercetools-frontend/constants');
19
19
  require('@commercetools-frontend/application-shell');
20
20
  require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
@@ -12,7 +12,7 @@ import '@babel/runtime-corejs3/helpers/slicedToArray';
12
12
  import 'react';
13
13
  import '@commercetools-frontend/application-shell-connectors';
14
14
  import '@commercetools-frontend/sdk';
15
- import { a as FileIcon, m as messages } from './index-12a56d8e.esm.js';
15
+ import { a as FileIcon, m as messages } from './index-10a225f5.esm.js';
16
16
  import '@commercetools-frontend/constants';
17
17
  import '@commercetools-frontend/application-shell';
18
18
  import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
@@ -14,7 +14,7 @@ require('@babel/runtime-corejs3/helpers/slicedToArray');
14
14
  require('react');
15
15
  require('@commercetools-frontend/application-shell-connectors');
16
16
  require('@commercetools-frontend/sdk');
17
- var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-86e79ec0.cjs.dev.js');
17
+ var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-40da749a.cjs.dev.js');
18
18
  require('@commercetools-frontend/constants');
19
19
  require('@commercetools-frontend/application-shell');
20
20
  require('@babel/runtime-corejs3/core-js-stable/reflect/construct');