@commercetools-frontend-extensions/import-resources-modal 1.8.2 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{active-drag-drop-area-c8d1c499.cjs.dev.js → active-drag-drop-area-1b036a1a.cjs.dev.js} +1 -1
- package/dist/{active-drag-drop-area-08d8f60d.esm.js → active-drag-drop-area-4c295594.esm.js} +1 -1
- package/dist/{active-drag-drop-area-ea7d585c.cjs.prod.js → active-drag-drop-area-dc11c9dd.cjs.prod.js} +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +1 -1
- package/dist/{de-ce1e957d.esm.js → de-4d884a52.esm.js} +156 -20
- package/dist/{de-5181e779.cjs.dev.js → de-ba621f66.cjs.prod.js} +156 -20
- package/dist/{de-3c758072.cjs.prod.js → de-cd1c2b61.cjs.dev.js} +156 -20
- package/dist/{disabled-drop-area-d502e62b.cjs.dev.js → disabled-drop-area-377a3c8d.cjs.dev.js} +1 -1
- package/dist/{disabled-drop-area-3e6427f5.cjs.prod.js → disabled-drop-area-40108d06.cjs.prod.js} +1 -1
- package/dist/{disabled-drop-area-0663121b.esm.js → disabled-drop-area-9ea4c457.esm.js} +1 -1
- package/dist/{en-d7cc7b15.cjs.prod.js → en-102ccf29.cjs.prod.js} +156 -20
- package/dist/{en-2f76b27a.esm.js → en-88aad148.esm.js} +156 -20
- package/dist/{en-7de3b07a.cjs.dev.js → en-c4f7d882.cjs.dev.js} +156 -20
- package/dist/{enabled-drop-area-314c679f.cjs.dev.js → enabled-drop-area-1bb3ba2c.cjs.dev.js} +1 -1
- package/dist/{enabled-drop-area-e0438b2d.cjs.prod.js → enabled-drop-area-5629adf7.cjs.prod.js} +1 -1
- package/dist/{enabled-drop-area-cc374582.esm.js → enabled-drop-area-e60beae7.esm.js} +1 -1
- package/dist/{es-d9a57b63.cjs.dev.js → es-09b5f26a.cjs.dev.js} +157 -21
- package/dist/{es-a3c0e9b3.cjs.prod.js → es-1877968a.cjs.prod.js} +157 -21
- package/dist/{es-2b81e0cd.esm.js → es-d589515f.esm.js} +157 -21
- package/dist/{file-dropped-area-a31408ab.cjs.prod.js → file-dropped-area-00056628.cjs.prod.js} +1 -1
- package/dist/{file-dropped-area-6184d9a7.cjs.dev.js → file-dropped-area-f251fc3d.cjs.dev.js} +1 -1
- package/dist/{file-dropped-area-5b9a5695.esm.js → file-dropped-area-f5cd314a.esm.js} +1 -1
- package/dist/{fr-FR-cac38097.cjs.dev.js → fr-FR-1d2ccb65.cjs.prod.js} +157 -21
- package/dist/{fr-FR-81499942.cjs.prod.js → fr-FR-a5fe152a.cjs.dev.js} +157 -21
- package/dist/{fr-FR-084be771.esm.js → fr-FR-d672a357.esm.js} +157 -21
- package/dist/{index-12a56d8e.esm.js → index-42eec0a4.esm.js} +43 -34
- package/dist/{index-86e79ec0.cjs.dev.js → index-bf0ed2a7.cjs.dev.js} +43 -34
- package/dist/{index-9cf95c7a.cjs.prod.js → index-e152cdce.cjs.prod.js} +43 -34
- package/dist/{pt-BR-0fda1bcd.cjs.dev.js → pt-BR-0389b318.cjs.dev.js} +157 -21
- package/dist/{pt-BR-acd3f11d.esm.js → pt-BR-3512c390.esm.js} +157 -21
- package/dist/{pt-BR-0d2cb8bd.cjs.prod.js → pt-BR-606f307c.cjs.prod.js} +157 -21
- package/package.json +21 -21
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
var ptBR = {
|
|
2
|
-
"ImportResourcesModal.BodyNote": {
|
|
3
|
-
developer_comment: "Confirmation dialog text",
|
|
4
|
-
string: "Esteja ciente de que os valores existentes com as mesmas chaves serão substituídos pelos dados incluídos no CSV."
|
|
5
|
-
},
|
|
6
|
-
"ImportResourcesModal.BodyQuestion": {
|
|
7
|
-
developer_comment: "Confirmation question",
|
|
8
|
-
string: "Continuar a importação?"
|
|
9
|
-
},
|
|
10
|
-
"ImportResourcesModal.BodyText": {
|
|
11
|
-
developer_comment: "Confirmation dialog text",
|
|
12
|
-
string: "Você está prestes a importar <bold>{count}</bold> linhas para o projeto: <bold>{projectName}</bold>."
|
|
13
|
-
},
|
|
14
2
|
"ImportResourcesModal.browseFile": {
|
|
15
3
|
string: "Procurar arquivo"
|
|
16
4
|
},
|
|
@@ -18,6 +6,14 @@ var ptBR = {
|
|
|
18
6
|
developer_comment: "Label for the cancel button",
|
|
19
7
|
string: "Cancelar"
|
|
20
8
|
},
|
|
9
|
+
"ImportResourcesModal.categories": {
|
|
10
|
+
developer_comment: "Label for the categories resource type",
|
|
11
|
+
string: "Categorias"
|
|
12
|
+
},
|
|
13
|
+
"ImportResourcesModal.category": {
|
|
14
|
+
developer_comment: "Label for the category resource type",
|
|
15
|
+
string: "Categoria"
|
|
16
|
+
},
|
|
21
17
|
"ImportResourcesModal.chooseFile": {
|
|
22
18
|
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
23
19
|
string: "Escolher arquivo"
|
|
@@ -44,20 +40,60 @@ var ptBR = {
|
|
|
44
40
|
},
|
|
45
41
|
"ImportResourcesModal.confirmationBodyText": {
|
|
46
42
|
developer_comment: "Confirmation dialog text",
|
|
47
|
-
string: "
|
|
43
|
+
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
44
|
},
|
|
49
45
|
"ImportResourcesModal.continue": {
|
|
50
46
|
developer_comment: "Confirmation dialog continue button",
|
|
51
47
|
string: "Continuar"
|
|
52
48
|
},
|
|
49
|
+
"ImportResourcesModal.custom-object": {
|
|
50
|
+
developer_comment: "Label for the custom-object resource type",
|
|
51
|
+
string: "Objeto personalizado"
|
|
52
|
+
},
|
|
53
|
+
"ImportResourcesModal.custom-objects": {
|
|
54
|
+
developer_comment: "Label for the custom-objects resource type",
|
|
55
|
+
string: "Objetos personalizados"
|
|
56
|
+
},
|
|
57
|
+
"ImportResourcesModal.customer": {
|
|
58
|
+
developer_comment: "Label for the customer resource type",
|
|
59
|
+
string: "Cliente"
|
|
60
|
+
},
|
|
61
|
+
"ImportResourcesModal.customers": {
|
|
62
|
+
developer_comment: "Label for the customers resource type",
|
|
63
|
+
string: "Clientes"
|
|
64
|
+
},
|
|
53
65
|
"ImportResourcesModal.dataType": {
|
|
54
66
|
developer_comment: "Label for the data type selection dropdown",
|
|
55
67
|
string: "Tipo de dados"
|
|
56
68
|
},
|
|
69
|
+
"ImportResourcesModal.delimiterComma": {
|
|
70
|
+
developer_comment: "Label for the delimiter name comma",
|
|
71
|
+
string: "vírgula"
|
|
72
|
+
},
|
|
73
|
+
"ImportResourcesModal.delimiterPipe": {
|
|
74
|
+
developer_comment: "Label for the delimiter name pipe",
|
|
75
|
+
string: "tubo"
|
|
76
|
+
},
|
|
77
|
+
"ImportResourcesModal.delimiterSemicolon": {
|
|
78
|
+
developer_comment: "Label for the delimiter name semicolon",
|
|
79
|
+
string: "ponto e vírgula"
|
|
80
|
+
},
|
|
81
|
+
"ImportResourcesModal.delimiterTab": {
|
|
82
|
+
developer_comment: "Label for the delimiter name tab",
|
|
83
|
+
string: "guia"
|
|
84
|
+
},
|
|
57
85
|
"ImportResourcesModal.details": {
|
|
58
86
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
59
87
|
string: "Detalhes"
|
|
60
88
|
},
|
|
89
|
+
"ImportResourcesModal.discount-code": {
|
|
90
|
+
developer_comment: "Label for the discount-code resource type",
|
|
91
|
+
string: "Código de desconto"
|
|
92
|
+
},
|
|
93
|
+
"ImportResourcesModal.discount-codes": {
|
|
94
|
+
developer_comment: "Label for the discount-codes resource type",
|
|
95
|
+
string: "Códigos de desconto"
|
|
96
|
+
},
|
|
61
97
|
"ImportResourcesModal.dragAndDropCSV": {
|
|
62
98
|
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
63
99
|
string: "Arraste e solte o CSV"
|
|
@@ -102,6 +138,22 @@ var ptBR = {
|
|
|
102
138
|
developer_comment: "Label for the instructions section",
|
|
103
139
|
string: "Instruções"
|
|
104
140
|
},
|
|
141
|
+
"ImportResourcesModal.inventories": {
|
|
142
|
+
developer_comment: "Label for the inventories entry resource type",
|
|
143
|
+
string: "Inventários"
|
|
144
|
+
},
|
|
145
|
+
"ImportResourcesModal.inventory": {
|
|
146
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
147
|
+
string: "Inventário"
|
|
148
|
+
},
|
|
149
|
+
"ImportResourcesModal.itemsToBeImported": {
|
|
150
|
+
developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
|
|
151
|
+
string: "{itemCount, plural, one {<b>1</b> {resourceType} a ser importado{publish, select, true { and published} other {}}} many {<b>{itemCount}</b> {resourceTypePlural} a serem importados{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} a serem importados{publish, select, true { and published} other {}}}}"
|
|
152
|
+
},
|
|
153
|
+
"ImportResourcesModal.listConjunctionOr": {
|
|
154
|
+
developer_comment: "Label for the list conjunction or",
|
|
155
|
+
string: "ou"
|
|
156
|
+
},
|
|
105
157
|
"ImportResourcesModal.missingKeyError": {
|
|
106
158
|
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
107
159
|
string: "O campo \"chave\" está ausente ou incompleto em algumas linhas. Certifique-se de que cada linha tenha um valor de \"chave\"."
|
|
@@ -146,6 +198,22 @@ var ptBR = {
|
|
|
146
198
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
147
199
|
string: "ou"
|
|
148
200
|
},
|
|
201
|
+
"ImportResourcesModal.order": {
|
|
202
|
+
developer_comment: "Label for the order resource type",
|
|
203
|
+
string: "Pedido"
|
|
204
|
+
},
|
|
205
|
+
"ImportResourcesModal.order-patch": {
|
|
206
|
+
developer_comment: "Label for the order-patch resource type",
|
|
207
|
+
string: "Correção do pedido"
|
|
208
|
+
},
|
|
209
|
+
"ImportResourcesModal.order-patches": {
|
|
210
|
+
developer_comment: "Label for the order-patches resource type",
|
|
211
|
+
string: "Correções de pedido"
|
|
212
|
+
},
|
|
213
|
+
"ImportResourcesModal.orders": {
|
|
214
|
+
developer_comment: "Label for the orders resource type",
|
|
215
|
+
string: "Pedidos"
|
|
216
|
+
},
|
|
149
217
|
"ImportResourcesModal.prepareMessage": {
|
|
150
218
|
developer_comment: "Notification for preparing import",
|
|
151
219
|
string: "<b>Preparar importação</b><newline></newline>Após a conclusão da preparação, você pode acompanhar o andamento da importação <logsLink>nos logs de importação</logsLink>."
|
|
@@ -154,6 +222,54 @@ var ptBR = {
|
|
|
154
222
|
developer_comment: "Label for modal path",
|
|
155
223
|
string: "Aqui está uma prévia da sua importação"
|
|
156
224
|
},
|
|
225
|
+
"ImportResourcesModal.price": {
|
|
226
|
+
developer_comment: "Label for the price resource type",
|
|
227
|
+
string: "Preço"
|
|
228
|
+
},
|
|
229
|
+
"ImportResourcesModal.prices": {
|
|
230
|
+
developer_comment: "Label for the prices resource type",
|
|
231
|
+
string: "Preços"
|
|
232
|
+
},
|
|
233
|
+
"ImportResourcesModal.product": {
|
|
234
|
+
developer_comment: "Label for the product resource type",
|
|
235
|
+
string: "Produto"
|
|
236
|
+
},
|
|
237
|
+
"ImportResourcesModal.product-draft": {
|
|
238
|
+
developer_comment: "Label for the product-draft resource type",
|
|
239
|
+
string: "Rascunho do produto"
|
|
240
|
+
},
|
|
241
|
+
"ImportResourcesModal.product-drafts": {
|
|
242
|
+
developer_comment: "Label for the product-drafts resource type",
|
|
243
|
+
string: "Rascunhos de produto"
|
|
244
|
+
},
|
|
245
|
+
"ImportResourcesModal.product-type": {
|
|
246
|
+
developer_comment: "Label for the product-type resource type",
|
|
247
|
+
string: "Tipo de produto"
|
|
248
|
+
},
|
|
249
|
+
"ImportResourcesModal.product-types": {
|
|
250
|
+
developer_comment: "Label for the product-types resource type",
|
|
251
|
+
string: "Tipos de produtos"
|
|
252
|
+
},
|
|
253
|
+
"ImportResourcesModal.product-variant": {
|
|
254
|
+
developer_comment: "Label for the product-variant resource type",
|
|
255
|
+
string: "Variante do produto"
|
|
256
|
+
},
|
|
257
|
+
"ImportResourcesModal.product-variant-patch": {
|
|
258
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
259
|
+
string: "Correção da variante do produto"
|
|
260
|
+
},
|
|
261
|
+
"ImportResourcesModal.product-variant-patches": {
|
|
262
|
+
developer_comment: "Label for the product-variant-patches resource type",
|
|
263
|
+
string: "Correções de variante de produto"
|
|
264
|
+
},
|
|
265
|
+
"ImportResourcesModal.product-variants": {
|
|
266
|
+
developer_comment: "Label for the product-variants resource type",
|
|
267
|
+
string: "Variantes de produto"
|
|
268
|
+
},
|
|
269
|
+
"ImportResourcesModal.products": {
|
|
270
|
+
developer_comment: "Label for the products resource type",
|
|
271
|
+
string: "Produtos"
|
|
272
|
+
},
|
|
157
273
|
"ImportResourcesModal.radio.categories": {
|
|
158
274
|
developer_comment: "Label for the categories radio button",
|
|
159
275
|
string: "Categorias"
|
|
@@ -177,9 +293,9 @@ var ptBR = {
|
|
|
177
293
|
"ImportResourcesModal.rowLimitExceededTitle": {
|
|
178
294
|
string: "Limite de linhas excedido"
|
|
179
295
|
},
|
|
180
|
-
"ImportResourcesModal.
|
|
181
|
-
developer_comment: "
|
|
182
|
-
string: "
|
|
296
|
+
"ImportResourcesModal.settings.publishProducts": {
|
|
297
|
+
developer_comment: "Label for the publish products checkbox",
|
|
298
|
+
string: "Publicar todos os produtos no arquivo"
|
|
183
299
|
},
|
|
184
300
|
"ImportResourcesModal.showLess": {
|
|
185
301
|
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
@@ -196,6 +312,14 @@ var ptBR = {
|
|
|
196
312
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
197
313
|
string: "Tamanho de arquivo excedido"
|
|
198
314
|
},
|
|
315
|
+
"ImportResourcesModal.standalone-price": {
|
|
316
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
317
|
+
string: "Preço independente"
|
|
318
|
+
},
|
|
319
|
+
"ImportResourcesModal.standalone-prices": {
|
|
320
|
+
developer_comment: "Label for the standalone-prices resource type",
|
|
321
|
+
string: "Preços independentes"
|
|
322
|
+
},
|
|
199
323
|
"ImportResourcesModal.startImportButton": {
|
|
200
324
|
developer_comment: "Label for the modal Start import button",
|
|
201
325
|
string: "Iniciar importação"
|
|
@@ -212,10 +336,22 @@ var ptBR = {
|
|
|
212
336
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
213
337
|
string: "Vários arquivos detectados: você só pode arrastar e soltar um arquivo por vez."
|
|
214
338
|
},
|
|
339
|
+
"ImportResourcesModal.type": {
|
|
340
|
+
developer_comment: "Label for the type resource type",
|
|
341
|
+
string: "Tipo"
|
|
342
|
+
},
|
|
343
|
+
"ImportResourcesModal.types": {
|
|
344
|
+
developer_comment: "Label for the types resource type",
|
|
345
|
+
string: "Tipos"
|
|
346
|
+
},
|
|
215
347
|
"ImportResourcesModal.unexpectedError": {
|
|
216
348
|
developer_comment: "Generic notification message when file upload fails",
|
|
217
349
|
string: "Um erro inesperado ocorreu durante o carregamento do arquivo. Tente novamente ou entre em contato com o suporte se o problema continuar ocorrendo."
|
|
218
350
|
},
|
|
351
|
+
"ImportResourcesModal.unknown-resource-type": {
|
|
352
|
+
developer_comment: "Label for the unknown resource type",
|
|
353
|
+
string: "Tipo de recurso desconhecido"
|
|
354
|
+
},
|
|
219
355
|
"ImportResourcesModal.uploadButton": {
|
|
220
356
|
developer_comment: "Label for the upload button",
|
|
221
357
|
string: "Carregar e visualizar"
|
|
@@ -232,12 +368,12 @@ var ptBR = {
|
|
|
232
368
|
developer_comment: "Upload new file button",
|
|
233
369
|
string: "Carregar novo arquivo"
|
|
234
370
|
},
|
|
235
|
-
"ImportResourcesModal.
|
|
236
|
-
developer_comment: "Message within the drop area when a CSV file uses an unexpected
|
|
237
|
-
string: "O arquivo está usando um
|
|
371
|
+
"ImportResourcesModal.wrongSeparatorDescription": {
|
|
372
|
+
developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
|
|
373
|
+
string: "O arquivo está usando um separador não suportado. Utilize um dos separadores permitidos: {delimiterList}."
|
|
238
374
|
},
|
|
239
|
-
"ImportResourcesModal.
|
|
240
|
-
string: "
|
|
375
|
+
"ImportResourcesModal.wrongSeparatorTitle": {
|
|
376
|
+
string: "Separador incorreto"
|
|
241
377
|
}
|
|
242
378
|
};
|
|
243
379
|
|
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var ptBR = {
|
|
4
|
-
"ImportResourcesModal.BodyNote": {
|
|
5
|
-
developer_comment: "Confirmation dialog text",
|
|
6
|
-
string: "Esteja ciente de que os valores existentes com as mesmas chaves serão substituídos pelos dados incluídos no CSV."
|
|
7
|
-
},
|
|
8
|
-
"ImportResourcesModal.BodyQuestion": {
|
|
9
|
-
developer_comment: "Confirmation question",
|
|
10
|
-
string: "Continuar a importação?"
|
|
11
|
-
},
|
|
12
|
-
"ImportResourcesModal.BodyText": {
|
|
13
|
-
developer_comment: "Confirmation dialog text",
|
|
14
|
-
string: "Você está prestes a importar <bold>{count}</bold> linhas para o projeto: <bold>{projectName}</bold>."
|
|
15
|
-
},
|
|
16
4
|
"ImportResourcesModal.browseFile": {
|
|
17
5
|
string: "Procurar arquivo"
|
|
18
6
|
},
|
|
@@ -20,6 +8,14 @@ var ptBR = {
|
|
|
20
8
|
developer_comment: "Label for the cancel button",
|
|
21
9
|
string: "Cancelar"
|
|
22
10
|
},
|
|
11
|
+
"ImportResourcesModal.categories": {
|
|
12
|
+
developer_comment: "Label for the categories resource type",
|
|
13
|
+
string: "Categorias"
|
|
14
|
+
},
|
|
15
|
+
"ImportResourcesModal.category": {
|
|
16
|
+
developer_comment: "Label for the category resource type",
|
|
17
|
+
string: "Categoria"
|
|
18
|
+
},
|
|
23
19
|
"ImportResourcesModal.chooseFile": {
|
|
24
20
|
developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
|
|
25
21
|
string: "Escolher arquivo"
|
|
@@ -46,20 +42,60 @@ var ptBR = {
|
|
|
46
42
|
},
|
|
47
43
|
"ImportResourcesModal.confirmationBodyText": {
|
|
48
44
|
developer_comment: "Confirmation dialog text",
|
|
49
|
-
string: "
|
|
45
|
+
string: "You are about to import {count, plural, one {<bold>1</bold> row} other {<bold>{count}</bold> rows}} in the project: <bold>{projectName}</bold>."
|
|
50
46
|
},
|
|
51
47
|
"ImportResourcesModal.continue": {
|
|
52
48
|
developer_comment: "Confirmation dialog continue button",
|
|
53
49
|
string: "Continuar"
|
|
54
50
|
},
|
|
51
|
+
"ImportResourcesModal.custom-object": {
|
|
52
|
+
developer_comment: "Label for the custom-object resource type",
|
|
53
|
+
string: "Objeto personalizado"
|
|
54
|
+
},
|
|
55
|
+
"ImportResourcesModal.custom-objects": {
|
|
56
|
+
developer_comment: "Label for the custom-objects resource type",
|
|
57
|
+
string: "Objetos personalizados"
|
|
58
|
+
},
|
|
59
|
+
"ImportResourcesModal.customer": {
|
|
60
|
+
developer_comment: "Label for the customer resource type",
|
|
61
|
+
string: "Cliente"
|
|
62
|
+
},
|
|
63
|
+
"ImportResourcesModal.customers": {
|
|
64
|
+
developer_comment: "Label for the customers resource type",
|
|
65
|
+
string: "Clientes"
|
|
66
|
+
},
|
|
55
67
|
"ImportResourcesModal.dataType": {
|
|
56
68
|
developer_comment: "Label for the data type selection dropdown",
|
|
57
69
|
string: "Tipo de dados"
|
|
58
70
|
},
|
|
71
|
+
"ImportResourcesModal.delimiterComma": {
|
|
72
|
+
developer_comment: "Label for the delimiter name comma",
|
|
73
|
+
string: "vírgula"
|
|
74
|
+
},
|
|
75
|
+
"ImportResourcesModal.delimiterPipe": {
|
|
76
|
+
developer_comment: "Label for the delimiter name pipe",
|
|
77
|
+
string: "tubo"
|
|
78
|
+
},
|
|
79
|
+
"ImportResourcesModal.delimiterSemicolon": {
|
|
80
|
+
developer_comment: "Label for the delimiter name semicolon",
|
|
81
|
+
string: "ponto e vírgula"
|
|
82
|
+
},
|
|
83
|
+
"ImportResourcesModal.delimiterTab": {
|
|
84
|
+
developer_comment: "Label for the delimiter name tab",
|
|
85
|
+
string: "guia"
|
|
86
|
+
},
|
|
59
87
|
"ImportResourcesModal.details": {
|
|
60
88
|
developer_comment: "In Upload file error modal - \"Details\" column",
|
|
61
89
|
string: "Detalhes"
|
|
62
90
|
},
|
|
91
|
+
"ImportResourcesModal.discount-code": {
|
|
92
|
+
developer_comment: "Label for the discount-code resource type",
|
|
93
|
+
string: "Código de desconto"
|
|
94
|
+
},
|
|
95
|
+
"ImportResourcesModal.discount-codes": {
|
|
96
|
+
developer_comment: "Label for the discount-codes resource type",
|
|
97
|
+
string: "Códigos de desconto"
|
|
98
|
+
},
|
|
63
99
|
"ImportResourcesModal.dragAndDropCSV": {
|
|
64
100
|
developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
|
|
65
101
|
string: "Arraste e solte o CSV"
|
|
@@ -104,6 +140,22 @@ var ptBR = {
|
|
|
104
140
|
developer_comment: "Label for the instructions section",
|
|
105
141
|
string: "Instruções"
|
|
106
142
|
},
|
|
143
|
+
"ImportResourcesModal.inventories": {
|
|
144
|
+
developer_comment: "Label for the inventories entry resource type",
|
|
145
|
+
string: "Inventários"
|
|
146
|
+
},
|
|
147
|
+
"ImportResourcesModal.inventory": {
|
|
148
|
+
developer_comment: "Label for the inventory entry resource type",
|
|
149
|
+
string: "Inventário"
|
|
150
|
+
},
|
|
151
|
+
"ImportResourcesModal.itemsToBeImported": {
|
|
152
|
+
developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
|
|
153
|
+
string: "{itemCount, plural, one {<b>1</b> {resourceType} a ser importado{publish, select, true { and published} other {}}} many {<b>{itemCount}</b> {resourceTypePlural} a serem importados{publish, select, true { and published} other {}}} other {<b>{itemCount}</b> {resourceTypePlural} a serem importados{publish, select, true { and published} other {}}}}"
|
|
154
|
+
},
|
|
155
|
+
"ImportResourcesModal.listConjunctionOr": {
|
|
156
|
+
developer_comment: "Label for the list conjunction or",
|
|
157
|
+
string: "ou"
|
|
158
|
+
},
|
|
107
159
|
"ImportResourcesModal.missingKeyError": {
|
|
108
160
|
developer_comment: "Error message displayed when the uploaded file is missing the key field",
|
|
109
161
|
string: "O campo \"chave\" está ausente ou incompleto em algumas linhas. Certifique-se de que cada linha tenha um valor de \"chave\"."
|
|
@@ -148,6 +200,22 @@ var ptBR = {
|
|
|
148
200
|
developer_comment: "The word \"or\" in the drag and drop message",
|
|
149
201
|
string: "ou"
|
|
150
202
|
},
|
|
203
|
+
"ImportResourcesModal.order": {
|
|
204
|
+
developer_comment: "Label for the order resource type",
|
|
205
|
+
string: "Pedido"
|
|
206
|
+
},
|
|
207
|
+
"ImportResourcesModal.order-patch": {
|
|
208
|
+
developer_comment: "Label for the order-patch resource type",
|
|
209
|
+
string: "Correção do pedido"
|
|
210
|
+
},
|
|
211
|
+
"ImportResourcesModal.order-patches": {
|
|
212
|
+
developer_comment: "Label for the order-patches resource type",
|
|
213
|
+
string: "Correções de pedido"
|
|
214
|
+
},
|
|
215
|
+
"ImportResourcesModal.orders": {
|
|
216
|
+
developer_comment: "Label for the orders resource type",
|
|
217
|
+
string: "Pedidos"
|
|
218
|
+
},
|
|
151
219
|
"ImportResourcesModal.prepareMessage": {
|
|
152
220
|
developer_comment: "Notification for preparing import",
|
|
153
221
|
string: "<b>Preparar importação</b><newline></newline>Após a conclusão da preparação, você pode acompanhar o andamento da importação <logsLink>nos logs de importação</logsLink>."
|
|
@@ -156,6 +224,54 @@ var ptBR = {
|
|
|
156
224
|
developer_comment: "Label for modal path",
|
|
157
225
|
string: "Aqui está uma prévia da sua importação"
|
|
158
226
|
},
|
|
227
|
+
"ImportResourcesModal.price": {
|
|
228
|
+
developer_comment: "Label for the price resource type",
|
|
229
|
+
string: "Preço"
|
|
230
|
+
},
|
|
231
|
+
"ImportResourcesModal.prices": {
|
|
232
|
+
developer_comment: "Label for the prices resource type",
|
|
233
|
+
string: "Preços"
|
|
234
|
+
},
|
|
235
|
+
"ImportResourcesModal.product": {
|
|
236
|
+
developer_comment: "Label for the product resource type",
|
|
237
|
+
string: "Produto"
|
|
238
|
+
},
|
|
239
|
+
"ImportResourcesModal.product-draft": {
|
|
240
|
+
developer_comment: "Label for the product-draft resource type",
|
|
241
|
+
string: "Rascunho do produto"
|
|
242
|
+
},
|
|
243
|
+
"ImportResourcesModal.product-drafts": {
|
|
244
|
+
developer_comment: "Label for the product-drafts resource type",
|
|
245
|
+
string: "Rascunhos de produto"
|
|
246
|
+
},
|
|
247
|
+
"ImportResourcesModal.product-type": {
|
|
248
|
+
developer_comment: "Label for the product-type resource type",
|
|
249
|
+
string: "Tipo de produto"
|
|
250
|
+
},
|
|
251
|
+
"ImportResourcesModal.product-types": {
|
|
252
|
+
developer_comment: "Label for the product-types resource type",
|
|
253
|
+
string: "Tipos de produtos"
|
|
254
|
+
},
|
|
255
|
+
"ImportResourcesModal.product-variant": {
|
|
256
|
+
developer_comment: "Label for the product-variant resource type",
|
|
257
|
+
string: "Variante do produto"
|
|
258
|
+
},
|
|
259
|
+
"ImportResourcesModal.product-variant-patch": {
|
|
260
|
+
developer_comment: "Label for the product-variant-patch resource type",
|
|
261
|
+
string: "Correção da variante do produto"
|
|
262
|
+
},
|
|
263
|
+
"ImportResourcesModal.product-variant-patches": {
|
|
264
|
+
developer_comment: "Label for the product-variant-patches resource type",
|
|
265
|
+
string: "Correções de variante de produto"
|
|
266
|
+
},
|
|
267
|
+
"ImportResourcesModal.product-variants": {
|
|
268
|
+
developer_comment: "Label for the product-variants resource type",
|
|
269
|
+
string: "Variantes de produto"
|
|
270
|
+
},
|
|
271
|
+
"ImportResourcesModal.products": {
|
|
272
|
+
developer_comment: "Label for the products resource type",
|
|
273
|
+
string: "Produtos"
|
|
274
|
+
},
|
|
159
275
|
"ImportResourcesModal.radio.categories": {
|
|
160
276
|
developer_comment: "Label for the categories radio button",
|
|
161
277
|
string: "Categorias"
|
|
@@ -179,9 +295,9 @@ var ptBR = {
|
|
|
179
295
|
"ImportResourcesModal.rowLimitExceededTitle": {
|
|
180
296
|
string: "Limite de linhas excedido"
|
|
181
297
|
},
|
|
182
|
-
"ImportResourcesModal.
|
|
183
|
-
developer_comment: "
|
|
184
|
-
string: "
|
|
298
|
+
"ImportResourcesModal.settings.publishProducts": {
|
|
299
|
+
developer_comment: "Label for the publish products checkbox",
|
|
300
|
+
string: "Publicar todos os produtos no arquivo"
|
|
185
301
|
},
|
|
186
302
|
"ImportResourcesModal.showLess": {
|
|
187
303
|
developer_comment: "A button label for collapsing the import preview to show fewer details.",
|
|
@@ -198,6 +314,14 @@ var ptBR = {
|
|
|
198
314
|
"ImportResourcesModal.sizeExceededTitle": {
|
|
199
315
|
string: "Tamanho de arquivo excedido"
|
|
200
316
|
},
|
|
317
|
+
"ImportResourcesModal.standalone-price": {
|
|
318
|
+
developer_comment: "Label for the standalone-price resource type",
|
|
319
|
+
string: "Preço independente"
|
|
320
|
+
},
|
|
321
|
+
"ImportResourcesModal.standalone-prices": {
|
|
322
|
+
developer_comment: "Label for the standalone-prices resource type",
|
|
323
|
+
string: "Preços independentes"
|
|
324
|
+
},
|
|
201
325
|
"ImportResourcesModal.startImportButton": {
|
|
202
326
|
developer_comment: "Label for the modal Start import button",
|
|
203
327
|
string: "Iniciar importação"
|
|
@@ -214,10 +338,22 @@ var ptBR = {
|
|
|
214
338
|
developer_comment: "Error message displayed when a user drags and drops multiple files at once",
|
|
215
339
|
string: "Vários arquivos detectados: você só pode arrastar e soltar um arquivo por vez."
|
|
216
340
|
},
|
|
341
|
+
"ImportResourcesModal.type": {
|
|
342
|
+
developer_comment: "Label for the type resource type",
|
|
343
|
+
string: "Tipo"
|
|
344
|
+
},
|
|
345
|
+
"ImportResourcesModal.types": {
|
|
346
|
+
developer_comment: "Label for the types resource type",
|
|
347
|
+
string: "Tipos"
|
|
348
|
+
},
|
|
217
349
|
"ImportResourcesModal.unexpectedError": {
|
|
218
350
|
developer_comment: "Generic notification message when file upload fails",
|
|
219
351
|
string: "Um erro inesperado ocorreu durante o carregamento do arquivo. Tente novamente ou entre em contato com o suporte se o problema continuar ocorrendo."
|
|
220
352
|
},
|
|
353
|
+
"ImportResourcesModal.unknown-resource-type": {
|
|
354
|
+
developer_comment: "Label for the unknown resource type",
|
|
355
|
+
string: "Tipo de recurso desconhecido"
|
|
356
|
+
},
|
|
221
357
|
"ImportResourcesModal.uploadButton": {
|
|
222
358
|
developer_comment: "Label for the upload button",
|
|
223
359
|
string: "Carregar e visualizar"
|
|
@@ -234,12 +370,12 @@ var ptBR = {
|
|
|
234
370
|
developer_comment: "Upload new file button",
|
|
235
371
|
string: "Carregar novo arquivo"
|
|
236
372
|
},
|
|
237
|
-
"ImportResourcesModal.
|
|
238
|
-
developer_comment: "Message within the drop area when a CSV file uses an unexpected
|
|
239
|
-
string: "O arquivo está usando um
|
|
373
|
+
"ImportResourcesModal.wrongSeparatorDescription": {
|
|
374
|
+
developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
|
|
375
|
+
string: "O arquivo está usando um separador não suportado. Utilize um dos separadores permitidos: {delimiterList}."
|
|
240
376
|
},
|
|
241
|
-
"ImportResourcesModal.
|
|
242
|
-
string: "
|
|
377
|
+
"ImportResourcesModal.wrongSeparatorTitle": {
|
|
378
|
+
string: "Separador incorreto"
|
|
243
379
|
}
|
|
244
380
|
};
|
|
245
381
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/import-resources-modal",
|
|
3
3
|
"description": "Shared import modal for importing resources",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.3",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"README.md"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "7.27.
|
|
19
|
-
"@babel/runtime-corejs3": "7.
|
|
18
|
+
"@babel/runtime": "7.27.6",
|
|
19
|
+
"@babel/runtime-corejs3": "7.28.0",
|
|
20
20
|
"@commercetools/importapi-sdk": "5.20.0",
|
|
21
21
|
"@emotion/react": "11.14.0",
|
|
22
|
-
"@emotion/styled": "11.14.
|
|
23
|
-
"@formatjs/cli": "6.7.
|
|
22
|
+
"@emotion/styled": "11.14.1",
|
|
23
|
+
"@formatjs/cli": "6.7.2",
|
|
24
24
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
25
25
|
"jest": "29.7.0",
|
|
26
26
|
"lodash": "4.17.21",
|
|
@@ -30,26 +30,26 @@
|
|
|
30
30
|
"papaparse": "5.5.3",
|
|
31
31
|
"pluralize": "8.0.0",
|
|
32
32
|
"prop-types": "15.8.1",
|
|
33
|
-
"ramda": "^0.
|
|
33
|
+
"ramda": "^0.31.0",
|
|
34
34
|
"react-dropzone": "14.3.8"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@commercetools-frontend/actions-global": "24.1
|
|
38
|
-
"@commercetools-frontend/application-components": "24.1
|
|
39
|
-
"@commercetools-frontend/application-shell": "24.1
|
|
40
|
-
"@commercetools-frontend/application-shell-connectors": "24.1
|
|
41
|
-
"@commercetools-frontend/constants": "24.1
|
|
37
|
+
"@commercetools-frontend/actions-global": "24.2.1",
|
|
38
|
+
"@commercetools-frontend/application-components": "24.2.1",
|
|
39
|
+
"@commercetools-frontend/application-shell": "24.2.1",
|
|
40
|
+
"@commercetools-frontend/application-shell-connectors": "24.2.1",
|
|
41
|
+
"@commercetools-frontend/constants": "24.2.1",
|
|
42
42
|
"@commercetools-frontend/fullstory": "4.0.0",
|
|
43
|
-
"@commercetools-frontend/i18n": "24.1
|
|
44
|
-
"@commercetools-frontend/jest-preset-mc-app": "24.1
|
|
45
|
-
"@commercetools-frontend/permissions": "24.1
|
|
46
|
-
"@commercetools-frontend/sdk": "24.1
|
|
47
|
-
"@commercetools-frontend/sentry": "24.1
|
|
48
|
-
"@commercetools-frontend/ui-kit": "20.
|
|
49
|
-
"@commercetools-uikit/data-table": "20.
|
|
50
|
-
"@commercetools-uikit/design-system": "20.
|
|
51
|
-
"@commercetools-uikit/icons": "20.
|
|
52
|
-
"@commercetools-uikit/select-field": "20.
|
|
43
|
+
"@commercetools-frontend/i18n": "24.2.1",
|
|
44
|
+
"@commercetools-frontend/jest-preset-mc-app": "24.2.1",
|
|
45
|
+
"@commercetools-frontend/permissions": "24.2.1",
|
|
46
|
+
"@commercetools-frontend/sdk": "24.2.1",
|
|
47
|
+
"@commercetools-frontend/sentry": "24.2.1",
|
|
48
|
+
"@commercetools-frontend/ui-kit": "20.1.0",
|
|
49
|
+
"@commercetools-uikit/data-table": "20.1.0",
|
|
50
|
+
"@commercetools-uikit/design-system": "20.1.0",
|
|
51
|
+
"@commercetools-uikit/icons": "20.1.0",
|
|
52
|
+
"@commercetools-uikit/select-field": "20.1.0",
|
|
53
53
|
"@preconstruct/cli": "2.8.12",
|
|
54
54
|
"@types/jest": "29.5.14",
|
|
55
55
|
"@types/lodash.truncate": "^4.4.7",
|