@commercetools-frontend-extensions/export-resources-modal 5.1.4 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/{active-drag-drop-area-69334379.esm.js → active-drag-drop-area-0c0e312e.esm.js} +2 -2
  2. package/dist/{active-drag-drop-area-8f777e8c.cjs.dev.js → active-drag-drop-area-42bf7adf.cjs.dev.js} +2 -2
  3. package/dist/{active-drag-drop-area-a4f63d4c.cjs.prod.js → active-drag-drop-area-6571c6f1.cjs.prod.js} +2 -2
  4. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +2 -2
  5. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +2 -2
  6. package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +2 -2
  7. package/dist/{de-1903dccf.cjs.prod.js → de-172c3905.cjs.prod.js} +187 -7
  8. package/dist/{de-2ad4e0d7.esm.js → de-458f4116.esm.js} +187 -7
  9. package/dist/de-c18aeb38.cjs.dev.js +429 -0
  10. package/dist/declarations/src/@constants/urls.d.ts +1 -0
  11. package/dist/{en-39d60fa2.cjs.dev.js → en-68174953.cjs.dev.js} +1 -1
  12. package/dist/{en-34f04489.cjs.prod.js → en-951cd344.cjs.prod.js} +1 -1
  13. package/dist/{en-4ca9fb4c.esm.js → en-bf084198.esm.js} +1 -1
  14. package/dist/{enabled-drop-area-18d6db32.esm.js → enabled-drop-area-07845761.esm.js} +2 -2
  15. package/dist/{enabled-drop-area-78a2526c.cjs.prod.js → enabled-drop-area-a86820f8.cjs.prod.js} +2 -2
  16. package/dist/{enabled-drop-area-6b5571a5.cjs.dev.js → enabled-drop-area-f0ede72d.cjs.dev.js} +2 -2
  17. package/dist/{es-01c31bc7.cjs.dev.js → es-38a3a3ae.cjs.dev.js} +188 -8
  18. package/dist/{es-4658edf6.esm.js → es-a8553ca8.esm.js} +188 -8
  19. package/dist/es-b0a9fb31.cjs.prod.js +429 -0
  20. package/dist/{file-dropped-area-85a97af4.esm.js → file-dropped-area-016972ea.esm.js} +1 -1
  21. package/dist/{file-dropped-area-5a67b071.cjs.dev.js → file-dropped-area-2c4b364b.cjs.dev.js} +1 -1
  22. package/dist/{file-dropped-area-d0430070.cjs.prod.js → file-dropped-area-7de84e37.cjs.prod.js} +1 -1
  23. package/dist/{fr-FR-0a721f97.cjs.prod.js → fr-FR-8146efa8.cjs.prod.js} +188 -8
  24. package/dist/{fr-FR-3057d941.esm.js → fr-FR-87237d20.esm.js} +188 -8
  25. package/dist/fr-FR-97c22617.cjs.dev.js +429 -0
  26. package/dist/{index-9cb88a69.cjs.prod.js → index-47c5bc92.cjs.prod.js} +69 -90
  27. package/dist/{index-e8859363.cjs.dev.js → index-7cbf648f.cjs.dev.js} +69 -90
  28. package/dist/{index-f20e86f3.esm.js → index-b6f8d138.esm.js} +70 -91
  29. package/dist/{pt-BR-442e5bba.cjs.dev.js → pt-BR-c42a98aa.cjs.dev.js} +188 -8
  30. package/dist/pt-BR-c725734e.cjs.prod.js +429 -0
  31. package/dist/{pt-BR-b849606a.esm.js → pt-BR-cf6abfcc.esm.js} +188 -8
  32. package/package.json +15 -15
  33. package/dist/de-b820e753.cjs.dev.js +0 -249
  34. package/dist/es-7959f578.cjs.prod.js +0 -249
  35. package/dist/fr-FR-d641720a.cjs.dev.js +0 -249
  36. package/dist/pt-BR-89644b77.cjs.prod.js +0 -249
@@ -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.continue": {
11
- developer_comment: "Label for \"Continue\" button",
12
- string: "Continuar"
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, =0 {nenhum item} one {# item} other {# itens}}"
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 pesquisa"
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.locale": {
159
- developer_comment: "Locale",
160
- string: "Local"
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",
4
+ "version": "5.2.0",
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",
@@ -1,249 +0,0 @@
1
- 'use strict';
2
-
3
- var de = {
4
- "ExportResourcesModal.back": {
5
- developer_comment: "Label for \"Back\" button",
6
- string: "Zurück"
7
- },
8
- "ExportResourcesModal.checkTheSpelling": {
9
- developer_comment: "In Export fields selection - Check the spelling message",
10
- string: "Überprüfen Sie die Schreibweise."
11
- },
12
- "ExportResourcesModal.continue": {
13
- developer_comment: "Label for \"Continue\" button",
14
- string: "Weiter"
15
- },
16
- "ExportResourcesModal.exportBasedOnMyViewsMessage": {
17
- developer_comment: "Select Export setttings based on my views",
18
- string: "Wählen Sie Exporteinstellungen basierend auf:"
19
- },
20
- "ExportResourcesModal.exportInventoriesForAllProducts": {
21
- developer_comment: "Label for Export All inventories",
22
- string: "Lagerbestände für alle {total, plural, one {# Produkt} other {# Produkte}} exportieren"
23
- },
24
- "ExportResourcesModal.exportInventoriesForFilteredProducts": {
25
- developer_comment: "Label for Export Filtered inventories",
26
- string: "Lagerbestände für {total, plural, one {# gefiltertes Produkt} other {# gefilterte Produkte}} exportieren"
27
- },
28
- "ExportResourcesModal.exportInventoriesForSelectedProducts": {
29
- developer_comment: "Label for Export Selected inventories",
30
- string: "Lagerbestände für {total, plural, one {# ausewähltes Produkt} other {# ausgewählte Produkte}} exportieren"
31
- },
32
- "ExportResourcesModal.exportOperationSuccessMessage": {
33
- developer_comment: "Success message",
34
- string: "<b>Der Export hat begonnen.</b> <newline></newline><logsLink>Gehen Sie zu Exportprotokolle</logsLink>, um den Fortschritt zu überprüfen und die Datei herunterzuladen."
35
- },
36
- "ExportResourcesModal.exportPreferences": {
37
- developer_comment: "Label for preferences",
38
- string: "Einstellungen"
39
- },
40
- "ExportResourcesModal.exportScope": {
41
- developer_comment: "Label for Export Scope",
42
- string: "Scope"
43
- },
44
- "ExportResourcesModal.exportScopeAllCategories": {
45
- developer_comment: "Label for Export All categories",
46
- string: "Alle exportieren: {total, plural, one {# Kategorie} other {# Kategorien}}"
47
- },
48
- "ExportResourcesModal.exportScopeAllCustomers": {
49
- developer_comment: "Label for Export All customers",
50
- string: "Alle exportieren: {total, plural, one {# Kunde} other {# Kunden}}"
51
- },
52
- "ExportResourcesModal.exportScopeAllDiscountCodes": {
53
- developer_comment: "Label for Export All discount codes",
54
- string: "Alle exportieren: {total, plural, one {# Rabattcode} other {# Rabattcodes}}"
55
- },
56
- "ExportResourcesModal.exportScopeAllOrders": {
57
- developer_comment: "Label for Export All orders",
58
- string: "Alle exportieren: {total, plural, one {# Bestellung} other {# Bestellungen}}"
59
- },
60
- "ExportResourcesModal.exportScopeAllProductTypes": {
61
- developer_comment: "Label for Export All product types",
62
- string: "Alle exportieren: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
63
- },
64
- "ExportResourcesModal.exportScopeAllProducts": {
65
- developer_comment: "Label for Export All products",
66
- string: "Alle exportieren: {total, plural, one {# Produkt} other {# Produkte}}"
67
- },
68
- "ExportResourcesModal.exportScopeFilteredCategories": {
69
- developer_comment: "Label for Export Filtered categories",
70
- string: "Export gefiltert: {total, plural, one {# Kategorie} other {# Kategorien}}"
71
- },
72
- "ExportResourcesModal.exportScopeFilteredCustomers": {
73
- developer_comment: "Label for Export Filtered customers",
74
- string: "Export gefiltert: {total, plural, one {# Kunde} other {# Kunden}}"
75
- },
76
- "ExportResourcesModal.exportScopeFilteredDiscountCodes": {
77
- developer_comment: "Label for Export Filtered discount codes",
78
- string: "Export gefiltert: {total, plural, one {# Rabattcode} other {# Rabattcode}}"
79
- },
80
- "ExportResourcesModal.exportScopeFilteredOrders": {
81
- developer_comment: "Label for Export Filtered orders",
82
- string: "Export gefiltert: {total, plural, one {# Bestellung} other {# Bestellungen}}"
83
- },
84
- "ExportResourcesModal.exportScopeFilteredProductTypes": {
85
- developer_comment: "Label for Export Filtered product types",
86
- string: "Export gefiltert: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
87
- },
88
- "ExportResourcesModal.exportScopeFilteredProducts": {
89
- developer_comment: "Label for Export Filtered products",
90
- string: "Export gefiltert: {total, plural, one {# Produkt} other {# Produkte}}"
91
- },
92
- "ExportResourcesModal.exportScopeFilteredWithoutCount": {
93
- developer_comment: "Label for Export Filtered without count",
94
- string: "Gefilterte exportieren"
95
- },
96
- "ExportResourcesModal.exportScopeSelectedCategories": {
97
- developer_comment: "Label for Export Selected categories",
98
- string: "Export ausgewählt: {total, plural, one {# Kategorie} other {# Kategorien}}"
99
- },
100
- "ExportResourcesModal.exportScopeSelectedCustomers": {
101
- developer_comment: "Label for Export Selected customers",
102
- string: "Export ausgewählt: {total, plural, one {# Kunde} other {# Kunden}}"
103
- },
104
- "ExportResourcesModal.exportScopeSelectedDiscountCodes": {
105
- developer_comment: "Label for Export Selected discount codes",
106
- string: "Export ausgewählt: {total, plural, one {# Rabattcode} other {# Rabattcodes}}"
107
- },
108
- "ExportResourcesModal.exportScopeSelectedOrders": {
109
- developer_comment: "Label for Export Selected orders",
110
- string: "Export ausgewählt: {total, plural, one {# Bestellung} other {# Bestellungen}}"
111
- },
112
- "ExportResourcesModal.exportScopeSelectedProductTypes": {
113
- developer_comment: "Label for Export Selected product types",
114
- string: "Export ausgewählt: {total, plural, one {# Produkttyp} other {# Produkttypen}}"
115
- },
116
- "ExportResourcesModal.exportScopeSelectedProducts": {
117
- developer_comment: "Label for Export Selected products",
118
- string: "Export ausgewählt: {total, plural, one {# Produkt} other {# Produkte}}"
119
- },
120
- "ExportResourcesModal.exportScopeSelectedWithoutCount": {
121
- developer_comment: "Label for Export Selected without count",
122
- string: "Auswahl exportieren"
123
- },
124
- "ExportResourcesModal.exportSettings": {
125
- developer_comment: "Label for Export Settings",
126
- string: "Einstellungen"
127
- },
128
- "ExportResourcesModal.fieldDefinitions": {
129
- developer_comment: "Label for \"Field definitions\" link",
130
- string: "Felddefinitionen"
131
- },
132
- "ExportResourcesModal.fileName": {
133
- developer_comment: "exported file name",
134
- string: "Dateiname"
135
- },
136
- "ExportResourcesModal.fillRowsForOrderExport": {
137
- developer_comment: "A checkbox label for filling rows for order export",
138
- string: "Geben Sie in jeder Zeile die Bestellnummer, ID und den Status an"
139
- },
140
- "ExportResourcesModal.fillRowsForProductExport": {
141
- developer_comment: "A checkbox label for filling rows for product export",
142
- string: "Fügen Sie in jede Zeile Informationen auf Produkt- und Variantenebene ein"
143
- },
144
- "ExportResourcesModal.includeAllLocales": {
145
- developer_comment: "label for \"Include all locales\" checkbox",
146
- string: "Alle Gebietsschemas auswählen"
147
- },
148
- "ExportResourcesModal.invalidFileNameError": {
149
- developer_comment: "Error when file name field is not valid",
150
- string: "Der Dateiname darf nur alphanumerische Zeichen, Bindestriche und Unterstriche enthalten"
151
- },
152
- "ExportResourcesModal.itemCount": {
153
- developer_comment: "Label for item count",
154
- string: "{count, plural, =0 {keine Artikel} one {# Artikel} other {# Artikel}}"
155
- },
156
- "ExportResourcesModal.loadMoreFields": {
157
- developer_comment: "Load more fields message",
158
- string: "Laden Sie weitere Felder mithilfe der Suchfunktion"
159
- },
160
- "ExportResourcesModal.locale": {
161
- developer_comment: "Locale",
162
- string: "Gebietsschema"
163
- },
164
- "ExportResourcesModal.missingFileNameError": {
165
- developer_comment: "Error when file name field is missing",
166
- string: "Bitte geben Sie einen Dateinamen ein"
167
- },
168
- "ExportResourcesModal.missingLocaleError": {
169
- developer_comment: "Error when no locale is selected",
170
- string: "Bitte wählen Sie mindestens ein Gebietsschema aus"
171
- },
172
- "ExportResourcesModal.modalTitle.category": {
173
- developer_comment: "Label for the categories modal title",
174
- string: "Kategorien exportieren"
175
- },
176
- "ExportResourcesModal.modalTitle.customer": {
177
- developer_comment: "Label for the customers modal title",
178
- string: "Kunden exportieren"
179
- },
180
- "ExportResourcesModal.modalTitle.discountCode": {
181
- developer_comment: "Label for the discount codes modal title",
182
- string: "Rabattcodes exportieren"
183
- },
184
- "ExportResourcesModal.modalTitle.inventoryEntry": {
185
- developer_comment: "Label for the inventories modal title",
186
- string: "Lagerbestände exportieren"
187
- },
188
- "ExportResourcesModal.modalTitle.order": {
189
- developer_comment: "Label for the orders modal title",
190
- string: "Bestellungen exportieren"
191
- },
192
- "ExportResourcesModal.modalTitle.product": {
193
- developer_comment: "Label for the products modal title",
194
- string: "Produkte exportieren"
195
- },
196
- "ExportResourcesModal.modalTitle.productType": {
197
- developer_comment: "Label for the product types modal title",
198
- string: "Produkttypen exportieren"
199
- },
200
- "ExportResourcesModal.myViews": {
201
- developer_comment: "Label for \"My Views\" Select Field",
202
- string: "Meine Ansichten"
203
- },
204
- "ExportResourcesModal.nothingApplied": {
205
- developer_comment: "Shown when there is no filter applied",
206
- string: "nichts angewendet"
207
- },
208
- "ExportResourcesModal.outputFormat": {
209
- developer_comment: "File format like (csv, xls, ...etc)",
210
- string: "Dateiformat"
211
- },
212
- "ExportResourcesModal.propertiesPanelLabel": {
213
- developer_comment: "properties panel label",
214
- string: "Eigenschaften"
215
- },
216
- "ExportResourcesModal.searchByEnteringTheExactFieldName": {
217
- developer_comment: "In Export fields selection - Search by entering the exact field name message",
218
- string: "Starten Sie die Suche, indem Sie den genauen Feldnamen eingeben."
219
- },
220
- "ExportResourcesModal.searchForFields": {
221
- developer_comment: "Placeholder for \"Search for fields\" search input",
222
- string: "Nach Feldern suchen"
223
- },
224
- "ExportResourcesModal.selectFieldsToExport": {
225
- string: "Zu exportierende Felder auswählen"
226
- },
227
- "ExportResourcesModal.selected": {
228
- developer_comment: "Label for total Selected",
229
- string: "{total} ausgewählt"
230
- },
231
- "ExportResourcesModal.startExport": {
232
- developer_comment: "Label for \"Start export\" button",
233
- string: "Export starten"
234
- },
235
- "ExportResourcesModal.suggestions": {
236
- developer_comment: "In Export fields selection - Suggestions message",
237
- string: "Empfehlungen:"
238
- },
239
- "ExportResourcesModal.thereAreNoResults": {
240
- developer_comment: "No search results message",
241
- string: "Es gibt keine Ergebnisse, die Ihrer Suche entsprechen."
242
- },
243
- "ExportResourcesModal.unexpectedError": {
244
- developer_comment: "Generic notification message when starting export process fails",
245
- string: "Beim Starten des Exportvorgangs ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht."
246
- }
247
- };
248
-
249
- exports["default"] = de;