@commercetools-frontend-extensions/import-resources-modal 1.8.2 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/{active-drag-drop-area-c8d1c499.cjs.dev.js → active-drag-drop-area-0467c118.cjs.dev.js} +1 -1
  2. package/dist/{active-drag-drop-area-08d8f60d.esm.js → active-drag-drop-area-294d353d.esm.js} +1 -1
  3. package/dist/{active-drag-drop-area-ea7d585c.cjs.prod.js → active-drag-drop-area-a995b09d.cjs.prod.js} +1 -1
  4. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +1 -1
  5. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +1 -1
  6. package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +1 -1
  7. package/dist/{de-ce1e957d.esm.js → de-19530b12.esm.js} +168 -20
  8. package/dist/{de-5181e779.cjs.dev.js → de-2836a9ae.cjs.prod.js} +168 -20
  9. package/dist/{de-3c758072.cjs.prod.js → de-db4fb974.cjs.dev.js} +168 -20
  10. package/dist/declarations/src/@hooks/use-import-permission.d.ts +2 -0
  11. package/dist/declarations/src/@types/resource-type.d.ts +2 -1
  12. package/dist/{disabled-drop-area-3e6427f5.cjs.prod.js → disabled-drop-area-16b58581.cjs.prod.js} +1 -1
  13. package/dist/{disabled-drop-area-d502e62b.cjs.dev.js → disabled-drop-area-4a639dbf.cjs.dev.js} +1 -1
  14. package/dist/{disabled-drop-area-0663121b.esm.js → disabled-drop-area-7ca6b04a.esm.js} +1 -1
  15. package/dist/{en-2f76b27a.esm.js → en-1f091237.esm.js} +168 -20
  16. package/dist/{en-d7cc7b15.cjs.prod.js → en-cb6893e4.cjs.prod.js} +168 -20
  17. package/dist/{en-7de3b07a.cjs.dev.js → en-f53130d1.cjs.dev.js} +168 -20
  18. package/dist/{enabled-drop-area-e0438b2d.cjs.prod.js → enabled-drop-area-1f50b766.cjs.prod.js} +1 -1
  19. package/dist/{enabled-drop-area-cc374582.esm.js → enabled-drop-area-9bf924fa.esm.js} +1 -1
  20. package/dist/{enabled-drop-area-314c679f.cjs.dev.js → enabled-drop-area-a4a76650.cjs.dev.js} +1 -1
  21. package/dist/{es-d9a57b63.cjs.dev.js → es-420f21e1.cjs.dev.js} +169 -21
  22. package/dist/{es-2b81e0cd.esm.js → es-a9aada13.esm.js} +169 -21
  23. package/dist/{es-a3c0e9b3.cjs.prod.js → es-f085026e.cjs.prod.js} +169 -21
  24. package/dist/{file-dropped-area-a31408ab.cjs.prod.js → file-dropped-area-84bc6912.cjs.prod.js} +1 -1
  25. package/dist/{file-dropped-area-6184d9a7.cjs.dev.js → file-dropped-area-9387283c.cjs.dev.js} +1 -1
  26. package/dist/{file-dropped-area-5b9a5695.esm.js → file-dropped-area-e6b5a3fa.esm.js} +1 -1
  27. package/dist/{fr-FR-084be771.esm.js → fr-FR-02bd52fb.esm.js} +169 -21
  28. package/dist/{fr-FR-cac38097.cjs.dev.js → fr-FR-342599f4.cjs.dev.js} +169 -21
  29. package/dist/{fr-FR-81499942.cjs.prod.js → fr-FR-dc40a55c.cjs.prod.js} +169 -21
  30. package/dist/{index-12a56d8e.esm.js → index-10a225f5.esm.js} +108 -47
  31. package/dist/{index-86e79ec0.cjs.dev.js → index-40da749a.cjs.dev.js} +108 -47
  32. package/dist/{index-9cf95c7a.cjs.prod.js → index-77194696.cjs.prod.js} +108 -47
  33. package/dist/{pt-BR-0fda1bcd.cjs.dev.js → pt-BR-31c46d23.cjs.prod.js} +169 -21
  34. package/dist/{pt-BR-0d2cb8bd.cjs.prod.js → pt-BR-339ed808.cjs.dev.js} +169 -21
  35. package/dist/{pt-BR-acd3f11d.esm.js → pt-BR-ac1fc192.esm.js} +169 -21
  36. package/package.json +21 -21
@@ -1,25 +1,29 @@
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
  },
7
+ "ImportResourcesModal.business-unit": {
8
+ developer_comment: "Label for the business-unit resource type",
9
+ string: "Business unit"
10
+ },
11
+ "ImportResourcesModal.business-units": {
12
+ developer_comment: "Label for the business-units resource type",
13
+ string: "Business units"
14
+ },
19
15
  "ImportResourcesModal.cancel": {
20
16
  developer_comment: "Label for the cancel button",
21
17
  string: "Cancelar"
22
18
  },
19
+ "ImportResourcesModal.categories": {
20
+ developer_comment: "Label for the categories resource type",
21
+ string: "Categorias"
22
+ },
23
+ "ImportResourcesModal.category": {
24
+ developer_comment: "Label for the category resource type",
25
+ string: "Categoria"
26
+ },
23
27
  "ImportResourcesModal.chooseFile": {
24
28
  developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
29
  string: "Escolher arquivo"
@@ -46,20 +50,60 @@ var ptBR = {
46
50
  },
47
51
  "ImportResourcesModal.confirmationBodyText": {
48
52
  developer_comment: "Confirmation dialog text",
49
- string: "Você está prestes a importar {count, plural, one {<bold>1</bold> linha} other {<bold>{count}</bold> linhas}} no projeto: <bold>{projectName}</bold>."
53
+ 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
54
  },
51
55
  "ImportResourcesModal.continue": {
52
56
  developer_comment: "Confirmation dialog continue button",
53
57
  string: "Continuar"
54
58
  },
59
+ "ImportResourcesModal.custom-object": {
60
+ developer_comment: "Label for the custom-object resource type",
61
+ string: "Objeto personalizado"
62
+ },
63
+ "ImportResourcesModal.custom-objects": {
64
+ developer_comment: "Label for the custom-objects resource type",
65
+ string: "Objetos personalizados"
66
+ },
67
+ "ImportResourcesModal.customer": {
68
+ developer_comment: "Label for the customer resource type",
69
+ string: "Cliente"
70
+ },
71
+ "ImportResourcesModal.customers": {
72
+ developer_comment: "Label for the customers resource type",
73
+ string: "Clientes"
74
+ },
55
75
  "ImportResourcesModal.dataType": {
56
76
  developer_comment: "Label for the data type selection dropdown",
57
77
  string: "Tipo de dados"
58
78
  },
79
+ "ImportResourcesModal.delimiterComma": {
80
+ developer_comment: "Label for the delimiter name comma",
81
+ string: "vírgula"
82
+ },
83
+ "ImportResourcesModal.delimiterPipe": {
84
+ developer_comment: "Label for the delimiter name pipe",
85
+ string: "tubo"
86
+ },
87
+ "ImportResourcesModal.delimiterSemicolon": {
88
+ developer_comment: "Label for the delimiter name semicolon",
89
+ string: "ponto e vírgula"
90
+ },
91
+ "ImportResourcesModal.delimiterTab": {
92
+ developer_comment: "Label for the delimiter name tab",
93
+ string: "guia"
94
+ },
59
95
  "ImportResourcesModal.details": {
60
96
  developer_comment: "In Upload file error modal - \"Details\" column",
61
97
  string: "Detalhes"
62
98
  },
99
+ "ImportResourcesModal.discount-code": {
100
+ developer_comment: "Label for the discount-code resource type",
101
+ string: "Código de desconto"
102
+ },
103
+ "ImportResourcesModal.discount-codes": {
104
+ developer_comment: "Label for the discount-codes resource type",
105
+ string: "Códigos de desconto"
106
+ },
63
107
  "ImportResourcesModal.dragAndDropCSV": {
64
108
  developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
109
  string: "Arraste e solte o CSV"
@@ -104,6 +148,22 @@ var ptBR = {
104
148
  developer_comment: "Label for the instructions section",
105
149
  string: "Instruções"
106
150
  },
151
+ "ImportResourcesModal.inventories": {
152
+ developer_comment: "Label for the inventories entry resource type",
153
+ string: "Inventários"
154
+ },
155
+ "ImportResourcesModal.inventory": {
156
+ developer_comment: "Label for the inventory entry resource type",
157
+ string: "Inventário"
158
+ },
159
+ "ImportResourcesModal.itemsToBeImported": {
160
+ developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
161
+ 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 {}}}}"
162
+ },
163
+ "ImportResourcesModal.listConjunctionOr": {
164
+ developer_comment: "Label for the list conjunction or",
165
+ string: "ou"
166
+ },
107
167
  "ImportResourcesModal.missingKeyError": {
108
168
  developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
169
  string: "O campo \"chave\" está ausente ou incompleto em algumas linhas. Certifique-se de que cada linha tenha um valor de \"chave\"."
@@ -116,6 +176,10 @@ var ptBR = {
116
176
  developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
177
  string: "Certifique-se de que o arquivo contém as chaves necessárias para os elementos, incluindo {fieldNames}"
118
178
  },
179
+ "ImportResourcesModal.modalTitle.businessUnit": {
180
+ developer_comment: "Label for the business units modal title",
181
+ string: "Import business units by CSV"
182
+ },
119
183
  "ImportResourcesModal.modalTitle.category": {
120
184
  developer_comment: "Label for the categories modal title",
121
185
  string: "Importar categorias por CSV"
@@ -148,6 +212,22 @@ var ptBR = {
148
212
  developer_comment: "The word \"or\" in the drag and drop message",
149
213
  string: "ou"
150
214
  },
215
+ "ImportResourcesModal.order": {
216
+ developer_comment: "Label for the order resource type",
217
+ string: "Pedido"
218
+ },
219
+ "ImportResourcesModal.order-patch": {
220
+ developer_comment: "Label for the order-patch resource type",
221
+ string: "Correção do pedido"
222
+ },
223
+ "ImportResourcesModal.order-patches": {
224
+ developer_comment: "Label for the order-patches resource type",
225
+ string: "Correções de pedido"
226
+ },
227
+ "ImportResourcesModal.orders": {
228
+ developer_comment: "Label for the orders resource type",
229
+ string: "Pedidos"
230
+ },
151
231
  "ImportResourcesModal.prepareMessage": {
152
232
  developer_comment: "Notification for preparing import",
153
233
  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 +236,54 @@ var ptBR = {
156
236
  developer_comment: "Label for modal path",
157
237
  string: "Aqui está uma prévia da sua importação"
158
238
  },
239
+ "ImportResourcesModal.price": {
240
+ developer_comment: "Label for the price resource type",
241
+ string: "Preço"
242
+ },
243
+ "ImportResourcesModal.prices": {
244
+ developer_comment: "Label for the prices resource type",
245
+ string: "Preços"
246
+ },
247
+ "ImportResourcesModal.product": {
248
+ developer_comment: "Label for the product resource type",
249
+ string: "Produto"
250
+ },
251
+ "ImportResourcesModal.product-draft": {
252
+ developer_comment: "Label for the product-draft resource type",
253
+ string: "Rascunho do produto"
254
+ },
255
+ "ImportResourcesModal.product-drafts": {
256
+ developer_comment: "Label for the product-drafts resource type",
257
+ string: "Rascunhos de produto"
258
+ },
259
+ "ImportResourcesModal.product-type": {
260
+ developer_comment: "Label for the product-type resource type",
261
+ string: "Tipo de produto"
262
+ },
263
+ "ImportResourcesModal.product-types": {
264
+ developer_comment: "Label for the product-types resource type",
265
+ string: "Tipos de produtos"
266
+ },
267
+ "ImportResourcesModal.product-variant": {
268
+ developer_comment: "Label for the product-variant resource type",
269
+ string: "Variante do produto"
270
+ },
271
+ "ImportResourcesModal.product-variant-patch": {
272
+ developer_comment: "Label for the product-variant-patch resource type",
273
+ string: "Correção da variante do produto"
274
+ },
275
+ "ImportResourcesModal.product-variant-patches": {
276
+ developer_comment: "Label for the product-variant-patches resource type",
277
+ string: "Correções de variante de produto"
278
+ },
279
+ "ImportResourcesModal.product-variants": {
280
+ developer_comment: "Label for the product-variants resource type",
281
+ string: "Variantes de produto"
282
+ },
283
+ "ImportResourcesModal.products": {
284
+ developer_comment: "Label for the products resource type",
285
+ string: "Produtos"
286
+ },
159
287
  "ImportResourcesModal.radio.categories": {
160
288
  developer_comment: "Label for the categories radio button",
161
289
  string: "Categorias"
@@ -179,9 +307,9 @@ var ptBR = {
179
307
  "ImportResourcesModal.rowLimitExceededTitle": {
180
308
  string: "Limite de linhas excedido"
181
309
  },
182
- "ImportResourcesModal.rowsToBeImported": {
183
- developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
- string: "{rowCount, plural, one {<b>1</b> linha a ser importada} other {<b>{rowCount}</b> linhas a serem importadas}}{publish, select, true { and published} other {}}"
310
+ "ImportResourcesModal.settings.publishProducts": {
311
+ developer_comment: "Label for the publish products checkbox",
312
+ string: "Publicar todos os produtos no arquivo"
185
313
  },
186
314
  "ImportResourcesModal.showLess": {
187
315
  developer_comment: "A button label for collapsing the import preview to show fewer details.",
@@ -198,6 +326,14 @@ var ptBR = {
198
326
  "ImportResourcesModal.sizeExceededTitle": {
199
327
  string: "Tamanho de arquivo excedido"
200
328
  },
329
+ "ImportResourcesModal.standalone-price": {
330
+ developer_comment: "Label for the standalone-price resource type",
331
+ string: "Preço independente"
332
+ },
333
+ "ImportResourcesModal.standalone-prices": {
334
+ developer_comment: "Label for the standalone-prices resource type",
335
+ string: "Preços independentes"
336
+ },
201
337
  "ImportResourcesModal.startImportButton": {
202
338
  developer_comment: "Label for the modal Start import button",
203
339
  string: "Iniciar importação"
@@ -214,10 +350,22 @@ var ptBR = {
214
350
  developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
351
  string: "Vários arquivos detectados: você só pode arrastar e soltar um arquivo por vez."
216
352
  },
353
+ "ImportResourcesModal.type": {
354
+ developer_comment: "Label for the type resource type",
355
+ string: "Tipo"
356
+ },
357
+ "ImportResourcesModal.types": {
358
+ developer_comment: "Label for the types resource type",
359
+ string: "Tipos"
360
+ },
217
361
  "ImportResourcesModal.unexpectedError": {
218
362
  developer_comment: "Generic notification message when file upload fails",
219
363
  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
364
  },
365
+ "ImportResourcesModal.unknown-resource-type": {
366
+ developer_comment: "Label for the unknown resource type",
367
+ string: "Tipo de recurso desconhecido"
368
+ },
221
369
  "ImportResourcesModal.uploadButton": {
222
370
  developer_comment: "Label for the upload button",
223
371
  string: "Carregar e visualizar"
@@ -234,12 +382,12 @@ var ptBR = {
234
382
  developer_comment: "Upload new file button",
235
383
  string: "Carregar novo arquivo"
236
384
  },
237
- "ImportResourcesModal.wrongDelimiterDescription": {
238
- developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
239
- string: "O arquivo está usando um delimitador incorreto. Use vírgula (,) em vez disso."
385
+ "ImportResourcesModal.wrongSeparatorDescription": {
386
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
387
+ string: "O arquivo está usando um separador não suportado. Utilize um dos separadores permitidos: {delimiterList}."
240
388
  },
241
- "ImportResourcesModal.wrongDelimiterTitle": {
242
- string: "Delimitador incorreto"
389
+ "ImportResourcesModal.wrongSeparatorTitle": {
390
+ string: "Separador incorreto"
243
391
  }
244
392
  };
245
393
 
@@ -1,25 +1,29 @@
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
  },
7
+ "ImportResourcesModal.business-unit": {
8
+ developer_comment: "Label for the business-unit resource type",
9
+ string: "Business unit"
10
+ },
11
+ "ImportResourcesModal.business-units": {
12
+ developer_comment: "Label for the business-units resource type",
13
+ string: "Business units"
14
+ },
19
15
  "ImportResourcesModal.cancel": {
20
16
  developer_comment: "Label for the cancel button",
21
17
  string: "Cancelar"
22
18
  },
19
+ "ImportResourcesModal.categories": {
20
+ developer_comment: "Label for the categories resource type",
21
+ string: "Categorias"
22
+ },
23
+ "ImportResourcesModal.category": {
24
+ developer_comment: "Label for the category resource type",
25
+ string: "Categoria"
26
+ },
23
27
  "ImportResourcesModal.chooseFile": {
24
28
  developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
29
  string: "Escolher arquivo"
@@ -46,20 +50,60 @@ var ptBR = {
46
50
  },
47
51
  "ImportResourcesModal.confirmationBodyText": {
48
52
  developer_comment: "Confirmation dialog text",
49
- string: "Você está prestes a importar {count, plural, one {<bold>1</bold> linha} other {<bold>{count}</bold> linhas}} no projeto: <bold>{projectName}</bold>."
53
+ 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
54
  },
51
55
  "ImportResourcesModal.continue": {
52
56
  developer_comment: "Confirmation dialog continue button",
53
57
  string: "Continuar"
54
58
  },
59
+ "ImportResourcesModal.custom-object": {
60
+ developer_comment: "Label for the custom-object resource type",
61
+ string: "Objeto personalizado"
62
+ },
63
+ "ImportResourcesModal.custom-objects": {
64
+ developer_comment: "Label for the custom-objects resource type",
65
+ string: "Objetos personalizados"
66
+ },
67
+ "ImportResourcesModal.customer": {
68
+ developer_comment: "Label for the customer resource type",
69
+ string: "Cliente"
70
+ },
71
+ "ImportResourcesModal.customers": {
72
+ developer_comment: "Label for the customers resource type",
73
+ string: "Clientes"
74
+ },
55
75
  "ImportResourcesModal.dataType": {
56
76
  developer_comment: "Label for the data type selection dropdown",
57
77
  string: "Tipo de dados"
58
78
  },
79
+ "ImportResourcesModal.delimiterComma": {
80
+ developer_comment: "Label for the delimiter name comma",
81
+ string: "vírgula"
82
+ },
83
+ "ImportResourcesModal.delimiterPipe": {
84
+ developer_comment: "Label for the delimiter name pipe",
85
+ string: "tubo"
86
+ },
87
+ "ImportResourcesModal.delimiterSemicolon": {
88
+ developer_comment: "Label for the delimiter name semicolon",
89
+ string: "ponto e vírgula"
90
+ },
91
+ "ImportResourcesModal.delimiterTab": {
92
+ developer_comment: "Label for the delimiter name tab",
93
+ string: "guia"
94
+ },
59
95
  "ImportResourcesModal.details": {
60
96
  developer_comment: "In Upload file error modal - \"Details\" column",
61
97
  string: "Detalhes"
62
98
  },
99
+ "ImportResourcesModal.discount-code": {
100
+ developer_comment: "Label for the discount-code resource type",
101
+ string: "Código de desconto"
102
+ },
103
+ "ImportResourcesModal.discount-codes": {
104
+ developer_comment: "Label for the discount-codes resource type",
105
+ string: "Códigos de desconto"
106
+ },
63
107
  "ImportResourcesModal.dragAndDropCSV": {
64
108
  developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
109
  string: "Arraste e solte o CSV"
@@ -104,6 +148,22 @@ var ptBR = {
104
148
  developer_comment: "Label for the instructions section",
105
149
  string: "Instruções"
106
150
  },
151
+ "ImportResourcesModal.inventories": {
152
+ developer_comment: "Label for the inventories entry resource type",
153
+ string: "Inventários"
154
+ },
155
+ "ImportResourcesModal.inventory": {
156
+ developer_comment: "Label for the inventory entry resource type",
157
+ string: "Inventário"
158
+ },
159
+ "ImportResourcesModal.itemsToBeImported": {
160
+ developer_comment: "This message indicates the number of items that are ready to be imported into the project.",
161
+ 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 {}}}}"
162
+ },
163
+ "ImportResourcesModal.listConjunctionOr": {
164
+ developer_comment: "Label for the list conjunction or",
165
+ string: "ou"
166
+ },
107
167
  "ImportResourcesModal.missingKeyError": {
108
168
  developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
169
  string: "O campo \"chave\" está ausente ou incompleto em algumas linhas. Certifique-se de que cada linha tenha um valor de \"chave\"."
@@ -116,6 +176,10 @@ var ptBR = {
116
176
  developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
177
  string: "Certifique-se de que o arquivo contém as chaves necessárias para os elementos, incluindo {fieldNames}"
118
178
  },
179
+ "ImportResourcesModal.modalTitle.businessUnit": {
180
+ developer_comment: "Label for the business units modal title",
181
+ string: "Import business units by CSV"
182
+ },
119
183
  "ImportResourcesModal.modalTitle.category": {
120
184
  developer_comment: "Label for the categories modal title",
121
185
  string: "Importar categorias por CSV"
@@ -148,6 +212,22 @@ var ptBR = {
148
212
  developer_comment: "The word \"or\" in the drag and drop message",
149
213
  string: "ou"
150
214
  },
215
+ "ImportResourcesModal.order": {
216
+ developer_comment: "Label for the order resource type",
217
+ string: "Pedido"
218
+ },
219
+ "ImportResourcesModal.order-patch": {
220
+ developer_comment: "Label for the order-patch resource type",
221
+ string: "Correção do pedido"
222
+ },
223
+ "ImportResourcesModal.order-patches": {
224
+ developer_comment: "Label for the order-patches resource type",
225
+ string: "Correções de pedido"
226
+ },
227
+ "ImportResourcesModal.orders": {
228
+ developer_comment: "Label for the orders resource type",
229
+ string: "Pedidos"
230
+ },
151
231
  "ImportResourcesModal.prepareMessage": {
152
232
  developer_comment: "Notification for preparing import",
153
233
  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 +236,54 @@ var ptBR = {
156
236
  developer_comment: "Label for modal path",
157
237
  string: "Aqui está uma prévia da sua importação"
158
238
  },
239
+ "ImportResourcesModal.price": {
240
+ developer_comment: "Label for the price resource type",
241
+ string: "Preço"
242
+ },
243
+ "ImportResourcesModal.prices": {
244
+ developer_comment: "Label for the prices resource type",
245
+ string: "Preços"
246
+ },
247
+ "ImportResourcesModal.product": {
248
+ developer_comment: "Label for the product resource type",
249
+ string: "Produto"
250
+ },
251
+ "ImportResourcesModal.product-draft": {
252
+ developer_comment: "Label for the product-draft resource type",
253
+ string: "Rascunho do produto"
254
+ },
255
+ "ImportResourcesModal.product-drafts": {
256
+ developer_comment: "Label for the product-drafts resource type",
257
+ string: "Rascunhos de produto"
258
+ },
259
+ "ImportResourcesModal.product-type": {
260
+ developer_comment: "Label for the product-type resource type",
261
+ string: "Tipo de produto"
262
+ },
263
+ "ImportResourcesModal.product-types": {
264
+ developer_comment: "Label for the product-types resource type",
265
+ string: "Tipos de produtos"
266
+ },
267
+ "ImportResourcesModal.product-variant": {
268
+ developer_comment: "Label for the product-variant resource type",
269
+ string: "Variante do produto"
270
+ },
271
+ "ImportResourcesModal.product-variant-patch": {
272
+ developer_comment: "Label for the product-variant-patch resource type",
273
+ string: "Correção da variante do produto"
274
+ },
275
+ "ImportResourcesModal.product-variant-patches": {
276
+ developer_comment: "Label for the product-variant-patches resource type",
277
+ string: "Correções de variante de produto"
278
+ },
279
+ "ImportResourcesModal.product-variants": {
280
+ developer_comment: "Label for the product-variants resource type",
281
+ string: "Variantes de produto"
282
+ },
283
+ "ImportResourcesModal.products": {
284
+ developer_comment: "Label for the products resource type",
285
+ string: "Produtos"
286
+ },
159
287
  "ImportResourcesModal.radio.categories": {
160
288
  developer_comment: "Label for the categories radio button",
161
289
  string: "Categorias"
@@ -179,9 +307,9 @@ var ptBR = {
179
307
  "ImportResourcesModal.rowLimitExceededTitle": {
180
308
  string: "Limite de linhas excedido"
181
309
  },
182
- "ImportResourcesModal.rowsToBeImported": {
183
- developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
- string: "{rowCount, plural, one {<b>1</b> linha a ser importada} other {<b>{rowCount}</b> linhas a serem importadas}}{publish, select, true { and published} other {}}"
310
+ "ImportResourcesModal.settings.publishProducts": {
311
+ developer_comment: "Label for the publish products checkbox",
312
+ string: "Publicar todos os produtos no arquivo"
185
313
  },
186
314
  "ImportResourcesModal.showLess": {
187
315
  developer_comment: "A button label for collapsing the import preview to show fewer details.",
@@ -198,6 +326,14 @@ var ptBR = {
198
326
  "ImportResourcesModal.sizeExceededTitle": {
199
327
  string: "Tamanho de arquivo excedido"
200
328
  },
329
+ "ImportResourcesModal.standalone-price": {
330
+ developer_comment: "Label for the standalone-price resource type",
331
+ string: "Preço independente"
332
+ },
333
+ "ImportResourcesModal.standalone-prices": {
334
+ developer_comment: "Label for the standalone-prices resource type",
335
+ string: "Preços independentes"
336
+ },
201
337
  "ImportResourcesModal.startImportButton": {
202
338
  developer_comment: "Label for the modal Start import button",
203
339
  string: "Iniciar importação"
@@ -214,10 +350,22 @@ var ptBR = {
214
350
  developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
351
  string: "Vários arquivos detectados: você só pode arrastar e soltar um arquivo por vez."
216
352
  },
353
+ "ImportResourcesModal.type": {
354
+ developer_comment: "Label for the type resource type",
355
+ string: "Tipo"
356
+ },
357
+ "ImportResourcesModal.types": {
358
+ developer_comment: "Label for the types resource type",
359
+ string: "Tipos"
360
+ },
217
361
  "ImportResourcesModal.unexpectedError": {
218
362
  developer_comment: "Generic notification message when file upload fails",
219
363
  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
364
  },
365
+ "ImportResourcesModal.unknown-resource-type": {
366
+ developer_comment: "Label for the unknown resource type",
367
+ string: "Tipo de recurso desconhecido"
368
+ },
221
369
  "ImportResourcesModal.uploadButton": {
222
370
  developer_comment: "Label for the upload button",
223
371
  string: "Carregar e visualizar"
@@ -234,12 +382,12 @@ var ptBR = {
234
382
  developer_comment: "Upload new file button",
235
383
  string: "Carregar novo arquivo"
236
384
  },
237
- "ImportResourcesModal.wrongDelimiterDescription": {
238
- developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
239
- string: "O arquivo está usando um delimitador incorreto. Use vírgula (,) em vez disso."
385
+ "ImportResourcesModal.wrongSeparatorDescription": {
386
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected separator",
387
+ string: "O arquivo está usando um separador não suportado. Utilize um dos separadores permitidos: {delimiterList}."
240
388
  },
241
- "ImportResourcesModal.wrongDelimiterTitle": {
242
- string: "Delimitador incorreto"
389
+ "ImportResourcesModal.wrongSeparatorTitle": {
390
+ string: "Separador incorreto"
243
391
  }
244
392
  };
245
393