@commercetools-frontend-extensions/unpublish-products-modal 1.1.9 → 1.2.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-76561453.cjs.dev.js → active-drag-drop-area-2b23a825.cjs.prod.js} +1 -2
- package/dist/{active-drag-drop-area-fc38d754.esm.js → active-drag-drop-area-5709c481.esm.js} +1 -2
- package/dist/{active-drag-drop-area-0fd690f1.cjs.prod.js → active-drag-drop-area-dfc9a24c.cjs.dev.js} +1 -2
- package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.dev.js +1 -2
- package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.prod.js +1 -2
- package/dist/commercetools-frontend-extensions-unpublish-products-modal.esm.js +1 -2
- package/dist/de-003f2859.cjs.prod.js +150 -0
- package/dist/de-985804ff.esm.js +148 -0
- package/dist/de-d3d76e3c.cjs.dev.js +150 -0
- package/dist/en-5727e1f9.esm.js +148 -0
- package/dist/en-b170969b.cjs.dev.js +150 -0
- package/dist/en-da1bb187.cjs.prod.js +150 -0
- package/dist/{enabled-drop-area-79821080.cjs.dev.js → enabled-drop-area-755a9ef6.cjs.dev.js} +1 -2
- package/dist/{enabled-drop-area-be9f12e6.cjs.prod.js → enabled-drop-area-9209d2ac.cjs.prod.js} +1 -2
- package/dist/{enabled-drop-area-b3baf8c9.esm.js → enabled-drop-area-a1d62139.esm.js} +1 -2
- package/dist/es-040a89ab.cjs.prod.js +150 -0
- package/dist/es-4955e68e.cjs.dev.js +150 -0
- package/dist/es-ddb13dad.esm.js +148 -0
- package/dist/{file-dropped-area-82dc8dd6.esm.js → file-dropped-area-0f0a223c.esm.js} +1 -2
- package/dist/{file-dropped-area-fe292b15.cjs.dev.js → file-dropped-area-ca26707f.cjs.prod.js} +1 -2
- package/dist/{file-dropped-area-4749e851.cjs.prod.js → file-dropped-area-f44849bb.cjs.dev.js} +1 -2
- package/dist/fr-FR-01187000.cjs.dev.js +150 -0
- package/dist/fr-FR-9ed02ab8.cjs.prod.js +150 -0
- package/dist/fr-FR-ef84bd8b.esm.js +148 -0
- package/dist/{index-e479383b.cjs.dev.js → index-46884b7c.cjs.dev.js} +9 -11
- package/dist/{index-f4643bb1.cjs.prod.js → index-85708701.cjs.prod.js} +9 -11
- package/dist/{index-4a29e111.esm.js → index-a2de9e0c.esm.js} +9 -10
- package/dist/pt-BR-46c4eaae.cjs.prod.js +150 -0
- package/dist/pt-BR-872a8cea.cjs.dev.js +150 -0
- package/dist/pt-BR-f693f646.esm.js +148 -0
- package/package.json +41 -39
- 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/es-042343bd.cjs.prod.js +0 -6
- package/dist/es-8b3ecab1.cjs.dev.js +0 -6
- package/dist/es-e544023d.esm.js +0 -4
- 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,148 @@
|
|
|
1
|
+
var en = {
|
|
2
|
+
"UnpublishProductsModal.browseFile": {
|
|
3
|
+
string: "Browse file"
|
|
4
|
+
},
|
|
5
|
+
"UnpublishProductsModal.cancel": {
|
|
6
|
+
developer_comment: "The label for the cancel button",
|
|
7
|
+
string: "Cancel"
|
|
8
|
+
},
|
|
9
|
+
"UnpublishProductsModal.chooseFile": {
|
|
10
|
+
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
11
|
+
string: "Choose file"
|
|
12
|
+
},
|
|
13
|
+
"UnpublishProductsModal.confirmationQuestion": {
|
|
14
|
+
developer_comment: "Confirmation question",
|
|
15
|
+
string: "Are you sure you want to unpublish the products?"
|
|
16
|
+
},
|
|
17
|
+
"UnpublishProductsModal.confirmationText": {
|
|
18
|
+
developer_comment: "Confirmation text",
|
|
19
|
+
string: "{count, plural, one {You are about to unpublish <b>{count}</b> product in the project: <b>{projectName}</b>.} other {You are about to unpublish <b>{count}</b> products in the project: <b>{projectName}</b>.}}"
|
|
20
|
+
},
|
|
21
|
+
"UnpublishProductsModal.continue": {
|
|
22
|
+
developer_comment: "Continue button",
|
|
23
|
+
string: "Continue"
|
|
24
|
+
},
|
|
25
|
+
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
26
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
27
|
+
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys"
|
|
28
|
+
},
|
|
29
|
+
"UnpublishProductsModal.csvFormatErrorTitle": {
|
|
30
|
+
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
31
|
+
string: "Invalid CSV file"
|
|
32
|
+
},
|
|
33
|
+
"UnpublishProductsModal.dataType": {
|
|
34
|
+
developer_comment: "Label for the data type selection dropdown",
|
|
35
|
+
string: "Data type"
|
|
36
|
+
},
|
|
37
|
+
"UnpublishProductsModal.details": {
|
|
38
|
+
developer_comment: "\"Details\" column",
|
|
39
|
+
string: "Details"
|
|
40
|
+
},
|
|
41
|
+
"UnpublishProductsModal.dragAndDropCSV": {
|
|
42
|
+
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
43
|
+
string: "Drag and drop CSV"
|
|
44
|
+
},
|
|
45
|
+
"UnpublishProductsModal.dropAreaNotEnoughRowsDescription": {
|
|
46
|
+
developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
47
|
+
string: "Make sure the file contains a header and at least one row of data"
|
|
48
|
+
},
|
|
49
|
+
"UnpublishProductsModal.dropAreaNotEnoughRowsTitle": {
|
|
50
|
+
developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
51
|
+
string: "Invalid CSV file"
|
|
52
|
+
},
|
|
53
|
+
"UnpublishProductsModal.errorType": {
|
|
54
|
+
developer_comment: "Error type\" column",
|
|
55
|
+
string: "Error type"
|
|
56
|
+
},
|
|
57
|
+
"UnpublishProductsModal.fileFormatNotSupported": {
|
|
58
|
+
developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
|
|
59
|
+
string: "Invalid file format: The file is not in CSV format and cannot be processed."
|
|
60
|
+
},
|
|
61
|
+
"UnpublishProductsModal.fileUploadFailed": {
|
|
62
|
+
developer_comment: "A title on the file upload page, shown on file upload error state",
|
|
63
|
+
string: "File upload failed"
|
|
64
|
+
},
|
|
65
|
+
"UnpublishProductsModal.fileUploadInstructions": {
|
|
66
|
+
developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
|
|
67
|
+
string: "The file must include only one column with header ‘key’ and the product key values to be unpublished. Maximum file size is {maxFileSize} MB with a limit of {maxRowCount} rows. Download <csvTemplateLink>the CSV template</csvTemplateLink> or refer to <documentationLink>the documentation</documentationLink>."
|
|
68
|
+
},
|
|
69
|
+
"UnpublishProductsModal.genericError": {
|
|
70
|
+
developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
|
|
71
|
+
string: "Error occurred: Please try uploading the file again or contact our support team for assistance."
|
|
72
|
+
},
|
|
73
|
+
"UnpublishProductsModal.heresAPreview": {
|
|
74
|
+
developer_comment: "Here is a preview",
|
|
75
|
+
string: "Here's a preview:"
|
|
76
|
+
},
|
|
77
|
+
"UnpublishProductsModal.importStarted": {
|
|
78
|
+
developer_comment: "Import started",
|
|
79
|
+
string: "<b>Your import for bulk unpublish has started.</b><newline></newline>Go to <logsLink>Import logs</logsLink> to view the progress."
|
|
80
|
+
},
|
|
81
|
+
"UnpublishProductsModal.instructions": {
|
|
82
|
+
developer_comment: "Label for the instructions section",
|
|
83
|
+
string: "Instructions"
|
|
84
|
+
},
|
|
85
|
+
"UnpublishProductsModal.missingKeyError": {
|
|
86
|
+
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
87
|
+
string: "The 'key' field is either missing or does not include values in some rows. Please make sure there is a column containing key values and every row has a value in it."
|
|
88
|
+
},
|
|
89
|
+
"UnpublishProductsModal.missingRequiredField": {
|
|
90
|
+
developer_comment: "Error message displayed when a required field is missing",
|
|
91
|
+
string: "Missing required field"
|
|
92
|
+
},
|
|
93
|
+
"UnpublishProductsModal.or": {
|
|
94
|
+
developer_comment: "The word \"or\" in the drag and drop message",
|
|
95
|
+
string: "or"
|
|
96
|
+
},
|
|
97
|
+
"UnpublishProductsModal.preparingImport": {
|
|
98
|
+
developer_comment: "Preparing import",
|
|
99
|
+
string: "<b>Prepare bulk unpublish.</b><newline></newline>Once preparation is complete, you can track the progress <logsLink>in the Import logs</logsLink>. The data will be unpublished after the import is finalized."
|
|
100
|
+
},
|
|
101
|
+
"UnpublishProductsModal.productsToBeUnpublished": {
|
|
102
|
+
developer_comment: "Products to be unpublished",
|
|
103
|
+
string: "{count, plural, one {<b>{count}</b> product to be unpublished} other {<b>{count}</b> products to be unpublished}}"
|
|
104
|
+
},
|
|
105
|
+
"UnpublishProductsModal.rowLimitExceededDescription": {
|
|
106
|
+
developer_comment: "Error description when the file contains more rows than the allowable maximum",
|
|
107
|
+
string: "The file contains more than the allowable maximum of {rowLimit} rows"
|
|
108
|
+
},
|
|
109
|
+
"UnpublishProductsModal.rowLimitExceededTitle": {
|
|
110
|
+
string: "Row limit exceeded"
|
|
111
|
+
},
|
|
112
|
+
"UnpublishProductsModal.sizeExceededDescription": {
|
|
113
|
+
developer_comment: "Error description when the file size exceeds the allowable limit",
|
|
114
|
+
string: "The file exceeds the maximum allowed size of {fileSizeLimit} MB"
|
|
115
|
+
},
|
|
116
|
+
"UnpublishProductsModal.sizeExceededTitle": {
|
|
117
|
+
string: "File size exceeded"
|
|
118
|
+
},
|
|
119
|
+
"UnpublishProductsModal.startBulkUnpublish": {
|
|
120
|
+
developer_comment: "Start bulk unpublish button",
|
|
121
|
+
string: "Start bulk unpublish"
|
|
122
|
+
},
|
|
123
|
+
"UnpublishProductsModal.tooManyFilesError": {
|
|
124
|
+
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
125
|
+
string: "Multiple files detected: You can only drag and drop one file at a time."
|
|
126
|
+
},
|
|
127
|
+
"UnpublishProductsModal.unexpectedError": {
|
|
128
|
+
developer_comment: "Generic notification message when file upload fails",
|
|
129
|
+
string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
|
|
130
|
+
},
|
|
131
|
+
"UnpublishProductsModal.unpublishModalTitle": {
|
|
132
|
+
developer_comment: "The title of the modal",
|
|
133
|
+
string: "Bulk unpublish via CSV"
|
|
134
|
+
},
|
|
135
|
+
"UnpublishProductsModal.uploadAndPreview": {
|
|
136
|
+
developer_comment: "Label for the button that uploads the file and shows the preview",
|
|
137
|
+
string: "Upload and preview"
|
|
138
|
+
},
|
|
139
|
+
"UnpublishProductsModal.uploadError": {
|
|
140
|
+
developer_comment: "Title when errors detected while uploading file",
|
|
141
|
+
string: "There {errorsCount, plural, one {is <b>1</b> error} other {are <b>{errorsCount}</b> errors}} detected while uploading the file \"{fileName}\"."
|
|
142
|
+
},
|
|
143
|
+
"UnpublishProductsModal.uploadNewFile": {
|
|
144
|
+
string: "Upload new file"
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
export { en as default };
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var en = {
|
|
4
|
+
"UnpublishProductsModal.browseFile": {
|
|
5
|
+
string: "Browse file"
|
|
6
|
+
},
|
|
7
|
+
"UnpublishProductsModal.cancel": {
|
|
8
|
+
developer_comment: "The label for the cancel button",
|
|
9
|
+
string: "Cancel"
|
|
10
|
+
},
|
|
11
|
+
"UnpublishProductsModal.chooseFile": {
|
|
12
|
+
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
13
|
+
string: "Choose file"
|
|
14
|
+
},
|
|
15
|
+
"UnpublishProductsModal.confirmationQuestion": {
|
|
16
|
+
developer_comment: "Confirmation question",
|
|
17
|
+
string: "Are you sure you want to unpublish the products?"
|
|
18
|
+
},
|
|
19
|
+
"UnpublishProductsModal.confirmationText": {
|
|
20
|
+
developer_comment: "Confirmation text",
|
|
21
|
+
string: "{count, plural, one {You are about to unpublish <b>{count}</b> product in the project: <b>{projectName}</b>.} other {You are about to unpublish <b>{count}</b> products in the project: <b>{projectName}</b>.}}"
|
|
22
|
+
},
|
|
23
|
+
"UnpublishProductsModal.continue": {
|
|
24
|
+
developer_comment: "Continue button",
|
|
25
|
+
string: "Continue"
|
|
26
|
+
},
|
|
27
|
+
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
28
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
29
|
+
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys"
|
|
30
|
+
},
|
|
31
|
+
"UnpublishProductsModal.csvFormatErrorTitle": {
|
|
32
|
+
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
33
|
+
string: "Invalid CSV file"
|
|
34
|
+
},
|
|
35
|
+
"UnpublishProductsModal.dataType": {
|
|
36
|
+
developer_comment: "Label for the data type selection dropdown",
|
|
37
|
+
string: "Data type"
|
|
38
|
+
},
|
|
39
|
+
"UnpublishProductsModal.details": {
|
|
40
|
+
developer_comment: "\"Details\" column",
|
|
41
|
+
string: "Details"
|
|
42
|
+
},
|
|
43
|
+
"UnpublishProductsModal.dragAndDropCSV": {
|
|
44
|
+
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
45
|
+
string: "Drag and drop CSV"
|
|
46
|
+
},
|
|
47
|
+
"UnpublishProductsModal.dropAreaNotEnoughRowsDescription": {
|
|
48
|
+
developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
49
|
+
string: "Make sure the file contains a header and at least one row of data"
|
|
50
|
+
},
|
|
51
|
+
"UnpublishProductsModal.dropAreaNotEnoughRowsTitle": {
|
|
52
|
+
developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
53
|
+
string: "Invalid CSV file"
|
|
54
|
+
},
|
|
55
|
+
"UnpublishProductsModal.errorType": {
|
|
56
|
+
developer_comment: "Error type\" column",
|
|
57
|
+
string: "Error type"
|
|
58
|
+
},
|
|
59
|
+
"UnpublishProductsModal.fileFormatNotSupported": {
|
|
60
|
+
developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
|
|
61
|
+
string: "Invalid file format: The file is not in CSV format and cannot be processed."
|
|
62
|
+
},
|
|
63
|
+
"UnpublishProductsModal.fileUploadFailed": {
|
|
64
|
+
developer_comment: "A title on the file upload page, shown on file upload error state",
|
|
65
|
+
string: "File upload failed"
|
|
66
|
+
},
|
|
67
|
+
"UnpublishProductsModal.fileUploadInstructions": {
|
|
68
|
+
developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
|
|
69
|
+
string: "The file must include only one column with header ‘key’ and the product key values to be unpublished. Maximum file size is {maxFileSize} MB with a limit of {maxRowCount} rows. Download <csvTemplateLink>the CSV template</csvTemplateLink> or refer to <documentationLink>the documentation</documentationLink>."
|
|
70
|
+
},
|
|
71
|
+
"UnpublishProductsModal.genericError": {
|
|
72
|
+
developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
|
|
73
|
+
string: "Error occurred: Please try uploading the file again or contact our support team for assistance."
|
|
74
|
+
},
|
|
75
|
+
"UnpublishProductsModal.heresAPreview": {
|
|
76
|
+
developer_comment: "Here is a preview",
|
|
77
|
+
string: "Here's a preview:"
|
|
78
|
+
},
|
|
79
|
+
"UnpublishProductsModal.importStarted": {
|
|
80
|
+
developer_comment: "Import started",
|
|
81
|
+
string: "<b>Your import for bulk unpublish has started.</b><newline></newline>Go to <logsLink>Import logs</logsLink> to view the progress."
|
|
82
|
+
},
|
|
83
|
+
"UnpublishProductsModal.instructions": {
|
|
84
|
+
developer_comment: "Label for the instructions section",
|
|
85
|
+
string: "Instructions"
|
|
86
|
+
},
|
|
87
|
+
"UnpublishProductsModal.missingKeyError": {
|
|
88
|
+
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
89
|
+
string: "The 'key' field is either missing or does not include values in some rows. Please make sure there is a column containing key values and every row has a value in it."
|
|
90
|
+
},
|
|
91
|
+
"UnpublishProductsModal.missingRequiredField": {
|
|
92
|
+
developer_comment: "Error message displayed when a required field is missing",
|
|
93
|
+
string: "Missing required field"
|
|
94
|
+
},
|
|
95
|
+
"UnpublishProductsModal.or": {
|
|
96
|
+
developer_comment: "The word \"or\" in the drag and drop message",
|
|
97
|
+
string: "or"
|
|
98
|
+
},
|
|
99
|
+
"UnpublishProductsModal.preparingImport": {
|
|
100
|
+
developer_comment: "Preparing import",
|
|
101
|
+
string: "<b>Prepare bulk unpublish.</b><newline></newline>Once preparation is complete, you can track the progress <logsLink>in the Import logs</logsLink>. The data will be unpublished after the import is finalized."
|
|
102
|
+
},
|
|
103
|
+
"UnpublishProductsModal.productsToBeUnpublished": {
|
|
104
|
+
developer_comment: "Products to be unpublished",
|
|
105
|
+
string: "{count, plural, one {<b>{count}</b> product to be unpublished} other {<b>{count}</b> products to be unpublished}}"
|
|
106
|
+
},
|
|
107
|
+
"UnpublishProductsModal.rowLimitExceededDescription": {
|
|
108
|
+
developer_comment: "Error description when the file contains more rows than the allowable maximum",
|
|
109
|
+
string: "The file contains more than the allowable maximum of {rowLimit} rows"
|
|
110
|
+
},
|
|
111
|
+
"UnpublishProductsModal.rowLimitExceededTitle": {
|
|
112
|
+
string: "Row limit exceeded"
|
|
113
|
+
},
|
|
114
|
+
"UnpublishProductsModal.sizeExceededDescription": {
|
|
115
|
+
developer_comment: "Error description when the file size exceeds the allowable limit",
|
|
116
|
+
string: "The file exceeds the maximum allowed size of {fileSizeLimit} MB"
|
|
117
|
+
},
|
|
118
|
+
"UnpublishProductsModal.sizeExceededTitle": {
|
|
119
|
+
string: "File size exceeded"
|
|
120
|
+
},
|
|
121
|
+
"UnpublishProductsModal.startBulkUnpublish": {
|
|
122
|
+
developer_comment: "Start bulk unpublish button",
|
|
123
|
+
string: "Start bulk unpublish"
|
|
124
|
+
},
|
|
125
|
+
"UnpublishProductsModal.tooManyFilesError": {
|
|
126
|
+
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
127
|
+
string: "Multiple files detected: You can only drag and drop one file at a time."
|
|
128
|
+
},
|
|
129
|
+
"UnpublishProductsModal.unexpectedError": {
|
|
130
|
+
developer_comment: "Generic notification message when file upload fails",
|
|
131
|
+
string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
|
|
132
|
+
},
|
|
133
|
+
"UnpublishProductsModal.unpublishModalTitle": {
|
|
134
|
+
developer_comment: "The title of the modal",
|
|
135
|
+
string: "Bulk unpublish via CSV"
|
|
136
|
+
},
|
|
137
|
+
"UnpublishProductsModal.uploadAndPreview": {
|
|
138
|
+
developer_comment: "Label for the button that uploads the file and shows the preview",
|
|
139
|
+
string: "Upload and preview"
|
|
140
|
+
},
|
|
141
|
+
"UnpublishProductsModal.uploadError": {
|
|
142
|
+
developer_comment: "Title when errors detected while uploading file",
|
|
143
|
+
string: "There {errorsCount, plural, one {is <b>1</b> error} other {are <b>{errorsCount}</b> errors}} detected while uploading the file \"{fileName}\"."
|
|
144
|
+
},
|
|
145
|
+
"UnpublishProductsModal.uploadNewFile": {
|
|
146
|
+
string: "Upload new file"
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
exports["default"] = en;
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var en = {
|
|
4
|
+
"UnpublishProductsModal.browseFile": {
|
|
5
|
+
string: "Browse file"
|
|
6
|
+
},
|
|
7
|
+
"UnpublishProductsModal.cancel": {
|
|
8
|
+
developer_comment: "The label for the cancel button",
|
|
9
|
+
string: "Cancel"
|
|
10
|
+
},
|
|
11
|
+
"UnpublishProductsModal.chooseFile": {
|
|
12
|
+
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
13
|
+
string: "Choose file"
|
|
14
|
+
},
|
|
15
|
+
"UnpublishProductsModal.confirmationQuestion": {
|
|
16
|
+
developer_comment: "Confirmation question",
|
|
17
|
+
string: "Are you sure you want to unpublish the products?"
|
|
18
|
+
},
|
|
19
|
+
"UnpublishProductsModal.confirmationText": {
|
|
20
|
+
developer_comment: "Confirmation text",
|
|
21
|
+
string: "{count, plural, one {You are about to unpublish <b>{count}</b> product in the project: <b>{projectName}</b>.} other {You are about to unpublish <b>{count}</b> products in the project: <b>{projectName}</b>.}}"
|
|
22
|
+
},
|
|
23
|
+
"UnpublishProductsModal.continue": {
|
|
24
|
+
developer_comment: "Continue button",
|
|
25
|
+
string: "Continue"
|
|
26
|
+
},
|
|
27
|
+
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
28
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
29
|
+
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys"
|
|
30
|
+
},
|
|
31
|
+
"UnpublishProductsModal.csvFormatErrorTitle": {
|
|
32
|
+
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
33
|
+
string: "Invalid CSV file"
|
|
34
|
+
},
|
|
35
|
+
"UnpublishProductsModal.dataType": {
|
|
36
|
+
developer_comment: "Label for the data type selection dropdown",
|
|
37
|
+
string: "Data type"
|
|
38
|
+
},
|
|
39
|
+
"UnpublishProductsModal.details": {
|
|
40
|
+
developer_comment: "\"Details\" column",
|
|
41
|
+
string: "Details"
|
|
42
|
+
},
|
|
43
|
+
"UnpublishProductsModal.dragAndDropCSV": {
|
|
44
|
+
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
45
|
+
string: "Drag and drop CSV"
|
|
46
|
+
},
|
|
47
|
+
"UnpublishProductsModal.dropAreaNotEnoughRowsDescription": {
|
|
48
|
+
developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
49
|
+
string: "Make sure the file contains a header and at least one row of data"
|
|
50
|
+
},
|
|
51
|
+
"UnpublishProductsModal.dropAreaNotEnoughRowsTitle": {
|
|
52
|
+
developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
53
|
+
string: "Invalid CSV file"
|
|
54
|
+
},
|
|
55
|
+
"UnpublishProductsModal.errorType": {
|
|
56
|
+
developer_comment: "Error type\" column",
|
|
57
|
+
string: "Error type"
|
|
58
|
+
},
|
|
59
|
+
"UnpublishProductsModal.fileFormatNotSupported": {
|
|
60
|
+
developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
|
|
61
|
+
string: "Invalid file format: The file is not in CSV format and cannot be processed."
|
|
62
|
+
},
|
|
63
|
+
"UnpublishProductsModal.fileUploadFailed": {
|
|
64
|
+
developer_comment: "A title on the file upload page, shown on file upload error state",
|
|
65
|
+
string: "File upload failed"
|
|
66
|
+
},
|
|
67
|
+
"UnpublishProductsModal.fileUploadInstructions": {
|
|
68
|
+
developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
|
|
69
|
+
string: "The file must include only one column with header ‘key’ and the product key values to be unpublished. Maximum file size is {maxFileSize} MB with a limit of {maxRowCount} rows. Download <csvTemplateLink>the CSV template</csvTemplateLink> or refer to <documentationLink>the documentation</documentationLink>."
|
|
70
|
+
},
|
|
71
|
+
"UnpublishProductsModal.genericError": {
|
|
72
|
+
developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
|
|
73
|
+
string: "Error occurred: Please try uploading the file again or contact our support team for assistance."
|
|
74
|
+
},
|
|
75
|
+
"UnpublishProductsModal.heresAPreview": {
|
|
76
|
+
developer_comment: "Here is a preview",
|
|
77
|
+
string: "Here's a preview:"
|
|
78
|
+
},
|
|
79
|
+
"UnpublishProductsModal.importStarted": {
|
|
80
|
+
developer_comment: "Import started",
|
|
81
|
+
string: "<b>Your import for bulk unpublish has started.</b><newline></newline>Go to <logsLink>Import logs</logsLink> to view the progress."
|
|
82
|
+
},
|
|
83
|
+
"UnpublishProductsModal.instructions": {
|
|
84
|
+
developer_comment: "Label for the instructions section",
|
|
85
|
+
string: "Instructions"
|
|
86
|
+
},
|
|
87
|
+
"UnpublishProductsModal.missingKeyError": {
|
|
88
|
+
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
89
|
+
string: "The 'key' field is either missing or does not include values in some rows. Please make sure there is a column containing key values and every row has a value in it."
|
|
90
|
+
},
|
|
91
|
+
"UnpublishProductsModal.missingRequiredField": {
|
|
92
|
+
developer_comment: "Error message displayed when a required field is missing",
|
|
93
|
+
string: "Missing required field"
|
|
94
|
+
},
|
|
95
|
+
"UnpublishProductsModal.or": {
|
|
96
|
+
developer_comment: "The word \"or\" in the drag and drop message",
|
|
97
|
+
string: "or"
|
|
98
|
+
},
|
|
99
|
+
"UnpublishProductsModal.preparingImport": {
|
|
100
|
+
developer_comment: "Preparing import",
|
|
101
|
+
string: "<b>Prepare bulk unpublish.</b><newline></newline>Once preparation is complete, you can track the progress <logsLink>in the Import logs</logsLink>. The data will be unpublished after the import is finalized."
|
|
102
|
+
},
|
|
103
|
+
"UnpublishProductsModal.productsToBeUnpublished": {
|
|
104
|
+
developer_comment: "Products to be unpublished",
|
|
105
|
+
string: "{count, plural, one {<b>{count}</b> product to be unpublished} other {<b>{count}</b> products to be unpublished}}"
|
|
106
|
+
},
|
|
107
|
+
"UnpublishProductsModal.rowLimitExceededDescription": {
|
|
108
|
+
developer_comment: "Error description when the file contains more rows than the allowable maximum",
|
|
109
|
+
string: "The file contains more than the allowable maximum of {rowLimit} rows"
|
|
110
|
+
},
|
|
111
|
+
"UnpublishProductsModal.rowLimitExceededTitle": {
|
|
112
|
+
string: "Row limit exceeded"
|
|
113
|
+
},
|
|
114
|
+
"UnpublishProductsModal.sizeExceededDescription": {
|
|
115
|
+
developer_comment: "Error description when the file size exceeds the allowable limit",
|
|
116
|
+
string: "The file exceeds the maximum allowed size of {fileSizeLimit} MB"
|
|
117
|
+
},
|
|
118
|
+
"UnpublishProductsModal.sizeExceededTitle": {
|
|
119
|
+
string: "File size exceeded"
|
|
120
|
+
},
|
|
121
|
+
"UnpublishProductsModal.startBulkUnpublish": {
|
|
122
|
+
developer_comment: "Start bulk unpublish button",
|
|
123
|
+
string: "Start bulk unpublish"
|
|
124
|
+
},
|
|
125
|
+
"UnpublishProductsModal.tooManyFilesError": {
|
|
126
|
+
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
127
|
+
string: "Multiple files detected: You can only drag and drop one file at a time."
|
|
128
|
+
},
|
|
129
|
+
"UnpublishProductsModal.unexpectedError": {
|
|
130
|
+
developer_comment: "Generic notification message when file upload fails",
|
|
131
|
+
string: "An unexpected error occurred during the file upload. Please try again, or contact support if this error occurs again."
|
|
132
|
+
},
|
|
133
|
+
"UnpublishProductsModal.unpublishModalTitle": {
|
|
134
|
+
developer_comment: "The title of the modal",
|
|
135
|
+
string: "Bulk unpublish via CSV"
|
|
136
|
+
},
|
|
137
|
+
"UnpublishProductsModal.uploadAndPreview": {
|
|
138
|
+
developer_comment: "Label for the button that uploads the file and shows the preview",
|
|
139
|
+
string: "Upload and preview"
|
|
140
|
+
},
|
|
141
|
+
"UnpublishProductsModal.uploadError": {
|
|
142
|
+
developer_comment: "Title when errors detected while uploading file",
|
|
143
|
+
string: "There {errorsCount, plural, one {is <b>1</b> error} other {are <b>{errorsCount}</b> errors}} detected while uploading the file \"{fileName}\"."
|
|
144
|
+
},
|
|
145
|
+
"UnpublishProductsModal.uploadNewFile": {
|
|
146
|
+
string: "Upload new file"
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
exports["default"] = en;
|
package/dist/{enabled-drop-area-79821080.cjs.dev.js → enabled-drop-area-755a9ef6.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_commercetoolsFrontendExtensionsUnpublishProductsModal = require('./index-
|
|
14
|
+
var dist_commercetoolsFrontendExtensionsUnpublishProductsModal = require('./index-46884b7c.cjs.dev.js');
|
|
15
15
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
16
16
|
require('react-intl');
|
|
17
17
|
require('@commercetools-frontend/application-shell-connectors');
|
|
@@ -42,7 +42,6 @@ require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
|
42
42
|
require('@commercetools-frontend/sentry');
|
|
43
43
|
require('@commercetools-frontend/application-shell');
|
|
44
44
|
require('@babel/runtime-corejs3/core-js-stable/instance/slice');
|
|
45
|
-
require('@commercetools-uikit/data-table');
|
|
46
45
|
require('@commercetools-frontend/i18n');
|
|
47
46
|
|
|
48
47
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
package/dist/{enabled-drop-area-be9f12e6.cjs.prod.js → enabled-drop-area-9209d2ac.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_commercetoolsFrontendExtensionsUnpublishProductsModal = require('./index-
|
|
14
|
+
var dist_commercetoolsFrontendExtensionsUnpublishProductsModal = require('./index-85708701.cjs.prod.js');
|
|
15
15
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
16
16
|
require('react-intl');
|
|
17
17
|
require('@commercetools-frontend/application-shell-connectors');
|
|
@@ -42,7 +42,6 @@ require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
|
|
|
42
42
|
require('@commercetools-frontend/sentry');
|
|
43
43
|
require('@commercetools-frontend/application-shell');
|
|
44
44
|
require('@babel/runtime-corejs3/core-js-stable/instance/slice');
|
|
45
|
-
require('@commercetools-uikit/data-table');
|
|
46
45
|
require('@commercetools-frontend/i18n');
|
|
47
46
|
|
|
48
47
|
function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
|
|
@@ -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-a2de9e0c.esm.js';
|
|
13
13
|
import { jsxs, jsx } from '@emotion/react/jsx-runtime';
|
|
14
14
|
import 'react-intl';
|
|
15
15
|
import '@commercetools-frontend/application-shell-connectors';
|
|
@@ -40,7 +40,6 @@ import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
|
|
|
40
40
|
import '@commercetools-frontend/sentry';
|
|
41
41
|
import '@commercetools-frontend/application-shell';
|
|
42
42
|
import '@babel/runtime-corejs3/core-js-stable/instance/slice';
|
|
43
|
-
import '@commercetools-uikit/data-table';
|
|
44
43
|
import '@commercetools-frontend/i18n';
|
|
45
44
|
|
|
46
45
|
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var es = {
|
|
4
|
+
"UnpublishProductsModal.browseFile": {
|
|
5
|
+
string: "Explorar archivo"
|
|
6
|
+
},
|
|
7
|
+
"UnpublishProductsModal.cancel": {
|
|
8
|
+
developer_comment: "The label for the cancel button",
|
|
9
|
+
string: "Cancelar"
|
|
10
|
+
},
|
|
11
|
+
"UnpublishProductsModal.chooseFile": {
|
|
12
|
+
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
13
|
+
string: "Elegir archivo"
|
|
14
|
+
},
|
|
15
|
+
"UnpublishProductsModal.confirmationQuestion": {
|
|
16
|
+
developer_comment: "Confirmation question",
|
|
17
|
+
string: "¿Estás seguro que quieres retirar los productos?"
|
|
18
|
+
},
|
|
19
|
+
"UnpublishProductsModal.confirmationText": {
|
|
20
|
+
developer_comment: "Confirmation text",
|
|
21
|
+
string: "{count, plural, one {Vas a retirar <b>{count}</b> producto en el proyecto: <b>{projectName}</b>.} many {Vas a retirar <b>{count}</b> productos en el proyecto: <b>{projectName}</b>.} other {Vas a retirar <b>{count}</b> productos en el proyecto: <b>{projectName}</b>.}}"
|
|
22
|
+
},
|
|
23
|
+
"UnpublishProductsModal.continue": {
|
|
24
|
+
developer_comment: "Continue button",
|
|
25
|
+
string: "Continuar"
|
|
26
|
+
},
|
|
27
|
+
"UnpublishProductsModal.csvFormatErrorDescription": {
|
|
28
|
+
developer_comment: "Error message displayed when the CSV file is not formatted correctly",
|
|
29
|
+
string: "Your CSV file is not formatted correctly. Make sure the file contains only one column named 'key', which includes the product keys"
|
|
30
|
+
},
|
|
31
|
+
"UnpublishProductsModal.csvFormatErrorTitle": {
|
|
32
|
+
developer_comment: "Error title shown when the uploaded CSV file is not formatted correctly",
|
|
33
|
+
string: "Archivo CSV no válido"
|
|
34
|
+
},
|
|
35
|
+
"UnpublishProductsModal.dataType": {
|
|
36
|
+
developer_comment: "Label for the data type selection dropdown",
|
|
37
|
+
string: "Tipos de datos"
|
|
38
|
+
},
|
|
39
|
+
"UnpublishProductsModal.details": {
|
|
40
|
+
developer_comment: "\"Details\" column",
|
|
41
|
+
string: "Detalles"
|
|
42
|
+
},
|
|
43
|
+
"UnpublishProductsModal.dragAndDropCSV": {
|
|
44
|
+
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
45
|
+
string: "Arrastrar y soltar CSV"
|
|
46
|
+
},
|
|
47
|
+
"UnpublishProductsModal.dropAreaNotEnoughRowsDescription": {
|
|
48
|
+
developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
49
|
+
string: "El archivo debe contener un encabezamiento y al menos una fila de datos"
|
|
50
|
+
},
|
|
51
|
+
"UnpublishProductsModal.dropAreaNotEnoughRowsTitle": {
|
|
52
|
+
developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
|
|
53
|
+
string: "Archivo CSV no válido"
|
|
54
|
+
},
|
|
55
|
+
"UnpublishProductsModal.errorType": {
|
|
56
|
+
developer_comment: "Error type\" column",
|
|
57
|
+
string: "Tipo de error"
|
|
58
|
+
},
|
|
59
|
+
"UnpublishProductsModal.fileFormatNotSupported": {
|
|
60
|
+
developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
|
|
61
|
+
string: "Formato no válido de archivo: Este archivo no está en formato CSV y no se puede procesar."
|
|
62
|
+
},
|
|
63
|
+
"UnpublishProductsModal.fileUploadFailed": {
|
|
64
|
+
developer_comment: "A title on the file upload page, shown on file upload error state",
|
|
65
|
+
string: "Fallo al cargar el archivo"
|
|
66
|
+
},
|
|
67
|
+
"UnpublishProductsModal.fileUploadInstructions": {
|
|
68
|
+
developer_comment: "Instructions for uploading a CSV file with product keys to unpublish",
|
|
69
|
+
string: "El archivo CSV debe contener bajo el encabezamiento \"clave\" las claves de producto que se han de retirar. El tamaño máximo es {maxFileSize} MB con un límite de {maxRowCount} filas. Descarga <csvTemplateLink>la plantilla CSV</csvTemplateLink> o consulta <documentationLink>documentación</documentationLink>."
|
|
70
|
+
},
|
|
71
|
+
"UnpublishProductsModal.genericError": {
|
|
72
|
+
developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
|
|
73
|
+
string: "Ha habido un error: Intente cargar el archivo de nuevo o póngase en contacto con nuestra asistencia técnica."
|
|
74
|
+
},
|
|
75
|
+
"UnpublishProductsModal.heresAPreview": {
|
|
76
|
+
developer_comment: "Here is a preview",
|
|
77
|
+
string: "Aquí tienes una vista previa:"
|
|
78
|
+
},
|
|
79
|
+
"UnpublishProductsModal.importStarted": {
|
|
80
|
+
developer_comment: "Import started",
|
|
81
|
+
string: "<b>Tu importación para retirada masiva ha comenzado.</b><newline></newline>Ve a <logsLink>Registros de importación</logsLink> para ver cómo progresa."
|
|
82
|
+
},
|
|
83
|
+
"UnpublishProductsModal.instructions": {
|
|
84
|
+
developer_comment: "Label for the instructions section",
|
|
85
|
+
string: "Instrucciones"
|
|
86
|
+
},
|
|
87
|
+
"UnpublishProductsModal.missingKeyError": {
|
|
88
|
+
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
89
|
+
string: "El campo \"clave\" falta o no está completo en algunas filas. Asegúrate que cada fila tiene un valor \"clave\"."
|
|
90
|
+
},
|
|
91
|
+
"UnpublishProductsModal.missingRequiredField": {
|
|
92
|
+
developer_comment: "Error message displayed when a required field is missing",
|
|
93
|
+
string: "Falta campo obligatorio"
|
|
94
|
+
},
|
|
95
|
+
"UnpublishProductsModal.or": {
|
|
96
|
+
developer_comment: "The word \"or\" in the drag and drop message",
|
|
97
|
+
string: "o"
|
|
98
|
+
},
|
|
99
|
+
"UnpublishProductsModal.preparingImport": {
|
|
100
|
+
developer_comment: "Preparing import",
|
|
101
|
+
string: "<b>Preparar retirada masiva.</b><newline></newline>Una vez que haya terminado la preparación podrás hacer seguimiento del progreso <logsLink>en los registros de importe</logsLink>. Los datos se retirarán cuando concluya la importación."
|
|
102
|
+
},
|
|
103
|
+
"UnpublishProductsModal.productsToBeUnpublished": {
|
|
104
|
+
developer_comment: "Products to be unpublished",
|
|
105
|
+
string: "{count, plural, one {<b> {count} </b> producto a retirar} many {<b> {count} </b> productos a retirar} other {<b> {count} </b> productos a retirar}}"
|
|
106
|
+
},
|
|
107
|
+
"UnpublishProductsModal.rowLimitExceededDescription": {
|
|
108
|
+
developer_comment: "Error description when the file contains more rows than the allowable maximum",
|
|
109
|
+
string: "El archivo supera el máximo admisible de {rowLimits} filas"
|
|
110
|
+
},
|
|
111
|
+
"UnpublishProductsModal.rowLimitExceededTitle": {
|
|
112
|
+
string: "Se ha superado el límite de filas"
|
|
113
|
+
},
|
|
114
|
+
"UnpublishProductsModal.sizeExceededDescription": {
|
|
115
|
+
developer_comment: "Error description when the file size exceeds the allowable limit",
|
|
116
|
+
string: "El archivo supera el máximo admisible de {fileSizeLimit} MB"
|
|
117
|
+
},
|
|
118
|
+
"UnpublishProductsModal.sizeExceededTitle": {
|
|
119
|
+
string: "Se ha superado el tamaño de archivo"
|
|
120
|
+
},
|
|
121
|
+
"UnpublishProductsModal.startBulkUnpublish": {
|
|
122
|
+
developer_comment: "Start bulk unpublish button",
|
|
123
|
+
string: "Iniciar la retirada masiva"
|
|
124
|
+
},
|
|
125
|
+
"UnpublishProductsModal.tooManyFilesError": {
|
|
126
|
+
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
127
|
+
string: "Se han detectado varios archivos: Solo se pueden arrastrar y soltar archivos de uno en uno."
|
|
128
|
+
},
|
|
129
|
+
"UnpublishProductsModal.unexpectedError": {
|
|
130
|
+
developer_comment: "Generic notification message when file upload fails",
|
|
131
|
+
string: "Ha ocurrido un error al cargar el archivo. Inténtelo de nuevo o póngase en contacto con el servicio técnico si este error continúa."
|
|
132
|
+
},
|
|
133
|
+
"UnpublishProductsModal.unpublishModalTitle": {
|
|
134
|
+
developer_comment: "The title of the modal",
|
|
135
|
+
string: "Retirar masivamente vía CSV"
|
|
136
|
+
},
|
|
137
|
+
"UnpublishProductsModal.uploadAndPreview": {
|
|
138
|
+
developer_comment: "Label for the button that uploads the file and shows the preview",
|
|
139
|
+
string: "Cargar y vista preliminar"
|
|
140
|
+
},
|
|
141
|
+
"UnpublishProductsModal.uploadError": {
|
|
142
|
+
developer_comment: "Title when errors detected while uploading file",
|
|
143
|
+
string: "Hay {errorsCount, plural, one {<b>1</b> error} other {<b>{errorsCount}</b> errores}} que se han detectado al subir el archivo \"{fileName}\"."
|
|
144
|
+
},
|
|
145
|
+
"UnpublishProductsModal.uploadNewFile": {
|
|
146
|
+
string: "Cargar archivo nuevo"
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
exports["default"] = es;
|