@commercetools-frontend-extensions/export-resources-modal 4.0.3 → 4.0.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/README.md +1 -1
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +96 -29
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +83 -25
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +96 -29
- package/dist/de-061f704f.cjs.prod.js +125 -0
- package/dist/de-2053e30c.esm.js +123 -0
- package/dist/de-ab9aa191.cjs.dev.js +125 -0
- package/dist/declarations/src/@constants/misc.d.ts +1 -0
- package/dist/es-294da86d.cjs.prod.js +125 -0
- package/dist/es-6f6ac776.esm.js +123 -0
- package/dist/es-b57ba755.cjs.dev.js +125 -0
- package/dist/fr-FR-5ed7b9c1.cjs.prod.js +125 -0
- package/dist/fr-FR-65460b2c.esm.js +123 -0
- package/dist/fr-FR-d7209a15.cjs.dev.js +125 -0
- package/dist/pt-BR-50312992.esm.js +123 -0
- package/dist/pt-BR-6eb85adb.cjs.prod.js +125 -0
- package/dist/pt-BR-7c94da38.cjs.dev.js +125 -0
- package/dist/zh-CN-a4a57cea.cjs.dev.js +125 -0
- package/dist/zh-CN-b1180dfd.cjs.prod.js +125 -0
- package/dist/zh-CN-db13f016.esm.js +123 -0
- package/package.json +9 -9
- package/dist/de-a34c5dd4.cjs.dev.js +0 -6
- package/dist/de-cd6c45d3.esm.js +0 -4
- package/dist/de-d954fe3d.cjs.prod.js +0 -6
- package/dist/es-042343bd.cjs.prod.js +0 -6
- package/dist/es-8b3ecab1.cjs.dev.js +0 -6
- package/dist/es-e544023d.esm.js +0 -4
- package/dist/fr-FR-9d9081ee.esm.js +0 -4
- package/dist/fr-FR-e7126fcc.cjs.dev.js +0 -6
- package/dist/fr-FR-fce1ca96.cjs.prod.js +0 -6
- package/dist/pt-BR-b37d730b.esm.js +0 -4
- package/dist/pt-BR-ea6b3251.cjs.dev.js +0 -6
- package/dist/pt-BR-ec2a1a11.cjs.prod.js +0 -6
- package/dist/zh-CN-4780d88e.esm.js +0 -4
- package/dist/zh-CN-52baa549.cjs.prod.js +0 -6
- package/dist/zh-CN-d4bc6d26.cjs.dev.js +0 -6
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var ptBR = {
|
|
4
|
+
"ExportResourcesModal.back": {
|
|
5
|
+
developer_comment: "Label for \"Back\" button",
|
|
6
|
+
string: "Voltar"
|
|
7
|
+
},
|
|
8
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
+
string: "Verifique a ortografia."
|
|
11
|
+
},
|
|
12
|
+
"ExportResourcesModal.continue": {
|
|
13
|
+
developer_comment: "Label for \"Continue\" button",
|
|
14
|
+
string: "Continuar"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
+
developer_comment: "All resources will be exported",
|
|
18
|
+
string: "Todos os <b>{count}</b> {resourceType} serão exportados."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.exportAllResources": {
|
|
21
|
+
developer_comment: "Export All selection",
|
|
22
|
+
string: "Exportar todos os {resourceType} ({count})"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
|
+
developer_comment: "Select Export setttings based on my views",
|
|
26
|
+
string: "Selecione as configurações de exportação com base em:"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
+
developer_comment: "resources will be exported",
|
|
30
|
+
string: "<b>{count}</b> {resourceType} serão exportados."
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
+
developer_comment: "Export only selected resources",
|
|
34
|
+
string: "Exportar {resourceType} ({count}) selecionados"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
|
+
developer_comment: "Success message",
|
|
38
|
+
string: "<b>Sua exportação foi iniciada.</b><newline></newline><logsLink>Vá para os Registros de exportação</logsLink> para visualizar o progresso e baixar o arquivo. "
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
41
|
+
developer_comment: "resources are selected and will be exported",
|
|
42
|
+
string: "<b>{count}</b> {resourceType} estão selecionados e serão exportados."
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.exportSelection": {
|
|
45
|
+
developer_comment: "Export selection",
|
|
46
|
+
string: "Exportar seleção"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
49
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
50
|
+
string: "Definições do campo"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.fileName": {
|
|
53
|
+
developer_comment: "exported file name",
|
|
54
|
+
string: "Nome do arquivo"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
57
|
+
developer_comment: "Error when file name field is not valid",
|
|
58
|
+
string: "O nome do arquivo contém apenas caracteres alfanuméricos, hífens e sublinhados."
|
|
59
|
+
},
|
|
60
|
+
"ExportResourcesModal.locale": {
|
|
61
|
+
developer_comment: "Locale",
|
|
62
|
+
string: "Local"
|
|
63
|
+
},
|
|
64
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
65
|
+
developer_comment: "Error when file name field is missing",
|
|
66
|
+
string: "Insira um nome de arquivo"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
69
|
+
developer_comment: "Error when no locale is selected",
|
|
70
|
+
string: "Selecione ao menos um local"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.modalTitle": {
|
|
73
|
+
developer_comment: "Label for the modal title",
|
|
74
|
+
string: "Exportar {resourceType}"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.myViews": {
|
|
77
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
78
|
+
string: "Minhas visualizações"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.nothingApplied": {
|
|
81
|
+
developer_comment: "Shown when there is no filter applied",
|
|
82
|
+
string: "nada aplicado"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.outputFormat": {
|
|
85
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
86
|
+
string: "Formato do arquivo"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
89
|
+
developer_comment: "properties panel label",
|
|
90
|
+
string: "Propriedades"
|
|
91
|
+
},
|
|
92
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
93
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
94
|
+
string: "Tente pesquisar inserindo o nome exato do campo."
|
|
95
|
+
},
|
|
96
|
+
"ExportResourcesModal.searchForFields": {
|
|
97
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
98
|
+
string: "Pesquisar por campos"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
101
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
102
|
+
string: "Selecionar todos os locais"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
105
|
+
string: "Selecionar arquivos para exportar"
|
|
106
|
+
},
|
|
107
|
+
"ExportResourcesModal.startExport": {
|
|
108
|
+
developer_comment: "Label for \"Start export\" button",
|
|
109
|
+
string: "Iniciar exportação"
|
|
110
|
+
},
|
|
111
|
+
"ExportResourcesModal.suggestions": {
|
|
112
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
113
|
+
string: "Sugestões:"
|
|
114
|
+
},
|
|
115
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
116
|
+
developer_comment: "No search results message",
|
|
117
|
+
string: "Não há resultados que correspondam à sua pesquisa."
|
|
118
|
+
},
|
|
119
|
+
"ExportResourcesModal.unexpectedError": {
|
|
120
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
121
|
+
string: "Ocorreu um erro ao iniciar o processo de exportação. Tente novamente ou entre em contato com o suporte caso o problema persista."
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
exports["default"] = ptBR;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var ptBR = {
|
|
4
|
+
"ExportResourcesModal.back": {
|
|
5
|
+
developer_comment: "Label for \"Back\" button",
|
|
6
|
+
string: "Voltar"
|
|
7
|
+
},
|
|
8
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
+
string: "Verifique a ortografia."
|
|
11
|
+
},
|
|
12
|
+
"ExportResourcesModal.continue": {
|
|
13
|
+
developer_comment: "Label for \"Continue\" button",
|
|
14
|
+
string: "Continuar"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
+
developer_comment: "All resources will be exported",
|
|
18
|
+
string: "Todos os <b>{count}</b> {resourceType} serão exportados."
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.exportAllResources": {
|
|
21
|
+
developer_comment: "Export All selection",
|
|
22
|
+
string: "Exportar todos os {resourceType} ({count})"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
|
+
developer_comment: "Select Export setttings based on my views",
|
|
26
|
+
string: "Selecione as configurações de exportação com base em:"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
+
developer_comment: "resources will be exported",
|
|
30
|
+
string: "<b>{count}</b> {resourceType} serão exportados."
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
+
developer_comment: "Export only selected resources",
|
|
34
|
+
string: "Exportar {resourceType} ({count}) selecionados"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
|
+
developer_comment: "Success message",
|
|
38
|
+
string: "<b>Sua exportação foi iniciada.</b><newline></newline><logsLink>Vá para os Registros de exportação</logsLink> para visualizar o progresso e baixar o arquivo. "
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
41
|
+
developer_comment: "resources are selected and will be exported",
|
|
42
|
+
string: "<b>{count}</b> {resourceType} estão selecionados e serão exportados."
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.exportSelection": {
|
|
45
|
+
developer_comment: "Export selection",
|
|
46
|
+
string: "Exportar seleção"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
49
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
50
|
+
string: "Definições do campo"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.fileName": {
|
|
53
|
+
developer_comment: "exported file name",
|
|
54
|
+
string: "Nome do arquivo"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
57
|
+
developer_comment: "Error when file name field is not valid",
|
|
58
|
+
string: "O nome do arquivo contém apenas caracteres alfanuméricos, hífens e sublinhados."
|
|
59
|
+
},
|
|
60
|
+
"ExportResourcesModal.locale": {
|
|
61
|
+
developer_comment: "Locale",
|
|
62
|
+
string: "Local"
|
|
63
|
+
},
|
|
64
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
65
|
+
developer_comment: "Error when file name field is missing",
|
|
66
|
+
string: "Insira um nome de arquivo"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
69
|
+
developer_comment: "Error when no locale is selected",
|
|
70
|
+
string: "Selecione ao menos um local"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.modalTitle": {
|
|
73
|
+
developer_comment: "Label for the modal title",
|
|
74
|
+
string: "Exportar {resourceType}"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.myViews": {
|
|
77
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
78
|
+
string: "Minhas visualizações"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.nothingApplied": {
|
|
81
|
+
developer_comment: "Shown when there is no filter applied",
|
|
82
|
+
string: "nada aplicado"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.outputFormat": {
|
|
85
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
86
|
+
string: "Formato do arquivo"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
89
|
+
developer_comment: "properties panel label",
|
|
90
|
+
string: "Propriedades"
|
|
91
|
+
},
|
|
92
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
93
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
94
|
+
string: "Tente pesquisar inserindo o nome exato do campo."
|
|
95
|
+
},
|
|
96
|
+
"ExportResourcesModal.searchForFields": {
|
|
97
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
98
|
+
string: "Pesquisar por campos"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
101
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
102
|
+
string: "Selecionar todos os locais"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
105
|
+
string: "Selecionar arquivos para exportar"
|
|
106
|
+
},
|
|
107
|
+
"ExportResourcesModal.startExport": {
|
|
108
|
+
developer_comment: "Label for \"Start export\" button",
|
|
109
|
+
string: "Iniciar exportação"
|
|
110
|
+
},
|
|
111
|
+
"ExportResourcesModal.suggestions": {
|
|
112
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
113
|
+
string: "Sugestões:"
|
|
114
|
+
},
|
|
115
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
116
|
+
developer_comment: "No search results message",
|
|
117
|
+
string: "Não há resultados que correspondam à sua pesquisa."
|
|
118
|
+
},
|
|
119
|
+
"ExportResourcesModal.unexpectedError": {
|
|
120
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
121
|
+
string: "Ocorreu um erro ao iniciar o processo de exportação. Tente novamente ou entre em contato com o suporte caso o problema persista."
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
exports["default"] = ptBR;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var zhCN = {
|
|
4
|
+
"ExportResourcesModal.back": {
|
|
5
|
+
developer_comment: "Label for \"Back\" button",
|
|
6
|
+
string: "返回"
|
|
7
|
+
},
|
|
8
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
+
string: "检查拼写。"
|
|
11
|
+
},
|
|
12
|
+
"ExportResourcesModal.continue": {
|
|
13
|
+
developer_comment: "Label for \"Continue\" button",
|
|
14
|
+
string: "继续"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
+
developer_comment: "All resources will be exported",
|
|
18
|
+
string: "将导出全部 <b>{count}</b> 个 {resourceType}。"
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.exportAllResources": {
|
|
21
|
+
developer_comment: "Export All selection",
|
|
22
|
+
string: "导出全部 {resourceType}({count} 个)"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
|
+
developer_comment: "Select Export setttings based on my views",
|
|
26
|
+
string: "选择基于以下条件导出设置:"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
+
developer_comment: "resources will be exported",
|
|
30
|
+
string: "将导出 <b>{count}</b> 个 {resourceType}。"
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
+
developer_comment: "Export only selected resources",
|
|
34
|
+
string: "导出选定的 {resourceType}({count} 个)"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
|
+
developer_comment: "Success message",
|
|
38
|
+
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
41
|
+
developer_comment: "resources are selected and will be exported",
|
|
42
|
+
string: "已选择并将导出 <b>{count}</b> 个 {resourceType}。"
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.exportSelection": {
|
|
45
|
+
developer_comment: "Export selection",
|
|
46
|
+
string: "导出选定内容"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
49
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
50
|
+
string: "字段定义"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.fileName": {
|
|
53
|
+
developer_comment: "exported file name",
|
|
54
|
+
string: "文件名"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
57
|
+
developer_comment: "Error when file name field is not valid",
|
|
58
|
+
string: "文件名只能包含字母数字字符、连字符和下划线"
|
|
59
|
+
},
|
|
60
|
+
"ExportResourcesModal.locale": {
|
|
61
|
+
developer_comment: "Locale",
|
|
62
|
+
string: "区域设置"
|
|
63
|
+
},
|
|
64
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
65
|
+
developer_comment: "Error when file name field is missing",
|
|
66
|
+
string: "请输入文件名"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
69
|
+
developer_comment: "Error when no locale is selected",
|
|
70
|
+
string: "请选择至少一个区域设置"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.modalTitle": {
|
|
73
|
+
developer_comment: "Label for the modal title",
|
|
74
|
+
string: "导出 {resourceType}"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.myViews": {
|
|
77
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
78
|
+
string: "我的视图"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.nothingApplied": {
|
|
81
|
+
developer_comment: "Shown when there is no filter applied",
|
|
82
|
+
string: "未应用任何内容"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.outputFormat": {
|
|
85
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
86
|
+
string: "文件格式"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
89
|
+
developer_comment: "properties panel label",
|
|
90
|
+
string: "属性"
|
|
91
|
+
},
|
|
92
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
93
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
94
|
+
string: "尝试通过输入确切的字段名称进行搜索。"
|
|
95
|
+
},
|
|
96
|
+
"ExportResourcesModal.searchForFields": {
|
|
97
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
98
|
+
string: "搜索字段"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
101
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
102
|
+
string: "选择所有区域设置"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
105
|
+
string: "选择要导出的字段"
|
|
106
|
+
},
|
|
107
|
+
"ExportResourcesModal.startExport": {
|
|
108
|
+
developer_comment: "Label for \"Start export\" button",
|
|
109
|
+
string: "开始导出"
|
|
110
|
+
},
|
|
111
|
+
"ExportResourcesModal.suggestions": {
|
|
112
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
113
|
+
string: "建议:"
|
|
114
|
+
},
|
|
115
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
116
|
+
developer_comment: "No search results message",
|
|
117
|
+
string: "没有与您的搜索相匹配的结果。"
|
|
118
|
+
},
|
|
119
|
+
"ExportResourcesModal.unexpectedError": {
|
|
120
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
121
|
+
string: "启动导出过程时出错。如果问题仍然存在,请重试或联系支持人员。"
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
exports["default"] = zhCN;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var zhCN = {
|
|
4
|
+
"ExportResourcesModal.back": {
|
|
5
|
+
developer_comment: "Label for \"Back\" button",
|
|
6
|
+
string: "返回"
|
|
7
|
+
},
|
|
8
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
9
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
10
|
+
string: "检查拼写。"
|
|
11
|
+
},
|
|
12
|
+
"ExportResourcesModal.continue": {
|
|
13
|
+
developer_comment: "Label for \"Continue\" button",
|
|
14
|
+
string: "继续"
|
|
15
|
+
},
|
|
16
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
17
|
+
developer_comment: "All resources will be exported",
|
|
18
|
+
string: "将导出全部 <b>{count}</b> 个 {resourceType}。"
|
|
19
|
+
},
|
|
20
|
+
"ExportResourcesModal.exportAllResources": {
|
|
21
|
+
developer_comment: "Export All selection",
|
|
22
|
+
string: "导出全部 {resourceType}({count} 个)"
|
|
23
|
+
},
|
|
24
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
25
|
+
developer_comment: "Select Export setttings based on my views",
|
|
26
|
+
string: "选择基于以下条件导出设置:"
|
|
27
|
+
},
|
|
28
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
29
|
+
developer_comment: "resources will be exported",
|
|
30
|
+
string: "将导出 <b>{count}</b> 个 {resourceType}。"
|
|
31
|
+
},
|
|
32
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
33
|
+
developer_comment: "Export only selected resources",
|
|
34
|
+
string: "导出选定的 {resourceType}({count} 个)"
|
|
35
|
+
},
|
|
36
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
37
|
+
developer_comment: "Success message",
|
|
38
|
+
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
39
|
+
},
|
|
40
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
41
|
+
developer_comment: "resources are selected and will be exported",
|
|
42
|
+
string: "已选择并将导出 <b>{count}</b> 个 {resourceType}。"
|
|
43
|
+
},
|
|
44
|
+
"ExportResourcesModal.exportSelection": {
|
|
45
|
+
developer_comment: "Export selection",
|
|
46
|
+
string: "导出选定内容"
|
|
47
|
+
},
|
|
48
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
49
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
50
|
+
string: "字段定义"
|
|
51
|
+
},
|
|
52
|
+
"ExportResourcesModal.fileName": {
|
|
53
|
+
developer_comment: "exported file name",
|
|
54
|
+
string: "文件名"
|
|
55
|
+
},
|
|
56
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
57
|
+
developer_comment: "Error when file name field is not valid",
|
|
58
|
+
string: "文件名只能包含字母数字字符、连字符和下划线"
|
|
59
|
+
},
|
|
60
|
+
"ExportResourcesModal.locale": {
|
|
61
|
+
developer_comment: "Locale",
|
|
62
|
+
string: "区域设置"
|
|
63
|
+
},
|
|
64
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
65
|
+
developer_comment: "Error when file name field is missing",
|
|
66
|
+
string: "请输入文件名"
|
|
67
|
+
},
|
|
68
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
69
|
+
developer_comment: "Error when no locale is selected",
|
|
70
|
+
string: "请选择至少一个区域设置"
|
|
71
|
+
},
|
|
72
|
+
"ExportResourcesModal.modalTitle": {
|
|
73
|
+
developer_comment: "Label for the modal title",
|
|
74
|
+
string: "导出 {resourceType}"
|
|
75
|
+
},
|
|
76
|
+
"ExportResourcesModal.myViews": {
|
|
77
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
78
|
+
string: "我的视图"
|
|
79
|
+
},
|
|
80
|
+
"ExportResourcesModal.nothingApplied": {
|
|
81
|
+
developer_comment: "Shown when there is no filter applied",
|
|
82
|
+
string: "未应用任何内容"
|
|
83
|
+
},
|
|
84
|
+
"ExportResourcesModal.outputFormat": {
|
|
85
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
86
|
+
string: "文件格式"
|
|
87
|
+
},
|
|
88
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
89
|
+
developer_comment: "properties panel label",
|
|
90
|
+
string: "属性"
|
|
91
|
+
},
|
|
92
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
93
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
94
|
+
string: "尝试通过输入确切的字段名称进行搜索。"
|
|
95
|
+
},
|
|
96
|
+
"ExportResourcesModal.searchForFields": {
|
|
97
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
98
|
+
string: "搜索字段"
|
|
99
|
+
},
|
|
100
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
101
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
102
|
+
string: "选择所有区域设置"
|
|
103
|
+
},
|
|
104
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
105
|
+
string: "选择要导出的字段"
|
|
106
|
+
},
|
|
107
|
+
"ExportResourcesModal.startExport": {
|
|
108
|
+
developer_comment: "Label for \"Start export\" button",
|
|
109
|
+
string: "开始导出"
|
|
110
|
+
},
|
|
111
|
+
"ExportResourcesModal.suggestions": {
|
|
112
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
113
|
+
string: "建议:"
|
|
114
|
+
},
|
|
115
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
116
|
+
developer_comment: "No search results message",
|
|
117
|
+
string: "没有与您的搜索相匹配的结果。"
|
|
118
|
+
},
|
|
119
|
+
"ExportResourcesModal.unexpectedError": {
|
|
120
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
121
|
+
string: "启动导出过程时出错。如果问题仍然存在,请重试或联系支持人员。"
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
exports["default"] = zhCN;
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
var zhCN = {
|
|
2
|
+
"ExportResourcesModal.back": {
|
|
3
|
+
developer_comment: "Label for \"Back\" button",
|
|
4
|
+
string: "返回"
|
|
5
|
+
},
|
|
6
|
+
"ExportResourcesModal.checkTheSpelling": {
|
|
7
|
+
developer_comment: "In Export fields selection - Check the spelling message",
|
|
8
|
+
string: "检查拼写。"
|
|
9
|
+
},
|
|
10
|
+
"ExportResourcesModal.continue": {
|
|
11
|
+
developer_comment: "Label for \"Continue\" button",
|
|
12
|
+
string: "继续"
|
|
13
|
+
},
|
|
14
|
+
"ExportResourcesModal.exportAllMessage": {
|
|
15
|
+
developer_comment: "All resources will be exported",
|
|
16
|
+
string: "将导出全部 <b>{count}</b> 个 {resourceType}。"
|
|
17
|
+
},
|
|
18
|
+
"ExportResourcesModal.exportAllResources": {
|
|
19
|
+
developer_comment: "Export All selection",
|
|
20
|
+
string: "导出全部 {resourceType}({count} 个)"
|
|
21
|
+
},
|
|
22
|
+
"ExportResourcesModal.exportBasedOnMyViewsMessage": {
|
|
23
|
+
developer_comment: "Select Export setttings based on my views",
|
|
24
|
+
string: "选择基于以下条件导出设置:"
|
|
25
|
+
},
|
|
26
|
+
"ExportResourcesModal.exportMatchingMessage": {
|
|
27
|
+
developer_comment: "resources will be exported",
|
|
28
|
+
string: "将导出 <b>{count}</b> 个 {resourceType}。"
|
|
29
|
+
},
|
|
30
|
+
"ExportResourcesModal.exportOnlySelectedResources": {
|
|
31
|
+
developer_comment: "Export only selected resources",
|
|
32
|
+
string: "导出选定的 {resourceType}({count} 个)"
|
|
33
|
+
},
|
|
34
|
+
"ExportResourcesModal.exportOperationSuccessMessage": {
|
|
35
|
+
developer_comment: "Success message",
|
|
36
|
+
string: "<b>您的导出已开始。</b><newline></newline><logsLink>转到“导出”日志</logsLink>以查看进度并下载文件。"
|
|
37
|
+
},
|
|
38
|
+
"ExportResourcesModal.exportSelectedMessage": {
|
|
39
|
+
developer_comment: "resources are selected and will be exported",
|
|
40
|
+
string: "已选择并将导出 <b>{count}</b> 个 {resourceType}。"
|
|
41
|
+
},
|
|
42
|
+
"ExportResourcesModal.exportSelection": {
|
|
43
|
+
developer_comment: "Export selection",
|
|
44
|
+
string: "导出选定内容"
|
|
45
|
+
},
|
|
46
|
+
"ExportResourcesModal.fieldDefinitions": {
|
|
47
|
+
developer_comment: "Label for \"Field definitions\" link",
|
|
48
|
+
string: "字段定义"
|
|
49
|
+
},
|
|
50
|
+
"ExportResourcesModal.fileName": {
|
|
51
|
+
developer_comment: "exported file name",
|
|
52
|
+
string: "文件名"
|
|
53
|
+
},
|
|
54
|
+
"ExportResourcesModal.invalidFileNameError": {
|
|
55
|
+
developer_comment: "Error when file name field is not valid",
|
|
56
|
+
string: "文件名只能包含字母数字字符、连字符和下划线"
|
|
57
|
+
},
|
|
58
|
+
"ExportResourcesModal.locale": {
|
|
59
|
+
developer_comment: "Locale",
|
|
60
|
+
string: "区域设置"
|
|
61
|
+
},
|
|
62
|
+
"ExportResourcesModal.missingFileNameError": {
|
|
63
|
+
developer_comment: "Error when file name field is missing",
|
|
64
|
+
string: "请输入文件名"
|
|
65
|
+
},
|
|
66
|
+
"ExportResourcesModal.missingLocaleError": {
|
|
67
|
+
developer_comment: "Error when no locale is selected",
|
|
68
|
+
string: "请选择至少一个区域设置"
|
|
69
|
+
},
|
|
70
|
+
"ExportResourcesModal.modalTitle": {
|
|
71
|
+
developer_comment: "Label for the modal title",
|
|
72
|
+
string: "导出 {resourceType}"
|
|
73
|
+
},
|
|
74
|
+
"ExportResourcesModal.myViews": {
|
|
75
|
+
developer_comment: "Label for \"My Views\" Select Field",
|
|
76
|
+
string: "我的视图"
|
|
77
|
+
},
|
|
78
|
+
"ExportResourcesModal.nothingApplied": {
|
|
79
|
+
developer_comment: "Shown when there is no filter applied",
|
|
80
|
+
string: "未应用任何内容"
|
|
81
|
+
},
|
|
82
|
+
"ExportResourcesModal.outputFormat": {
|
|
83
|
+
developer_comment: "File format like (csv, xls, ...etc)",
|
|
84
|
+
string: "文件格式"
|
|
85
|
+
},
|
|
86
|
+
"ExportResourcesModal.propertiesPanelLabel": {
|
|
87
|
+
developer_comment: "properties panel label",
|
|
88
|
+
string: "属性"
|
|
89
|
+
},
|
|
90
|
+
"ExportResourcesModal.searchByEnteringTheExactFieldName": {
|
|
91
|
+
developer_comment: "In Export fields selection - Search by entering the exact field name message",
|
|
92
|
+
string: "尝试通过输入确切的字段名称进行搜索。"
|
|
93
|
+
},
|
|
94
|
+
"ExportResourcesModal.searchForFields": {
|
|
95
|
+
developer_comment: "Placeholder for \"Search for fields\" search input",
|
|
96
|
+
string: "搜索字段"
|
|
97
|
+
},
|
|
98
|
+
"ExportResourcesModal.selectAllLocales": {
|
|
99
|
+
developer_comment: "label for \"Select all locales\" checkbox",
|
|
100
|
+
string: "选择所有区域设置"
|
|
101
|
+
},
|
|
102
|
+
"ExportResourcesModal.selectFieldsToExport": {
|
|
103
|
+
string: "选择要导出的字段"
|
|
104
|
+
},
|
|
105
|
+
"ExportResourcesModal.startExport": {
|
|
106
|
+
developer_comment: "Label for \"Start export\" button",
|
|
107
|
+
string: "开始导出"
|
|
108
|
+
},
|
|
109
|
+
"ExportResourcesModal.suggestions": {
|
|
110
|
+
developer_comment: "In Export fields selection - Suggestions message",
|
|
111
|
+
string: "建议:"
|
|
112
|
+
},
|
|
113
|
+
"ExportResourcesModal.thereAreNoResults": {
|
|
114
|
+
developer_comment: "No search results message",
|
|
115
|
+
string: "没有与您的搜索相匹配的结果。"
|
|
116
|
+
},
|
|
117
|
+
"ExportResourcesModal.unexpectedError": {
|
|
118
|
+
developer_comment: "Generic notification message when starting export process fails",
|
|
119
|
+
string: "启动导出过程时出错。如果问题仍然存在,请重试或联系支持人员。"
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
export { zhCN as default };
|
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": "4.0.
|
|
4
|
+
"version": "4.0.5",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"README.md"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "7.24.
|
|
19
|
-
"@babel/runtime-corejs3": "7.24.
|
|
18
|
+
"@babel/runtime": "7.24.7",
|
|
19
|
+
"@babel/runtime-corejs3": "7.24.7",
|
|
20
|
+
"@commercetools-frontend/experimental-components": "^6.1.0",
|
|
20
21
|
"@emotion/react": "11.11.4",
|
|
21
22
|
"@emotion/styled": "11.11.5",
|
|
22
|
-
"@formatjs/cli": "6.2.
|
|
23
|
+
"@formatjs/cli": "6.2.12",
|
|
23
24
|
"formik": "^2.2.9",
|
|
24
|
-
"gql-query-builder": "^3.8.0",
|
|
25
25
|
"jest": "29.7.0",
|
|
26
26
|
"lodash": "4.17.21",
|
|
27
27
|
"moment": "2.30.1",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"@commercetools-frontend/jest-preset-mc-app": "22.27.0",
|
|
40
40
|
"@commercetools-frontend/sdk": "22.27.0",
|
|
41
41
|
"@commercetools-frontend/sentry": "22.27.0",
|
|
42
|
-
"@commercetools-frontend/ui-kit": "19.
|
|
43
|
-
"@commercetools-uikit/design-system": "19.
|
|
42
|
+
"@commercetools-frontend/ui-kit": "19.5.0",
|
|
43
|
+
"@commercetools-uikit/design-system": "19.5.0",
|
|
44
44
|
"@preconstruct/cli": "2.8.4",
|
|
45
45
|
"@types/jest": "29.5.12",
|
|
46
46
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
47
47
|
"msw": "1.3.3",
|
|
48
|
-
"react-intl": "6.6.
|
|
48
|
+
"react-intl": "6.6.8",
|
|
49
49
|
"react-redux": "7.2.9",
|
|
50
50
|
"redux": "4.2.1",
|
|
51
|
-
"rimraf": "5.0.
|
|
51
|
+
"rimraf": "5.0.7"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@commercetools-frontend/actions-global": "22.x",
|