@commercetools-frontend-extensions/import-resources-modal 1.3.18 → 1.4.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 (49) hide show
  1. package/dist/{active-drag-drop-area-2070870c.esm.js → active-drag-drop-area-02862be1.esm.js} +2 -1
  2. package/dist/{active-drag-drop-area-7223062d.cjs.prod.js → active-drag-drop-area-3353cf7c.cjs.prod.js} +2 -1
  3. package/dist/{active-drag-drop-area-71b18c95.cjs.dev.js → active-drag-drop-area-9097bdc0.cjs.dev.js} +2 -1
  4. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +9 -7
  5. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +8 -6
  6. package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +8 -7
  7. package/dist/de-22a8eb66.cjs.prod.js +246 -0
  8. package/dist/de-3d74f145.esm.js +244 -0
  9. package/dist/de-fd3b70e4.cjs.dev.js +246 -0
  10. package/dist/declarations/src/@hooks/index.d.ts +3 -0
  11. package/dist/declarations/src/@hooks/use-import-permission.d.ts +7 -0
  12. package/dist/declarations/src/@hooks/use-import-resources-context.d.ts +1 -0
  13. package/dist/declarations/src/@hooks/use-upload.d.ts +3 -0
  14. package/dist/declarations/src/@types/import-container.d.ts +14 -0
  15. package/dist/declarations/src/index.d.ts +1 -0
  16. package/dist/en-0b96b221.cjs.dev.js +246 -0
  17. package/dist/en-8d84a827.cjs.prod.js +246 -0
  18. package/dist/en-bfc8cfec.esm.js +244 -0
  19. package/dist/{enabled-drop-area-f7df6932.cjs.prod.js → enabled-drop-area-71390280.cjs.prod.js} +2 -1
  20. package/dist/{enabled-drop-area-30f931be.esm.js → enabled-drop-area-cecad6d0.esm.js} +2 -1
  21. package/dist/{enabled-drop-area-b0e2ad4d.cjs.dev.js → enabled-drop-area-dff17a22.cjs.dev.js} +2 -1
  22. package/dist/{es-9821e666.cjs.prod.js → es-01b24cea.cjs.prod.js} +9 -9
  23. package/dist/{es-c6b4310c.esm.js → es-561e774f.esm.js} +9 -9
  24. package/dist/{es-c3c63de8.cjs.dev.js → es-a45120de.cjs.dev.js} +9 -9
  25. package/dist/{file-dropped-area-a1b8bc83.cjs.dev.js → file-dropped-area-30e0efb8.cjs.prod.js} +10 -9
  26. package/dist/{file-dropped-area-0856e6fe.esm.js → file-dropped-area-70859cc8.esm.js} +10 -9
  27. package/dist/{file-dropped-area-b394c5b4.cjs.prod.js → file-dropped-area-85c3b3a4.cjs.dev.js} +10 -9
  28. package/dist/fr-FR-1c33adf1.esm.js +244 -0
  29. package/dist/fr-FR-2a0f5518.cjs.prod.js +246 -0
  30. package/dist/fr-FR-d51f6a8e.cjs.dev.js +246 -0
  31. package/dist/{index-fb10311d.cjs.dev.js → index-120dc76b.cjs.dev.js} +262 -129
  32. package/dist/{index-ed334c08.cjs.prod.js → index-169848a9.cjs.prod.js} +247 -128
  33. package/dist/{index-bbcef105.esm.js → index-fd6bbcc5.esm.js} +263 -131
  34. package/dist/pt-BR-6b7a389e.cjs.prod.js +246 -0
  35. package/dist/pt-BR-8b999c2f.cjs.dev.js +246 -0
  36. package/dist/pt-BR-c09d735f.esm.js +244 -0
  37. package/package.json +25 -23
  38. package/dist/de-a34c5dd4.cjs.dev.js +0 -6
  39. package/dist/de-cd6c45d3.esm.js +0 -4
  40. package/dist/de-d954fe3d.cjs.prod.js +0 -6
  41. package/dist/en-3a9aa2d4.esm.js +0 -4
  42. package/dist/en-6b3694f6.cjs.dev.js +0 -6
  43. package/dist/en-c7757448.cjs.prod.js +0 -6
  44. package/dist/fr-FR-9d9081ee.esm.js +0 -4
  45. package/dist/fr-FR-e7126fcc.cjs.dev.js +0 -6
  46. package/dist/fr-FR-fce1ca96.cjs.prod.js +0 -6
  47. package/dist/pt-BR-b37d730b.esm.js +0 -4
  48. package/dist/pt-BR-ea6b3251.cjs.dev.js +0 -6
  49. package/dist/pt-BR-ec2a1a11.cjs.prod.js +0 -6
@@ -0,0 +1,246 @@
1
+ 'use strict';
2
+
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
+ "ImportResourcesModal.browseFile": {
17
+ string: "Browse file"
18
+ },
19
+ "ImportResourcesModal.cancel": {
20
+ developer_comment: "Label for the cancel button",
21
+ string: "Cancel"
22
+ },
23
+ "ImportResourcesModal.chooseFile": {
24
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
+ string: "Choose file"
26
+ },
27
+ "ImportResourcesModal.close": {
28
+ developer_comment: "Label for the close button",
29
+ string: "Close"
30
+ },
31
+ "ImportResourcesModal.columnsToBeIgnored": {
32
+ developer_comment: "This message indicates the number of columns that will be deliberately skipped during the import because they can't be imported",
33
+ string: "We will intentionally ignore <b>{columnCount}</b> columns as they can't be imported"
34
+ },
35
+ "ImportResourcesModal.columnsToBeImported": {
36
+ developer_comment: "This message indicates the number of columns that are ready to be imported into the system.",
37
+ string: "<b>{columnCount}</b> columns to be imported"
38
+ },
39
+ "ImportResourcesModal.confirmationBodyNote": {
40
+ developer_comment: "Confirmation dialog text",
41
+ string: "Please be aware that existing values with the same keys will be overwritten by the data included in the CSV."
42
+ },
43
+ "ImportResourcesModal.confirmationBodyQuestion": {
44
+ developer_comment: "Confirmation question",
45
+ string: "Proceed with the import?"
46
+ },
47
+ "ImportResourcesModal.confirmationBodyText": {
48
+ developer_comment: "Confirmation dialog text",
49
+ string: "You are about to import <bold>{count}</bold> rows to the project: <bold>{projectName}</bold>."
50
+ },
51
+ "ImportResourcesModal.continue": {
52
+ developer_comment: "Confirmation dialog continue button",
53
+ string: "Continue"
54
+ },
55
+ "ImportResourcesModal.dataType": {
56
+ developer_comment: "Label for the data type selection dropdown",
57
+ string: "Data type"
58
+ },
59
+ "ImportResourcesModal.details": {
60
+ developer_comment: "In Upload file error modal - \"Details\" column",
61
+ string: "Details"
62
+ },
63
+ "ImportResourcesModal.dragAndDropCSV": {
64
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
+ string: "Drag and drop CSV"
66
+ },
67
+ "ImportResourcesModal.dropAreaNotEnoughRowsDescription": {
68
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
69
+ string: "Make sure the file contains a header and at least one row of data"
70
+ },
71
+ "ImportResourcesModal.dropAreaNotEnoughRowsTitle": {
72
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
73
+ string: "Invalid CSV file"
74
+ },
75
+ "ImportResourcesModal.errorType": {
76
+ developer_comment: "In Upload file error modal - \"Error type\" column",
77
+ string: "Error type"
78
+ },
79
+ "ImportResourcesModal.fileFormatNotSupported": {
80
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
81
+ string: "Invalid file format: The file is not in CSV format and cannot be processed."
82
+ },
83
+ "ImportResourcesModal.fileUploadFailed": {
84
+ developer_comment: "A title on the file upload page, shown on file upload error state",
85
+ string: "File upload failed"
86
+ },
87
+ "ImportResourcesModal.fileUploadInstructions": {
88
+ developer_comment: "Label for the modal category description",
89
+ string: "Maximum file size is {fileSize} MB with a limit of {rowLimit} rows. Download <csvTemplateLink>the CSV template</csvTemplateLink> or refer to <documentationLink>the documentation</documentationLink>."
90
+ },
91
+ "ImportResourcesModal.genericError": {
92
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
93
+ string: "Error occurred: Please try uploading the file again or contact our support team for assistance."
94
+ },
95
+ "ImportResourcesModal.infoBox.keysForEveryResource": {
96
+ developer_comment: "A message to guide users to provide keys for every resource they import",
97
+ string: "You must provide keys for every resource you import, including embedded resources such as Prices and Assets. Please consult with your admins to assign keys through <link>the HTTP API</link>."
98
+ },
99
+ "ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
100
+ developer_comment: "A message to guide users to check the prerequisites of importing data",
101
+ string: "Prerequisites of importing data"
102
+ },
103
+ "ImportResourcesModal.instructions": {
104
+ developer_comment: "Label for the instructions section",
105
+ string: "Instructions"
106
+ },
107
+ "ImportResourcesModal.missingKeyError": {
108
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
+ string: "The 'key' field is missing or incomplete in some rows. Please ensure every row has a 'key' value."
110
+ },
111
+ "ImportResourcesModal.missingRequiredField": {
112
+ developer_comment: "Error message displayed when a required field is missing",
113
+ string: "Missing required field"
114
+ },
115
+ "ImportResourcesModal.missingRequiredKeys": {
116
+ developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
+ string: "Make sure the file contains required keys for the elements including {fieldNames}"
118
+ },
119
+ "ImportResourcesModal.modalTitle.category": {
120
+ developer_comment: "Label for the categories modal title",
121
+ string: "Import categories by CSV"
122
+ },
123
+ "ImportResourcesModal.modalTitle.customer": {
124
+ developer_comment: "Label for the customers modal title",
125
+ string: "Import customers by CSV"
126
+ },
127
+ "ImportResourcesModal.modalTitle.discountCode": {
128
+ developer_comment: "Label for the inventories modal title",
129
+ string: "Import discount codes by CSV"
130
+ },
131
+ "ImportResourcesModal.modalTitle.inventoryEntry": {
132
+ developer_comment: "Label for the inventories modal title",
133
+ string: "Import inventories by CSV"
134
+ },
135
+ "ImportResourcesModal.modalTitle.order": {
136
+ developer_comment: "Label for the order modal title",
137
+ string: "Import orders by CSV"
138
+ },
139
+ "ImportResourcesModal.modalTitle.product": {
140
+ developer_comment: "Label for the products modal title",
141
+ string: "Import products by CSV"
142
+ },
143
+ "ImportResourcesModal.modalTitle.productType": {
144
+ developer_comment: "Label for the product type modal title",
145
+ string: "Import product types by CSV"
146
+ },
147
+ "ImportResourcesModal.or": {
148
+ developer_comment: "The word \"or\" in the drag and drop message",
149
+ string: "or"
150
+ },
151
+ "ImportResourcesModal.prepareMessage": {
152
+ developer_comment: "Notification for preparing import",
153
+ string: "<b>Prepare import</b><newline></newline>Once preparation is complete, you can track the import progress <logsLink>in the Import logs</logsLink>."
154
+ },
155
+ "ImportResourcesModal.previewOfYourImport": {
156
+ developer_comment: "Label for modal path",
157
+ string: "Here's a preview of your import"
158
+ },
159
+ "ImportResourcesModal.radio.categories": {
160
+ developer_comment: "Label for the categories radio button",
161
+ string: "Categories"
162
+ },
163
+ "ImportResourcesModal.radio.inventories": {
164
+ developer_comment: "Label for the inventories radio button",
165
+ string: "Inventories"
166
+ },
167
+ "ImportResourcesModal.radio.products": {
168
+ developer_comment: "Label for the products radio button",
169
+ string: "Products (including variants, assets, prices and images)"
170
+ },
171
+ "ImportResourcesModal.row": {
172
+ developer_comment: "In Upload file error modal - \"Row\" column",
173
+ string: "Row"
174
+ },
175
+ "ImportResourcesModal.rowLimitExceededDescription": {
176
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
177
+ string: "The file contains more than the allowable maximum of {rowLimit} rows"
178
+ },
179
+ "ImportResourcesModal.rowLimitExceededTitle": {
180
+ string: "Row limit exceeded"
181
+ },
182
+ "ImportResourcesModal.rowsToBeImported": {
183
+ developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
+ string: "<b>{rowCount}</b> rows to be imported"
185
+ },
186
+ "ImportResourcesModal.showLess": {
187
+ developer_comment: "A button label for collapsing the import preview to show fewer details.",
188
+ string: "Show less"
189
+ },
190
+ "ImportResourcesModal.showMore": {
191
+ developer_comment: "A button label for expanding the import preview to show more details.",
192
+ string: "Show more"
193
+ },
194
+ "ImportResourcesModal.sizeExceededDescription": {
195
+ developer_comment: "Error description when the file size exceeds the allowable limit",
196
+ string: "The file exceeds the maximum allowed size of {fileSizeLimit} MB"
197
+ },
198
+ "ImportResourcesModal.sizeExceededTitle": {
199
+ string: "File size exceeded"
200
+ },
201
+ "ImportResourcesModal.startImportButton": {
202
+ developer_comment: "Label for the modal Start import button",
203
+ string: "Start import"
204
+ },
205
+ "ImportResourcesModal.successMessage": {
206
+ developer_comment: "Notification success message",
207
+ string: "<b>Your import has started.</b><newline></newline> <logsLink>Go to Import logs</logsLink> to view the progress."
208
+ },
209
+ "ImportResourcesModal.supportedValuesDocumentation": {
210
+ developer_comment: "Link to the documentation for supported values",
211
+ string: "<documentationLink>View the documentation</documentationLink> for supported values."
212
+ },
213
+ "ImportResourcesModal.tooManyFilesError": {
214
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
+ string: "Multiple files detected: You can only drag and drop one file at a time."
216
+ },
217
+ "ImportResourcesModal.unexpectedError": {
218
+ developer_comment: "Generic notification message when file upload fails",
219
+ string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
220
+ },
221
+ "ImportResourcesModal.uploadButton": {
222
+ developer_comment: "Label for the upload button",
223
+ string: "Upload and preview"
224
+ },
225
+ "ImportResourcesModal.uploadErrorDescription": {
226
+ developer_comment: "Title when errors detected while uploading file",
227
+ string: "There {errorsCount, plural, one {is <b>{errorsCount}</b> error} other {are <b>{errorsCount}</b> errors}} detected while uploading the file <b>{fileName}</b>."
228
+ },
229
+ "ImportResourcesModal.uploadFile": {
230
+ developer_comment: "Label for a button on the file upload page, shown on active drop area state",
231
+ string: "Upload file"
232
+ },
233
+ "ImportResourcesModal.uploadNewFile": {
234
+ developer_comment: "Upload new file button",
235
+ string: "Upload new file"
236
+ },
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 delimiter. Please use comma (,) instead."
240
+ },
241
+ "ImportResourcesModal.wrongDelimiterTitle": {
242
+ string: "Wrong delimiter"
243
+ }
244
+ };
245
+
246
+ exports["default"] = en;
@@ -0,0 +1,246 @@
1
+ 'use strict';
2
+
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
+ "ImportResourcesModal.browseFile": {
17
+ string: "Browse file"
18
+ },
19
+ "ImportResourcesModal.cancel": {
20
+ developer_comment: "Label for the cancel button",
21
+ string: "Cancel"
22
+ },
23
+ "ImportResourcesModal.chooseFile": {
24
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
+ string: "Choose file"
26
+ },
27
+ "ImportResourcesModal.close": {
28
+ developer_comment: "Label for the close button",
29
+ string: "Close"
30
+ },
31
+ "ImportResourcesModal.columnsToBeIgnored": {
32
+ developer_comment: "This message indicates the number of columns that will be deliberately skipped during the import because they can't be imported",
33
+ string: "We will intentionally ignore <b>{columnCount}</b> columns as they can't be imported"
34
+ },
35
+ "ImportResourcesModal.columnsToBeImported": {
36
+ developer_comment: "This message indicates the number of columns that are ready to be imported into the system.",
37
+ string: "<b>{columnCount}</b> columns to be imported"
38
+ },
39
+ "ImportResourcesModal.confirmationBodyNote": {
40
+ developer_comment: "Confirmation dialog text",
41
+ string: "Please be aware that existing values with the same keys will be overwritten by the data included in the CSV."
42
+ },
43
+ "ImportResourcesModal.confirmationBodyQuestion": {
44
+ developer_comment: "Confirmation question",
45
+ string: "Proceed with the import?"
46
+ },
47
+ "ImportResourcesModal.confirmationBodyText": {
48
+ developer_comment: "Confirmation dialog text",
49
+ string: "You are about to import <bold>{count}</bold> rows to the project: <bold>{projectName}</bold>."
50
+ },
51
+ "ImportResourcesModal.continue": {
52
+ developer_comment: "Confirmation dialog continue button",
53
+ string: "Continue"
54
+ },
55
+ "ImportResourcesModal.dataType": {
56
+ developer_comment: "Label for the data type selection dropdown",
57
+ string: "Data type"
58
+ },
59
+ "ImportResourcesModal.details": {
60
+ developer_comment: "In Upload file error modal - \"Details\" column",
61
+ string: "Details"
62
+ },
63
+ "ImportResourcesModal.dragAndDropCSV": {
64
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
+ string: "Drag and drop CSV"
66
+ },
67
+ "ImportResourcesModal.dropAreaNotEnoughRowsDescription": {
68
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
69
+ string: "Make sure the file contains a header and at least one row of data"
70
+ },
71
+ "ImportResourcesModal.dropAreaNotEnoughRowsTitle": {
72
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
73
+ string: "Invalid CSV file"
74
+ },
75
+ "ImportResourcesModal.errorType": {
76
+ developer_comment: "In Upload file error modal - \"Error type\" column",
77
+ string: "Error type"
78
+ },
79
+ "ImportResourcesModal.fileFormatNotSupported": {
80
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
81
+ string: "Invalid file format: The file is not in CSV format and cannot be processed."
82
+ },
83
+ "ImportResourcesModal.fileUploadFailed": {
84
+ developer_comment: "A title on the file upload page, shown on file upload error state",
85
+ string: "File upload failed"
86
+ },
87
+ "ImportResourcesModal.fileUploadInstructions": {
88
+ developer_comment: "Label for the modal category description",
89
+ string: "Maximum file size is {fileSize} MB with a limit of {rowLimit} rows. Download <csvTemplateLink>the CSV template</csvTemplateLink> or refer to <documentationLink>the documentation</documentationLink>."
90
+ },
91
+ "ImportResourcesModal.genericError": {
92
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
93
+ string: "Error occurred: Please try uploading the file again or contact our support team for assistance."
94
+ },
95
+ "ImportResourcesModal.infoBox.keysForEveryResource": {
96
+ developer_comment: "A message to guide users to provide keys for every resource they import",
97
+ string: "You must provide keys for every resource you import, including embedded resources such as Prices and Assets. Please consult with your admins to assign keys through <link>the HTTP API</link>."
98
+ },
99
+ "ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
100
+ developer_comment: "A message to guide users to check the prerequisites of importing data",
101
+ string: "Prerequisites of importing data"
102
+ },
103
+ "ImportResourcesModal.instructions": {
104
+ developer_comment: "Label for the instructions section",
105
+ string: "Instructions"
106
+ },
107
+ "ImportResourcesModal.missingKeyError": {
108
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
+ string: "The 'key' field is missing or incomplete in some rows. Please ensure every row has a 'key' value."
110
+ },
111
+ "ImportResourcesModal.missingRequiredField": {
112
+ developer_comment: "Error message displayed when a required field is missing",
113
+ string: "Missing required field"
114
+ },
115
+ "ImportResourcesModal.missingRequiredKeys": {
116
+ developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
+ string: "Make sure the file contains required keys for the elements including {fieldNames}"
118
+ },
119
+ "ImportResourcesModal.modalTitle.category": {
120
+ developer_comment: "Label for the categories modal title",
121
+ string: "Import categories by CSV"
122
+ },
123
+ "ImportResourcesModal.modalTitle.customer": {
124
+ developer_comment: "Label for the customers modal title",
125
+ string: "Import customers by CSV"
126
+ },
127
+ "ImportResourcesModal.modalTitle.discountCode": {
128
+ developer_comment: "Label for the inventories modal title",
129
+ string: "Import discount codes by CSV"
130
+ },
131
+ "ImportResourcesModal.modalTitle.inventoryEntry": {
132
+ developer_comment: "Label for the inventories modal title",
133
+ string: "Import inventories by CSV"
134
+ },
135
+ "ImportResourcesModal.modalTitle.order": {
136
+ developer_comment: "Label for the order modal title",
137
+ string: "Import orders by CSV"
138
+ },
139
+ "ImportResourcesModal.modalTitle.product": {
140
+ developer_comment: "Label for the products modal title",
141
+ string: "Import products by CSV"
142
+ },
143
+ "ImportResourcesModal.modalTitle.productType": {
144
+ developer_comment: "Label for the product type modal title",
145
+ string: "Import product types by CSV"
146
+ },
147
+ "ImportResourcesModal.or": {
148
+ developer_comment: "The word \"or\" in the drag and drop message",
149
+ string: "or"
150
+ },
151
+ "ImportResourcesModal.prepareMessage": {
152
+ developer_comment: "Notification for preparing import",
153
+ string: "<b>Prepare import</b><newline></newline>Once preparation is complete, you can track the import progress <logsLink>in the Import logs</logsLink>."
154
+ },
155
+ "ImportResourcesModal.previewOfYourImport": {
156
+ developer_comment: "Label for modal path",
157
+ string: "Here's a preview of your import"
158
+ },
159
+ "ImportResourcesModal.radio.categories": {
160
+ developer_comment: "Label for the categories radio button",
161
+ string: "Categories"
162
+ },
163
+ "ImportResourcesModal.radio.inventories": {
164
+ developer_comment: "Label for the inventories radio button",
165
+ string: "Inventories"
166
+ },
167
+ "ImportResourcesModal.radio.products": {
168
+ developer_comment: "Label for the products radio button",
169
+ string: "Products (including variants, assets, prices and images)"
170
+ },
171
+ "ImportResourcesModal.row": {
172
+ developer_comment: "In Upload file error modal - \"Row\" column",
173
+ string: "Row"
174
+ },
175
+ "ImportResourcesModal.rowLimitExceededDescription": {
176
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
177
+ string: "The file contains more than the allowable maximum of {rowLimit} rows"
178
+ },
179
+ "ImportResourcesModal.rowLimitExceededTitle": {
180
+ string: "Row limit exceeded"
181
+ },
182
+ "ImportResourcesModal.rowsToBeImported": {
183
+ developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
+ string: "<b>{rowCount}</b> rows to be imported"
185
+ },
186
+ "ImportResourcesModal.showLess": {
187
+ developer_comment: "A button label for collapsing the import preview to show fewer details.",
188
+ string: "Show less"
189
+ },
190
+ "ImportResourcesModal.showMore": {
191
+ developer_comment: "A button label for expanding the import preview to show more details.",
192
+ string: "Show more"
193
+ },
194
+ "ImportResourcesModal.sizeExceededDescription": {
195
+ developer_comment: "Error description when the file size exceeds the allowable limit",
196
+ string: "The file exceeds the maximum allowed size of {fileSizeLimit} MB"
197
+ },
198
+ "ImportResourcesModal.sizeExceededTitle": {
199
+ string: "File size exceeded"
200
+ },
201
+ "ImportResourcesModal.startImportButton": {
202
+ developer_comment: "Label for the modal Start import button",
203
+ string: "Start import"
204
+ },
205
+ "ImportResourcesModal.successMessage": {
206
+ developer_comment: "Notification success message",
207
+ string: "<b>Your import has started.</b><newline></newline> <logsLink>Go to Import logs</logsLink> to view the progress."
208
+ },
209
+ "ImportResourcesModal.supportedValuesDocumentation": {
210
+ developer_comment: "Link to the documentation for supported values",
211
+ string: "<documentationLink>View the documentation</documentationLink> for supported values."
212
+ },
213
+ "ImportResourcesModal.tooManyFilesError": {
214
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
+ string: "Multiple files detected: You can only drag and drop one file at a time."
216
+ },
217
+ "ImportResourcesModal.unexpectedError": {
218
+ developer_comment: "Generic notification message when file upload fails",
219
+ string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
220
+ },
221
+ "ImportResourcesModal.uploadButton": {
222
+ developer_comment: "Label for the upload button",
223
+ string: "Upload and preview"
224
+ },
225
+ "ImportResourcesModal.uploadErrorDescription": {
226
+ developer_comment: "Title when errors detected while uploading file",
227
+ string: "There {errorsCount, plural, one {is <b>{errorsCount}</b> error} other {are <b>{errorsCount}</b> errors}} detected while uploading the file <b>{fileName}</b>."
228
+ },
229
+ "ImportResourcesModal.uploadFile": {
230
+ developer_comment: "Label for a button on the file upload page, shown on active drop area state",
231
+ string: "Upload file"
232
+ },
233
+ "ImportResourcesModal.uploadNewFile": {
234
+ developer_comment: "Upload new file button",
235
+ string: "Upload new file"
236
+ },
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 delimiter. Please use comma (,) instead."
240
+ },
241
+ "ImportResourcesModal.wrongDelimiterTitle": {
242
+ string: "Wrong delimiter"
243
+ }
244
+ };
245
+
246
+ exports["default"] = en;