@commercetools-frontend-extensions/import-resources-modal 1.3.19 → 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.
- package/dist/{active-drag-drop-area-9667523a.esm.js → active-drag-drop-area-02862be1.esm.js} +1 -1
- package/dist/{active-drag-drop-area-f7b82691.cjs.prod.js → active-drag-drop-area-3353cf7c.cjs.prod.js} +1 -1
- package/dist/{active-drag-drop-area-af12a9b1.cjs.dev.js → active-drag-drop-area-9097bdc0.cjs.dev.js} +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +2 -2
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +2 -2
- package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +2 -2
- package/dist/de-22a8eb66.cjs.prod.js +246 -0
- package/dist/de-3d74f145.esm.js +244 -0
- package/dist/de-fd3b70e4.cjs.dev.js +246 -0
- package/dist/declarations/src/@types/import-container.d.ts +14 -0
- package/dist/en-0b96b221.cjs.dev.js +246 -0
- package/dist/en-8d84a827.cjs.prod.js +246 -0
- package/dist/en-bfc8cfec.esm.js +244 -0
- package/dist/{enabled-drop-area-93e90a7a.cjs.prod.js → enabled-drop-area-71390280.cjs.prod.js} +1 -1
- package/dist/{enabled-drop-area-e2c28a9e.esm.js → enabled-drop-area-cecad6d0.esm.js} +1 -1
- package/dist/{enabled-drop-area-ed0fd3ba.cjs.dev.js → enabled-drop-area-dff17a22.cjs.dev.js} +1 -1
- package/dist/{es-9821e666.cjs.prod.js → es-01b24cea.cjs.prod.js} +9 -9
- package/dist/{es-c6b4310c.esm.js → es-561e774f.esm.js} +9 -9
- package/dist/{es-c3c63de8.cjs.dev.js → es-a45120de.cjs.dev.js} +9 -9
- package/dist/{file-dropped-area-16894986.cjs.prod.js → file-dropped-area-30e0efb8.cjs.prod.js} +9 -9
- package/dist/{file-dropped-area-8a8a3de8.esm.js → file-dropped-area-70859cc8.esm.js} +9 -9
- package/dist/{file-dropped-area-b3ce24a7.cjs.dev.js → file-dropped-area-85c3b3a4.cjs.dev.js} +9 -9
- package/dist/fr-FR-1c33adf1.esm.js +244 -0
- package/dist/fr-FR-2a0f5518.cjs.prod.js +246 -0
- package/dist/fr-FR-d51f6a8e.cjs.dev.js +246 -0
- package/dist/{index-0bd38b3d.cjs.dev.js → index-120dc76b.cjs.dev.js} +214 -129
- package/dist/{index-02b35395.cjs.prod.js → index-169848a9.cjs.prod.js} +199 -128
- package/dist/{index-62b39c5f.esm.js → index-fd6bbcc5.esm.js} +215 -130
- package/dist/pt-BR-6b7a389e.cjs.prod.js +246 -0
- package/dist/pt-BR-8b999c2f.cjs.dev.js +246 -0
- package/dist/pt-BR-c09d735f.esm.js +244 -0
- package/package.json +16 -15
- package/dist/de-a34c5dd4.cjs.dev.js +0 -6
- package/dist/de-cd6c45d3.esm.js +0 -4
- package/dist/de-d954fe3d.cjs.prod.js +0 -6
- package/dist/en-3a9aa2d4.esm.js +0 -4
- package/dist/en-6b3694f6.cjs.dev.js +0 -6
- package/dist/en-c7757448.cjs.prod.js +0 -6
- package/dist/fr-FR-9d9081ee.esm.js +0 -4
- package/dist/fr-FR-e7126fcc.cjs.dev.js +0 -6
- package/dist/fr-FR-fce1ca96.cjs.prod.js +0 -6
- package/dist/pt-BR-b37d730b.esm.js +0 -4
- package/dist/pt-BR-ea6b3251.cjs.dev.js +0 -6
- 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,244 @@
|
|
|
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
|
+
"ImportResourcesModal.browseFile": {
|
|
15
|
+
string: "Browse file"
|
|
16
|
+
},
|
|
17
|
+
"ImportResourcesModal.cancel": {
|
|
18
|
+
developer_comment: "Label for the cancel button",
|
|
19
|
+
string: "Cancel"
|
|
20
|
+
},
|
|
21
|
+
"ImportResourcesModal.chooseFile": {
|
|
22
|
+
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
23
|
+
string: "Choose file"
|
|
24
|
+
},
|
|
25
|
+
"ImportResourcesModal.close": {
|
|
26
|
+
developer_comment: "Label for the close button",
|
|
27
|
+
string: "Close"
|
|
28
|
+
},
|
|
29
|
+
"ImportResourcesModal.columnsToBeIgnored": {
|
|
30
|
+
developer_comment: "This message indicates the number of columns that will be deliberately skipped during the import because they can't be imported",
|
|
31
|
+
string: "We will intentionally ignore <b>{columnCount}</b> columns as they can't be imported"
|
|
32
|
+
},
|
|
33
|
+
"ImportResourcesModal.columnsToBeImported": {
|
|
34
|
+
developer_comment: "This message indicates the number of columns that are ready to be imported into the system.",
|
|
35
|
+
string: "<b>{columnCount}</b> columns to be imported"
|
|
36
|
+
},
|
|
37
|
+
"ImportResourcesModal.confirmationBodyNote": {
|
|
38
|
+
developer_comment: "Confirmation dialog text",
|
|
39
|
+
string: "Please be aware that existing values with the same keys will be overwritten by the data included in the CSV."
|
|
40
|
+
},
|
|
41
|
+
"ImportResourcesModal.confirmationBodyQuestion": {
|
|
42
|
+
developer_comment: "Confirmation question",
|
|
43
|
+
string: "Proceed with the import?"
|
|
44
|
+
},
|
|
45
|
+
"ImportResourcesModal.confirmationBodyText": {
|
|
46
|
+
developer_comment: "Confirmation dialog text",
|
|
47
|
+
string: "You are about to import <bold>{count}</bold> rows to the project: <bold>{projectName}</bold>."
|
|
48
|
+
},
|
|
49
|
+
"ImportResourcesModal.continue": {
|
|
50
|
+
developer_comment: "Confirmation dialog continue button",
|
|
51
|
+
string: "Continue"
|
|
52
|
+
},
|
|
53
|
+
"ImportResourcesModal.dataType": {
|
|
54
|
+
developer_comment: "Label for the data type selection dropdown",
|
|
55
|
+
string: "Data type"
|
|
56
|
+
},
|
|
57
|
+
"ImportResourcesModal.details": {
|
|
58
|
+
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
59
|
+
string: "Details"
|
|
60
|
+
},
|
|
61
|
+
"ImportResourcesModal.dragAndDropCSV": {
|
|
62
|
+
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
63
|
+
string: "Drag and drop CSV"
|
|
64
|
+
},
|
|
65
|
+
"ImportResourcesModal.dropAreaNotEnoughRowsDescription": {
|
|
66
|
+
developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
67
|
+
string: "Make sure the file contains a header and at least one row of data"
|
|
68
|
+
},
|
|
69
|
+
"ImportResourcesModal.dropAreaNotEnoughRowsTitle": {
|
|
70
|
+
developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
71
|
+
string: "Invalid CSV file"
|
|
72
|
+
},
|
|
73
|
+
"ImportResourcesModal.errorType": {
|
|
74
|
+
developer_comment: "In Upload file error modal - \"Error type\" column",
|
|
75
|
+
string: "Error type"
|
|
76
|
+
},
|
|
77
|
+
"ImportResourcesModal.fileFormatNotSupported": {
|
|
78
|
+
developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
|
|
79
|
+
string: "Invalid file format: The file is not in CSV format and cannot be processed."
|
|
80
|
+
},
|
|
81
|
+
"ImportResourcesModal.fileUploadFailed": {
|
|
82
|
+
developer_comment: "A title on the file upload page, shown on file upload error state",
|
|
83
|
+
string: "File upload failed"
|
|
84
|
+
},
|
|
85
|
+
"ImportResourcesModal.fileUploadInstructions": {
|
|
86
|
+
developer_comment: "Label for the modal category description",
|
|
87
|
+
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>."
|
|
88
|
+
},
|
|
89
|
+
"ImportResourcesModal.genericError": {
|
|
90
|
+
developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
|
|
91
|
+
string: "Error occurred: Please try uploading the file again or contact our support team for assistance."
|
|
92
|
+
},
|
|
93
|
+
"ImportResourcesModal.infoBox.keysForEveryResource": {
|
|
94
|
+
developer_comment: "A message to guide users to provide keys for every resource they import",
|
|
95
|
+
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>."
|
|
96
|
+
},
|
|
97
|
+
"ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
|
|
98
|
+
developer_comment: "A message to guide users to check the prerequisites of importing data",
|
|
99
|
+
string: "Prerequisites of importing data"
|
|
100
|
+
},
|
|
101
|
+
"ImportResourcesModal.instructions": {
|
|
102
|
+
developer_comment: "Label for the instructions section",
|
|
103
|
+
string: "Instructions"
|
|
104
|
+
},
|
|
105
|
+
"ImportResourcesModal.missingKeyError": {
|
|
106
|
+
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
107
|
+
string: "The 'key' field is missing or incomplete in some rows. Please ensure every row has a 'key' value."
|
|
108
|
+
},
|
|
109
|
+
"ImportResourcesModal.missingRequiredField": {
|
|
110
|
+
developer_comment: "Error message displayed when a required field is missing",
|
|
111
|
+
string: "Missing required field"
|
|
112
|
+
},
|
|
113
|
+
"ImportResourcesModal.missingRequiredKeys": {
|
|
114
|
+
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
115
|
+
string: "Make sure the file contains required keys for the elements including {fieldNames}"
|
|
116
|
+
},
|
|
117
|
+
"ImportResourcesModal.modalTitle.category": {
|
|
118
|
+
developer_comment: "Label for the categories modal title",
|
|
119
|
+
string: "Import categories by CSV"
|
|
120
|
+
},
|
|
121
|
+
"ImportResourcesModal.modalTitle.customer": {
|
|
122
|
+
developer_comment: "Label for the customers modal title",
|
|
123
|
+
string: "Import customers by CSV"
|
|
124
|
+
},
|
|
125
|
+
"ImportResourcesModal.modalTitle.discountCode": {
|
|
126
|
+
developer_comment: "Label for the inventories modal title",
|
|
127
|
+
string: "Import discount codes by CSV"
|
|
128
|
+
},
|
|
129
|
+
"ImportResourcesModal.modalTitle.inventoryEntry": {
|
|
130
|
+
developer_comment: "Label for the inventories modal title",
|
|
131
|
+
string: "Import inventories by CSV"
|
|
132
|
+
},
|
|
133
|
+
"ImportResourcesModal.modalTitle.order": {
|
|
134
|
+
developer_comment: "Label for the order modal title",
|
|
135
|
+
string: "Import orders by CSV"
|
|
136
|
+
},
|
|
137
|
+
"ImportResourcesModal.modalTitle.product": {
|
|
138
|
+
developer_comment: "Label for the products modal title",
|
|
139
|
+
string: "Import products by CSV"
|
|
140
|
+
},
|
|
141
|
+
"ImportResourcesModal.modalTitle.productType": {
|
|
142
|
+
developer_comment: "Label for the product type modal title",
|
|
143
|
+
string: "Import product types by CSV"
|
|
144
|
+
},
|
|
145
|
+
"ImportResourcesModal.or": {
|
|
146
|
+
developer_comment: "The word \"or\" in the drag and drop message",
|
|
147
|
+
string: "or"
|
|
148
|
+
},
|
|
149
|
+
"ImportResourcesModal.prepareMessage": {
|
|
150
|
+
developer_comment: "Notification for preparing import",
|
|
151
|
+
string: "<b>Prepare import</b><newline></newline>Once preparation is complete, you can track the import progress <logsLink>in the Import logs</logsLink>."
|
|
152
|
+
},
|
|
153
|
+
"ImportResourcesModal.previewOfYourImport": {
|
|
154
|
+
developer_comment: "Label for modal path",
|
|
155
|
+
string: "Here's a preview of your import"
|
|
156
|
+
},
|
|
157
|
+
"ImportResourcesModal.radio.categories": {
|
|
158
|
+
developer_comment: "Label for the categories radio button",
|
|
159
|
+
string: "Categories"
|
|
160
|
+
},
|
|
161
|
+
"ImportResourcesModal.radio.inventories": {
|
|
162
|
+
developer_comment: "Label for the inventories radio button",
|
|
163
|
+
string: "Inventories"
|
|
164
|
+
},
|
|
165
|
+
"ImportResourcesModal.radio.products": {
|
|
166
|
+
developer_comment: "Label for the products radio button",
|
|
167
|
+
string: "Products (including variants, assets, prices and images)"
|
|
168
|
+
},
|
|
169
|
+
"ImportResourcesModal.row": {
|
|
170
|
+
developer_comment: "In Upload file error modal - \"Row\" column",
|
|
171
|
+
string: "Row"
|
|
172
|
+
},
|
|
173
|
+
"ImportResourcesModal.rowLimitExceededDescription": {
|
|
174
|
+
developer_comment: "Error description when the file contains more rows than the allowable maximum",
|
|
175
|
+
string: "The file contains more than the allowable maximum of {rowLimit} rows"
|
|
176
|
+
},
|
|
177
|
+
"ImportResourcesModal.rowLimitExceededTitle": {
|
|
178
|
+
string: "Row limit exceeded"
|
|
179
|
+
},
|
|
180
|
+
"ImportResourcesModal.rowsToBeImported": {
|
|
181
|
+
developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
|
|
182
|
+
string: "<b>{rowCount}</b> rows to be imported"
|
|
183
|
+
},
|
|
184
|
+
"ImportResourcesModal.showLess": {
|
|
185
|
+
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
186
|
+
string: "Show less"
|
|
187
|
+
},
|
|
188
|
+
"ImportResourcesModal.showMore": {
|
|
189
|
+
developer_comment: "A button label for expanding the import preview to show more details.",
|
|
190
|
+
string: "Show more"
|
|
191
|
+
},
|
|
192
|
+
"ImportResourcesModal.sizeExceededDescription": {
|
|
193
|
+
developer_comment: "Error description when the file size exceeds the allowable limit",
|
|
194
|
+
string: "The file exceeds the maximum allowed size of {fileSizeLimit} MB"
|
|
195
|
+
},
|
|
196
|
+
"ImportResourcesModal.sizeExceededTitle": {
|
|
197
|
+
string: "File size exceeded"
|
|
198
|
+
},
|
|
199
|
+
"ImportResourcesModal.startImportButton": {
|
|
200
|
+
developer_comment: "Label for the modal Start import button",
|
|
201
|
+
string: "Start import"
|
|
202
|
+
},
|
|
203
|
+
"ImportResourcesModal.successMessage": {
|
|
204
|
+
developer_comment: "Notification success message",
|
|
205
|
+
string: "<b>Your import has started.</b><newline></newline> <logsLink>Go to Import logs</logsLink> to view the progress."
|
|
206
|
+
},
|
|
207
|
+
"ImportResourcesModal.supportedValuesDocumentation": {
|
|
208
|
+
developer_comment: "Link to the documentation for supported values",
|
|
209
|
+
string: "<documentationLink>View the documentation</documentationLink> for supported values."
|
|
210
|
+
},
|
|
211
|
+
"ImportResourcesModal.tooManyFilesError": {
|
|
212
|
+
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
213
|
+
string: "Multiple files detected: You can only drag and drop one file at a time."
|
|
214
|
+
},
|
|
215
|
+
"ImportResourcesModal.unexpectedError": {
|
|
216
|
+
developer_comment: "Generic notification message when file upload fails",
|
|
217
|
+
string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
|
|
218
|
+
},
|
|
219
|
+
"ImportResourcesModal.uploadButton": {
|
|
220
|
+
developer_comment: "Label for the upload button",
|
|
221
|
+
string: "Upload and preview"
|
|
222
|
+
},
|
|
223
|
+
"ImportResourcesModal.uploadErrorDescription": {
|
|
224
|
+
developer_comment: "Title when errors detected while uploading file",
|
|
225
|
+
string: "There {errorsCount, plural, one {is <b>{errorsCount}</b> error} other {are <b>{errorsCount}</b> errors}} detected while uploading the file <b>{fileName}</b>."
|
|
226
|
+
},
|
|
227
|
+
"ImportResourcesModal.uploadFile": {
|
|
228
|
+
developer_comment: "Label for a button on the file upload page, shown on active drop area state",
|
|
229
|
+
string: "Upload file"
|
|
230
|
+
},
|
|
231
|
+
"ImportResourcesModal.uploadNewFile": {
|
|
232
|
+
developer_comment: "Upload new file button",
|
|
233
|
+
string: "Upload new file"
|
|
234
|
+
},
|
|
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 delimiter. Please use comma (,) instead."
|
|
238
|
+
},
|
|
239
|
+
"ImportResourcesModal.wrongDelimiterTitle": {
|
|
240
|
+
string: "Wrong delimiter"
|
|
241
|
+
}
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
export { en as default };
|
package/dist/{enabled-drop-area-93e90a7a.cjs.prod.js → enabled-drop-area-71390280.cjs.prod.js}
RENAMED
|
@@ -11,7 +11,7 @@ var _Object$defineProperty = require('@babel/runtime-corejs3/core-js-stable/obje
|
|
|
11
11
|
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
12
12
|
require('react');
|
|
13
13
|
var uiKit = require('@commercetools-frontend/ui-kit');
|
|
14
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
14
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-169848a9.cjs.prod.js');
|
|
15
15
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
16
16
|
require('@babel/runtime-corejs3/core-js-stable/instance/every');
|
|
17
17
|
require('react-intl');
|
|
@@ -9,7 +9,7 @@ import _Object$defineProperty from '@babel/runtime-corejs3/core-js-stable/object
|
|
|
9
9
|
import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';
|
|
10
10
|
import 'react';
|
|
11
11
|
import { Spacings, Text, Link } from '@commercetools-frontend/ui-kit';
|
|
12
|
-
import { m as messages } from './index-
|
|
12
|
+
import { m as messages } from './index-fd6bbcc5.esm.js';
|
|
13
13
|
import { jsxs, jsx } from '@emotion/react/jsx-runtime';
|
|
14
14
|
import '@babel/runtime-corejs3/core-js-stable/instance/every';
|
|
15
15
|
import 'react-intl';
|
package/dist/{enabled-drop-area-ed0fd3ba.cjs.dev.js → enabled-drop-area-dff17a22.cjs.dev.js}
RENAMED
|
@@ -11,7 +11,7 @@ var _Object$defineProperty = require('@babel/runtime-corejs3/core-js-stable/obje
|
|
|
11
11
|
var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
|
|
12
12
|
require('react');
|
|
13
13
|
var uiKit = require('@commercetools-frontend/ui-kit');
|
|
14
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
14
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-120dc76b.cjs.dev.js');
|
|
15
15
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
16
16
|
require('@babel/runtime-corejs3/core-js-stable/instance/every');
|
|
17
17
|
require('react-intl');
|
|
@@ -94,11 +94,11 @@ var es = {
|
|
|
94
94
|
},
|
|
95
95
|
"ImportResourcesModal.infoBox.keysForEveryResource": {
|
|
96
96
|
developer_comment: "A message to guide users to provide keys for every resource they import",
|
|
97
|
-
string: "
|
|
97
|
+
string: "Tienes que proporcionar claves por cada recurso que importes, también los recursos incrustados como los precios y los archivos. Ponte en contacto con tus administradores para asignar claves a través de la <link>API HTTP</link>."
|
|
98
98
|
},
|
|
99
99
|
"ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
|
|
100
100
|
developer_comment: "A message to guide users to check the prerequisites of importing data",
|
|
101
|
-
string: "
|
|
101
|
+
string: "Requisitos previos al importar datos"
|
|
102
102
|
},
|
|
103
103
|
"ImportResourcesModal.instructions": {
|
|
104
104
|
developer_comment: "Label for the instructions section",
|
|
@@ -110,11 +110,11 @@ var es = {
|
|
|
110
110
|
},
|
|
111
111
|
"ImportResourcesModal.missingRequiredField": {
|
|
112
112
|
developer_comment: "Error message displayed when a required field is missing",
|
|
113
|
-
string: "
|
|
113
|
+
string: "Falta campo obligatorio"
|
|
114
114
|
},
|
|
115
115
|
"ImportResourcesModal.missingRequiredKeys": {
|
|
116
116
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
117
|
-
string: "
|
|
117
|
+
string: "Asegúrate de que los archivos contienen las claves necesarias para los elementos incluidas {fieldNames}"
|
|
118
118
|
},
|
|
119
119
|
"ImportResourcesModal.modalTitle.category": {
|
|
120
120
|
developer_comment: "Label for the categories modal title",
|
|
@@ -122,7 +122,7 @@ var es = {
|
|
|
122
122
|
},
|
|
123
123
|
"ImportResourcesModal.modalTitle.customer": {
|
|
124
124
|
developer_comment: "Label for the customers modal title",
|
|
125
|
-
string: "
|
|
125
|
+
string: "Importar clientes mediante CSV"
|
|
126
126
|
},
|
|
127
127
|
"ImportResourcesModal.modalTitle.discountCode": {
|
|
128
128
|
developer_comment: "Label for the inventories modal title",
|
|
@@ -134,7 +134,7 @@ var es = {
|
|
|
134
134
|
},
|
|
135
135
|
"ImportResourcesModal.modalTitle.order": {
|
|
136
136
|
developer_comment: "Label for the order modal title",
|
|
137
|
-
string: "
|
|
137
|
+
string: "Importar pedidos mediante CSV"
|
|
138
138
|
},
|
|
139
139
|
"ImportResourcesModal.modalTitle.product": {
|
|
140
140
|
developer_comment: "Label for the products modal title",
|
|
@@ -142,7 +142,7 @@ var es = {
|
|
|
142
142
|
},
|
|
143
143
|
"ImportResourcesModal.modalTitle.productType": {
|
|
144
144
|
developer_comment: "Label for the product type modal title",
|
|
145
|
-
string: "
|
|
145
|
+
string: "Importar tipos de productos mediante CSV"
|
|
146
146
|
},
|
|
147
147
|
"ImportResourcesModal.or": {
|
|
148
148
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
@@ -224,7 +224,7 @@ var es = {
|
|
|
224
224
|
},
|
|
225
225
|
"ImportResourcesModal.uploadErrorDescription": {
|
|
226
226
|
developer_comment: "Title when errors detected while uploading file",
|
|
227
|
-
string: "
|
|
227
|
+
string: "Hay {errorsCount, plural, one {<b>{errorsCount}</b> error} other {<b>{errorsCount}</b> errores}} que se han detectado al subir el archivo <b>{fileName}</b>."
|
|
228
228
|
},
|
|
229
229
|
"ImportResourcesModal.uploadFile": {
|
|
230
230
|
developer_comment: "Label for a button on the file upload page, shown on active drop area state",
|
|
@@ -236,7 +236,7 @@ var es = {
|
|
|
236
236
|
},
|
|
237
237
|
"ImportResourcesModal.wrongDelimiterDescription": {
|
|
238
238
|
developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
|
|
239
|
-
string: "
|
|
239
|
+
string: "El archivo está utilizando un delimitador incorrecto. Utiliza comas (,) en su lugar."
|
|
240
240
|
},
|
|
241
241
|
"ImportResourcesModal.wrongDelimiterTitle": {
|
|
242
242
|
string: "Delimitador incorrecto"
|