@commercetools-frontend-extensions/export-resources-modal 5.13.0 → 5.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,15 +49,15 @@ var frFR = {
49
49
  },
50
50
  "ExportResourcesModal.columnSeparatorPipe": {
51
51
  developer_comment: "Label for pipe column separator option",
52
- string: "pipe (|)"
52
+ string: "barre verticale (|)"
53
53
  },
54
54
  "ExportResourcesModal.columnSeparatorSemicolon": {
55
55
  developer_comment: "Label for semicolon column separator option",
56
- string: "semicolon (;)"
56
+ string: "point virgule"
57
57
  },
58
58
  "ExportResourcesModal.columnSeparatorTab": {
59
59
  developer_comment: "Label for tab column separator option",
60
- string: "tab (\\t)"
60
+ string: "onglet (\\t)"
61
61
  },
62
62
  "ExportResourcesModal.columns": {
63
63
  developer_comment: "Label for column separator select",
@@ -69,7 +69,7 @@ var frFR = {
69
69
  },
70
70
  "ExportResourcesModal.csvSettings": {
71
71
  developer_comment: "Label for CSV settings section",
72
- string: "CSV settings:"
72
+ string: "Paramètres CSV"
73
73
  },
74
74
  "ExportResourcesModal.csvUploadFailed": {
75
75
  developer_comment: "CSV upload failed title",
@@ -175,6 +175,10 @@ var frFR = {
175
175
  developer_comment: "Label for Export All orders",
176
176
  string: "Tout exporter : {total, plural, one {# commande} other {# commandes}}"
177
177
  },
178
+ "ExportResourcesModal.exportScopeAllProductTailorings": {
179
+ developer_comment: "Label for Export All product tailorings",
180
+ string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
181
+ },
178
182
  "ExportResourcesModal.exportScopeAllProductTypes": {
179
183
  developer_comment: "Label for Export All product types",
180
184
  string: "Tout exporter : {total, plural, one {# type de produit} other {# types de produit}}"
@@ -203,6 +207,10 @@ var frFR = {
203
207
  developer_comment: "Label for Export Filtered orders",
204
208
  string: "Exporter les données filtrées : {total, plural, one {# commande} other {# commandes}}"
205
209
  },
210
+ "ExportResourcesModal.exportScopeFilteredProductTailorings": {
211
+ developer_comment: "Label for Export Filtered product tailorings",
212
+ string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
213
+ },
206
214
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
207
215
  developer_comment: "Label for Export Filtered product types",
208
216
  string: "Exporter les données filtrées : {total, plural, one {# type de produit} other {# types de produit}}"
@@ -235,6 +243,10 @@ var frFR = {
235
243
  developer_comment: "Label for Export Selected orders",
236
244
  string: "Exporter les données sélectionnées : {total, plural, one {# commande} other {# commandes}}"
237
245
  },
246
+ "ExportResourcesModal.exportScopeSelectedProductTailorings": {
247
+ developer_comment: "Label for Export Selected product tailorings",
248
+ string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
249
+ },
238
250
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
239
251
  developer_comment: "Label for Export Selected product types",
240
252
  string: "Exporter les données sélectionnées : {total, plural, one {# type de produit} other {# types de produit}}"
@@ -247,6 +259,10 @@ var frFR = {
247
259
  developer_comment: "Label for Export Selected without count",
248
260
  string: "Sélection d'exportation"
249
261
  },
262
+ "ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
263
+ developer_comment: "Label for Export For a specific store option for product tailorings",
264
+ string: "Export tailored products for a specific store"
265
+ },
250
266
  "ExportResourcesModal.fieldDefinitionNotFound": {
251
267
  developer_comment: "Field definition not found error",
252
268
  string: "Définition de champ introuvable"
@@ -265,7 +281,7 @@ var frFR = {
265
281
  },
266
282
  "ExportResourcesModal.fieldsToBeExportedInLanguages": {
267
283
  developer_comment: "Label for fields to be exported in languages",
268
- string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
284
+ string: "{fieldCount, plural, one {\n\n\n} many {<b>{fieldCount}</b> champs à exporter dans {languageCount, plural, one {<b>1</b>language} et {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> champs à exporter dans {languageCount, plural, one {<b>1</b>language} et {<b>{languageCount}</b> languages}}}}:"
269
285
  },
270
286
  "ExportResourcesModal.fileName": {
271
287
  developer_comment: "exported file name",
@@ -273,7 +289,7 @@ var frFR = {
273
289
  },
274
290
  "ExportResourcesModal.fillRows": {
275
291
  developer_comment: "A checkbox label for filling rows with complete data",
276
- string: "Fill all rows with complete data"
292
+ string: "Remplissez toutes les lignes avec des données complètes"
277
293
  },
278
294
  "ExportResourcesModal.includeAllLocales": {
279
295
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -305,7 +321,7 @@ var frFR = {
305
321
  },
306
322
  "ExportResourcesModal.itemCount": {
307
323
  developer_comment: "Label for item count",
308
- string: "{count, plural, one {# item} other {# items}}"
324
+ string: "{count, plural, one {11} many {# articles} other {# articles}}"
309
325
  },
310
326
  "ExportResourcesModal.loadMoreFields": {
311
327
  developer_comment: "Load more fields message",
@@ -363,13 +379,17 @@ var frFR = {
363
379
  developer_comment: "Label for the products modal title",
364
380
  string: "Exporter des produits"
365
381
  },
382
+ "ExportResourcesModal.modalTitle.productTailoring": {
383
+ developer_comment: "Label for the product tailorings modal title",
384
+ string: "Export tailored products"
385
+ },
366
386
  "ExportResourcesModal.modalTitle.productType": {
367
387
  developer_comment: "Label for the product types modal title",
368
388
  string: "Types de produit à exporter"
369
389
  },
370
390
  "ExportResourcesModal.moreInformation": {
371
391
  developer_comment: "A label for more information",
372
- string: "For more information, refer to the {documentationLink}"
392
+ string: "Pour plus d'informations, consultez le {documentationLink}"
373
393
  },
374
394
  "ExportResourcesModal.myViews": {
375
395
  developer_comment: "Label for \"My Views\" Select Field",
@@ -377,7 +397,7 @@ var frFR = {
377
397
  },
378
398
  "ExportResourcesModal.noResourcesToExport": {
379
399
  developer_comment: "Error message when there are no resources to export",
380
- string: "There are no resources to export. Please adjust your selection or filters and try again."
400
+ string: "Il n'y a aucune ressource à exporter. Veuillez modifier votre sélection ou vos filtres, puis réessayez."
381
401
  },
382
402
  "ExportResourcesModal.noResourcesToExportForQueryPredicate": {
383
403
  developer_comment: "Error message when there are no resources to export for given query predicate",
@@ -425,11 +445,11 @@ var frFR = {
425
445
  },
426
446
  "ExportResourcesModal.saveAs": {
427
447
  developer_comment: "Label for \"Save as:\"",
428
- string: "Save as:"
448
+ string: "Enregistrer sous :"
429
449
  },
430
450
  "ExportResourcesModal.scope": {
431
451
  developer_comment: "Label for \"Scope:\"",
432
- string: "Scope:"
452
+ string: "Étendue :"
433
453
  },
434
454
  "ExportResourcesModal.searchByEnteringTheExactFieldName": {
435
455
  developer_comment: "In Export fields selection - Search by entering the exact field name message",
@@ -458,17 +478,21 @@ var frFR = {
458
478
  "ExportResourcesModal.selectFieldsToExport": {
459
479
  string: "Sélectionner les champs à exporter"
460
480
  },
481
+ "ExportResourcesModal.selectStorePlaceholder": {
482
+ developer_comment: "Placeholder for the store selection dropdown",
483
+ string: "Select store"
484
+ },
461
485
  "ExportResourcesModal.selected": {
462
486
  developer_comment: "Label for total Selected",
463
487
  string: "{total} sélectionné(s)"
464
488
  },
465
489
  "ExportResourcesModal.separators": {
466
490
  developer_comment: "Label for separators",
467
- string: "Separators"
491
+ string: "Séparateurs"
468
492
  },
469
493
  "ExportResourcesModal.separatorsDescription": {
470
494
  developer_comment: "Description for column separators",
471
- string: "Configure how columns are separated in the exported file"
495
+ string: "Configurer la séparation des colonnes dans le fichier exporté"
472
496
  },
473
497
  "ExportResourcesModal.showAll": {
474
498
  developer_comment: "Label for \"Show all\" button",
@@ -47,19 +47,19 @@ var ptBR = {
47
47
  },
48
48
  "ExportResourcesModal.columnSeparatorComma": {
49
49
  developer_comment: "Label for comma column separator option",
50
- string: "comma (,)"
50
+ string: "vírgula (,)"
51
51
  },
52
52
  "ExportResourcesModal.columnSeparatorPipe": {
53
53
  developer_comment: "Label for pipe column separator option",
54
- string: "pipe (|)"
54
+ string: "barra vertical (|)"
55
55
  },
56
56
  "ExportResourcesModal.columnSeparatorSemicolon": {
57
57
  developer_comment: "Label for semicolon column separator option",
58
- string: "semicolon (;)"
58
+ string: "ponto e vírgula (;)"
59
59
  },
60
60
  "ExportResourcesModal.columnSeparatorTab": {
61
61
  developer_comment: "Label for tab column separator option",
62
- string: "tab (\\t)"
62
+ string: "tabulação (\\t)"
63
63
  },
64
64
  "ExportResourcesModal.columns": {
65
65
  developer_comment: "Label for column separator select",
@@ -71,7 +71,7 @@ var ptBR = {
71
71
  },
72
72
  "ExportResourcesModal.csvSettings": {
73
73
  developer_comment: "Label for CSV settings section",
74
- string: "CSV settings:"
74
+ string: "Configurações de CSV:"
75
75
  },
76
76
  "ExportResourcesModal.csvUploadFailed": {
77
77
  developer_comment: "CSV upload failed title",
@@ -79,11 +79,11 @@ var ptBR = {
79
79
  },
80
80
  "ExportResourcesModal.decimalSeparatorComma": {
81
81
  developer_comment: "Label for comma decimal separator option",
82
- string: "comma (,)"
82
+ string: "vírgula (,)"
83
83
  },
84
84
  "ExportResourcesModal.decimalSeparatorPoint": {
85
85
  developer_comment: "Label for point decimal separator option",
86
- string: "point (.)"
86
+ string: "ponto (.)"
87
87
  },
88
88
  "ExportResourcesModal.decimals": {
89
89
  developer_comment: "Label for decimal separator select",
@@ -99,7 +99,7 @@ var ptBR = {
99
99
  },
100
100
  "ExportResourcesModal.documentation": {
101
101
  developer_comment: "A label for Documentation link",
102
- string: "Documentation"
102
+ string: "Documentação"
103
103
  },
104
104
  "ExportResourcesModal.dragAndDropCSV": {
105
105
  developer_comment: "Label for \"Drag and drop CSV\" text",
@@ -177,6 +177,10 @@ var ptBR = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Exportar tudo: {total, plural, one {# pedido} other {# pedidos}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductTailorings": {
181
+ developer_comment: "Label for Export All product tailorings",
182
+ string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTypes": {
181
185
  developer_comment: "Label for Export All product types",
182
186
  string: "Exportar tudo: {total, plural, one {# tipo de produto} other {# tipos de produto}}"
@@ -205,6 +209,10 @@ var ptBR = {
205
209
  developer_comment: "Label for Export Filtered orders",
206
210
  string: "Exportar filtrados: {total, plural, one {# pedido} other {# pedidos}}"
207
211
  },
212
+ "ExportResourcesModal.exportScopeFilteredProductTailorings": {
213
+ developer_comment: "Label for Export Filtered product tailorings",
214
+ string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
215
+ },
208
216
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
209
217
  developer_comment: "Label for Export Filtered product types",
210
218
  string: "Exportar filtrados: {total, plural, one {# tipo de produto} other {# tipos de produto}}"
@@ -237,6 +245,10 @@ var ptBR = {
237
245
  developer_comment: "Label for Export Selected orders",
238
246
  string: "Exportar selecionados: {total, plural, one {# pedido} other {# pedidos}}"
239
247
  },
248
+ "ExportResourcesModal.exportScopeSelectedProductTailorings": {
249
+ developer_comment: "Label for Export Selected product tailorings",
250
+ string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
251
+ },
240
252
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
241
253
  developer_comment: "Label for Export Selected product types",
242
254
  string: "Exportar selecionados: {total, plural, one {# tipo de produto} other {# tipos de produto}}"
@@ -249,6 +261,10 @@ var ptBR = {
249
261
  developer_comment: "Label for Export Selected without count",
250
262
  string: "Exportar seleção"
251
263
  },
264
+ "ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
265
+ developer_comment: "Label for Export For a specific store option for product tailorings",
266
+ string: "Export tailored products for a specific store"
267
+ },
252
268
  "ExportResourcesModal.fieldDefinitionNotFound": {
253
269
  developer_comment: "Field definition not found error",
254
270
  string: "Definição do campo não encontrada"
@@ -267,7 +283,7 @@ var ptBR = {
267
283
  },
268
284
  "ExportResourcesModal.fieldsToBeExportedInLanguages": {
269
285
  developer_comment: "Label for fields to be exported in languages",
270
- string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
286
+ string: "{fieldCount, plural, one {<b>1</b> campo a ser exportado 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}}}}:"
271
287
  },
272
288
  "ExportResourcesModal.fileName": {
273
289
  developer_comment: "exported file name",
@@ -275,7 +291,7 @@ var ptBR = {
275
291
  },
276
292
  "ExportResourcesModal.fillRows": {
277
293
  developer_comment: "A checkbox label for filling rows with complete data",
278
- string: "Fill all rows with complete data"
294
+ string: "Preencha todas as linha com dados completos"
279
295
  },
280
296
  "ExportResourcesModal.includeAllLocales": {
281
297
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -307,7 +323,7 @@ var ptBR = {
307
323
  },
308
324
  "ExportResourcesModal.itemCount": {
309
325
  developer_comment: "Label for item count",
310
- string: "{count, plural, one {# item} other {# items}}"
326
+ string: "{count, plural, one { de item} many {Nº de itens} other { de itens}}"
311
327
  },
312
328
  "ExportResourcesModal.loadMoreFields": {
313
329
  developer_comment: "Load more fields message",
@@ -365,13 +381,17 @@ var ptBR = {
365
381
  developer_comment: "Label for the products modal title",
366
382
  string: "Exportar produtos"
367
383
  },
384
+ "ExportResourcesModal.modalTitle.productTailoring": {
385
+ developer_comment: "Label for the product tailorings modal title",
386
+ string: "Export tailored products"
387
+ },
368
388
  "ExportResourcesModal.modalTitle.productType": {
369
389
  developer_comment: "Label for the product types modal title",
370
390
  string: "Exportar tipos de produtos"
371
391
  },
372
392
  "ExportResourcesModal.moreInformation": {
373
393
  developer_comment: "A label for more information",
374
- string: "For more information, refer to the {documentationLink}"
394
+ string: "Para mais informações, consulte o link {documentationLink}"
375
395
  },
376
396
  "ExportResourcesModal.myViews": {
377
397
  developer_comment: "Label for \"My Views\" Select Field",
@@ -379,7 +399,7 @@ var ptBR = {
379
399
  },
380
400
  "ExportResourcesModal.noResourcesToExport": {
381
401
  developer_comment: "Error message when there are no resources to export",
382
- string: "There are no resources to export. Please adjust your selection or filters and try again."
402
+ string: "Não recursos a exportar. Ajuste sua seleção ou filtros e tente novamente."
383
403
  },
384
404
  "ExportResourcesModal.noResourcesToExportForQueryPredicate": {
385
405
  developer_comment: "Error message when there are no resources to export for given query predicate",
@@ -427,11 +447,11 @@ var ptBR = {
427
447
  },
428
448
  "ExportResourcesModal.saveAs": {
429
449
  developer_comment: "Label for \"Save as:\"",
430
- string: "Save as:"
450
+ string: "Salvar como:"
431
451
  },
432
452
  "ExportResourcesModal.scope": {
433
453
  developer_comment: "Label for \"Scope:\"",
434
- string: "Scope:"
454
+ string: "Escopo:"
435
455
  },
436
456
  "ExportResourcesModal.searchByEnteringTheExactFieldName": {
437
457
  developer_comment: "In Export fields selection - Search by entering the exact field name message",
@@ -460,17 +480,21 @@ var ptBR = {
460
480
  "ExportResourcesModal.selectFieldsToExport": {
461
481
  string: "Selecionar arquivos para exportar"
462
482
  },
483
+ "ExportResourcesModal.selectStorePlaceholder": {
484
+ developer_comment: "Placeholder for the store selection dropdown",
485
+ string: "Select store"
486
+ },
463
487
  "ExportResourcesModal.selected": {
464
488
  developer_comment: "Label for total Selected",
465
489
  string: "{total} selecionados"
466
490
  },
467
491
  "ExportResourcesModal.separators": {
468
492
  developer_comment: "Label for separators",
469
- string: "Separators"
493
+ string: "Separadores"
470
494
  },
471
495
  "ExportResourcesModal.separatorsDescription": {
472
496
  developer_comment: "Description for column separators",
473
- string: "Configure how columns are separated in the exported file"
497
+ string: "Determine como as colunas serão separadas no arquivo exportado"
474
498
  },
475
499
  "ExportResourcesModal.showAll": {
476
500
  developer_comment: "Label for \"Show all\" button",
@@ -47,19 +47,19 @@ var ptBR = {
47
47
  },
48
48
  "ExportResourcesModal.columnSeparatorComma": {
49
49
  developer_comment: "Label for comma column separator option",
50
- string: "comma (,)"
50
+ string: "vírgula (,)"
51
51
  },
52
52
  "ExportResourcesModal.columnSeparatorPipe": {
53
53
  developer_comment: "Label for pipe column separator option",
54
- string: "pipe (|)"
54
+ string: "barra vertical (|)"
55
55
  },
56
56
  "ExportResourcesModal.columnSeparatorSemicolon": {
57
57
  developer_comment: "Label for semicolon column separator option",
58
- string: "semicolon (;)"
58
+ string: "ponto e vírgula (;)"
59
59
  },
60
60
  "ExportResourcesModal.columnSeparatorTab": {
61
61
  developer_comment: "Label for tab column separator option",
62
- string: "tab (\\t)"
62
+ string: "tabulação (\\t)"
63
63
  },
64
64
  "ExportResourcesModal.columns": {
65
65
  developer_comment: "Label for column separator select",
@@ -71,7 +71,7 @@ var ptBR = {
71
71
  },
72
72
  "ExportResourcesModal.csvSettings": {
73
73
  developer_comment: "Label for CSV settings section",
74
- string: "CSV settings:"
74
+ string: "Configurações de CSV:"
75
75
  },
76
76
  "ExportResourcesModal.csvUploadFailed": {
77
77
  developer_comment: "CSV upload failed title",
@@ -79,11 +79,11 @@ var ptBR = {
79
79
  },
80
80
  "ExportResourcesModal.decimalSeparatorComma": {
81
81
  developer_comment: "Label for comma decimal separator option",
82
- string: "comma (,)"
82
+ string: "vírgula (,)"
83
83
  },
84
84
  "ExportResourcesModal.decimalSeparatorPoint": {
85
85
  developer_comment: "Label for point decimal separator option",
86
- string: "point (.)"
86
+ string: "ponto (.)"
87
87
  },
88
88
  "ExportResourcesModal.decimals": {
89
89
  developer_comment: "Label for decimal separator select",
@@ -99,7 +99,7 @@ var ptBR = {
99
99
  },
100
100
  "ExportResourcesModal.documentation": {
101
101
  developer_comment: "A label for Documentation link",
102
- string: "Documentation"
102
+ string: "Documentação"
103
103
  },
104
104
  "ExportResourcesModal.dragAndDropCSV": {
105
105
  developer_comment: "Label for \"Drag and drop CSV\" text",
@@ -177,6 +177,10 @@ var ptBR = {
177
177
  developer_comment: "Label for Export All orders",
178
178
  string: "Exportar tudo: {total, plural, one {# pedido} other {# pedidos}}"
179
179
  },
180
+ "ExportResourcesModal.exportScopeAllProductTailorings": {
181
+ developer_comment: "Label for Export All product tailorings",
182
+ string: "Export tailored products for {total, plural, one {# product} other {# products}} in all stores"
183
+ },
180
184
  "ExportResourcesModal.exportScopeAllProductTypes": {
181
185
  developer_comment: "Label for Export All product types",
182
186
  string: "Exportar tudo: {total, plural, one {# tipo de produto} other {# tipos de produto}}"
@@ -205,6 +209,10 @@ var ptBR = {
205
209
  developer_comment: "Label for Export Filtered orders",
206
210
  string: "Exportar filtrados: {total, plural, one {# pedido} other {# pedidos}}"
207
211
  },
212
+ "ExportResourcesModal.exportScopeFilteredProductTailorings": {
213
+ developer_comment: "Label for Export Filtered product tailorings",
214
+ string: "Export tailored products for the {total, plural, one {# filtered product} other {# filtered products}}"
215
+ },
208
216
  "ExportResourcesModal.exportScopeFilteredProductTypes": {
209
217
  developer_comment: "Label for Export Filtered product types",
210
218
  string: "Exportar filtrados: {total, plural, one {# tipo de produto} other {# tipos de produto}}"
@@ -237,6 +245,10 @@ var ptBR = {
237
245
  developer_comment: "Label for Export Selected orders",
238
246
  string: "Exportar selecionados: {total, plural, one {# pedido} other {# pedidos}}"
239
247
  },
248
+ "ExportResourcesModal.exportScopeSelectedProductTailorings": {
249
+ developer_comment: "Label for Export Selected product tailorings",
250
+ string: "Export tailored products for the {total, plural, one {# selected product} other {# selected products}}"
251
+ },
240
252
  "ExportResourcesModal.exportScopeSelectedProductTypes": {
241
253
  developer_comment: "Label for Export Selected product types",
242
254
  string: "Exportar selecionados: {total, plural, one {# tipo de produto} other {# tipos de produto}}"
@@ -249,6 +261,10 @@ var ptBR = {
249
261
  developer_comment: "Label for Export Selected without count",
250
262
  string: "Exportar seleção"
251
263
  },
264
+ "ExportResourcesModal.exportScopeSpecificStoreProductTailorings": {
265
+ developer_comment: "Label for Export For a specific store option for product tailorings",
266
+ string: "Export tailored products for a specific store"
267
+ },
252
268
  "ExportResourcesModal.fieldDefinitionNotFound": {
253
269
  developer_comment: "Field definition not found error",
254
270
  string: "Definição do campo não encontrada"
@@ -267,7 +283,7 @@ var ptBR = {
267
283
  },
268
284
  "ExportResourcesModal.fieldsToBeExportedInLanguages": {
269
285
  developer_comment: "Label for fields to be exported in languages",
270
- string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
286
+ string: "{fieldCount, plural, one {<b>1</b> campo a ser exportado 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}}}}:"
271
287
  },
272
288
  "ExportResourcesModal.fileName": {
273
289
  developer_comment: "exported file name",
@@ -275,7 +291,7 @@ var ptBR = {
275
291
  },
276
292
  "ExportResourcesModal.fillRows": {
277
293
  developer_comment: "A checkbox label for filling rows with complete data",
278
- string: "Fill all rows with complete data"
294
+ string: "Preencha todas as linha com dados completos"
279
295
  },
280
296
  "ExportResourcesModal.includeAllLocales": {
281
297
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -307,7 +323,7 @@ var ptBR = {
307
323
  },
308
324
  "ExportResourcesModal.itemCount": {
309
325
  developer_comment: "Label for item count",
310
- string: "{count, plural, one {# item} other {# items}}"
326
+ string: "{count, plural, one { de item} many {Nº de itens} other { de itens}}"
311
327
  },
312
328
  "ExportResourcesModal.loadMoreFields": {
313
329
  developer_comment: "Load more fields message",
@@ -365,13 +381,17 @@ var ptBR = {
365
381
  developer_comment: "Label for the products modal title",
366
382
  string: "Exportar produtos"
367
383
  },
384
+ "ExportResourcesModal.modalTitle.productTailoring": {
385
+ developer_comment: "Label for the product tailorings modal title",
386
+ string: "Export tailored products"
387
+ },
368
388
  "ExportResourcesModal.modalTitle.productType": {
369
389
  developer_comment: "Label for the product types modal title",
370
390
  string: "Exportar tipos de produtos"
371
391
  },
372
392
  "ExportResourcesModal.moreInformation": {
373
393
  developer_comment: "A label for more information",
374
- string: "For more information, refer to the {documentationLink}"
394
+ string: "Para mais informações, consulte o link {documentationLink}"
375
395
  },
376
396
  "ExportResourcesModal.myViews": {
377
397
  developer_comment: "Label for \"My Views\" Select Field",
@@ -379,7 +399,7 @@ var ptBR = {
379
399
  },
380
400
  "ExportResourcesModal.noResourcesToExport": {
381
401
  developer_comment: "Error message when there are no resources to export",
382
- string: "There are no resources to export. Please adjust your selection or filters and try again."
402
+ string: "Não recursos a exportar. Ajuste sua seleção ou filtros e tente novamente."
383
403
  },
384
404
  "ExportResourcesModal.noResourcesToExportForQueryPredicate": {
385
405
  developer_comment: "Error message when there are no resources to export for given query predicate",
@@ -427,11 +447,11 @@ var ptBR = {
427
447
  },
428
448
  "ExportResourcesModal.saveAs": {
429
449
  developer_comment: "Label for \"Save as:\"",
430
- string: "Save as:"
450
+ string: "Salvar como:"
431
451
  },
432
452
  "ExportResourcesModal.scope": {
433
453
  developer_comment: "Label for \"Scope:\"",
434
- string: "Scope:"
454
+ string: "Escopo:"
435
455
  },
436
456
  "ExportResourcesModal.searchByEnteringTheExactFieldName": {
437
457
  developer_comment: "In Export fields selection - Search by entering the exact field name message",
@@ -460,17 +480,21 @@ var ptBR = {
460
480
  "ExportResourcesModal.selectFieldsToExport": {
461
481
  string: "Selecionar arquivos para exportar"
462
482
  },
483
+ "ExportResourcesModal.selectStorePlaceholder": {
484
+ developer_comment: "Placeholder for the store selection dropdown",
485
+ string: "Select store"
486
+ },
463
487
  "ExportResourcesModal.selected": {
464
488
  developer_comment: "Label for total Selected",
465
489
  string: "{total} selecionados"
466
490
  },
467
491
  "ExportResourcesModal.separators": {
468
492
  developer_comment: "Label for separators",
469
- string: "Separators"
493
+ string: "Separadores"
470
494
  },
471
495
  "ExportResourcesModal.separatorsDescription": {
472
496
  developer_comment: "Description for column separators",
473
- string: "Configure how columns are separated in the exported file"
497
+ string: "Determine como as colunas serão separadas no arquivo exportado"
474
498
  },
475
499
  "ExportResourcesModal.showAll": {
476
500
  developer_comment: "Label for \"Show all\" button",