@commercetools-frontend-extensions/import-resources-modal 1.3.19 → 1.4.1

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 (44) hide show
  1. package/dist/{active-drag-drop-area-9667523a.esm.js → active-drag-drop-area-14547b3b.esm.js} +1 -1
  2. package/dist/{active-drag-drop-area-f7b82691.cjs.prod.js → active-drag-drop-area-8c1a33ba.cjs.prod.js} +1 -1
  3. package/dist/{active-drag-drop-area-af12a9b1.cjs.dev.js → active-drag-drop-area-cef224e3.cjs.dev.js} +1 -1
  4. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +2 -2
  5. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +2 -2
  6. package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +2 -2
  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/@types/import-container.d.ts +14 -0
  11. package/dist/en-2d941c45.esm.js +244 -0
  12. package/dist/en-c12caec6.cjs.dev.js +246 -0
  13. package/dist/en-c80bec2f.cjs.prod.js +246 -0
  14. package/dist/{enabled-drop-area-e2c28a9e.esm.js → enabled-drop-area-77804d07.esm.js} +1 -1
  15. package/dist/{enabled-drop-area-ed0fd3ba.cjs.dev.js → enabled-drop-area-7e676557.cjs.dev.js} +1 -1
  16. package/dist/{enabled-drop-area-93e90a7a.cjs.prod.js → enabled-drop-area-f5edef91.cjs.prod.js} +1 -1
  17. package/dist/{es-9821e666.cjs.prod.js → es-01b24cea.cjs.prod.js} +9 -9
  18. package/dist/{es-c6b4310c.esm.js → es-561e774f.esm.js} +9 -9
  19. package/dist/{es-c3c63de8.cjs.dev.js → es-a45120de.cjs.dev.js} +9 -9
  20. package/dist/{file-dropped-area-8a8a3de8.esm.js → file-dropped-area-01985830.esm.js} +9 -9
  21. package/dist/{file-dropped-area-16894986.cjs.prod.js → file-dropped-area-0f2194fc.cjs.prod.js} +9 -9
  22. package/dist/{file-dropped-area-b3ce24a7.cjs.dev.js → file-dropped-area-f4f37cd4.cjs.dev.js} +9 -9
  23. package/dist/fr-FR-1c33adf1.esm.js +244 -0
  24. package/dist/fr-FR-2a0f5518.cjs.prod.js +246 -0
  25. package/dist/fr-FR-d51f6a8e.cjs.dev.js +246 -0
  26. package/dist/{index-0bd38b3d.cjs.dev.js → index-53c3ff29.cjs.dev.js} +214 -129
  27. package/dist/{index-02b35395.cjs.prod.js → index-d687055a.cjs.prod.js} +199 -128
  28. package/dist/{index-62b39c5f.esm.js → index-f96d232d.esm.js} +215 -130
  29. package/dist/pt-BR-6b7a389e.cjs.prod.js +246 -0
  30. package/dist/pt-BR-8b999c2f.cjs.dev.js +246 -0
  31. package/dist/pt-BR-c09d735f.esm.js +244 -0
  32. package/package.json +16 -15
  33. package/dist/de-a34c5dd4.cjs.dev.js +0 -6
  34. package/dist/de-cd6c45d3.esm.js +0 -4
  35. package/dist/de-d954fe3d.cjs.prod.js +0 -6
  36. package/dist/en-3a9aa2d4.esm.js +0 -4
  37. package/dist/en-6b3694f6.cjs.dev.js +0 -6
  38. package/dist/en-c7757448.cjs.prod.js +0 -6
  39. package/dist/fr-FR-9d9081ee.esm.js +0 -4
  40. package/dist/fr-FR-e7126fcc.cjs.dev.js +0 -6
  41. package/dist/fr-FR-fce1ca96.cjs.prod.js +0 -6
  42. package/dist/pt-BR-b37d730b.esm.js +0 -4
  43. package/dist/pt-BR-ea6b3251.cjs.dev.js +0 -6
  44. package/dist/pt-BR-ec2a1a11.cjs.prod.js +0 -6
@@ -0,0 +1,246 @@
1
+ 'use strict';
2
+
3
+ var de = {
4
+ "ImportResourcesModal.BodyNote": {
5
+ developer_comment: "Confirmation dialog text",
6
+ string: "Bitte beachten Sie, dass vorhandene Werte mit denselben Schlüsseln durch die in den CSV enthaltenen Daten überschrieben werden."
7
+ },
8
+ "ImportResourcesModal.BodyQuestion": {
9
+ developer_comment: "Confirmation question",
10
+ string: "Mit dem Import fortfahren?"
11
+ },
12
+ "ImportResourcesModal.BodyText": {
13
+ developer_comment: "Confirmation dialog text",
14
+ string: "Sie sind im Begriff <bold>{count}</bold> Zeilen in folgendes Projekt zu importieren: <bold>{projectName}</bold>."
15
+ },
16
+ "ImportResourcesModal.browseFile": {
17
+ string: "Datei durchsuchen"
18
+ },
19
+ "ImportResourcesModal.cancel": {
20
+ developer_comment: "Label for the cancel button",
21
+ string: "Abbrechen"
22
+ },
23
+ "ImportResourcesModal.chooseFile": {
24
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
+ string: "Datei auswählen"
26
+ },
27
+ "ImportResourcesModal.close": {
28
+ developer_comment: "Label for the close button",
29
+ string: "Schließen"
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: "<b>{columnCount}</b> Spalte(n) werden nicht unberücksichtigt, da sie nicht importiert werden können"
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> Spalte(n) können nicht importiert werden"
38
+ },
39
+ "ImportResourcesModal.confirmationBodyNote": {
40
+ developer_comment: "Confirmation dialog text",
41
+ string: "Bitte beachten Sie, dass vorhandene Werte mit denselben Schlüsseln durch die in den CSV enthaltenen Daten überschrieben werden."
42
+ },
43
+ "ImportResourcesModal.confirmationBodyQuestion": {
44
+ developer_comment: "Confirmation question",
45
+ string: "Mit dem Import fortfahren?"
46
+ },
47
+ "ImportResourcesModal.confirmationBodyText": {
48
+ developer_comment: "Confirmation dialog text",
49
+ string: "Sie sind im Begriff <bold>{count}</bold> Zeilen in folgendes Projekt zu importieren: <bold>{projectName}</bold>."
50
+ },
51
+ "ImportResourcesModal.continue": {
52
+ developer_comment: "Confirmation dialog continue button",
53
+ string: "Weiter"
54
+ },
55
+ "ImportResourcesModal.dataType": {
56
+ developer_comment: "Label for the data type selection dropdown",
57
+ string: "Datentyp"
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: "Stellen Sie sicher, dass die Datei eine Kopfzeile und mindestens eine Datenzeile enthält."
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: "Ungültige CSV-Datei"
74
+ },
75
+ "ImportResourcesModal.errorType": {
76
+ developer_comment: "In Upload file error modal - \"Error type\" column",
77
+ string: "Fehlertyp"
78
+ },
79
+ "ImportResourcesModal.fileFormatNotSupported": {
80
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
81
+ string: "Ungültiges Dateiformat: Die Datei liegt nicht im CSV-Format vor und kann nicht verarbeitet werden."
82
+ },
83
+ "ImportResourcesModal.fileUploadFailed": {
84
+ developer_comment: "A title on the file upload page, shown on file upload error state",
85
+ string: "Datei konnte nicht hochgeladen werden"
86
+ },
87
+ "ImportResourcesModal.fileUploadInstructions": {
88
+ developer_comment: "Label for the modal category description",
89
+ string: "Die maximale Dateigröße beträgt {fileSize} MB mit einem Limit von {rowLimit} Zeilen. Laden Sie die <csvTemplateLink>CSV-Vorlage</csvTemplateLink> herunter oder lesen Sie <documentationLink>die Dokumentation</documentationLink>."
90
+ },
91
+ "ImportResourcesModal.genericError": {
92
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
93
+ string: "Es ist ein Fehler aufgetreten: Bitte versuchen Sie erneut, die Datei hochzuladen, oder wenden Sie sich an unser Support-Team."
94
+ },
95
+ "ImportResourcesModal.infoBox.keysForEveryResource": {
96
+ developer_comment: "A message to guide users to provide keys for every resource they import",
97
+ string: "Sie müssen Schlüssel für jede Ressource angeben, die Sie importieren, einschließlich eingebetteter Ressourcen wie Preise und Assets. Wenden Sie sich an Ihre Administratoren, um Schlüssel über <link>die HTTP-API</link> zuzuweisen."
98
+ },
99
+ "ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
100
+ developer_comment: "A message to guide users to check the prerequisites of importing data",
101
+ string: "Voraussetzungen für den Datenimport"
102
+ },
103
+ "ImportResourcesModal.instructions": {
104
+ developer_comment: "Label for the instructions section",
105
+ string: "Anweisungen"
106
+ },
107
+ "ImportResourcesModal.missingKeyError": {
108
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
+ string: "Das Schlüsselfeld fehlt in einigen Zeilen oder ist unvollständig. Stellen Sie sicher, dass jede Zeile einen Schlüsselwert hat."
110
+ },
111
+ "ImportResourcesModal.missingRequiredField": {
112
+ developer_comment: "Error message displayed when a required field is missing",
113
+ string: "Fehlendes Pflichtfeld"
114
+ },
115
+ "ImportResourcesModal.missingRequiredKeys": {
116
+ developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
+ string: "Stellen Sie sicher, dass die Datei die erforderlichen Schlüssel für die Elemente einschließlich {fieldNames} enthält"
118
+ },
119
+ "ImportResourcesModal.modalTitle.category": {
120
+ developer_comment: "Label for the categories modal title",
121
+ string: "Kategorien nach CSV importieren"
122
+ },
123
+ "ImportResourcesModal.modalTitle.customer": {
124
+ developer_comment: "Label for the customers modal title",
125
+ string: "Kunden nach CSV importieren"
126
+ },
127
+ "ImportResourcesModal.modalTitle.discountCode": {
128
+ developer_comment: "Label for the inventories modal title",
129
+ string: "Rabattcodes nach CSV importieren"
130
+ },
131
+ "ImportResourcesModal.modalTitle.inventoryEntry": {
132
+ developer_comment: "Label for the inventories modal title",
133
+ string: "Lagerbestände nach CSV importieren"
134
+ },
135
+ "ImportResourcesModal.modalTitle.order": {
136
+ developer_comment: "Label for the order modal title",
137
+ string: "Bestellungen nach CSV importieren"
138
+ },
139
+ "ImportResourcesModal.modalTitle.product": {
140
+ developer_comment: "Label for the products modal title",
141
+ string: "Produkte nach CSV importieren"
142
+ },
143
+ "ImportResourcesModal.modalTitle.productType": {
144
+ developer_comment: "Label for the product type modal title",
145
+ string: "Produkttypen nach CSV importieren"
146
+ },
147
+ "ImportResourcesModal.or": {
148
+ developer_comment: "The word \"or\" in the drag and drop message",
149
+ string: "oder"
150
+ },
151
+ "ImportResourcesModal.prepareMessage": {
152
+ developer_comment: "Notification for preparing import",
153
+ string: "<b>Import vorbereiten</b><newline></newline>Sobald die Vorbereitung abgeschlossen ist, können Sie den Importfortschritt <logsLink>in den Importprotokollen</logsLink> verfolgen."
154
+ },
155
+ "ImportResourcesModal.previewOfYourImport": {
156
+ developer_comment: "Label for modal path",
157
+ string: "Hier eine Vorschau des Imports"
158
+ },
159
+ "ImportResourcesModal.radio.categories": {
160
+ developer_comment: "Label for the categories radio button",
161
+ string: "Kategorien"
162
+ },
163
+ "ImportResourcesModal.radio.inventories": {
164
+ developer_comment: "Label for the inventories radio button",
165
+ string: "Lagerbestände"
166
+ },
167
+ "ImportResourcesModal.radio.products": {
168
+ developer_comment: "Label for the products radio button",
169
+ string: "Produkte (einschließlich Varianten, Assets, Preise und Bilder)"
170
+ },
171
+ "ImportResourcesModal.row": {
172
+ developer_comment: "In Upload file error modal - \"Row\" column",
173
+ string: "Zeile"
174
+ },
175
+ "ImportResourcesModal.rowLimitExceededDescription": {
176
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
177
+ string: "Die Datei enthält mehr als die maximal zulässige Anzahl von {rowLimit} Zeilen"
178
+ },
179
+ "ImportResourcesModal.rowLimitExceededTitle": {
180
+ string: "Zeilenlimit überschritten"
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> Zeilen zu importieren"
185
+ },
186
+ "ImportResourcesModal.showLess": {
187
+ developer_comment: "A button label for collapsing the import preview to show fewer details.",
188
+ string: "Weniger anzeigen"
189
+ },
190
+ "ImportResourcesModal.showMore": {
191
+ developer_comment: "A button label for expanding the import preview to show more details.",
192
+ string: "Mehr anzeigen"
193
+ },
194
+ "ImportResourcesModal.sizeExceededDescription": {
195
+ developer_comment: "Error description when the file size exceeds the allowable limit",
196
+ string: "Die Datei überschreitet die maximal zulässige Größe von {fileSizeLimit} MB"
197
+ },
198
+ "ImportResourcesModal.sizeExceededTitle": {
199
+ string: "Dateigröße überschritten"
200
+ },
201
+ "ImportResourcesModal.startImportButton": {
202
+ developer_comment: "Label for the modal Start import button",
203
+ string: "Import starten"
204
+ },
205
+ "ImportResourcesModal.successMessage": {
206
+ developer_comment: "Notification success message",
207
+ string: "<b>Der Import hat begonnen.</b><newline></newline> <logsLink>Wechseln Sie zu den Importprotokollen </logsLink>, um den Fortschritt zu überprüfen."
208
+ },
209
+ "ImportResourcesModal.supportedValuesDocumentation": {
210
+ developer_comment: "Link to the documentation for supported values",
211
+ string: "<documentationLink>Dokumentation</documentationLink> für unterstützte Werte anzeigen."
212
+ },
213
+ "ImportResourcesModal.tooManyFilesError": {
214
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
+ string: "Mehrere Dateien erkannt: Sie können jeweils nur eine Datei per Drag-and-Drop verschieben."
216
+ },
217
+ "ImportResourcesModal.unexpectedError": {
218
+ developer_comment: "Generic notification message when file upload fails",
219
+ string: "Während des Datei-Uploads ist ein unerwarteter Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn dieser Fehler erneut auftritt."
220
+ },
221
+ "ImportResourcesModal.uploadButton": {
222
+ developer_comment: "Label for the upload button",
223
+ string: "Hochladen und Vorschau"
224
+ },
225
+ "ImportResourcesModal.uploadErrorDescription": {
226
+ developer_comment: "Title when errors detected while uploading file",
227
+ string: "Beim Hochladen der Datei <b>{fileName}</b> wurden {errorsCount, plural, one {ist <b>{errorsCount}</b> Fehler} other {sind <b>{errorsCount}</b> Fehler}} erkannt."
228
+ },
229
+ "ImportResourcesModal.uploadFile": {
230
+ developer_comment: "Label for a button on the file upload page, shown on active drop area state",
231
+ string: "Datei hochladen"
232
+ },
233
+ "ImportResourcesModal.uploadNewFile": {
234
+ developer_comment: "Upload new file button",
235
+ string: "Neue Datei hochladen"
236
+ },
237
+ "ImportResourcesModal.wrongDelimiterDescription": {
238
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
239
+ string: "Die Datei verwendet ein falsches Trennzeichen. Verwenden Sie stattdessen ein Komma (,)."
240
+ },
241
+ "ImportResourcesModal.wrongDelimiterTitle": {
242
+ string: "Falsches Trennzeichen"
243
+ }
244
+ };
245
+
246
+ exports["default"] = de;
@@ -13,8 +13,22 @@ export type ImportContainerQueryParams = {
13
13
  tags?: string;
14
14
  };
15
15
  export interface ExtendedImportContainer extends ImportContainer {
16
+ settings?: {
17
+ resourceType: string;
18
+ format: string;
19
+ options: {
20
+ publishAllChanges?: boolean;
21
+ };
22
+ };
16
23
  tags?: string[];
17
24
  }
18
25
  export interface ExtendedImportContainerDraft extends ImportContainerDraft {
26
+ settings?: {
27
+ resourceType: string;
28
+ format: string;
29
+ options: {
30
+ publishAllChanges?: boolean;
31
+ };
32
+ };
19
33
  tags?: string[];
20
34
  }
@@ -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 {count, plural, one {<bold>1</bold> row} other {<bold>{count}</bold> rows}} in 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: "{rowCount, plural, one {<b>1</b> row to be imported} other {<b>{rowCount}</b> rows to be imported}}{publish, select, true { and published} other {}}"
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 };