@commercetools-frontend-extensions/import-resources-modal 1.3.19 → 1.4.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.
Files changed (44) hide show
  1. package/dist/{active-drag-drop-area-9667523a.esm.js → active-drag-drop-area-14547b3b.esm.js} +1 -1
  2. package/dist/{active-drag-drop-area-f7b82691.cjs.prod.js → active-drag-drop-area-8c1a33ba.cjs.prod.js} +1 -1
  3. package/dist/{active-drag-drop-area-af12a9b1.cjs.dev.js → active-drag-drop-area-cef224e3.cjs.dev.js} +1 -1
  4. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +2 -2
  5. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +2 -2
  6. package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +2 -2
  7. package/dist/de-22a8eb66.cjs.prod.js +246 -0
  8. package/dist/de-3d74f145.esm.js +244 -0
  9. package/dist/de-fd3b70e4.cjs.dev.js +246 -0
  10. package/dist/declarations/src/@types/import-container.d.ts +14 -0
  11. package/dist/en-2d941c45.esm.js +244 -0
  12. package/dist/en-c12caec6.cjs.dev.js +246 -0
  13. package/dist/en-c80bec2f.cjs.prod.js +246 -0
  14. package/dist/{enabled-drop-area-e2c28a9e.esm.js → enabled-drop-area-77804d07.esm.js} +1 -1
  15. package/dist/{enabled-drop-area-ed0fd3ba.cjs.dev.js → enabled-drop-area-7e676557.cjs.dev.js} +1 -1
  16. package/dist/{enabled-drop-area-93e90a7a.cjs.prod.js → enabled-drop-area-f5edef91.cjs.prod.js} +1 -1
  17. package/dist/{es-9821e666.cjs.prod.js → es-01b24cea.cjs.prod.js} +9 -9
  18. package/dist/{es-c6b4310c.esm.js → es-561e774f.esm.js} +9 -9
  19. package/dist/{es-c3c63de8.cjs.dev.js → es-a45120de.cjs.dev.js} +9 -9
  20. package/dist/{file-dropped-area-8a8a3de8.esm.js → file-dropped-area-01985830.esm.js} +9 -9
  21. package/dist/{file-dropped-area-16894986.cjs.prod.js → file-dropped-area-0f2194fc.cjs.prod.js} +9 -9
  22. package/dist/{file-dropped-area-b3ce24a7.cjs.dev.js → file-dropped-area-f4f37cd4.cjs.dev.js} +9 -9
  23. package/dist/fr-FR-1c33adf1.esm.js +244 -0
  24. package/dist/fr-FR-2a0f5518.cjs.prod.js +246 -0
  25. package/dist/fr-FR-d51f6a8e.cjs.dev.js +246 -0
  26. package/dist/{index-0bd38b3d.cjs.dev.js → index-53c3ff29.cjs.dev.js} +214 -129
  27. package/dist/{index-02b35395.cjs.prod.js → index-d687055a.cjs.prod.js} +199 -128
  28. package/dist/{index-62b39c5f.esm.js → index-f96d232d.esm.js} +215 -130
  29. package/dist/pt-BR-6b7a389e.cjs.prod.js +246 -0
  30. package/dist/pt-BR-8b999c2f.cjs.dev.js +246 -0
  31. package/dist/pt-BR-c09d735f.esm.js +244 -0
  32. package/package.json +16 -15
  33. package/dist/de-a34c5dd4.cjs.dev.js +0 -6
  34. package/dist/de-cd6c45d3.esm.js +0 -4
  35. package/dist/de-d954fe3d.cjs.prod.js +0 -6
  36. package/dist/en-3a9aa2d4.esm.js +0 -4
  37. package/dist/en-6b3694f6.cjs.dev.js +0 -6
  38. package/dist/en-c7757448.cjs.prod.js +0 -6
  39. package/dist/fr-FR-9d9081ee.esm.js +0 -4
  40. package/dist/fr-FR-e7126fcc.cjs.dev.js +0 -6
  41. package/dist/fr-FR-fce1ca96.cjs.prod.js +0 -6
  42. package/dist/pt-BR-b37d730b.esm.js +0 -4
  43. package/dist/pt-BR-ea6b3251.cjs.dev.js +0 -6
  44. package/dist/pt-BR-ec2a1a11.cjs.prod.js +0 -6
@@ -0,0 +1,246 @@
1
+ 'use strict';
2
+
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
+ "ImportResourcesModal.browseFile": {
17
+ string: "Procurar arquivo"
18
+ },
19
+ "ImportResourcesModal.cancel": {
20
+ developer_comment: "Label for the cancel button",
21
+ string: "Cancelar"
22
+ },
23
+ "ImportResourcesModal.chooseFile": {
24
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
+ string: "Escolher arquivo"
26
+ },
27
+ "ImportResourcesModal.close": {
28
+ developer_comment: "Label for the close button",
29
+ string: "Fechar"
30
+ },
31
+ "ImportResourcesModal.columnsToBeIgnored": {
32
+ developer_comment: "This message indicates the number of columns that will be deliberately skipped during the import because they can't be imported",
33
+ string: "{columnCount}</b> colunas serão ignoradas porque elas não podem ser importadas"
34
+ },
35
+ "ImportResourcesModal.columnsToBeImported": {
36
+ developer_comment: "This message indicates the number of columns that are ready to be imported into the system.",
37
+ string: "<b>{columnCount}</b> colunas a serem importadas"
38
+ },
39
+ "ImportResourcesModal.confirmationBodyNote": {
40
+ developer_comment: "Confirmation dialog text",
41
+ string: "Esteja ciente de que os valores existentes com as mesmas chaves serão substituídos pelos dados incluídos no CSV."
42
+ },
43
+ "ImportResourcesModal.confirmationBodyQuestion": {
44
+ developer_comment: "Confirmation question",
45
+ string: "Continuar a importação?"
46
+ },
47
+ "ImportResourcesModal.confirmationBodyText": {
48
+ developer_comment: "Confirmation dialog text",
49
+ string: "Você está prestes a importar <bold>{count}</bold> linhas para o projeto: <bold>{projectName}</bold>."
50
+ },
51
+ "ImportResourcesModal.continue": {
52
+ developer_comment: "Confirmation dialog continue button",
53
+ string: "Continuar"
54
+ },
55
+ "ImportResourcesModal.dataType": {
56
+ developer_comment: "Label for the data type selection dropdown",
57
+ string: "Tipo de dados"
58
+ },
59
+ "ImportResourcesModal.details": {
60
+ developer_comment: "In Upload file error modal - \"Details\" column",
61
+ string: "Detalhes"
62
+ },
63
+ "ImportResourcesModal.dragAndDropCSV": {
64
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
+ string: "Arraste e solte o CSV"
66
+ },
67
+ "ImportResourcesModal.dropAreaNotEnoughRowsDescription": {
68
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
69
+ string: "Certifique-se de que o arquivo tenha um cabeçalho e pelo menos uma linha de dados"
70
+ },
71
+ "ImportResourcesModal.dropAreaNotEnoughRowsTitle": {
72
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
73
+ string: "Arquivo CSV inválido"
74
+ },
75
+ "ImportResourcesModal.errorType": {
76
+ developer_comment: "In Upload file error modal - \"Error type\" column",
77
+ string: "Tipo de erro"
78
+ },
79
+ "ImportResourcesModal.fileFormatNotSupported": {
80
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
81
+ string: "Formato de arquivo inválido: o arquivo não está no formato CSV e não pode ser processado."
82
+ },
83
+ "ImportResourcesModal.fileUploadFailed": {
84
+ developer_comment: "A title on the file upload page, shown on file upload error state",
85
+ string: "Falha ao carregar o arquivo"
86
+ },
87
+ "ImportResourcesModal.fileUploadInstructions": {
88
+ developer_comment: "Label for the modal category description",
89
+ string: "O tamanho máximo do arquivo é {fileSize} MB com um limite de {rowLimit} linhas. Baixe <csvTemplateLink>o modelo de CSV</csvTemplateLink> ou consulte <documentationLink>a documentação</documentationLink>."
90
+ },
91
+ "ImportResourcesModal.genericError": {
92
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
93
+ string: "Ocorreu um erro: tente enviar o arquivo novamente ou entre em contato com nossa equipe de suporte para obter assistência."
94
+ },
95
+ "ImportResourcesModal.infoBox.keysForEveryResource": {
96
+ developer_comment: "A message to guide users to provide keys for every resource they import",
97
+ string: "Você deve fornecer chaves para cada recurso que importar, incluindo recursos incorporados, como Preços e Ativos. Consulte seus administradores para atribuir chaves usando <link>a API HTTP</link>."
98
+ },
99
+ "ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
100
+ developer_comment: "A message to guide users to check the prerequisites of importing data",
101
+ string: "Pré-requisitos para importação de dados"
102
+ },
103
+ "ImportResourcesModal.instructions": {
104
+ developer_comment: "Label for the instructions section",
105
+ string: "Instruções"
106
+ },
107
+ "ImportResourcesModal.missingKeyError": {
108
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
+ string: "O campo \"chave\" está ausente ou incompleto em algumas linhas. Certifique-se de que cada linha tenha um valor de \"chave\"."
110
+ },
111
+ "ImportResourcesModal.missingRequiredField": {
112
+ developer_comment: "Error message displayed when a required field is missing",
113
+ string: "Campo obrigatório ausente"
114
+ },
115
+ "ImportResourcesModal.missingRequiredKeys": {
116
+ developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
+ string: "Certifique-se de que o arquivo contém as chaves necessárias para os elementos, incluindo {fieldNames}"
118
+ },
119
+ "ImportResourcesModal.modalTitle.category": {
120
+ developer_comment: "Label for the categories modal title",
121
+ string: "Importar categorias por CSV"
122
+ },
123
+ "ImportResourcesModal.modalTitle.customer": {
124
+ developer_comment: "Label for the customers modal title",
125
+ string: "Importar clientes por CSV"
126
+ },
127
+ "ImportResourcesModal.modalTitle.discountCode": {
128
+ developer_comment: "Label for the inventories modal title",
129
+ string: "Importar códigos de desconto por CSV"
130
+ },
131
+ "ImportResourcesModal.modalTitle.inventoryEntry": {
132
+ developer_comment: "Label for the inventories modal title",
133
+ string: "Importar inventários por CSV"
134
+ },
135
+ "ImportResourcesModal.modalTitle.order": {
136
+ developer_comment: "Label for the order modal title",
137
+ string: "Importar ordens por CSV"
138
+ },
139
+ "ImportResourcesModal.modalTitle.product": {
140
+ developer_comment: "Label for the products modal title",
141
+ string: "Importar produtos por CSV"
142
+ },
143
+ "ImportResourcesModal.modalTitle.productType": {
144
+ developer_comment: "Label for the product type modal title",
145
+ string: "Importar tipos de produtos por CSV"
146
+ },
147
+ "ImportResourcesModal.or": {
148
+ developer_comment: "The word \"or\" in the drag and drop message",
149
+ string: "ou"
150
+ },
151
+ "ImportResourcesModal.prepareMessage": {
152
+ developer_comment: "Notification for preparing import",
153
+ string: "<b>Preparar importação</b><newline></newline>Após a conclusão da preparação, você pode acompanhar o andamento da importação <logsLink>nos logs de importação</logsLink>."
154
+ },
155
+ "ImportResourcesModal.previewOfYourImport": {
156
+ developer_comment: "Label for modal path",
157
+ string: "Aqui está uma prévia da sua importação"
158
+ },
159
+ "ImportResourcesModal.radio.categories": {
160
+ developer_comment: "Label for the categories radio button",
161
+ string: "Categorias"
162
+ },
163
+ "ImportResourcesModal.radio.inventories": {
164
+ developer_comment: "Label for the inventories radio button",
165
+ string: "Inventários"
166
+ },
167
+ "ImportResourcesModal.radio.products": {
168
+ developer_comment: "Label for the products radio button",
169
+ string: "Produtos (incluindo variantes, ativos, preços e imagens)"
170
+ },
171
+ "ImportResourcesModal.row": {
172
+ developer_comment: "In Upload file error modal - \"Row\" column",
173
+ string: "Linha"
174
+ },
175
+ "ImportResourcesModal.rowLimitExceededDescription": {
176
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
177
+ string: "O arquivo contém mais do que o máximo de {rowLimit} linhas permitidas"
178
+ },
179
+ "ImportResourcesModal.rowLimitExceededTitle": {
180
+ string: "Limite de linhas excedido"
181
+ },
182
+ "ImportResourcesModal.rowsToBeImported": {
183
+ developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
+ string: "<b>{rowCount}</b> linhas a serem importadas"
185
+ },
186
+ "ImportResourcesModal.showLess": {
187
+ developer_comment: "A button label for collapsing the import preview to show fewer details.",
188
+ string: "Exibir menos"
189
+ },
190
+ "ImportResourcesModal.showMore": {
191
+ developer_comment: "A button label for expanding the import preview to show more details.",
192
+ string: "Exibir mais"
193
+ },
194
+ "ImportResourcesModal.sizeExceededDescription": {
195
+ developer_comment: "Error description when the file size exceeds the allowable limit",
196
+ string: "O arquivo excede o tamanho máximo permitido de {fileSizeLimit} MB"
197
+ },
198
+ "ImportResourcesModal.sizeExceededTitle": {
199
+ string: "Tamanho de arquivo excedido"
200
+ },
201
+ "ImportResourcesModal.startImportButton": {
202
+ developer_comment: "Label for the modal Start import button",
203
+ string: "Iniciar importação"
204
+ },
205
+ "ImportResourcesModal.successMessage": {
206
+ developer_comment: "Notification success message",
207
+ string: "<b>A importação foi iniciada.</b><newline></newline><logsLink>Acesse Importar logs</logsLink> para visualizar o progresso."
208
+ },
209
+ "ImportResourcesModal.supportedValuesDocumentation": {
210
+ developer_comment: "Link to the documentation for supported values",
211
+ string: "<documentationLink>Veja a documentação</documentationLink> para valores suportados."
212
+ },
213
+ "ImportResourcesModal.tooManyFilesError": {
214
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
+ string: "Vários arquivos detectados: você só pode arrastar e soltar um arquivo por vez."
216
+ },
217
+ "ImportResourcesModal.unexpectedError": {
218
+ developer_comment: "Generic notification message when file upload fails",
219
+ 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
+ },
221
+ "ImportResourcesModal.uploadButton": {
222
+ developer_comment: "Label for the upload button",
223
+ string: "Carregar e visualizar"
224
+ },
225
+ "ImportResourcesModal.uploadErrorDescription": {
226
+ developer_comment: "Title when errors detected while uploading file",
227
+ string: "Há {errorsCount, plural, one {<b>{errorsCount}</b> erro detectado} other {<b>{errorsCount}</b> erros detectados}} ao carregar o arquivo <b>{fileName}</b>."
228
+ },
229
+ "ImportResourcesModal.uploadFile": {
230
+ developer_comment: "Label for a button on the file upload page, shown on active drop area state",
231
+ string: "Carregar arquivo"
232
+ },
233
+ "ImportResourcesModal.uploadNewFile": {
234
+ developer_comment: "Upload new file button",
235
+ string: "Carregar novo arquivo"
236
+ },
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."
240
+ },
241
+ "ImportResourcesModal.wrongDelimiterTitle": {
242
+ string: "Delimitador incorreto"
243
+ }
244
+ };
245
+
246
+ exports["default"] = ptBR;
@@ -0,0 +1,246 @@
1
+ 'use strict';
2
+
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
+ "ImportResourcesModal.browseFile": {
17
+ string: "Procurar arquivo"
18
+ },
19
+ "ImportResourcesModal.cancel": {
20
+ developer_comment: "Label for the cancel button",
21
+ string: "Cancelar"
22
+ },
23
+ "ImportResourcesModal.chooseFile": {
24
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
+ string: "Escolher arquivo"
26
+ },
27
+ "ImportResourcesModal.close": {
28
+ developer_comment: "Label for the close button",
29
+ string: "Fechar"
30
+ },
31
+ "ImportResourcesModal.columnsToBeIgnored": {
32
+ developer_comment: "This message indicates the number of columns that will be deliberately skipped during the import because they can't be imported",
33
+ string: "{columnCount}</b> colunas serão ignoradas porque elas não podem ser importadas"
34
+ },
35
+ "ImportResourcesModal.columnsToBeImported": {
36
+ developer_comment: "This message indicates the number of columns that are ready to be imported into the system.",
37
+ string: "<b>{columnCount}</b> colunas a serem importadas"
38
+ },
39
+ "ImportResourcesModal.confirmationBodyNote": {
40
+ developer_comment: "Confirmation dialog text",
41
+ string: "Esteja ciente de que os valores existentes com as mesmas chaves serão substituídos pelos dados incluídos no CSV."
42
+ },
43
+ "ImportResourcesModal.confirmationBodyQuestion": {
44
+ developer_comment: "Confirmation question",
45
+ string: "Continuar a importação?"
46
+ },
47
+ "ImportResourcesModal.confirmationBodyText": {
48
+ developer_comment: "Confirmation dialog text",
49
+ string: "Você está prestes a importar <bold>{count}</bold> linhas para o projeto: <bold>{projectName}</bold>."
50
+ },
51
+ "ImportResourcesModal.continue": {
52
+ developer_comment: "Confirmation dialog continue button",
53
+ string: "Continuar"
54
+ },
55
+ "ImportResourcesModal.dataType": {
56
+ developer_comment: "Label for the data type selection dropdown",
57
+ string: "Tipo de dados"
58
+ },
59
+ "ImportResourcesModal.details": {
60
+ developer_comment: "In Upload file error modal - \"Details\" column",
61
+ string: "Detalhes"
62
+ },
63
+ "ImportResourcesModal.dragAndDropCSV": {
64
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
+ string: "Arraste e solte o CSV"
66
+ },
67
+ "ImportResourcesModal.dropAreaNotEnoughRowsDescription": {
68
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
69
+ string: "Certifique-se de que o arquivo tenha um cabeçalho e pelo menos uma linha de dados"
70
+ },
71
+ "ImportResourcesModal.dropAreaNotEnoughRowsTitle": {
72
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
73
+ string: "Arquivo CSV inválido"
74
+ },
75
+ "ImportResourcesModal.errorType": {
76
+ developer_comment: "In Upload file error modal - \"Error type\" column",
77
+ string: "Tipo de erro"
78
+ },
79
+ "ImportResourcesModal.fileFormatNotSupported": {
80
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
81
+ string: "Formato de arquivo inválido: o arquivo não está no formato CSV e não pode ser processado."
82
+ },
83
+ "ImportResourcesModal.fileUploadFailed": {
84
+ developer_comment: "A title on the file upload page, shown on file upload error state",
85
+ string: "Falha ao carregar o arquivo"
86
+ },
87
+ "ImportResourcesModal.fileUploadInstructions": {
88
+ developer_comment: "Label for the modal category description",
89
+ string: "O tamanho máximo do arquivo é {fileSize} MB com um limite de {rowLimit} linhas. Baixe <csvTemplateLink>o modelo de CSV</csvTemplateLink> ou consulte <documentationLink>a documentação</documentationLink>."
90
+ },
91
+ "ImportResourcesModal.genericError": {
92
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
93
+ string: "Ocorreu um erro: tente enviar o arquivo novamente ou entre em contato com nossa equipe de suporte para obter assistência."
94
+ },
95
+ "ImportResourcesModal.infoBox.keysForEveryResource": {
96
+ developer_comment: "A message to guide users to provide keys for every resource they import",
97
+ string: "Você deve fornecer chaves para cada recurso que importar, incluindo recursos incorporados, como Preços e Ativos. Consulte seus administradores para atribuir chaves usando <link>a API HTTP</link>."
98
+ },
99
+ "ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
100
+ developer_comment: "A message to guide users to check the prerequisites of importing data",
101
+ string: "Pré-requisitos para importação de dados"
102
+ },
103
+ "ImportResourcesModal.instructions": {
104
+ developer_comment: "Label for the instructions section",
105
+ string: "Instruções"
106
+ },
107
+ "ImportResourcesModal.missingKeyError": {
108
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
109
+ string: "O campo \"chave\" está ausente ou incompleto em algumas linhas. Certifique-se de que cada linha tenha um valor de \"chave\"."
110
+ },
111
+ "ImportResourcesModal.missingRequiredField": {
112
+ developer_comment: "Error message displayed when a required field is missing",
113
+ string: "Campo obrigatório ausente"
114
+ },
115
+ "ImportResourcesModal.missingRequiredKeys": {
116
+ developer_comment: "Error message displayed when the uploaded file is missing required keys",
117
+ string: "Certifique-se de que o arquivo contém as chaves necessárias para os elementos, incluindo {fieldNames}"
118
+ },
119
+ "ImportResourcesModal.modalTitle.category": {
120
+ developer_comment: "Label for the categories modal title",
121
+ string: "Importar categorias por CSV"
122
+ },
123
+ "ImportResourcesModal.modalTitle.customer": {
124
+ developer_comment: "Label for the customers modal title",
125
+ string: "Importar clientes por CSV"
126
+ },
127
+ "ImportResourcesModal.modalTitle.discountCode": {
128
+ developer_comment: "Label for the inventories modal title",
129
+ string: "Importar códigos de desconto por CSV"
130
+ },
131
+ "ImportResourcesModal.modalTitle.inventoryEntry": {
132
+ developer_comment: "Label for the inventories modal title",
133
+ string: "Importar inventários por CSV"
134
+ },
135
+ "ImportResourcesModal.modalTitle.order": {
136
+ developer_comment: "Label for the order modal title",
137
+ string: "Importar ordens por CSV"
138
+ },
139
+ "ImportResourcesModal.modalTitle.product": {
140
+ developer_comment: "Label for the products modal title",
141
+ string: "Importar produtos por CSV"
142
+ },
143
+ "ImportResourcesModal.modalTitle.productType": {
144
+ developer_comment: "Label for the product type modal title",
145
+ string: "Importar tipos de produtos por CSV"
146
+ },
147
+ "ImportResourcesModal.or": {
148
+ developer_comment: "The word \"or\" in the drag and drop message",
149
+ string: "ou"
150
+ },
151
+ "ImportResourcesModal.prepareMessage": {
152
+ developer_comment: "Notification for preparing import",
153
+ string: "<b>Preparar importação</b><newline></newline>Após a conclusão da preparação, você pode acompanhar o andamento da importação <logsLink>nos logs de importação</logsLink>."
154
+ },
155
+ "ImportResourcesModal.previewOfYourImport": {
156
+ developer_comment: "Label for modal path",
157
+ string: "Aqui está uma prévia da sua importação"
158
+ },
159
+ "ImportResourcesModal.radio.categories": {
160
+ developer_comment: "Label for the categories radio button",
161
+ string: "Categorias"
162
+ },
163
+ "ImportResourcesModal.radio.inventories": {
164
+ developer_comment: "Label for the inventories radio button",
165
+ string: "Inventários"
166
+ },
167
+ "ImportResourcesModal.radio.products": {
168
+ developer_comment: "Label for the products radio button",
169
+ string: "Produtos (incluindo variantes, ativos, preços e imagens)"
170
+ },
171
+ "ImportResourcesModal.row": {
172
+ developer_comment: "In Upload file error modal - \"Row\" column",
173
+ string: "Linha"
174
+ },
175
+ "ImportResourcesModal.rowLimitExceededDescription": {
176
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
177
+ string: "O arquivo contém mais do que o máximo de {rowLimit} linhas permitidas"
178
+ },
179
+ "ImportResourcesModal.rowLimitExceededTitle": {
180
+ string: "Limite de linhas excedido"
181
+ },
182
+ "ImportResourcesModal.rowsToBeImported": {
183
+ developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
184
+ string: "<b>{rowCount}</b> linhas a serem importadas"
185
+ },
186
+ "ImportResourcesModal.showLess": {
187
+ developer_comment: "A button label for collapsing the import preview to show fewer details.",
188
+ string: "Exibir menos"
189
+ },
190
+ "ImportResourcesModal.showMore": {
191
+ developer_comment: "A button label for expanding the import preview to show more details.",
192
+ string: "Exibir mais"
193
+ },
194
+ "ImportResourcesModal.sizeExceededDescription": {
195
+ developer_comment: "Error description when the file size exceeds the allowable limit",
196
+ string: "O arquivo excede o tamanho máximo permitido de {fileSizeLimit} MB"
197
+ },
198
+ "ImportResourcesModal.sizeExceededTitle": {
199
+ string: "Tamanho de arquivo excedido"
200
+ },
201
+ "ImportResourcesModal.startImportButton": {
202
+ developer_comment: "Label for the modal Start import button",
203
+ string: "Iniciar importação"
204
+ },
205
+ "ImportResourcesModal.successMessage": {
206
+ developer_comment: "Notification success message",
207
+ string: "<b>A importação foi iniciada.</b><newline></newline><logsLink>Acesse Importar logs</logsLink> para visualizar o progresso."
208
+ },
209
+ "ImportResourcesModal.supportedValuesDocumentation": {
210
+ developer_comment: "Link to the documentation for supported values",
211
+ string: "<documentationLink>Veja a documentação</documentationLink> para valores suportados."
212
+ },
213
+ "ImportResourcesModal.tooManyFilesError": {
214
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
215
+ string: "Vários arquivos detectados: você só pode arrastar e soltar um arquivo por vez."
216
+ },
217
+ "ImportResourcesModal.unexpectedError": {
218
+ developer_comment: "Generic notification message when file upload fails",
219
+ 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
+ },
221
+ "ImportResourcesModal.uploadButton": {
222
+ developer_comment: "Label for the upload button",
223
+ string: "Carregar e visualizar"
224
+ },
225
+ "ImportResourcesModal.uploadErrorDescription": {
226
+ developer_comment: "Title when errors detected while uploading file",
227
+ string: "Há {errorsCount, plural, one {<b>{errorsCount}</b> erro detectado} other {<b>{errorsCount}</b> erros detectados}} ao carregar o arquivo <b>{fileName}</b>."
228
+ },
229
+ "ImportResourcesModal.uploadFile": {
230
+ developer_comment: "Label for a button on the file upload page, shown on active drop area state",
231
+ string: "Carregar arquivo"
232
+ },
233
+ "ImportResourcesModal.uploadNewFile": {
234
+ developer_comment: "Upload new file button",
235
+ string: "Carregar novo arquivo"
236
+ },
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."
240
+ },
241
+ "ImportResourcesModal.wrongDelimiterTitle": {
242
+ string: "Delimitador incorreto"
243
+ }
244
+ };
245
+
246
+ exports["default"] = ptBR;