@lingxiteam/assets 4.3.2-alpha.1 → 4.3.2-alpha.3

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 (55) hide show
  1. package/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  2. package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  3. package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  4. package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  5. package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  6. package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  7. package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  8. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  9. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  10. package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  11. package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  12. package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  13. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  14. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  15. package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  16. package/es/rootConfig/mobile/BusiComp.js +22 -22
  17. package/es/rootConfig/mobile/MobileModal.js +38 -38
  18. package/es/rootConfig/mobile/MobilePopover.js +22 -22
  19. package/es/rootConfig/mobile/page.js +42 -42
  20. package/es/rootConfig/pc/BusiComp.js +41 -41
  21. package/es/rootConfig/pc/Drawer.js +64 -64
  22. package/es/rootConfig/pc/Modal.js +63 -63
  23. package/es/rootConfig/pc/Popover.js +42 -42
  24. package/es/rootConfig/pc/page.js +55 -55
  25. package/es/rootConfig/todoActionList.js +691 -691
  26. package/es/rootConfig/todoCallback.js +9 -9
  27. package/es/rootConfig/todoOptionList.js +203 -203
  28. package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
  29. package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
  30. package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
  31. package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
  32. package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
  33. package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
  34. package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
  35. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
  36. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
  37. package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
  38. package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
  39. package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
  40. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
  41. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
  42. package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
  43. package/lib/rootConfig/mobile/BusiComp.js +22 -22
  44. package/lib/rootConfig/mobile/MobileModal.js +38 -38
  45. package/lib/rootConfig/mobile/MobilePopover.js +22 -22
  46. package/lib/rootConfig/mobile/page.js +42 -42
  47. package/lib/rootConfig/pc/BusiComp.js +41 -41
  48. package/lib/rootConfig/pc/Drawer.js +64 -64
  49. package/lib/rootConfig/pc/Modal.js +63 -63
  50. package/lib/rootConfig/pc/Popover.js +42 -42
  51. package/lib/rootConfig/pc/page.js +55 -55
  52. package/lib/rootConfig/todoActionList.js +691 -691
  53. package/lib/rootConfig/todoCallback.js +9 -9
  54. package/lib/rootConfig/todoOptionList.js +203 -203
  55. package/package.json +1 -1
@@ -1,199 +1,106 @@
1
1
  export var mobileEnUS = {
2
- // mobile/BusiComp
3
- 'mobile.busiComp.label': 'Business Component',
4
- 'mobile.busiComp.props.searchParams.0.name': 'Business Primary Key',
5
- 'mobile.busiComp.props.searchParams.1.name': 'Business Scenario',
6
- 'mobile.busiComp.props.searchParams.2.name': 'Business Data',
7
- // todoActionList.previewFile
8
- 'mobile.busiComp.todoActionList.previewFile.label': 'File Preview',
9
2
  'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
10
3
  'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
11
- 'mobile.busiComp.todoActionList.previewFile.classification.page.label': 'Page',
12
- // todoActionList.callNotStatedCustomFunc
13
4
  'mobile.busiComp.todoActionList.callNotStatedCustomFunc.label': 'Call Undeclared Custom Event',
14
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': 'Event',
15
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': 'Refresh',
16
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': 'Event Parameters',
17
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': 'Data Communication',
18
- 'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': 'Notes',
19
5
  'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': 'The selected page needs to enable caching (e.g., if Page A navigates to Page B and Page B needs to call a custom event on Page A, then caching must be enabled on Page A).',
20
- // todoEvents
21
6
  'mobile.busiComp.todoEvents.onLoaded.label': 'Component Loaded',
22
7
  'mobile.busiComp.todoEvents.useEffect.label': 'After Business Component State Changes',
23
- 'mobile.busiComp.todoEvents.willUnmount.label': 'Component Unmounted',
24
- // todoProps
25
- 'mobile.busiComp.todoProps.pageName.label': 'Name',
26
- 'mobile.busiComp.todoProps.pageName.groupsName': 'Basic',
27
- 'mobile.busiComp.todoProps.catalogItemId.label': 'Group',
28
- 'mobile.busiComp.todoProps.catalogItemId.groupsName': 'Basic',
29
- 'mobile.busiComp.todoProps.compState.label': 'Component State',
30
- 'mobile.busiComp.todoProps.compState.groupsName': 'Component State',
31
- 'mobile.busiComp.todoProps.compFunc.label': 'Methods',
32
- 'mobile.busiComp.todoProps.compFunc.groupsName': 'Methods',
33
- 'mobile.busiComp.todoProps.compFunc.props.codeLabel': 'Method Code',
34
- 'mobile.busiComp.todoProps.compFunc.props.nameLabel': 'Method Name',
35
- // mobile/page
36
- 'mobile.page.label': 'Page',
37
- 'mobile.page.props.searchParams.0.name': 'Business Primary Key',
38
- 'mobile.page.props.searchParams.1.name': 'Business Scenario',
39
- 'mobile.page.props.searchParams.2.name': 'Business Data',
40
- // mobile/page todoActionList.previewFile
41
- 'mobile.page.todoActionList.previewFile.label': 'File Preview',
42
8
  'mobile.page.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
43
9
  'mobile.page.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
44
- 'mobile.page.todoActionList.previewFile.classification.page.label': 'Page',
45
- // mobile/page todoEvents
46
10
  'mobile.page.todoEvents.useEffect.label': 'Page Loaded',
47
11
  'mobile.page.todoEvents.stateChange.label': 'After Component State Changes',
48
- 'mobile.page.todoEvents.willUnmount.label': 'Page Exit',
49
12
  'mobile.page.todoEvents.onLeftClick.label': 'Page Back Click Event',
50
13
  'mobile.page.todoEvents.otherPageMessage.label': 'Receive Page Message',
51
14
  'mobile.page.todoEvents.otherPageMessage.params.0.title': 'Receive Data',
52
15
  'mobile.page.todoEvents.onPageCacheRefresh.label': 'Page Cache Refresh',
53
16
  'mobile.page.todoEvents.onPageCacheRefresh.params.0.title': 'Return Page Data',
54
17
  'mobile.page.todoEvents.usePageEndRequest.label': 'Page Load Requests Finished',
55
- 'mobile.page.todoEvents.usePageEndRequest.remarks.0.label': 'Scenario Description',
56
18
  'mobile.page.todoEvents.usePageEndRequest.remarks.0.content': 'After the Page Loaded event, a callback is triggered when all actions have finished (including async requests within Page Loaded; note: timer-related actions are not counted).',
57
- 'mobile.page.todoEvents.usePageEndRequest.remarks.1.label': 'Applicable Scenarios',
58
19
  'mobile.page.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can show a page loading indicator in the Page Loaded event and hide it in the Page Load Requests Finished event to ensure data is fully populated before the user submits, avoiding errors caused by async delays.',
59
20
  'mobile.page.todoEvents.pageGetWeChatCode.label': 'Get WeChat Authorization Info',
60
- 'mobile.page.todoEvents.pageGetWeChatCode.params.0.title': 'Result Details',
61
- 'mobile.page.todoEvents.pageGetWeChatCode.params.0.description': 'On success, returns the following user information: openid — user\'s unique identifier; nickname — user\'s nickname; sex — user\'s gender (1 for male, 2 for female, 0 for unknown); province — province; city — city; country — country (e.g., CN for China); headimgurl — avatar URL, the last number indicates the square avatar size (0, 46, 64, 96, 132, where 0 means 640×640). If the user has no avatar, this field is empty. If the user changes the avatar, the original URL becomes invalid. privilege — user privilege information, JSON array (e.g., (chinaunicom) for China Unicom). unionid — appears only when the public account is bound to a WeChat Open Platform account.',
62
- 'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.label': 'Scenario Description',
21
+ 'mobile.page.todoEvents.pageGetWeChatCode.params.0.description': "On success, returns the following user information: openid — user's unique identifier; nickname — user's nickname; sex — user's gender (1 for male, 2 for female, 0 for unknown); province — province; city — city; country — country (e.g., CN for China); headimgurl — avatar URL, the last number indicates the square avatar size (0, 46, 64, 96, 132, where 0 means 640×640). If the user has no avatar, this field is empty. If the user changes the avatar, the original URL becomes invalid. privilege — user privilege information, JSON array (e.g., (chinaunicom) for China Unicom). unionid — appears only when the public account is bound to a WeChat Open Platform account.",
63
22
  'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.content': 'After successfully requesting WeChat user info authorization (Action: Request WeChat user info authorization), call this method to get user information including avatar, nickname, gender, region, language, etc.',
64
- // mobile/page todoProps
65
- 'mobile.page.todoProps.pageName.label': 'Name',
66
- 'mobile.page.todoProps.pageName.groupsName': 'Basic',
67
- 'mobile.page.todoProps.pagePath.label': 'Path',
68
- 'mobile.page.todoProps.pagePath.groupsName': 'Basic',
69
23
  'mobile.page.todoProps.pagePath.props.placeholder': 'e.g., /user/list',
70
24
  'mobile.page.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
71
- 'mobile.page.todoProps.pageTitle.label': 'Page Title',
72
- 'mobile.page.todoProps.pageTitle.groupsName': 'Basic',
73
25
  'mobile.page.todoProps.pageTitle.props.description': 'Use case: when the current page needs to dynamically change its title, you can bind via expression. Default title.',
74
- 'mobile.page.todoProps.catalogItemId.label': 'Group',
75
- 'mobile.page.todoProps.catalogItemId.groupsName': 'Basic',
76
- 'mobile.page.todoProps.scenarioList.label': 'Applicable Scenarios',
77
- 'mobile.page.todoProps.scenarioList.groupsName': 'Basic',
78
- 'mobile.page.todoProps.remark.label': 'Description',
79
- 'mobile.page.todoProps.remark.groupsName': 'Basic',
80
- 'mobile.page.todoProps.chooseFuncComp.label': 'Functional Components',
81
- 'mobile.page.todoProps.chooseFuncComp.groupsName': 'Basic',
82
- 'mobile.page.todoProps.ignoreLogin.label': 'Skip Login',
83
- 'mobile.page.todoProps.ignoreLogin.groupsName': 'Basic',
84
- 'mobile.page.todoProps.pageDynamicFlag.label': 'Page Cache',
85
- 'mobile.page.todoProps.pageDynamicFlag.groupsName': 'Basic',
86
- 'mobile.page.todoProps.pageDynamicFlag.props.description': 'When enabled, the page will be kept alive (reopening the page won\'t remount it, and page data won\'t be destroyed). You can pair it with the \'custom page cache clearing\' event to destroy the page.',
87
- 'mobile.page.todoProps.isMenu.label': 'Set as Menu',
88
- 'mobile.page.todoProps.isMenu.groupsName': 'Basic',
26
+ 'mobile.page.todoProps.pageDynamicFlag.props.description': "When enabled, the page will be kept alive (reopening the page won't remount it, and page data won't be destroyed). You can pair it with the 'custom page cache clearing' event to destroy the page.",
89
27
  'mobile.page.todoProps.isMenu.props.description': 'When enabled, the preview page will display this menu, and during synchronization this page will also be synced as a menu to the base portal.',
90
- 'mobile.page.todoProps.labels.label': 'Tags',
91
- 'mobile.page.todoProps.labels.groupsName': 'Basic',
92
- 'mobile.page.todoProps.compState.label': 'Component State',
93
- 'mobile.page.todoProps.compState.groupsName': 'Component State',
94
28
  'mobile.page.todoProps.searchParams.label': 'URL Parameters',
95
29
  'mobile.page.todoProps.searchParams.groupsName': 'URL Parameters',
96
- 'mobile.page.todoProps.routerData.label': 'Route Data',
97
- 'mobile.page.todoProps.routerData.groupsName': 'Route Data',
98
- 'mobile.page.todoProps.hideNavBar.label': 'Hide Navigation Bar',
99
- 'mobile.page.todoProps.hideNavBar.groupsName': 'Others',
100
- // mobile/page todoStyles
101
- 'mobile.page.todoStyles.backgroundType.groupsName': 'Navigation Bar Background',
102
- 'mobile.page.todoStyles.backgroundType.label': 'Fill Type',
103
30
  'mobile.page.todoStyles.colorType.groupsName': 'Title & Back Icon Color',
104
- 'mobile.page.todoStyles.colorType.label': 'Fill Type',
105
- // mobile/modal
106
- 'mobile.modal.label': 'Modal',
107
- 'mobile.modal.props.compState.0.name': 'Business Primary Key',
108
- 'mobile.modal.props.compState.1.name': 'Business Scenario',
109
- // mobile/modal todoActionList.previewFile
110
- 'mobile.modal.todoActionList.previewFile.label': 'File Preview',
111
31
  'mobile.modal.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
112
32
  'mobile.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
113
- 'mobile.modal.todoActionList.previewFile.classification.page.label': 'Page',
114
- // mobile/modal todoEvents
115
- 'mobile.modal.todoEvents.useEffect.label': 'After Modal Opened',
116
33
  'mobile.modal.todoEvents.stateChange.label': 'After Component State Changes',
117
34
  'mobile.modal.todoEvents.usePageEndRequest.label': 'Page Load Requests Finished',
118
- 'mobile.modal.todoEvents.usePageEndRequest.remarks.0.label': 'Scenario Description',
119
35
  'mobile.modal.todoEvents.usePageEndRequest.remarks.0.content': 'After the Page Loaded event, a callback is triggered when all actions have finished (including async requests within Page Loaded; note: timer-related actions are not counted).',
120
- 'mobile.modal.todoEvents.usePageEndRequest.remarks.1.label': 'Applicable Scenarios',
121
36
  'mobile.modal.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can show a page loading indicator in the Page Loaded event and hide it in the Page Load Requests Finished event to ensure data is fully populated before the user submits, avoiding errors caused by async delays.',
122
- // mobile/modal todoProps
123
- 'mobile.modal.todoProps.pageName.label': 'Name',
124
- 'mobile.modal.todoProps.pageName.groupsName': 'Basic',
125
- 'mobile.modal.todoProps.pagePath.label': 'Path',
126
- 'mobile.modal.todoProps.pagePath.groupsName': 'Basic',
127
37
  'mobile.modal.todoProps.pagePath.props.placeholder': 'e.g., /user/list',
128
38
  'mobile.modal.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
129
- 'mobile.modal.todoProps.catalogItemId.label': 'Group',
130
- 'mobile.modal.todoProps.catalogItemId.groupsName': 'Basic',
131
- 'mobile.modal.todoProps.scenarioList.label': 'Applicable Scenarios',
132
- 'mobile.modal.todoProps.scenarioList.groupsName': 'Basic',
133
- 'mobile.modal.todoProps.mode.label': 'Display Mode',
134
- 'mobile.modal.todoProps.mode.groupsName': 'Basic',
135
- 'mobile.modal.todoProps.mode.props.options.0.title': 'Modal',
136
- 'mobile.modal.todoProps.mode.props.options.1.title': 'Floating Layer',
137
- 'mobile.modal.todoProps.mode.props.options.2.title': 'Dropdown',
138
- 'mobile.modal.todoProps.mode.props.options.3.title': 'Slide In from Left',
139
- 'mobile.modal.todoProps.mode.props.options.4.title': 'Slide In from Right',
140
- 'mobile.modal.todoProps.width.label': 'Width',
141
- 'mobile.modal.todoProps.width.groupsName': 'Basic',
142
39
  'mobile.modal.todoProps.width.props.option.0.label': 'Pixels (px)',
143
40
  'mobile.modal.todoProps.width.props.option.1.label': 'Percent (%)',
144
41
  'mobile.modal.todoProps.width.props.option.2.label': 'Viewport Width (vw)',
145
- 'mobile.modal.todoProps.height.label': 'Height',
146
- 'mobile.modal.todoProps.height.groupsName': 'Basic',
147
42
  'mobile.modal.todoProps.height.props.option.0.label': 'Pixels (px)',
148
43
  'mobile.modal.todoProps.height.props.option.1.label': 'Percent (%)',
149
44
  'mobile.modal.todoProps.height.props.option.2.label': 'Viewport Height (vh)',
150
- 'mobile.modal.todoProps.closeOnClickOverlay.label': 'Close Behavior',
151
- 'mobile.modal.todoProps.closeOnClickOverlay.groupsName': 'Basic',
152
45
  'mobile.modal.todoProps.closeOnClickOverlay.props.options.0.title': 'Click Overlay to Close',
153
46
  'mobile.modal.todoProps.closeOnClickOverlay.props.options.1.title': 'Click Overlay Does Not Close',
154
- 'mobile.modal.todoProps.destroyOnClose.label': 'Destroy on Close',
155
- 'mobile.modal.todoProps.destroyOnClose.groupsName': 'Basic',
156
47
  'mobile.modal.todoProps.showCloseButton.label': 'Show Close Button',
157
- 'mobile.modal.todoProps.showCloseButton.groupsName': 'Basic',
158
- 'mobile.modal.todoProps.ignoreLogin.label': 'Skip Login',
159
- 'mobile.modal.todoProps.ignoreLogin.groupsName': 'Basic',
160
- 'mobile.modal.todoProps.labels.label': 'Tags',
161
- 'mobile.modal.todoProps.labels.groupsName': 'Basic',
162
- 'mobile.modal.todoProps.compState.label': 'Component State',
163
- 'mobile.modal.todoProps.compState.groupsName': 'Component State',
164
- // mobile/popover
165
- 'mobile.popover.label': 'Popover',
166
- 'mobile.popover.props.searchParams.0.name': 'Business Primary Key',
167
- 'mobile.popover.props.searchParams.1.name': 'Business Scenario',
168
- 'mobile.popover.props.searchParams.2.name': 'Business Data',
169
- // mobile/popover todoActionList.previewFile
170
- 'mobile.popover.todoActionList.previewFile.label': 'File Preview',
171
48
  'mobile.popover.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
172
49
  'mobile.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': 'Supported preview formats: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, cross-origin issues may occur.',
173
- 'mobile.popover.todoActionList.previewFile.classification.page.label': 'Page',
174
- // mobile/popover todoEvents
175
50
  'mobile.popover.todoEvents.stateChange.label': 'After Component State Changes',
176
51
  'mobile.popover.todoEvents.usePageEndRequest.label': 'Page Load Requests Finished',
177
- 'mobile.popover.todoEvents.usePageEndRequest.remarks.0.label': 'Scenario Description',
178
52
  'mobile.popover.todoEvents.usePageEndRequest.remarks.0.content': 'After the Page Loaded event, a callback is triggered when all actions have finished (including async requests within Page Loaded; note: timer-related actions are not counted).',
179
- 'mobile.popover.todoEvents.usePageEndRequest.remarks.1.label': 'Applicable Scenarios',
180
53
  'mobile.popover.todoEvents.usePageEndRequest.remarks.1.content': 'In complex form pages, you can show a page loading indicator in the Page Loaded event and hide it in the Page Load Requests Finished event to ensure data is fully populated before the user submits, avoiding errors caused by async delays.',
181
- // mobile/popover todoProps
182
- 'mobile.popover.todoProps.pageName.label': 'Name',
183
- 'mobile.popover.todoProps.pageName.groupsName': 'Basic',
184
- 'mobile.popover.todoProps.pagePath.label': 'Path',
185
- 'mobile.popover.todoProps.pagePath.groupsName': 'Basic',
186
54
  'mobile.popover.todoProps.pagePath.props.placeholder': 'e.g., /user/list',
187
55
  'mobile.popover.todoProps.pagePath.props.regex.message': 'Must be in /xx/yy/... format',
188
- 'mobile.popover.todoProps.catalogItemId.label': 'Group',
189
- 'mobile.popover.todoProps.catalogItemId.groupsName': 'Basic',
190
- 'mobile.popover.todoProps.remark.label': 'Description',
191
- 'mobile.popover.todoProps.remark.groupsName': 'Basic',
192
- 'mobile.popover.todoProps.ignoreLogin.label': 'Skip Login',
193
- 'mobile.popover.todoProps.ignoreLogin.groupsName': 'Basic',
194
- 'mobile.popover.todoProps.labels.label': 'Tags',
195
- 'mobile.popover.todoProps.labels.groupsName': 'Basic',
196
- 'mobile.popover.todoProps.compState.label': 'Component State',
197
- 'mobile.popover.todoProps.compState.groupsName': 'Component State'
56
+ 业务组件: 'Business Component',
57
+ 业务主键: 'Business Primary Key',
58
+ 业务场景: 'Business Scenario',
59
+ 业务数据: 'Business Data',
60
+ 文件预览: 'File Preview',
61
+ 页面类: 'Page',
62
+ 事件: 'Event',
63
+ 刷新: 'Refresh',
64
+ 事件入参: 'Event Parameters',
65
+ 数据通信: 'Data Communication',
66
+ 注意事项: 'Notes',
67
+ 组件卸载: 'Component Unmounted',
68
+ 名称: 'Name',
69
+ 基础: 'Basic',
70
+ 分组: 'Group',
71
+ 组件状态: 'Component State',
72
+ 方法: 'Methods',
73
+ 方法编码: 'Method Code',
74
+ 方法名称: 'Method Name',
75
+ 页面: 'Page',
76
+ 页面退出: 'Page Exit',
77
+ 场景描述: 'Scenario Description',
78
+ 适用场景: 'Applicable Scenarios',
79
+ 结果详情: 'Result Details',
80
+ 路径: 'Path',
81
+ 页面标题: 'Page Title',
82
+ 描述: 'Description',
83
+ 功能组件: 'Functional Components',
84
+ 免登录: 'Skip Login',
85
+ 页面缓存: 'Page Cache',
86
+ 设置为菜单: 'Set as Menu',
87
+ 标签: 'Tags',
88
+ 路由数据: 'Route Data',
89
+ 隐藏导航条: 'Hide Navigation Bar',
90
+ 其他: 'Others',
91
+ 导航栏背景: 'Navigation Bar Background',
92
+ 填充类型: 'Fill Type',
93
+ 弹窗: 'Modal',
94
+ 弹窗打开后: 'After Modal Opened',
95
+ 显示模式: 'Display Mode',
96
+ 浮层: 'Floating Layer',
97
+ 下拉: 'Dropdown',
98
+ 从左侧滑出: 'Slide In from Left',
99
+ 从右侧滑出: 'Slide In from Right',
100
+ 宽度: 'Width',
101
+ 高度: 'Height',
102
+ 关闭方式: 'Close Behavior',
103
+ 关闭后销毁: 'Destroy on Close',
104
+ 浮窗: 'Popover'
198
105
  };
199
106
  export default mobileEnUS;
@@ -1,49 +1,42 @@
1
1
  export var pcEnUS = {
2
- // pc/BusiComp
3
- 'pc.busiComp.label': 'Business Component',
4
- 'pc.busiComp.props.searchParams.0.name': 'Business Primary Key',
5
- 'pc.busiComp.props.searchParams.1.name': 'Business Scenario',
6
- 'pc.busiComp.props.searchParams.2.name': 'Business Data',
7
- // pc todoActionList.showMessage
8
- 'pc.busiComp.todoActionList.showMessage.label': 'Message Prompt',
9
- 'pc.busiComp.todoActionList.showMessage.todoOptions.type.label': 'Type',
10
- 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.0.title': 'Success',
11
- 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.1.title': 'Prompt',
12
- 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.2.title': 'Warning',
13
- 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.3.title': 'Error',
14
- 'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.4.title': 'Loading Animation',
15
- 'pc.busiComp.todoActionList.showMessage.todoOptions.icon.label': 'Custom Icon',
16
- 'pc.busiComp.todoActionList.showMessage.todoOptions.icon.props.placeholder': 'Please select an icon',
17
- 'pc.busiComp.todoActionList.showMessage.todoOptions.value.label': 'Content',
18
- 'pc.busiComp.todoActionList.showMessage.todoOptions.duration.label': 'Loading Duration',
19
- 'pc.busiComp.todoActionList.showMessage.todoOptions.duration.props.addonAfter': 'seconds',
20
2
  'pc.busiComp.todoActionList.showMessage.todoOptions.okText.label': 'Confirm Button Text',
21
3
  'pc.busiComp.todoActionList.showMessage.todoOptions.cancelText.label': 'Cancel Button Text',
22
4
  'pc.busiComp.todoActionList.showMessage.classification.modal.label': 'Message & Modal',
23
- 'pc.busiComp.todoActionList.showMessage.remarks.0.label': 'Note',
24
5
  'pc.busiComp.todoActionList.showMessage.remarks.0.content': 'When the loading duration is 0, it means always showing loading. When the loading duration is greater than 0, it means showing loading according to the set time.',
25
- // pc todoActionList.previewFile
26
- 'pc.busiComp.todoActionList.previewFile.label': 'File Preview',
27
6
  'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.label': 'File ID/URL',
28
7
  'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': 'File preview formats supported: pdf, jpg, jpeg, png, svg, mp4, mov, txt, html, js, doc, xlsx, docx, wps, ppt, etc. Note: If it is an external URL, there may be cross-domain issues!',
29
- 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.label': 'Preview Mode',
30
- 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': 'Page Modal',
31
- 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': 'New Tab',
32
- 'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': 'New Window',
33
- 'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.label': 'Modal Width',
34
8
  'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen.',
35
- 'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.label': 'Modal Height',
36
9
  'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': 'Different browsers have different minimum limits, please avoid setting too small sizes. When width and height are not set, the default is full screen.',
37
- 'pc.busiComp.todoActionList.previewFile.classification.page.label': 'Page Category',
38
- // pc todoActionList.callNotStatedCustomFunc
39
10
  'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': 'Call Unstated Custom Event',
40
- 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': 'Event',
41
- 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': 'Refresh',
42
- 'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': 'Event Params',
43
- 'pc.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': 'Data Communication',
44
- 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': 'Note',
45
- 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': 'The selected page needs to enable cache (e.g.: Page A jumps to Page B, Page B needs to call the custom event of Page A, then Page A needs to enable cache);'
46
-
47
- // ...existing code...
11
+ 'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': 'The selected page needs to enable cache (e.g.: Page A jumps to Page B, Page B needs to call the custom event of Page A, then Page A needs to enable cache);',
12
+ 业务组件: 'Business Component',
13
+ 业务主键: 'Business Primary Key',
14
+ 业务场景: 'Business Scenario',
15
+ 业务数据: 'Business Data',
16
+ 消息提示: 'Message Prompt',
17
+ 类型: 'Type',
18
+ 成功: 'Success',
19
+ 提示: 'Prompt',
20
+ 警告: 'Warning',
21
+ 错误: 'Error',
22
+ 加载动画: 'Loading Animation',
23
+ 自定义图标: 'Custom Icon',
24
+ 请选择图标: 'Please select an icon',
25
+ 内容: 'Content',
26
+ 加载时长: 'Loading Duration',
27
+ 秒: 'seconds',
28
+ 注意事项: 'Note',
29
+ 文件预览: 'File Preview',
30
+ 预览方式: 'Preview Mode',
31
+ 页面弹窗: 'Page Modal',
32
+ 新标签页: 'New Tab',
33
+ 新窗口: 'New Window',
34
+ 窗口宽度: 'Modal Width',
35
+ 窗口高度: 'Modal Height',
36
+ 页面类: 'Page Category',
37
+ 事件: 'Event',
38
+ 刷新: 'Refresh',
39
+ 事件入参: 'Event Params',
40
+ 数据通信: 'Data Communication'
48
41
  };
49
42
  export default pcEnUS;