@commercetools-frontend-extensions/import-resources-modal 1.8.2 → 1.8.3

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 (34) hide show
  1. package/dist/{active-drag-drop-area-c8d1c499.cjs.dev.js → active-drag-drop-area-1b036a1a.cjs.dev.js} +1 -1
  2. package/dist/{active-drag-drop-area-08d8f60d.esm.js → active-drag-drop-area-4c295594.esm.js} +1 -1
  3. package/dist/{active-drag-drop-area-ea7d585c.cjs.prod.js → active-drag-drop-area-dc11c9dd.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-4d884a52.esm.js} +156 -20
  8. package/dist/{de-5181e779.cjs.dev.js → de-ba621f66.cjs.prod.js} +156 -20
  9. package/dist/{de-3c758072.cjs.prod.js → de-cd1c2b61.cjs.dev.js} +156 -20
  10. package/dist/{disabled-drop-area-d502e62b.cjs.dev.js → disabled-drop-area-377a3c8d.cjs.dev.js} +1 -1
  11. package/dist/{disabled-drop-area-3e6427f5.cjs.prod.js → disabled-drop-area-40108d06.cjs.prod.js} +1 -1
  12. package/dist/{disabled-drop-area-0663121b.esm.js → disabled-drop-area-9ea4c457.esm.js} +1 -1
  13. package/dist/{en-d7cc7b15.cjs.prod.js → en-102ccf29.cjs.prod.js} +156 -20
  14. package/dist/{en-2f76b27a.esm.js → en-88aad148.esm.js} +156 -20
  15. package/dist/{en-7de3b07a.cjs.dev.js → en-c4f7d882.cjs.dev.js} +156 -20
  16. package/dist/{enabled-drop-area-314c679f.cjs.dev.js → enabled-drop-area-1bb3ba2c.cjs.dev.js} +1 -1
  17. package/dist/{enabled-drop-area-e0438b2d.cjs.prod.js → enabled-drop-area-5629adf7.cjs.prod.js} +1 -1
  18. package/dist/{enabled-drop-area-cc374582.esm.js → enabled-drop-area-e60beae7.esm.js} +1 -1
  19. package/dist/{es-d9a57b63.cjs.dev.js → es-09b5f26a.cjs.dev.js} +157 -21
  20. package/dist/{es-a3c0e9b3.cjs.prod.js → es-1877968a.cjs.prod.js} +157 -21
  21. package/dist/{es-2b81e0cd.esm.js → es-d589515f.esm.js} +157 -21
  22. package/dist/{file-dropped-area-a31408ab.cjs.prod.js → file-dropped-area-00056628.cjs.prod.js} +1 -1
  23. package/dist/{file-dropped-area-6184d9a7.cjs.dev.js → file-dropped-area-f251fc3d.cjs.dev.js} +1 -1
  24. package/dist/{file-dropped-area-5b9a5695.esm.js → file-dropped-area-f5cd314a.esm.js} +1 -1
  25. package/dist/{fr-FR-cac38097.cjs.dev.js → fr-FR-1d2ccb65.cjs.prod.js} +157 -21
  26. package/dist/{fr-FR-81499942.cjs.prod.js → fr-FR-a5fe152a.cjs.dev.js} +157 -21
  27. package/dist/{fr-FR-084be771.esm.js → fr-FR-d672a357.esm.js} +157 -21
  28. package/dist/{index-12a56d8e.esm.js → index-42eec0a4.esm.js} +43 -34
  29. package/dist/{index-86e79ec0.cjs.dev.js → index-bf0ed2a7.cjs.dev.js} +43 -34
  30. package/dist/{index-9cf95c7a.cjs.prod.js → index-e152cdce.cjs.prod.js} +43 -34
  31. package/dist/{pt-BR-0fda1bcd.cjs.dev.js → pt-BR-0389b318.cjs.dev.js} +157 -21
  32. package/dist/{pt-BR-acd3f11d.esm.js → pt-BR-3512c390.esm.js} +157 -21
  33. package/dist/{pt-BR-0d2cb8bd.cjs.prod.js → pt-BR-606f307c.cjs.prod.js} +157 -21
  34. package/package.json +21 -21
@@ -1,16 +1,4 @@
1
1
  var en = {
2
- "ImportResourcesModal.BodyNote": {
3
- developer_comment: "Confirmation dialog text",
4
- string: "Please be aware that existing values with the same keys will be overwritten by the data included in the CSV."
5
- },
6
- "ImportResourcesModal.BodyQuestion": {
7
- developer_comment: "Confirmation question",
8
- string: "Proceed with the import?"
9
- },
10
- "ImportResourcesModal.BodyText": {
11
- developer_comment: "Confirmation dialog text",
12
- string: "You are about to import <bold>{count}</bold> rows to the project: <bold>{projectName}</bold>."
13
- },
14
2
  "ImportResourcesModal.browseFile": {
15
3
  string: "Browse file"
16
4
  },
@@ -18,6 +6,14 @@ var en = {
18
6
  developer_comment: "Label for the cancel button",
19
7
  string: "Cancel"
20
8
  },
9
+ "ImportResourcesModal.categories": {
10
+ developer_comment: "Label for the categories resource type",
11
+ string: "Categories"
12
+ },
13
+ "ImportResourcesModal.category": {
14
+ developer_comment: "Label for the category resource type",
15
+ string: "Category"
16
+ },
21
17
  "ImportResourcesModal.chooseFile": {
22
18
  developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
23
19
  string: "Choose file"
@@ -50,14 +46,54 @@ var en = {
50
46
  developer_comment: "Confirmation dialog continue button",
51
47
  string: "Continue"
52
48
  },
49
+ "ImportResourcesModal.custom-object": {
50
+ developer_comment: "Label for the custom-object resource type",
51
+ string: "Custom object"
52
+ },
53
+ "ImportResourcesModal.custom-objects": {
54
+ developer_comment: "Label for the custom-objects resource type",
55
+ string: "Custom objects"
56
+ },
57
+ "ImportResourcesModal.customer": {
58
+ developer_comment: "Label for the customer resource type",
59
+ string: "Customer"
60
+ },
61
+ "ImportResourcesModal.customers": {
62
+ developer_comment: "Label for the customers resource type",
63
+ string: "Customers"
64
+ },
53
65
  "ImportResourcesModal.dataType": {
54
66
  developer_comment: "Label for the data type selection dropdown",
55
67
  string: "Data type"
56
68
  },
69
+ "ImportResourcesModal.delimiterComma": {
70
+ developer_comment: "Label for the delimiter name comma",
71
+ string: "comma"
72
+ },
73
+ "ImportResourcesModal.delimiterPipe": {
74
+ developer_comment: "Label for the delimiter name pipe",
75
+ string: "pipe"
76
+ },
77
+ "ImportResourcesModal.delimiterSemicolon": {
78
+ developer_comment: "Label for the delimiter name semicolon",
79
+ string: "semicolon"
80
+ },
81
+ "ImportResourcesModal.delimiterTab": {
82
+ developer_comment: "Label for the delimiter name tab",
83
+ string: "tab"
84
+ },
57
85
  "ImportResourcesModal.details": {
58
86
  developer_comment: "In Upload file error modal - \"Details\" column",
59
87
  string: "Details"
60
88
  },
89
+ "ImportResourcesModal.discount-code": {
90
+ developer_comment: "Label for the discount-code resource type",
91
+ string: "Discount code"
92
+ },
93
+ "ImportResourcesModal.discount-codes": {
94
+ developer_comment: "Label for the discount-codes resource type",
95
+ string: "Discount codes"
96
+ },
61
97
  "ImportResourcesModal.dragAndDropCSV": {
62
98
  developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
63
99
  string: "Drag and drop CSV"
@@ -102,6 +138,22 @@ var en = {
102
138
  developer_comment: "Label for the instructions section",
103
139
  string: "Instructions"
104
140
  },
141
+ "ImportResourcesModal.inventories": {
142
+ developer_comment: "Label for the inventories entry resource type",
143
+ string: "Inventories"
144
+ },
145
+ "ImportResourcesModal.inventory": {
146
+ developer_comment: "Label for the inventory entry resource type",
147
+ string: "Inventory"
148
+ },
149
+ "ImportResourcesModal.itemsToBeImported": {
150
+ developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
151
+ 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 {}}}}"
152
+ },
153
+ "ImportResourcesModal.listConjunctionOr": {
154
+ developer_comment: "Label for the list conjunction or",
155
+ string: "or"
156
+ },
105
157
  "ImportResourcesModal.missingKeyError": {
106
158
  developer_comment: "Error message displayed when the uploaded file is missing the key field",
107
159
  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."
@@ -146,6 +198,22 @@ var en = {
146
198
  developer_comment: "The word \"or\" in the drag and drop message",
147
199
  string: "or"
148
200
  },
201
+ "ImportResourcesModal.order": {
202
+ developer_comment: "Label for the order resource type",
203
+ string: "Order"
204
+ },
205
+ "ImportResourcesModal.order-patch": {
206
+ developer_comment: "Label for the order-patch resource type",
207
+ string: "Order patch"
208
+ },
209
+ "ImportResourcesModal.order-patches": {
210
+ developer_comment: "Label for the order-patches resource type",
211
+ string: "Order patches"
212
+ },
213
+ "ImportResourcesModal.orders": {
214
+ developer_comment: "Label for the orders resource type",
215
+ string: "Orders"
216
+ },
149
217
  "ImportResourcesModal.prepareMessage": {
150
218
  developer_comment: "Notification for preparing import",
151
219
  string: "<b>Prepare import</b><newline></newline>Once preparation is complete, you can track the import progress <logsLink>in the Import logs</logsLink>."
@@ -154,6 +222,54 @@ var en = {
154
222
  developer_comment: "Label for modal path",
155
223
  string: "Here's a preview of your import"
156
224
  },
225
+ "ImportResourcesModal.price": {
226
+ developer_comment: "Label for the price resource type",
227
+ string: "Price"
228
+ },
229
+ "ImportResourcesModal.prices": {
230
+ developer_comment: "Label for the prices resource type",
231
+ string: "Prices"
232
+ },
233
+ "ImportResourcesModal.product": {
234
+ developer_comment: "Label for the product resource type",
235
+ string: "Product"
236
+ },
237
+ "ImportResourcesModal.product-draft": {
238
+ developer_comment: "Label for the product-draft resource type",
239
+ string: "Product draft"
240
+ },
241
+ "ImportResourcesModal.product-drafts": {
242
+ developer_comment: "Label for the product-drafts resource type",
243
+ string: "Product drafts"
244
+ },
245
+ "ImportResourcesModal.product-type": {
246
+ developer_comment: "Label for the product-type resource type",
247
+ string: "Product type"
248
+ },
249
+ "ImportResourcesModal.product-types": {
250
+ developer_comment: "Label for the product-types resource type",
251
+ string: "Product types"
252
+ },
253
+ "ImportResourcesModal.product-variant": {
254
+ developer_comment: "Label for the product-variant resource type",
255
+ string: "Product variant"
256
+ },
257
+ "ImportResourcesModal.product-variant-patch": {
258
+ developer_comment: "Label for the product-variant-patch resource type",
259
+ string: "Product variant patch"
260
+ },
261
+ "ImportResourcesModal.product-variant-patches": {
262
+ developer_comment: "Label for the product-variant-patches resource type",
263
+ string: "Product variant patches"
264
+ },
265
+ "ImportResourcesModal.product-variants": {
266
+ developer_comment: "Label for the product-variants resource type",
267
+ string: "Product variants"
268
+ },
269
+ "ImportResourcesModal.products": {
270
+ developer_comment: "Label for the products resource type",
271
+ string: "Products"
272
+ },
157
273
  "ImportResourcesModal.radio.categories": {
158
274
  developer_comment: "Label for the categories radio button",
159
275
  string: "Categories"
@@ -177,9 +293,9 @@ var en = {
177
293
  "ImportResourcesModal.rowLimitExceededTitle": {
178
294
  string: "Row limit exceeded"
179
295
  },
180
- "ImportResourcesModal.rowsToBeImported": {
181
- developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
182
- 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 {}}"
296
+ "ImportResourcesModal.settings.publishProducts": {
297
+ developer_comment: "Label for the publish products checkbox",
298
+ string: "Publish all products in the file"
183
299
  },
184
300
  "ImportResourcesModal.showLess": {
185
301
  developer_comment: "A button label for collapsing the import preview to show fewer details.",
@@ -196,6 +312,14 @@ var en = {
196
312
  "ImportResourcesModal.sizeExceededTitle": {
197
313
  string: "File size exceeded"
198
314
  },
315
+ "ImportResourcesModal.standalone-price": {
316
+ developer_comment: "Label for the standalone-price resource type",
317
+ string: "Standalone price"
318
+ },
319
+ "ImportResourcesModal.standalone-prices": {
320
+ developer_comment: "Label for the standalone-prices resource type",
321
+ string: "Standalone prices"
322
+ },
199
323
  "ImportResourcesModal.startImportButton": {
200
324
  developer_comment: "Label for the modal Start import button",
201
325
  string: "Start import"
@@ -212,10 +336,22 @@ var en = {
212
336
  developer_comment: "Error message displayed when a user drags and drops multiple files at once",
213
337
  string: "Multiple files detected: You can only drag and drop one file at a time."
214
338
  },
339
+ "ImportResourcesModal.type": {
340
+ developer_comment: "Label for the type resource type",
341
+ string: "Type"
342
+ },
343
+ "ImportResourcesModal.types": {
344
+ developer_comment: "Label for the types resource type",
345
+ string: "Types"
346
+ },
215
347
  "ImportResourcesModal.unexpectedError": {
216
348
  developer_comment: "Generic notification message when file upload fails",
217
349
  string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
218
350
  },
351
+ "ImportResourcesModal.unknown-resource-type": {
352
+ developer_comment: "Label for the unknown resource type",
353
+ string: "Unknown resource type"
354
+ },
219
355
  "ImportResourcesModal.uploadButton": {
220
356
  developer_comment: "Label for the upload button",
221
357
  string: "Upload and preview"
@@ -232,12 +368,12 @@ var en = {
232
368
  developer_comment: "Upload new file button",
233
369
  string: "Upload new file"
234
370
  },
235
- "ImportResourcesModal.wrongDelimiterDescription": {
236
- developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
237
- string: "The file is using an incorrect character separator as delimiter. Please use comma (,) instead."
371
+ "ImportResourcesModal.wrongSeparatorDescription": {
372
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
373
+ string: "The file is using an unsupported separator. Please use one of the allowed separators: {delimiterList}."
238
374
  },
239
- "ImportResourcesModal.wrongDelimiterTitle": {
240
- string: "Wrong delimiter"
375
+ "ImportResourcesModal.wrongSeparatorTitle": {
376
+ string: "Wrong separator"
241
377
  }
242
378
  };
243
379
 
@@ -1,18 +1,6 @@
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
  },
@@ -20,6 +8,14 @@ var en = {
20
8
  developer_comment: "Label for the cancel button",
21
9
  string: "Cancel"
22
10
  },
11
+ "ImportResourcesModal.categories": {
12
+ developer_comment: "Label for the categories resource type",
13
+ string: "Categories"
14
+ },
15
+ "ImportResourcesModal.category": {
16
+ developer_comment: "Label for the category resource type",
17
+ string: "Category"
18
+ },
23
19
  "ImportResourcesModal.chooseFile": {
24
20
  developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
21
  string: "Choose file"
@@ -52,14 +48,54 @@ var en = {
52
48
  developer_comment: "Confirmation dialog continue button",
53
49
  string: "Continue"
54
50
  },
51
+ "ImportResourcesModal.custom-object": {
52
+ developer_comment: "Label for the custom-object resource type",
53
+ string: "Custom object"
54
+ },
55
+ "ImportResourcesModal.custom-objects": {
56
+ developer_comment: "Label for the custom-objects resource type",
57
+ string: "Custom objects"
58
+ },
59
+ "ImportResourcesModal.customer": {
60
+ developer_comment: "Label for the customer resource type",
61
+ string: "Customer"
62
+ },
63
+ "ImportResourcesModal.customers": {
64
+ developer_comment: "Label for the customers resource type",
65
+ string: "Customers"
66
+ },
55
67
  "ImportResourcesModal.dataType": {
56
68
  developer_comment: "Label for the data type selection dropdown",
57
69
  string: "Data type"
58
70
  },
71
+ "ImportResourcesModal.delimiterComma": {
72
+ developer_comment: "Label for the delimiter name comma",
73
+ string: "comma"
74
+ },
75
+ "ImportResourcesModal.delimiterPipe": {
76
+ developer_comment: "Label for the delimiter name pipe",
77
+ string: "pipe"
78
+ },
79
+ "ImportResourcesModal.delimiterSemicolon": {
80
+ developer_comment: "Label for the delimiter name semicolon",
81
+ string: "semicolon"
82
+ },
83
+ "ImportResourcesModal.delimiterTab": {
84
+ developer_comment: "Label for the delimiter name tab",
85
+ string: "tab"
86
+ },
59
87
  "ImportResourcesModal.details": {
60
88
  developer_comment: "In Upload file error modal - \"Details\" column",
61
89
  string: "Details"
62
90
  },
91
+ "ImportResourcesModal.discount-code": {
92
+ developer_comment: "Label for the discount-code resource type",
93
+ string: "Discount code"
94
+ },
95
+ "ImportResourcesModal.discount-codes": {
96
+ developer_comment: "Label for the discount-codes resource type",
97
+ string: "Discount codes"
98
+ },
63
99
  "ImportResourcesModal.dragAndDropCSV": {
64
100
  developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
101
  string: "Drag and drop CSV"
@@ -104,6 +140,22 @@ var en = {
104
140
  developer_comment: "Label for the instructions section",
105
141
  string: "Instructions"
106
142
  },
143
+ "ImportResourcesModal.inventories": {
144
+ developer_comment: "Label for the inventories entry resource type",
145
+ string: "Inventories"
146
+ },
147
+ "ImportResourcesModal.inventory": {
148
+ developer_comment: "Label for the inventory entry resource type",
149
+ string: "Inventory"
150
+ },
151
+ "ImportResourcesModal.itemsToBeImported": {
152
+ developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
153
+ 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 {}}}}"
154
+ },
155
+ "ImportResourcesModal.listConjunctionOr": {
156
+ developer_comment: "Label for the list conjunction or",
157
+ string: "or"
158
+ },
107
159
  "ImportResourcesModal.missingKeyError": {
108
160
  developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
161
  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."
@@ -148,6 +200,22 @@ var en = {
148
200
  developer_comment: "The word \"or\" in the drag and drop message",
149
201
  string: "or"
150
202
  },
203
+ "ImportResourcesModal.order": {
204
+ developer_comment: "Label for the order resource type",
205
+ string: "Order"
206
+ },
207
+ "ImportResourcesModal.order-patch": {
208
+ developer_comment: "Label for the order-patch resource type",
209
+ string: "Order patch"
210
+ },
211
+ "ImportResourcesModal.order-patches": {
212
+ developer_comment: "Label for the order-patches resource type",
213
+ string: "Order patches"
214
+ },
215
+ "ImportResourcesModal.orders": {
216
+ developer_comment: "Label for the orders resource type",
217
+ string: "Orders"
218
+ },
151
219
  "ImportResourcesModal.prepareMessage": {
152
220
  developer_comment: "Notification for preparing import",
153
221
  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 +224,54 @@ var en = {
156
224
  developer_comment: "Label for modal path",
157
225
  string: "Here's a preview of your import"
158
226
  },
227
+ "ImportResourcesModal.price": {
228
+ developer_comment: "Label for the price resource type",
229
+ string: "Price"
230
+ },
231
+ "ImportResourcesModal.prices": {
232
+ developer_comment: "Label for the prices resource type",
233
+ string: "Prices"
234
+ },
235
+ "ImportResourcesModal.product": {
236
+ developer_comment: "Label for the product resource type",
237
+ string: "Product"
238
+ },
239
+ "ImportResourcesModal.product-draft": {
240
+ developer_comment: "Label for the product-draft resource type",
241
+ string: "Product draft"
242
+ },
243
+ "ImportResourcesModal.product-drafts": {
244
+ developer_comment: "Label for the product-drafts resource type",
245
+ string: "Product drafts"
246
+ },
247
+ "ImportResourcesModal.product-type": {
248
+ developer_comment: "Label for the product-type resource type",
249
+ string: "Product type"
250
+ },
251
+ "ImportResourcesModal.product-types": {
252
+ developer_comment: "Label for the product-types resource type",
253
+ string: "Product types"
254
+ },
255
+ "ImportResourcesModal.product-variant": {
256
+ developer_comment: "Label for the product-variant resource type",
257
+ string: "Product variant"
258
+ },
259
+ "ImportResourcesModal.product-variant-patch": {
260
+ developer_comment: "Label for the product-variant-patch resource type",
261
+ string: "Product variant patch"
262
+ },
263
+ "ImportResourcesModal.product-variant-patches": {
264
+ developer_comment: "Label for the product-variant-patches resource type",
265
+ string: "Product variant patches"
266
+ },
267
+ "ImportResourcesModal.product-variants": {
268
+ developer_comment: "Label for the product-variants resource type",
269
+ string: "Product variants"
270
+ },
271
+ "ImportResourcesModal.products": {
272
+ developer_comment: "Label for the products resource type",
273
+ string: "Products"
274
+ },
159
275
  "ImportResourcesModal.radio.categories": {
160
276
  developer_comment: "Label for the categories radio button",
161
277
  string: "Categories"
@@ -179,9 +295,9 @@ var en = {
179
295
  "ImportResourcesModal.rowLimitExceededTitle": {
180
296
  string: "Row limit exceeded"
181
297
  },
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 {}}"
298
+ "ImportResourcesModal.settings.publishProducts": {
299
+ developer_comment: "Label for the publish products checkbox",
300
+ string: "Publish all products in the file"
185
301
  },
186
302
  "ImportResourcesModal.showLess": {
187
303
  developer_comment: "A button label for collapsing the import preview to show fewer details.",
@@ -198,6 +314,14 @@ var en = {
198
314
  "ImportResourcesModal.sizeExceededTitle": {
199
315
  string: "File size exceeded"
200
316
  },
317
+ "ImportResourcesModal.standalone-price": {
318
+ developer_comment: "Label for the standalone-price resource type",
319
+ string: "Standalone price"
320
+ },
321
+ "ImportResourcesModal.standalone-prices": {
322
+ developer_comment: "Label for the standalone-prices resource type",
323
+ string: "Standalone prices"
324
+ },
201
325
  "ImportResourcesModal.startImportButton": {
202
326
  developer_comment: "Label for the modal Start import button",
203
327
  string: "Start import"
@@ -214,10 +338,22 @@ var en = {
214
338
  developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
339
  string: "Multiple files detected: You can only drag and drop one file at a time."
216
340
  },
341
+ "ImportResourcesModal.type": {
342
+ developer_comment: "Label for the type resource type",
343
+ string: "Type"
344
+ },
345
+ "ImportResourcesModal.types": {
346
+ developer_comment: "Label for the types resource type",
347
+ string: "Types"
348
+ },
217
349
  "ImportResourcesModal.unexpectedError": {
218
350
  developer_comment: "Generic notification message when file upload fails",
219
351
  string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
220
352
  },
353
+ "ImportResourcesModal.unknown-resource-type": {
354
+ developer_comment: "Label for the unknown resource type",
355
+ string: "Unknown resource type"
356
+ },
221
357
  "ImportResourcesModal.uploadButton": {
222
358
  developer_comment: "Label for the upload button",
223
359
  string: "Upload and preview"
@@ -234,12 +370,12 @@ var en = {
234
370
  developer_comment: "Upload new file button",
235
371
  string: "Upload new file"
236
372
  },
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."
373
+ "ImportResourcesModal.wrongSeparatorDescription": {
374
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
375
+ string: "The file is using an unsupported separator. Please use one of the allowed separators: {delimiterList}."
240
376
  },
241
- "ImportResourcesModal.wrongDelimiterTitle": {
242
- string: "Wrong delimiter"
377
+ "ImportResourcesModal.wrongSeparatorTitle": {
378
+ string: "Wrong separator"
243
379
  }
244
380
  };
245
381
 
@@ -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-bf0ed2a7.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');
@@ -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-e152cdce.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-42eec0a4.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';