@commercetools-frontend-extensions/export-resources-modal 5.1.3 → 5.1.5
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-94fcdcc7.cjs.prod.js → active-drag-drop-area-02be53e3.cjs.prod.js} +1 -1
- package/dist/{active-drag-drop-area-69fb2938.cjs.dev.js → active-drag-drop-area-95a76828.cjs.dev.js} +1 -1
- package/dist/{active-drag-drop-area-3c6f93ea.esm.js → active-drag-drop-area-d6b75271.esm.js} +1 -1
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +1 -1
- package/dist/{de-b820e753.cjs.dev.js → de-172c3905.cjs.prod.js} +187 -7
- package/dist/{de-2ad4e0d7.esm.js → de-458f4116.esm.js} +187 -7
- package/dist/{de-1903dccf.cjs.prod.js → de-c18aeb38.cjs.dev.js} +187 -7
- package/dist/{en-2af10351.cjs.dev.js → en-68174953.cjs.dev.js} +187 -7
- package/dist/{en-0a01cd09.cjs.prod.js → en-951cd344.cjs.prod.js} +187 -7
- package/dist/{en-e31f86e7.esm.js → en-bf084198.esm.js} +187 -7
- package/dist/{enabled-drop-area-1b58b8dd.cjs.prod.js → enabled-drop-area-288842af.cjs.prod.js} +1 -1
- package/dist/{enabled-drop-area-184ada0f.esm.js → enabled-drop-area-d3bbcefb.esm.js} +1 -1
- package/dist/{enabled-drop-area-dc1700a7.cjs.dev.js → enabled-drop-area-febabd16.cjs.dev.js} +1 -1
- package/dist/{es-01c31bc7.cjs.dev.js → es-38a3a3ae.cjs.dev.js} +188 -8
- package/dist/{es-4658edf6.esm.js → es-a8553ca8.esm.js} +188 -8
- package/dist/{es-7959f578.cjs.prod.js → es-b0a9fb31.cjs.prod.js} +188 -8
- package/dist/{file-dropped-area-b467b781.cjs.dev.js → file-dropped-area-9fe104b9.cjs.dev.js} +1 -1
- package/dist/{file-dropped-area-2c2dc652.cjs.prod.js → file-dropped-area-c19096f2.cjs.prod.js} +1 -1
- package/dist/{file-dropped-area-81ed1081.esm.js → file-dropped-area-eb9f32ff.esm.js} +1 -1
- package/dist/{fr-FR-0a721f97.cjs.prod.js → fr-FR-8146efa8.cjs.prod.js} +188 -8
- package/dist/{fr-FR-3057d941.esm.js → fr-FR-87237d20.esm.js} +188 -8
- package/dist/{fr-FR-d641720a.cjs.dev.js → fr-FR-97c22617.cjs.dev.js} +188 -8
- package/dist/{index-85e2278a.esm.js → index-4b561bdd.esm.js} +8 -8
- package/dist/{index-ee88bf21.cjs.prod.js → index-6fc91e18.cjs.prod.js} +8 -8
- package/dist/{index-b8309ef7.cjs.dev.js → index-fba0d105.cjs.dev.js} +8 -8
- package/dist/{pt-BR-442e5bba.cjs.dev.js → pt-BR-c42a98aa.cjs.dev.js} +188 -8
- package/dist/{pt-BR-89644b77.cjs.prod.js → pt-BR-c725734e.cjs.prod.js} +188 -8
- package/dist/{pt-BR-b849606a.esm.js → pt-BR-cf6abfcc.esm.js} +188 -8
- package/package.json +15 -15
|
@@ -1,17 +1,69 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var ptBR = {
|
|
4
|
+
"ExportResourcesModal.attributeDefinitionNotFound": {
|
|
5
|
+
developer_comment: "Attribute definition not found error",
|
|
6
|
+
string: "Definição de atributos não encontrada"
|
|
7
|
+
},
|
|
8
|
+
"ExportResourcesModal.attributeDefinitionNotFoundTitle": {
|
|
9
|
+
developer_comment: "Title for attribute definitions not found error",
|
|
10
|
+
string: "O(s) seguinte(s) atributo(s) não pode(m) ser encontrado(s) neste projeto:"
|
|
11
|
+
},
|
|
4
12
|
"ExportResourcesModal.back": {
|
|
5
13
|
developer_comment: "Label for \"Back\" button",
|
|
6
14
|
string: "Voltar"
|
|
7
15
|
},
|
|
16
|
+
"ExportResourcesModal.backToPreviousStep": {
|
|
17
|
+
developer_comment: "Label for \"Back to previous step\" button",
|
|
18
|
+
string: "Voltar para a etapa anterior"
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.backToSelection": {
|
|
21
|
+
developer_comment: "Label for \"Back to selection\" button",
|
|
22
|
+
string: "Voltar para a seleção"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.browseFile": {
|
|
25
|
+
developer_comment: "Label for \"Browse file\" button",
|
|
26
|
+
string: "procurar arquivo"
|
|
27
|
+
},
|
|
8
28
|
"ExportResourcesModal.checkTheSpelling": {
|
|
9
29
|
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
30
|
string: "Verifique a ortografia."
|
|
11
31
|
},
|
|
12
|
-
"ExportResourcesModal.
|
|
13
|
-
developer_comment: "Label for \"
|
|
14
|
-
string: "
|
|
32
|
+
"ExportResourcesModal.chooseFile": {
|
|
33
|
+
developer_comment: "Label for \"Choose file\" button",
|
|
34
|
+
string: "Escolher arquivo"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.confirmSelection": {
|
|
37
|
+
developer_comment: "Label for \"Confirm selection\" button",
|
|
38
|
+
string: "Confirmar seleção"
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.csvUploadFailed": {
|
|
41
|
+
developer_comment: "CSV upload failed title",
|
|
42
|
+
string: "Falha ao carregar CSV"
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.defineFieldsToIncludeInExport": {
|
|
45
|
+
developer_comment: "A message to define the fields to include in export",
|
|
46
|
+
string: "Defina os campos a serem incluídos na sua exportação com um arquivo CSV abaixo. O arquivo deve conter cabeçalhos de coluna no formato predefinido mostrado em <templateLink>nosso modelo</templateLink>. Também é possível usar um CSV exportado anteriormente."
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.details": {
|
|
49
|
+
developer_comment: "Label for details column",
|
|
50
|
+
string: "Detalhes"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.dragAndDropCSV": {
|
|
53
|
+
developer_comment: "Label for \"Drag and drop CSV\" text",
|
|
54
|
+
string: "Arraste e solte o CSV"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.duplicateField": {
|
|
57
|
+
developer_comment: "Duplicate field error",
|
|
58
|
+
string: "Campo duplicado"
|
|
59
|
+
},
|
|
60
|
+
"ExportResourcesModal.duplicateFieldTitle": {
|
|
61
|
+
developer_comment: "Title for duplicate fields error",
|
|
62
|
+
string: "Os seguintes campos estão duplicados. Cada campo deve aparecer somente uma vez:"
|
|
63
|
+
},
|
|
64
|
+
"ExportResourcesModal.errorType": {
|
|
65
|
+
developer_comment: "Label for error type column",
|
|
66
|
+
string: "Tipo de erro"
|
|
15
67
|
},
|
|
16
68
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
17
69
|
developer_comment: "Select Export setttings based on my views",
|
|
@@ -37,6 +89,14 @@ var ptBR = {
|
|
|
37
89
|
developer_comment: "Label for preferences",
|
|
38
90
|
string: "Preferências"
|
|
39
91
|
},
|
|
92
|
+
"ExportResourcesModal.exportPreview": {
|
|
93
|
+
developer_comment: "Label for export preview step",
|
|
94
|
+
string: "Prévia da exportação"
|
|
95
|
+
},
|
|
96
|
+
"ExportResourcesModal.exportProcessMayTakeAWhile": {
|
|
97
|
+
developer_comment: "The export process may take a while",
|
|
98
|
+
string: "O processo de exportação pode levar algum tempo. Para visualizar o progresso e baixar o arquivo após iniciar a exportação, vá para a área de <exportLogsLink>Registros de exportação</exportLogsLink>, localizada no <operationsIcon></operationsIcon> menu Operações."
|
|
99
|
+
},
|
|
40
100
|
"ExportResourcesModal.exportScope": {
|
|
41
101
|
developer_comment: "Label for Export Scope",
|
|
42
102
|
string: "Escopo"
|
|
@@ -125,10 +185,26 @@ var ptBR = {
|
|
|
125
185
|
developer_comment: "Label for Export Settings",
|
|
126
186
|
string: "Configurações"
|
|
127
187
|
},
|
|
188
|
+
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
189
|
+
developer_comment: "Field definition not found error",
|
|
190
|
+
string: "Definição do campo não encontrada"
|
|
191
|
+
},
|
|
192
|
+
"ExportResourcesModal.fieldDefinitionNotFoundTitle": {
|
|
193
|
+
developer_comment: "Title for field definitions not found error",
|
|
194
|
+
string: "O(s) seguinte(s) atributo(s) personalizado(s) não pode(m) ser encontrado(s) neste projeto:"
|
|
195
|
+
},
|
|
128
196
|
"ExportResourcesModal.fieldDefinitions": {
|
|
129
197
|
developer_comment: "Label for \"Field definitions\" link",
|
|
130
198
|
string: "Definições do campo"
|
|
131
199
|
},
|
|
200
|
+
"ExportResourcesModal.fieldsToBeExported": {
|
|
201
|
+
developer_comment: "Label for fields to be exported",
|
|
202
|
+
string: "{fieldCount, plural, one {<b>1</b> campos a serem exportados} many {<b>{fieldCount}</b> campos a serem exportados} other {<b>{fieldCount}</b> campos a serem exportados}}:"
|
|
203
|
+
},
|
|
204
|
+
"ExportResourcesModal.fieldsToBeExportedInLanguages": {
|
|
205
|
+
developer_comment: "Label for fields to be exported in languages",
|
|
206
|
+
string: "{fieldCount, plural, one {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} many {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
|
|
207
|
+
},
|
|
132
208
|
"ExportResourcesModal.fileName": {
|
|
133
209
|
developer_comment: "exported file name",
|
|
134
210
|
string: "Nome do arquivo"
|
|
@@ -145,21 +221,49 @@ var ptBR = {
|
|
|
145
221
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
146
222
|
string: "Incluir todos os locais"
|
|
147
223
|
},
|
|
224
|
+
"ExportResourcesModal.includeAllLocalesRadioOption": {
|
|
225
|
+
developer_comment: "label for \"all\" option in locales radio options",
|
|
226
|
+
string: "tudo"
|
|
227
|
+
},
|
|
228
|
+
"ExportResourcesModal.includeOnlySelectedLocalesRadioOption": {
|
|
229
|
+
developer_comment: "label for \"only selected\" option in locales radio options",
|
|
230
|
+
string: "somente selecionado"
|
|
231
|
+
},
|
|
232
|
+
"ExportResourcesModal.incompleteField": {
|
|
233
|
+
developer_comment: "Incomplete field error",
|
|
234
|
+
string: "Campo incompleto"
|
|
235
|
+
},
|
|
236
|
+
"ExportResourcesModal.incompleteFieldTitle": {
|
|
237
|
+
developer_comment: "Title for incomplete fields error",
|
|
238
|
+
string: "Os seguintes campos estão sem um subcampo:"
|
|
239
|
+
},
|
|
148
240
|
"ExportResourcesModal.invalidFileNameError": {
|
|
149
241
|
developer_comment: "Error when file name field is not valid",
|
|
150
242
|
string: "O nome do arquivo contém apenas caracteres alfanuméricos, hífens e sublinhados."
|
|
151
243
|
},
|
|
244
|
+
"ExportResourcesModal.invalidQueryPredicate": {
|
|
245
|
+
developer_comment: "Error when query predicate field is not valid",
|
|
246
|
+
string: "Há um erro com o predicado da consulta. Certifique-se de que a sintaxe esteja correta."
|
|
247
|
+
},
|
|
152
248
|
"ExportResourcesModal.itemCount": {
|
|
153
249
|
developer_comment: "Label for item count",
|
|
154
|
-
string: "{count, plural,
|
|
250
|
+
string: "{count, plural, one {# item} other {# items}}"
|
|
155
251
|
},
|
|
156
252
|
"ExportResourcesModal.loadMoreFields": {
|
|
157
253
|
developer_comment: "Load more fields message",
|
|
158
|
-
string: "Carregue mais campos usando a funcionalidade de
|
|
254
|
+
string: "Carregue mais campos usando a funcionalidade de busca ou especifique a lista completa de campos com um arquivo CSV"
|
|
255
|
+
},
|
|
256
|
+
"ExportResourcesModal.locales": {
|
|
257
|
+
developer_comment: "Locales",
|
|
258
|
+
string: "Localidades"
|
|
259
|
+
},
|
|
260
|
+
"ExportResourcesModal.localizedFieldWithoutLocale": {
|
|
261
|
+
developer_comment: "Localized field without locale error",
|
|
262
|
+
string: "Campo localizado sem localidade"
|
|
159
263
|
},
|
|
160
|
-
"ExportResourcesModal.
|
|
161
|
-
developer_comment: "
|
|
162
|
-
string: "
|
|
264
|
+
"ExportResourcesModal.localizedFieldWithoutLocaleTitle": {
|
|
265
|
+
developer_comment: "Title for localized fields without locale error",
|
|
266
|
+
string: "Os seguintes campos localizados não especificam nenhum sufixo de localidade. Escolha uma opção diferente no campo Localidades ou carregue um arquivo CSV diferente:"
|
|
163
267
|
},
|
|
164
268
|
"ExportResourcesModal.missingFileNameError": {
|
|
165
269
|
developer_comment: "Error when file name field is missing",
|
|
@@ -169,6 +273,10 @@ var ptBR = {
|
|
|
169
273
|
developer_comment: "Error when no locale is selected",
|
|
170
274
|
string: "Selecione ao menos um local"
|
|
171
275
|
},
|
|
276
|
+
"ExportResourcesModal.missingQueryPredicateError": {
|
|
277
|
+
developer_comment: "Error when query predicate field is missing",
|
|
278
|
+
string: "Insira um predicado de consulta"
|
|
279
|
+
},
|
|
172
280
|
"ExportResourcesModal.modalTitle.category": {
|
|
173
281
|
developer_comment: "Label for the categories modal title",
|
|
174
282
|
string: "Exportar categorias"
|
|
@@ -201,10 +309,34 @@ var ptBR = {
|
|
|
201
309
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
202
310
|
string: "Minhas visualizações"
|
|
203
311
|
},
|
|
312
|
+
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
313
|
+
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
314
|
+
string: "Nenhum recurso corresponde ao predicado da sua consulta. Verifique o predicado da sua consulta e tente novamente."
|
|
315
|
+
},
|
|
316
|
+
"ExportResourcesModal.notSupportedField": {
|
|
317
|
+
developer_comment: "Not supported field error",
|
|
318
|
+
string: "Campo não suportado"
|
|
319
|
+
},
|
|
320
|
+
"ExportResourcesModal.notSupportedFieldsTitle": {
|
|
321
|
+
developer_comment: "Title for not supported fields error",
|
|
322
|
+
string: "Os seguintes campos não são suportados para o tipo de recurso:"
|
|
323
|
+
},
|
|
204
324
|
"ExportResourcesModal.nothingApplied": {
|
|
205
325
|
developer_comment: "Shown when there is no filter applied",
|
|
206
326
|
string: "nada aplicado"
|
|
207
327
|
},
|
|
328
|
+
"ExportResourcesModal.onlyLocalesFoundInCsvFile": {
|
|
329
|
+
developer_comment: "label for \"only locales found in the CSV file\" option in locales radio options",
|
|
330
|
+
string: "apenas localidades encontradas no arquivo CSV"
|
|
331
|
+
},
|
|
332
|
+
"ExportResourcesModal.onlyLocalesFoundInCsvFileTooltip": {
|
|
333
|
+
developer_comment: "Tooltip for \"only locales found in the CSV file\" option",
|
|
334
|
+
string: "Carregue um arquivo primeiro para poder selecionar esta opção"
|
|
335
|
+
},
|
|
336
|
+
"ExportResourcesModal.or": {
|
|
337
|
+
developer_comment: "Label for \"or\" text",
|
|
338
|
+
string: "ou"
|
|
339
|
+
},
|
|
208
340
|
"ExportResourcesModal.outputFormat": {
|
|
209
341
|
developer_comment: "File format like (csv, xls, ...etc)",
|
|
210
342
|
string: "Formato do arquivo"
|
|
@@ -213,6 +345,10 @@ var ptBR = {
|
|
|
213
345
|
developer_comment: "properties panel label",
|
|
214
346
|
string: "Propriedades"
|
|
215
347
|
},
|
|
348
|
+
"ExportResourcesModal.queryPredicate": {
|
|
349
|
+
developer_comment: "Label for query predicate option",
|
|
350
|
+
string: "Predicado da consulta"
|
|
351
|
+
},
|
|
216
352
|
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
217
353
|
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
218
354
|
string: "Tente pesquisar inserindo o nome exato do campo."
|
|
@@ -221,6 +357,22 @@ var ptBR = {
|
|
|
221
357
|
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
222
358
|
string: "Pesquisar por campos"
|
|
223
359
|
},
|
|
360
|
+
"ExportResourcesModal.selectContentToExport": {
|
|
361
|
+
developer_comment: "Label for \"Select content to export\" button",
|
|
362
|
+
string: "Selecione conteúdo para exportar"
|
|
363
|
+
},
|
|
364
|
+
"ExportResourcesModal.selectDifferentFields": {
|
|
365
|
+
developer_comment: "Label for \"Select different fields\" button",
|
|
366
|
+
string: "Selecione campos diferentes"
|
|
367
|
+
},
|
|
368
|
+
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
369
|
+
developer_comment: "Label for \"Select fields from an imported CSV\" button",
|
|
370
|
+
string: "Selecione campos de um CSV importado"
|
|
371
|
+
},
|
|
372
|
+
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
373
|
+
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
374
|
+
string: "Selecione campos de uma lista limitada"
|
|
375
|
+
},
|
|
224
376
|
"ExportResourcesModal.selectFieldsToExport": {
|
|
225
377
|
string: "Selecionar arquivos para exportar"
|
|
226
378
|
},
|
|
@@ -228,10 +380,26 @@ var ptBR = {
|
|
|
228
380
|
developer_comment: "Label for total Selected",
|
|
229
381
|
string: "{total} selecionados"
|
|
230
382
|
},
|
|
383
|
+
"ExportResourcesModal.showAll": {
|
|
384
|
+
developer_comment: "Label for \"Show all\" button",
|
|
385
|
+
string: "Mostrar tudo"
|
|
386
|
+
},
|
|
387
|
+
"ExportResourcesModal.showLess": {
|
|
388
|
+
developer_comment: "Label for \"Show less\" button",
|
|
389
|
+
string: "Exibir menos"
|
|
390
|
+
},
|
|
231
391
|
"ExportResourcesModal.startExport": {
|
|
232
392
|
developer_comment: "Label for \"Start export\" button",
|
|
233
393
|
string: "Iniciar exportação"
|
|
234
394
|
},
|
|
395
|
+
"ExportResourcesModal.stepCount": {
|
|
396
|
+
developer_comment: "Step count",
|
|
397
|
+
string: "Etapa {currentStep}/{totalSteps}"
|
|
398
|
+
},
|
|
399
|
+
"ExportResourcesModal.stepNumber": {
|
|
400
|
+
developer_comment: "Step number",
|
|
401
|
+
string: "Etapa {stepNumber}"
|
|
402
|
+
},
|
|
235
403
|
"ExportResourcesModal.suggestions": {
|
|
236
404
|
developer_comment: "In Export fields selection - Suggestions message",
|
|
237
405
|
string: "Sugestões:"
|
|
@@ -243,6 +411,18 @@ var ptBR = {
|
|
|
243
411
|
"ExportResourcesModal.unexpectedError": {
|
|
244
412
|
developer_comment: "Generic notification message when starting export process fails",
|
|
245
413
|
string: "Ocorreu um erro ao iniciar o processo de exportação. Tente novamente ou entre em contato com o suporte caso o problema persista."
|
|
414
|
+
},
|
|
415
|
+
"ExportResourcesModal.unknownError": {
|
|
416
|
+
developer_comment: "Unknown error",
|
|
417
|
+
string: "Ocorreu um erro inesperado"
|
|
418
|
+
},
|
|
419
|
+
"ExportResourcesModal.uploadDifferentCSV": {
|
|
420
|
+
developer_comment: "Label for \"Upload a different CSV file\" button",
|
|
421
|
+
string: "Carregue um arquivo CSV diferente"
|
|
422
|
+
},
|
|
423
|
+
"ExportResourcesModal.uploadErrorsDetected": {
|
|
424
|
+
developer_comment: "Message shown when errors are detected during file upload",
|
|
425
|
+
string: "Foram detectados <b>{total}</b> erros ao carregar o arquivo <b>{fileName}</b>. Use <templateLink>nosso modelo</templateLink> para revisar a formatação correta e os valores compatíveis, tente exportar usando nossa seleção de campos primeiro ou visite <documentationLink>nossa documentação</documentationLink> para mais informações."
|
|
246
426
|
}
|
|
247
427
|
};
|
|
248
428
|
|
|
@@ -1,15 +1,67 @@
|
|
|
1
1
|
var ptBR = {
|
|
2
|
+
"ExportResourcesModal.attributeDefinitionNotFound": {
|
|
3
|
+
developer_comment: "Attribute definition not found error",
|
|
4
|
+
string: "Definição de atributos não encontrada"
|
|
5
|
+
},
|
|
6
|
+
"ExportResourcesModal.attributeDefinitionNotFoundTitle": {
|
|
7
|
+
developer_comment: "Title for attribute definitions not found error",
|
|
8
|
+
string: "O(s) seguinte(s) atributo(s) não pode(m) ser encontrado(s) neste projeto:"
|
|
9
|
+
},
|
|
2
10
|
"ExportResourcesModal.back": {
|
|
3
11
|
developer_comment: "Label for \"Back\" button",
|
|
4
12
|
string: "Voltar"
|
|
5
13
|
},
|
|
14
|
+
"ExportResourcesModal.backToPreviousStep": {
|
|
15
|
+
developer_comment: "Label for \"Back to previous step\" button",
|
|
16
|
+
string: "Voltar para a etapa anterior"
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.backToSelection": {
|
|
19
|
+
developer_comment: "Label for \"Back to selection\" button",
|
|
20
|
+
string: "Voltar para a seleção"
|
|
21
|
+
},
|
|
22
|
+
"ExportResourcesModal.browseFile": {
|
|
23
|
+
developer_comment: "Label for \"Browse file\" button",
|
|
24
|
+
string: "procurar arquivo"
|
|
25
|
+
},
|
|
6
26
|
"ExportResourcesModal.checkTheSpelling": {
|
|
7
27
|
developer_comment: "In Export fields selection - Check the spelling message",
|
|
8
28
|
string: "Verifique a ortografia."
|
|
9
29
|
},
|
|
10
|
-
"ExportResourcesModal.
|
|
11
|
-
developer_comment: "Label for \"
|
|
12
|
-
string: "
|
|
30
|
+
"ExportResourcesModal.chooseFile": {
|
|
31
|
+
developer_comment: "Label for \"Choose file\" button",
|
|
32
|
+
string: "Escolher arquivo"
|
|
33
|
+
},
|
|
34
|
+
"ExportResourcesModal.confirmSelection": {
|
|
35
|
+
developer_comment: "Label for \"Confirm selection\" button",
|
|
36
|
+
string: "Confirmar seleção"
|
|
37
|
+
},
|
|
38
|
+
"ExportResourcesModal.csvUploadFailed": {
|
|
39
|
+
developer_comment: "CSV upload failed title",
|
|
40
|
+
string: "Falha ao carregar CSV"
|
|
41
|
+
},
|
|
42
|
+
"ExportResourcesModal.defineFieldsToIncludeInExport": {
|
|
43
|
+
developer_comment: "A message to define the fields to include in export",
|
|
44
|
+
string: "Defina os campos a serem incluídos na sua exportação com um arquivo CSV abaixo. O arquivo deve conter cabeçalhos de coluna no formato predefinido mostrado em <templateLink>nosso modelo</templateLink>. Também é possível usar um CSV exportado anteriormente."
|
|
45
|
+
},
|
|
46
|
+
"ExportResourcesModal.details": {
|
|
47
|
+
developer_comment: "Label for details column",
|
|
48
|
+
string: "Detalhes"
|
|
49
|
+
},
|
|
50
|
+
"ExportResourcesModal.dragAndDropCSV": {
|
|
51
|
+
developer_comment: "Label for \"Drag and drop CSV\" text",
|
|
52
|
+
string: "Arraste e solte o CSV"
|
|
53
|
+
},
|
|
54
|
+
"ExportResourcesModal.duplicateField": {
|
|
55
|
+
developer_comment: "Duplicate field error",
|
|
56
|
+
string: "Campo duplicado"
|
|
57
|
+
},
|
|
58
|
+
"ExportResourcesModal.duplicateFieldTitle": {
|
|
59
|
+
developer_comment: "Title for duplicate fields error",
|
|
60
|
+
string: "Os seguintes campos estão duplicados. Cada campo deve aparecer somente uma vez:"
|
|
61
|
+
},
|
|
62
|
+
"ExportResourcesModal.errorType": {
|
|
63
|
+
developer_comment: "Label for error type column",
|
|
64
|
+
string: "Tipo de erro"
|
|
13
65
|
},
|
|
14
66
|
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
15
67
|
developer_comment: "Select Export setttings based on my views",
|
|
@@ -35,6 +87,14 @@ var ptBR = {
|
|
|
35
87
|
developer_comment: "Label for preferences",
|
|
36
88
|
string: "Preferências"
|
|
37
89
|
},
|
|
90
|
+
"ExportResourcesModal.exportPreview": {
|
|
91
|
+
developer_comment: "Label for export preview step",
|
|
92
|
+
string: "Prévia da exportação"
|
|
93
|
+
},
|
|
94
|
+
"ExportResourcesModal.exportProcessMayTakeAWhile": {
|
|
95
|
+
developer_comment: "The export process may take a while",
|
|
96
|
+
string: "O processo de exportação pode levar algum tempo. Para visualizar o progresso e baixar o arquivo após iniciar a exportação, vá para a área de <exportLogsLink>Registros de exportação</exportLogsLink>, localizada no <operationsIcon></operationsIcon> menu Operações."
|
|
97
|
+
},
|
|
38
98
|
"ExportResourcesModal.exportScope": {
|
|
39
99
|
developer_comment: "Label for Export Scope",
|
|
40
100
|
string: "Escopo"
|
|
@@ -123,10 +183,26 @@ var ptBR = {
|
|
|
123
183
|
developer_comment: "Label for Export Settings",
|
|
124
184
|
string: "Configurações"
|
|
125
185
|
},
|
|
186
|
+
"ExportResourcesModal.fieldDefinitionNotFound": {
|
|
187
|
+
developer_comment: "Field definition not found error",
|
|
188
|
+
string: "Definição do campo não encontrada"
|
|
189
|
+
},
|
|
190
|
+
"ExportResourcesModal.fieldDefinitionNotFoundTitle": {
|
|
191
|
+
developer_comment: "Title for field definitions not found error",
|
|
192
|
+
string: "O(s) seguinte(s) atributo(s) personalizado(s) não pode(m) ser encontrado(s) neste projeto:"
|
|
193
|
+
},
|
|
126
194
|
"ExportResourcesModal.fieldDefinitions": {
|
|
127
195
|
developer_comment: "Label for \"Field definitions\" link",
|
|
128
196
|
string: "Definições do campo"
|
|
129
197
|
},
|
|
198
|
+
"ExportResourcesModal.fieldsToBeExported": {
|
|
199
|
+
developer_comment: "Label for fields to be exported",
|
|
200
|
+
string: "{fieldCount, plural, one {<b>1</b> campos a serem exportados} many {<b>{fieldCount}</b> campos a serem exportados} other {<b>{fieldCount}</b> campos a serem exportados}}:"
|
|
201
|
+
},
|
|
202
|
+
"ExportResourcesModal.fieldsToBeExportedInLanguages": {
|
|
203
|
+
developer_comment: "Label for fields to be exported in languages",
|
|
204
|
+
string: "{fieldCount, plural, one {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} many {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
|
|
205
|
+
},
|
|
130
206
|
"ExportResourcesModal.fileName": {
|
|
131
207
|
developer_comment: "exported file name",
|
|
132
208
|
string: "Nome do arquivo"
|
|
@@ -143,21 +219,49 @@ var ptBR = {
|
|
|
143
219
|
developer_comment: "label for \"Include all locales\" checkbox",
|
|
144
220
|
string: "Incluir todos os locais"
|
|
145
221
|
},
|
|
222
|
+
"ExportResourcesModal.includeAllLocalesRadioOption": {
|
|
223
|
+
developer_comment: "label for \"all\" option in locales radio options",
|
|
224
|
+
string: "tudo"
|
|
225
|
+
},
|
|
226
|
+
"ExportResourcesModal.includeOnlySelectedLocalesRadioOption": {
|
|
227
|
+
developer_comment: "label for \"only selected\" option in locales radio options",
|
|
228
|
+
string: "somente selecionado"
|
|
229
|
+
},
|
|
230
|
+
"ExportResourcesModal.incompleteField": {
|
|
231
|
+
developer_comment: "Incomplete field error",
|
|
232
|
+
string: "Campo incompleto"
|
|
233
|
+
},
|
|
234
|
+
"ExportResourcesModal.incompleteFieldTitle": {
|
|
235
|
+
developer_comment: "Title for incomplete fields error",
|
|
236
|
+
string: "Os seguintes campos estão sem um subcampo:"
|
|
237
|
+
},
|
|
146
238
|
"ExportResourcesModal.invalidFileNameError": {
|
|
147
239
|
developer_comment: "Error when file name field is not valid",
|
|
148
240
|
string: "O nome do arquivo contém apenas caracteres alfanuméricos, hífens e sublinhados."
|
|
149
241
|
},
|
|
242
|
+
"ExportResourcesModal.invalidQueryPredicate": {
|
|
243
|
+
developer_comment: "Error when query predicate field is not valid",
|
|
244
|
+
string: "Há um erro com o predicado da consulta. Certifique-se de que a sintaxe esteja correta."
|
|
245
|
+
},
|
|
150
246
|
"ExportResourcesModal.itemCount": {
|
|
151
247
|
developer_comment: "Label for item count",
|
|
152
|
-
string: "{count, plural,
|
|
248
|
+
string: "{count, plural, one {# item} other {# items}}"
|
|
153
249
|
},
|
|
154
250
|
"ExportResourcesModal.loadMoreFields": {
|
|
155
251
|
developer_comment: "Load more fields message",
|
|
156
|
-
string: "Carregue mais campos usando a funcionalidade de
|
|
252
|
+
string: "Carregue mais campos usando a funcionalidade de busca ou especifique a lista completa de campos com um arquivo CSV"
|
|
253
|
+
},
|
|
254
|
+
"ExportResourcesModal.locales": {
|
|
255
|
+
developer_comment: "Locales",
|
|
256
|
+
string: "Localidades"
|
|
257
|
+
},
|
|
258
|
+
"ExportResourcesModal.localizedFieldWithoutLocale": {
|
|
259
|
+
developer_comment: "Localized field without locale error",
|
|
260
|
+
string: "Campo localizado sem localidade"
|
|
157
261
|
},
|
|
158
|
-
"ExportResourcesModal.
|
|
159
|
-
developer_comment: "
|
|
160
|
-
string: "
|
|
262
|
+
"ExportResourcesModal.localizedFieldWithoutLocaleTitle": {
|
|
263
|
+
developer_comment: "Title for localized fields without locale error",
|
|
264
|
+
string: "Os seguintes campos localizados não especificam nenhum sufixo de localidade. Escolha uma opção diferente no campo Localidades ou carregue um arquivo CSV diferente:"
|
|
161
265
|
},
|
|
162
266
|
"ExportResourcesModal.missingFileNameError": {
|
|
163
267
|
developer_comment: "Error when file name field is missing",
|
|
@@ -167,6 +271,10 @@ var ptBR = {
|
|
|
167
271
|
developer_comment: "Error when no locale is selected",
|
|
168
272
|
string: "Selecione ao menos um local"
|
|
169
273
|
},
|
|
274
|
+
"ExportResourcesModal.missingQueryPredicateError": {
|
|
275
|
+
developer_comment: "Error when query predicate field is missing",
|
|
276
|
+
string: "Insira um predicado de consulta"
|
|
277
|
+
},
|
|
170
278
|
"ExportResourcesModal.modalTitle.category": {
|
|
171
279
|
developer_comment: "Label for the categories modal title",
|
|
172
280
|
string: "Exportar categorias"
|
|
@@ -199,10 +307,34 @@ var ptBR = {
|
|
|
199
307
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
200
308
|
string: "Minhas visualizações"
|
|
201
309
|
},
|
|
310
|
+
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
311
|
+
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
312
|
+
string: "Nenhum recurso corresponde ao predicado da sua consulta. Verifique o predicado da sua consulta e tente novamente."
|
|
313
|
+
},
|
|
314
|
+
"ExportResourcesModal.notSupportedField": {
|
|
315
|
+
developer_comment: "Not supported field error",
|
|
316
|
+
string: "Campo não suportado"
|
|
317
|
+
},
|
|
318
|
+
"ExportResourcesModal.notSupportedFieldsTitle": {
|
|
319
|
+
developer_comment: "Title for not supported fields error",
|
|
320
|
+
string: "Os seguintes campos não são suportados para o tipo de recurso:"
|
|
321
|
+
},
|
|
202
322
|
"ExportResourcesModal.nothingApplied": {
|
|
203
323
|
developer_comment: "Shown when there is no filter applied",
|
|
204
324
|
string: "nada aplicado"
|
|
205
325
|
},
|
|
326
|
+
"ExportResourcesModal.onlyLocalesFoundInCsvFile": {
|
|
327
|
+
developer_comment: "label for \"only locales found in the CSV file\" option in locales radio options",
|
|
328
|
+
string: "apenas localidades encontradas no arquivo CSV"
|
|
329
|
+
},
|
|
330
|
+
"ExportResourcesModal.onlyLocalesFoundInCsvFileTooltip": {
|
|
331
|
+
developer_comment: "Tooltip for \"only locales found in the CSV file\" option",
|
|
332
|
+
string: "Carregue um arquivo primeiro para poder selecionar esta opção"
|
|
333
|
+
},
|
|
334
|
+
"ExportResourcesModal.or": {
|
|
335
|
+
developer_comment: "Label for \"or\" text",
|
|
336
|
+
string: "ou"
|
|
337
|
+
},
|
|
206
338
|
"ExportResourcesModal.outputFormat": {
|
|
207
339
|
developer_comment: "File format like (csv, xls, ...etc)",
|
|
208
340
|
string: "Formato do arquivo"
|
|
@@ -211,6 +343,10 @@ var ptBR = {
|
|
|
211
343
|
developer_comment: "properties panel label",
|
|
212
344
|
string: "Propriedades"
|
|
213
345
|
},
|
|
346
|
+
"ExportResourcesModal.queryPredicate": {
|
|
347
|
+
developer_comment: "Label for query predicate option",
|
|
348
|
+
string: "Predicado da consulta"
|
|
349
|
+
},
|
|
214
350
|
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
215
351
|
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
216
352
|
string: "Tente pesquisar inserindo o nome exato do campo."
|
|
@@ -219,6 +355,22 @@ var ptBR = {
|
|
|
219
355
|
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
220
356
|
string: "Pesquisar por campos"
|
|
221
357
|
},
|
|
358
|
+
"ExportResourcesModal.selectContentToExport": {
|
|
359
|
+
developer_comment: "Label for \"Select content to export\" button",
|
|
360
|
+
string: "Selecione conteúdo para exportar"
|
|
361
|
+
},
|
|
362
|
+
"ExportResourcesModal.selectDifferentFields": {
|
|
363
|
+
developer_comment: "Label for \"Select different fields\" button",
|
|
364
|
+
string: "Selecione campos diferentes"
|
|
365
|
+
},
|
|
366
|
+
"ExportResourcesModal.selectFieldsFromImportedCSV": {
|
|
367
|
+
developer_comment: "Label for \"Select fields from an imported CSV\" button",
|
|
368
|
+
string: "Selecione campos de um CSV importado"
|
|
369
|
+
},
|
|
370
|
+
"ExportResourcesModal.selectFieldsFromLimitedList": {
|
|
371
|
+
developer_comment: "Label for \"Select fields from a limited list\" button",
|
|
372
|
+
string: "Selecione campos de uma lista limitada"
|
|
373
|
+
},
|
|
222
374
|
"ExportResourcesModal.selectFieldsToExport": {
|
|
223
375
|
string: "Selecionar arquivos para exportar"
|
|
224
376
|
},
|
|
@@ -226,10 +378,26 @@ var ptBR = {
|
|
|
226
378
|
developer_comment: "Label for total Selected",
|
|
227
379
|
string: "{total} selecionados"
|
|
228
380
|
},
|
|
381
|
+
"ExportResourcesModal.showAll": {
|
|
382
|
+
developer_comment: "Label for \"Show all\" button",
|
|
383
|
+
string: "Mostrar tudo"
|
|
384
|
+
},
|
|
385
|
+
"ExportResourcesModal.showLess": {
|
|
386
|
+
developer_comment: "Label for \"Show less\" button",
|
|
387
|
+
string: "Exibir menos"
|
|
388
|
+
},
|
|
229
389
|
"ExportResourcesModal.startExport": {
|
|
230
390
|
developer_comment: "Label for \"Start export\" button",
|
|
231
391
|
string: "Iniciar exportação"
|
|
232
392
|
},
|
|
393
|
+
"ExportResourcesModal.stepCount": {
|
|
394
|
+
developer_comment: "Step count",
|
|
395
|
+
string: "Etapa {currentStep}/{totalSteps}"
|
|
396
|
+
},
|
|
397
|
+
"ExportResourcesModal.stepNumber": {
|
|
398
|
+
developer_comment: "Step number",
|
|
399
|
+
string: "Etapa {stepNumber}"
|
|
400
|
+
},
|
|
233
401
|
"ExportResourcesModal.suggestions": {
|
|
234
402
|
developer_comment: "In Export fields selection - Suggestions message",
|
|
235
403
|
string: "Sugestões:"
|
|
@@ -241,6 +409,18 @@ var ptBR = {
|
|
|
241
409
|
"ExportResourcesModal.unexpectedError": {
|
|
242
410
|
developer_comment: "Generic notification message when starting export process fails",
|
|
243
411
|
string: "Ocorreu um erro ao iniciar o processo de exportação. Tente novamente ou entre em contato com o suporte caso o problema persista."
|
|
412
|
+
},
|
|
413
|
+
"ExportResourcesModal.unknownError": {
|
|
414
|
+
developer_comment: "Unknown error",
|
|
415
|
+
string: "Ocorreu um erro inesperado"
|
|
416
|
+
},
|
|
417
|
+
"ExportResourcesModal.uploadDifferentCSV": {
|
|
418
|
+
developer_comment: "Label for \"Upload a different CSV file\" button",
|
|
419
|
+
string: "Carregue um arquivo CSV diferente"
|
|
420
|
+
},
|
|
421
|
+
"ExportResourcesModal.uploadErrorsDetected": {
|
|
422
|
+
developer_comment: "Message shown when errors are detected during file upload",
|
|
423
|
+
string: "Foram detectados <b>{total}</b> erros ao carregar o arquivo <b>{fileName}</b>. Use <templateLink>nosso modelo</templateLink> para revisar a formatação correta e os valores compatíveis, tente exportar usando nossa seleção de campos primeiro ou visite <documentationLink>nossa documentação</documentationLink> para mais informações."
|
|
244
424
|
}
|
|
245
425
|
};
|
|
246
426
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/export-resources-modal",
|
|
3
3
|
"description": "Shared export modal for exporting resources",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.5",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"rimraf": "6.0.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@commercetools-frontend/actions-global": "23.x || fec-156-react19",
|
|
58
|
-
"@commercetools-frontend/application-components": "23.x || fec-156-react19",
|
|
59
|
-
"@commercetools-frontend/application-shell": "23.x || fec-156-react19",
|
|
60
|
-
"@commercetools-frontend/application-shell-connectors": "23.x || fec-156-react19",
|
|
61
|
-
"@commercetools-frontend/constants": "23.x || fec-156-react19",
|
|
62
|
-
"@commercetools-frontend/fullstory": "2.x || 3.x || react-19-migration",
|
|
63
|
-
"@commercetools-frontend/i18n": "23.x || fec-156-react19",
|
|
64
|
-
"@commercetools-frontend/jest-preset-mc-app": "23.x || fec-156-react19",
|
|
65
|
-
"@commercetools-frontend/l10n": "23.x || fec-156-react19",
|
|
66
|
-
"@commercetools-frontend/sdk": "23.x || fec-156-react19",
|
|
67
|
-
"@commercetools-frontend/sentry": "23.x || fec-156-react19",
|
|
68
|
-
"@commercetools-frontend/ui-kit": "19.x || fec-155-react-19",
|
|
69
|
-
"@commercetools-uikit/design-system": "19.x || fec-155-react-19",
|
|
70
|
-
"@commercetools-uikit/icons": "19.x || fec-155-react-19",
|
|
57
|
+
"@commercetools-frontend/actions-global": "23.x || 24.x || fec-156-react19",
|
|
58
|
+
"@commercetools-frontend/application-components": "23.x || 24.x || fec-156-react19",
|
|
59
|
+
"@commercetools-frontend/application-shell": "23.x || 24.x || fec-156-react19",
|
|
60
|
+
"@commercetools-frontend/application-shell-connectors": "23.x || 24.x || fec-156-react19",
|
|
61
|
+
"@commercetools-frontend/constants": "23.x || 24.x || fec-156-react19",
|
|
62
|
+
"@commercetools-frontend/fullstory": "2.x || 3.x || 4.x || react-19-migration",
|
|
63
|
+
"@commercetools-frontend/i18n": "23.x || 24.x || fec-156-react19",
|
|
64
|
+
"@commercetools-frontend/jest-preset-mc-app": "23.x || 24.x || fec-156-react19",
|
|
65
|
+
"@commercetools-frontend/l10n": "23.x || 24.x || fec-156-react19",
|
|
66
|
+
"@commercetools-frontend/sdk": "23.x || 24.x || fec-156-react19",
|
|
67
|
+
"@commercetools-frontend/sentry": "23.x || 24.x || fec-156-react19",
|
|
68
|
+
"@commercetools-frontend/ui-kit": "19.x || 20.x || fec-155-react-19",
|
|
69
|
+
"@commercetools-uikit/design-system": "19.x || 20.x || fec-155-react-19",
|
|
70
|
+
"@commercetools-uikit/icons": "19.x || 20.x || fec-155-react-19",
|
|
71
71
|
"react": "17.x || 19.x",
|
|
72
72
|
"react-intl": "6.x || 7.x",
|
|
73
73
|
"react-redux": "7.x",
|