@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.
- package/es/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
- package/es/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
- package/es/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
- package/es/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
- package/es/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
- package/es/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
- package/es/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
- package/es/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
- package/es/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
- package/es/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
- package/es/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
- package/es/rootConfig/mobile/BusiComp.js +22 -22
- package/es/rootConfig/mobile/MobileModal.js +38 -38
- package/es/rootConfig/mobile/MobilePopover.js +22 -22
- package/es/rootConfig/mobile/page.js +42 -42
- package/es/rootConfig/pc/BusiComp.js +41 -41
- package/es/rootConfig/pc/Drawer.js +64 -64
- package/es/rootConfig/pc/Modal.js +63 -63
- package/es/rootConfig/pc/Popover.js +42 -42
- package/es/rootConfig/pc/page.js +55 -55
- package/es/rootConfig/todoActionList.js +691 -691
- package/es/rootConfig/todoCallback.js +9 -9
- package/es/rootConfig/todoOptionList.js +203 -203
- package/lib/rootConfig/locales/enus/config-locales-es.mobile.js +51 -144
- package/lib/rootConfig/locales/enus/config-locales-es.pc.js +30 -37
- package/lib/rootConfig/locales/enus/config-locales-es.todo-actionList.js +293 -721
- package/lib/rootConfig/locales/enus/config-locales-es.todo-callback.js +8 -9
- package/lib/rootConfig/locales/enus/config-locales-es.todo-optionList.js +141 -214
- package/lib/rootConfig/locales/zhcn/config-locales-cn.mobile.js +1 -143
- package/lib/rootConfig/locales/zhcn/config-locales-cn.pc.js +1 -289
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-actionList.js +0 -714
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-callback.js +0 -8
- package/lib/rootConfig/locales/zhcn/config-locales-cn.todo-optionList.js +2 -214
- package/lib/rootConfig/locales/zhhk/config-locales-hk.mobile.js +49 -142
- package/lib/rootConfig/locales/zhhk/config-locales-hk.pc.js +77 -288
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-actionList.js +287 -715
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-callback.js +8 -9
- package/lib/rootConfig/locales/zhhk/config-locales-hk.todo-optionList.js +140 -213
- package/lib/rootConfig/mobile/BusiComp.js +22 -22
- package/lib/rootConfig/mobile/MobileModal.js +38 -38
- package/lib/rootConfig/mobile/MobilePopover.js +22 -22
- package/lib/rootConfig/mobile/page.js +42 -42
- package/lib/rootConfig/pc/BusiComp.js +41 -41
- package/lib/rootConfig/pc/Drawer.js +64 -64
- package/lib/rootConfig/pc/Modal.js +63 -63
- package/lib/rootConfig/pc/Popover.js +42 -42
- package/lib/rootConfig/pc/page.js +55 -55
- package/lib/rootConfig/todoActionList.js +691 -691
- package/lib/rootConfig/todoCallback.js +9 -9
- package/lib/rootConfig/todoOptionList.js +203 -203
- package/package.json +1 -1
|
@@ -1,385 +1,174 @@
|
|
|
1
1
|
export var pcZhHK = {
|
|
2
|
-
// pc/BusiComp
|
|
3
|
-
'pc.busiComp.label': '業務組件',
|
|
4
|
-
'pc.busiComp.props.searchParams.0.name': '業務主鍵',
|
|
5
|
-
'pc.busiComp.props.searchParams.1.name': '業務場景',
|
|
6
|
-
'pc.busiComp.props.searchParams.2.name': '業務數據',
|
|
7
|
-
// pc todoActionList.showMessage
|
|
8
|
-
'pc.busiComp.todoActionList.showMessage.label': '消息提示',
|
|
9
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.type.label': '類型',
|
|
10
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
|
|
11
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
|
|
12
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
|
|
13
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
|
|
14
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
|
|
15
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
|
|
16
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
|
|
17
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.value.label': '內容',
|
|
18
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
|
|
19
|
-
'pc.busiComp.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
|
|
20
2
|
'pc.busiComp.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
21
3
|
'pc.busiComp.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
22
4
|
'pc.busiComp.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
23
|
-
'pc.busiComp.todoActionList.showMessage.remarks.0.label': '注意事項',
|
|
24
5
|
'pc.busiComp.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
25
|
-
// pc todoActionList.previewFile
|
|
26
|
-
'pc.busiComp.todoActionList.previewFile.label': '文件預覽',
|
|
27
6
|
'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
28
7
|
'pc.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
29
|
-
'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
|
|
30
|
-
'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
|
|
31
|
-
'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
|
|
32
|
-
'pc.busiComp.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
|
|
33
|
-
'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
|
|
34
8
|
'pc.busiComp.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
35
|
-
'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
|
|
36
9
|
'pc.busiComp.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
37
|
-
'pc.busiComp.todoActionList.previewFile.classification.page.label': '頁面類',
|
|
38
|
-
// pc todoActionList.callNotStatedCustomFunc
|
|
39
10
|
'pc.busiComp.todoActionList.callNotStatedCustomFunc.label': '調用未聲明自定義事件',
|
|
40
|
-
'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': '事件',
|
|
41
|
-
'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': '刷新',
|
|
42
|
-
'pc.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': '事件入參',
|
|
43
|
-
'pc.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': '數據通信',
|
|
44
|
-
'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': '注意事項',
|
|
45
11
|
'pc.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '選擇的頁面需要開啟緩存(如:A頁面跳轉到B頁面,B頁面需要調用A頁面的自定義事件,那麼需要A頁面需開啟緩存);',
|
|
46
|
-
// pc todoEvents
|
|
47
12
|
'pc.busiComp.todoEvents.onLoaded.label': '組件加載完成',
|
|
48
13
|
'pc.busiComp.todoEvents.useEffect.label': '業務組件狀態變化後',
|
|
49
|
-
'pc.busiComp.todoEvents.willUnmount.label': '組件卸載',
|
|
50
|
-
// pc todoProps
|
|
51
|
-
'pc.busiComp.todoProps.pageName.label': '名稱',
|
|
52
|
-
'pc.busiComp.todoProps.pageName.groupsName': '基礎',
|
|
53
|
-
'pc.busiComp.todoProps.catalogItemId.label': '分組',
|
|
54
|
-
'pc.busiComp.todoProps.catalogItemId.groupsName': '基礎',
|
|
55
|
-
'pc.busiComp.todoProps.compState.label': '組件狀態',
|
|
56
|
-
'pc.busiComp.todoProps.compState.groupsName': '組件狀態',
|
|
57
|
-
'pc.busiComp.todoProps.compFunc.label': '方法',
|
|
58
|
-
'pc.busiComp.todoProps.compFunc.groupsName': '方法',
|
|
59
|
-
'pc.busiComp.todoProps.compFunc.props.codeLabel': '方法編碼',
|
|
60
|
-
'pc.busiComp.todoProps.compFunc.props.nameLabel': '方法名稱',
|
|
61
|
-
// pc/page
|
|
62
|
-
'pc.page.label': '頁面',
|
|
63
|
-
'pc.page.props.searchParams.0.name': '業務主鍵',
|
|
64
|
-
'pc.page.props.searchParams.1.name': '業務場景',
|
|
65
|
-
'pc.page.props.searchParams.2.name': '業務數據',
|
|
66
|
-
// pc/page todoActionList.showMessage
|
|
67
|
-
'pc.page.todoActionList.showMessage.label': '消息提示',
|
|
68
|
-
'pc.page.todoActionList.showMessage.todoOptions.type.label': '類型',
|
|
69
|
-
'pc.page.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
|
|
70
|
-
'pc.page.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
|
|
71
|
-
'pc.page.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
|
|
72
|
-
'pc.page.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
|
|
73
|
-
'pc.page.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
|
|
74
|
-
'pc.page.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
|
|
75
|
-
'pc.page.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
|
|
76
|
-
'pc.page.todoActionList.showMessage.todoOptions.value.label': '內容',
|
|
77
|
-
'pc.page.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
|
|
78
|
-
'pc.page.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
|
|
79
14
|
'pc.page.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
80
15
|
'pc.page.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
81
16
|
'pc.page.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
82
|
-
'pc.page.todoActionList.showMessage.remarks.0.label': '注意事項',
|
|
83
17
|
'pc.page.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
84
|
-
// pc/page todoActionList.previewFile
|
|
85
|
-
'pc.page.todoActionList.previewFile.label': '文件預覽',
|
|
86
18
|
'pc.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
87
19
|
'pc.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
88
|
-
'pc.page.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
|
|
89
|
-
'pc.page.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
|
|
90
|
-
'pc.page.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
|
|
91
|
-
'pc.page.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
|
|
92
|
-
'pc.page.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
|
|
93
20
|
'pc.page.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
94
|
-
'pc.page.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
|
|
95
21
|
'pc.page.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
96
|
-
'pc.page.todoActionList.previewFile.classification.page.label': '頁面類',
|
|
97
|
-
// pc/page todoEvents
|
|
98
22
|
'pc.page.todoEvents.useEffect.label': '頁面加載完成',
|
|
99
23
|
'pc.page.todoEvents.stateChange.label': '組件狀態變化後',
|
|
100
|
-
'pc.page.todoEvents.willUnmount.label': '頁面退出',
|
|
101
24
|
'pc.page.todoEvents.onPageCacheRefresh.label': '頁面緩存刷新',
|
|
102
25
|
'pc.page.todoEvents.onPageCacheRefresh.params.0.title': '返回頁面數據信息',
|
|
103
26
|
'pc.page.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
104
|
-
'pc.page.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
|
|
105
27
|
'pc.page.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
106
|
-
'pc.page.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
|
|
107
28
|
'pc.page.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
108
|
-
// pc/page todoProps
|
|
109
|
-
'pc.page.todoProps.pageName.label': '名稱',
|
|
110
|
-
'pc.page.todoProps.pageName.groupsName': '基礎',
|
|
111
|
-
'pc.page.todoProps.pagePath.label': '路徑',
|
|
112
|
-
'pc.page.todoProps.pagePath.groupsName': '基礎',
|
|
113
29
|
'pc.page.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
114
30
|
'pc.page.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
115
|
-
'pc.page.todoProps.catalogItemId.label': '分組',
|
|
116
|
-
'pc.page.todoProps.catalogItemId.groupsName': '基礎',
|
|
117
|
-
'pc.page.todoProps.scenarioList.label': '適用場景',
|
|
118
|
-
'pc.page.todoProps.scenarioList.groupsName': '基礎',
|
|
119
|
-
'pc.page.todoProps.remark.label': '描述',
|
|
120
|
-
'pc.page.todoProps.remark.groupsName': '基礎',
|
|
121
|
-
'pc.page.todoProps.chooseFuncComp.label': '功能組件',
|
|
122
|
-
'pc.page.todoProps.chooseFuncComp.groupsName': '基礎',
|
|
123
|
-
'pc.page.todoProps.ignoreLogin.label': '免登錄',
|
|
124
|
-
'pc.page.todoProps.ignoreLogin.groupsName': '基礎',
|
|
125
|
-
'pc.page.todoProps.pageDynamicFlag.label': '頁面緩存',
|
|
126
|
-
'pc.page.todoProps.pageDynamicFlag.groupsName': '基礎',
|
|
127
31
|
'pc.page.todoProps.pageDynamicFlag.props.description': '開啟後頁面將保活(重新打開頁面將不會重新掛載,頁面的數據將不會被銷毀),可配合事件頁面緩存清除自定義進行頁面銷毀',
|
|
128
|
-
'pc.page.todoProps.isMenu.label': '設置為菜單',
|
|
129
|
-
'pc.page.todoProps.isMenu.groupsName': '基礎',
|
|
130
32
|
'pc.page.todoProps.isMenu.props.description': '開啟後預覽頁面將展示該菜單,在同步時也會將該頁面當作菜單同步到基礎門戶',
|
|
131
|
-
'pc.page.todoProps.labels.label': '標簽',
|
|
132
|
-
'pc.page.todoProps.labels.groupsName': '基礎',
|
|
133
|
-
'pc.page.todoProps.compState.label': '組件狀態',
|
|
134
|
-
'pc.page.todoProps.compState.groupsName': '組件狀態',
|
|
135
33
|
'pc.page.todoProps.searchParams.label': 'url參數',
|
|
136
34
|
'pc.page.todoProps.searchParams.groupsName': 'URL參數',
|
|
137
|
-
'pc.page.todoProps.routerData.label': '路由數據',
|
|
138
|
-
'pc.page.todoProps.routerData.groupsName': '路由數據',
|
|
139
|
-
// pc/modal
|
|
140
|
-
'pc.modal.label': '彈窗',
|
|
141
|
-
'pc.modal.props.compState.0.name': '業務主鍵',
|
|
142
|
-
'pc.modal.props.compState.1.name': '業務場景',
|
|
143
|
-
'pc.modal.props.compState.2.name': '業務數據',
|
|
144
|
-
// pc/modal todoActionList.showMessage
|
|
145
|
-
'pc.modal.todoActionList.showMessage.label': '消息提示',
|
|
146
|
-
'pc.modal.todoActionList.showMessage.todoOptions.type.label': '類型',
|
|
147
|
-
'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
|
|
148
|
-
'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
|
|
149
|
-
'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
|
|
150
|
-
'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
|
|
151
|
-
'pc.modal.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
|
|
152
|
-
'pc.modal.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
|
|
153
|
-
'pc.modal.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
|
|
154
|
-
'pc.modal.todoActionList.showMessage.todoOptions.value.label': '內容',
|
|
155
|
-
'pc.modal.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
|
|
156
|
-
'pc.modal.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
|
|
157
35
|
'pc.modal.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
158
36
|
'pc.modal.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
159
37
|
'pc.modal.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
160
|
-
'pc.modal.todoActionList.showMessage.remarks.0.label': '注意事項',
|
|
161
38
|
'pc.modal.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
162
|
-
// pc/modal todoActionList.previewFile
|
|
163
|
-
'pc.modal.todoActionList.previewFile.label': '文件預覽',
|
|
164
39
|
'pc.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
165
40
|
'pc.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
166
|
-
'pc.modal.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
|
|
167
|
-
'pc.modal.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
|
|
168
|
-
'pc.modal.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
|
|
169
|
-
'pc.modal.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
|
|
170
|
-
'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
|
|
171
41
|
'pc.modal.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
172
|
-
'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
|
|
173
42
|
'pc.modal.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
174
|
-
'pc.modal.todoActionList.previewFile.classification.page.label': '頁面類',
|
|
175
|
-
// pc/modal todoEvents
|
|
176
|
-
'pc.modal.todoEvents.useEffect.label': '彈窗打開後',
|
|
177
|
-
'pc.modal.todoEvents.willUnmount.label': '彈窗關閉前',
|
|
178
|
-
'pc.modal.todoEvents.onOk.label': '點擊確認',
|
|
179
|
-
'pc.modal.todoEvents.onCancel.label': '點擊取消',
|
|
180
43
|
'pc.modal.todoEvents.stateChange.label': '組件狀態變化後',
|
|
181
44
|
'pc.modal.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
182
|
-
'pc.modal.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
|
|
183
45
|
'pc.modal.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
184
|
-
'pc.modal.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
|
|
185
46
|
'pc.modal.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
186
|
-
// pc/modal todoProps
|
|
187
|
-
'pc.modal.todoProps.pageName.label': '名稱',
|
|
188
|
-
'pc.modal.todoProps.pageName.groupsName': '基礎',
|
|
189
|
-
'pc.modal.todoProps.pagePath.label': '路徑',
|
|
190
|
-
'pc.modal.todoProps.pagePath.groupsName': '基礎',
|
|
191
47
|
'pc.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
192
48
|
'pc.modal.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
193
|
-
'pc.modal.todoProps.catalogItemId.label': '分組',
|
|
194
|
-
'pc.modal.todoProps.catalogItemId.groupsName': '基礎',
|
|
195
|
-
'pc.modal.todoProps.modalTitle.label': '彈窗標題',
|
|
196
|
-
'pc.modal.todoProps.modalTitle.groupsName': '基礎',
|
|
197
|
-
'pc.modal.todoProps.width.label': '彈窗大小',
|
|
198
|
-
'pc.modal.todoProps.width.groupsName': '基礎',
|
|
199
49
|
'pc.modal.todoProps.width.props.options.0.title': 's(560*auto)',
|
|
200
50
|
'pc.modal.todoProps.width.props.options.1.title': 'm(624*auto)',
|
|
201
51
|
'pc.modal.todoProps.width.props.options.2.title': 'l(1008*auto)',
|
|
202
52
|
'pc.modal.todoProps.width.props.options.3.title': 'xl(1200*auto)',
|
|
203
|
-
'pc.modal.todoProps.width.props.options.4.title': '自定義',
|
|
204
|
-
'pc.modal.todoProps.customWidth.label': '寬度',
|
|
205
|
-
'pc.modal.todoProps.customWidth.groupsName': '基礎',
|
|
206
|
-
'pc.modal.todoProps.customHeight.label': '高度',
|
|
207
|
-
'pc.modal.todoProps.customHeight.groupsName': '基礎',
|
|
208
|
-
'pc.modal.todoProps.footer.label': '底部內容',
|
|
209
|
-
'pc.modal.todoProps.footer.groupsName': '基礎',
|
|
210
|
-
'pc.modal.todoProps.footer.props.options.0.title': '顯示',
|
|
211
|
-
'pc.modal.todoProps.footer.props.options.1.title': '隱藏',
|
|
212
|
-
'pc.modal.todoProps.okText.label': '主按鈕文本',
|
|
213
|
-
'pc.modal.todoProps.okText.groupsName': '基礎',
|
|
214
|
-
'pc.modal.todoProps.cancelText.label': '次按鈕文本',
|
|
215
|
-
'pc.modal.todoProps.cancelText.groupsName': '基礎',
|
|
216
|
-
'pc.modal.todoProps.scenarioList.label': '適用場景',
|
|
217
|
-
'pc.modal.todoProps.scenarioList.groupsName': '基礎',
|
|
218
|
-
'pc.modal.todoProps.closeOnClickOverlay.label': '關閉方式',
|
|
219
53
|
'pc.modal.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
|
|
220
54
|
'pc.modal.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
|
|
221
|
-
'pc.modal.todoProps.ignoreLogin.label': '免登錄',
|
|
222
|
-
'pc.modal.todoProps.ignoreLogin.groupsName': '基礎',
|
|
223
|
-
'pc.modal.todoProps.labels.label': '標簽',
|
|
224
|
-
'pc.modal.todoProps.labels.groupsName': '基礎',
|
|
225
|
-
'pc.modal.todoProps.compState.label': '組件狀態',
|
|
226
|
-
'pc.modal.todoProps.compState.groupsName': '組件狀態',
|
|
227
|
-
// pc/drawer
|
|
228
|
-
'pc.drawer.label': '抽屜',
|
|
229
|
-
'pc.drawer.props.compState.0.name': '業務主鍵',
|
|
230
|
-
'pc.drawer.props.compState.1.name': '業務場景',
|
|
231
|
-
'pc.drawer.props.compState.2.name': '業務數據',
|
|
232
|
-
// pc/drawer todoActionList.showMessage
|
|
233
|
-
'pc.drawer.todoActionList.showMessage.label': '消息提示',
|
|
234
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.type.label': '類型',
|
|
235
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
|
|
236
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
|
|
237
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
|
|
238
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
|
|
239
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
|
|
240
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
|
|
241
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
|
|
242
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.value.label': '內容',
|
|
243
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
|
|
244
|
-
'pc.drawer.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
|
|
245
55
|
'pc.drawer.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
246
56
|
'pc.drawer.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
247
57
|
'pc.drawer.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
248
|
-
'pc.drawer.todoActionList.showMessage.remarks.0.label': '注意事項',
|
|
249
58
|
'pc.drawer.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
250
|
-
// pc/drawer todoActionList.previewFile
|
|
251
|
-
'pc.drawer.todoActionList.previewFile.label': '文件預覽',
|
|
252
59
|
'pc.drawer.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
253
60
|
'pc.drawer.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
254
|
-
'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
|
|
255
|
-
'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
|
|
256
|
-
'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
|
|
257
|
-
'pc.drawer.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
|
|
258
|
-
'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
|
|
259
61
|
'pc.drawer.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
260
|
-
'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
|
|
261
62
|
'pc.drawer.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
262
|
-
'pc.drawer.todoActionList.previewFile.classification.page.label': '頁面類',
|
|
263
|
-
// pc/drawer todoEvents
|
|
264
63
|
'pc.drawer.todoEvents.useEffect.label': '推拉門打開後',
|
|
265
|
-
'pc.drawer.todoEvents.onOk.label': '點擊確認',
|
|
266
|
-
'pc.drawer.todoEvents.onCancel.label': '點擊取消',
|
|
267
64
|
'pc.drawer.todoEvents.stateChange.label': '組件狀態變化後',
|
|
268
65
|
'pc.drawer.todoEvents.willUnmount.label': '推拉門關閉前',
|
|
269
66
|
'pc.drawer.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
270
|
-
'pc.drawer.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
|
|
271
67
|
'pc.drawer.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
272
|
-
'pc.drawer.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
|
|
273
68
|
'pc.drawer.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
274
|
-
// pc/drawer todoProps
|
|
275
|
-
'pc.drawer.todoProps.pageName.label': '名稱',
|
|
276
|
-
'pc.drawer.todoProps.pageName.groupsName': '基礎',
|
|
277
|
-
'pc.drawer.todoProps.pagePath.label': '路徑',
|
|
278
|
-
'pc.drawer.todoProps.pagePath.groupsName': '基礎',
|
|
279
69
|
'pc.drawer.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
280
70
|
'pc.drawer.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
281
|
-
'pc.drawer.todoProps.catalogItemId.label': '分組',
|
|
282
|
-
'pc.drawer.todoProps.catalogItemId.groupsName': '基礎',
|
|
283
|
-
'pc.drawer.todoProps.drawerTitle.label': '推拉門標題',
|
|
284
|
-
'pc.drawer.todoProps.drawerTitle.groupsName': '基礎',
|
|
285
|
-
'pc.drawer.todoProps.placement.label': '抽屜方向',
|
|
286
|
-
'pc.drawer.todoProps.placement.groupsName': '基礎',
|
|
287
|
-
'pc.drawer.todoProps.placement.props.options.0.title': '上',
|
|
288
|
-
'pc.drawer.todoProps.placement.props.options.1.title': '右',
|
|
289
|
-
'pc.drawer.todoProps.placement.props.options.2.title': '下',
|
|
290
|
-
'pc.drawer.todoProps.placement.props.options.3.title': '左',
|
|
291
|
-
'pc.drawer.todoProps.width.label': '推拉門寬度',
|
|
292
|
-
'pc.drawer.todoProps.width.groupsName': '基礎',
|
|
293
71
|
'pc.drawer.todoProps.width.props.options.0.title': 's',
|
|
294
72
|
'pc.drawer.todoProps.width.props.options.1.title': 'm',
|
|
295
73
|
'pc.drawer.todoProps.width.props.options.2.title': 'l',
|
|
296
74
|
'pc.drawer.todoProps.width.props.options.3.title': 'xl',
|
|
297
|
-
'pc.drawer.todoProps.height.label': '推拉門高度',
|
|
298
|
-
'pc.drawer.todoProps.height.groupsName': '基礎',
|
|
299
75
|
'pc.drawer.todoProps.height.props.options.0.title': 's',
|
|
300
76
|
'pc.drawer.todoProps.height.props.options.1.title': 'm',
|
|
301
77
|
'pc.drawer.todoProps.height.props.options.2.title': 'l',
|
|
302
78
|
'pc.drawer.todoProps.height.props.options.3.title': 'xl',
|
|
303
|
-
'pc.drawer.todoProps.footer.label': '底部內容',
|
|
304
|
-
'pc.drawer.todoProps.footer.groupsName': '基礎',
|
|
305
|
-
'pc.drawer.todoProps.footer.props.options.0.title': '顯示',
|
|
306
|
-
'pc.drawer.todoProps.footer.props.options.1.title': '隱藏',
|
|
307
|
-
'pc.drawer.todoProps.okText.label': '主按鈕文本',
|
|
308
|
-
'pc.drawer.todoProps.okText.groupsName': '基礎',
|
|
309
|
-
'pc.drawer.todoProps.cancelText.label': '次按鈕文本',
|
|
310
|
-
'pc.drawer.todoProps.cancelText.groupsName': '基礎',
|
|
311
|
-
'pc.drawer.todoProps.scenarioList.label': '適用場景',
|
|
312
|
-
'pc.drawer.todoProps.scenarioList.groupsName': '基礎',
|
|
313
|
-
'pc.drawer.todoProps.closeOnClickOverlay.label': '關閉方式',
|
|
314
79
|
'pc.drawer.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
|
|
315
80
|
'pc.drawer.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
|
|
316
|
-
'pc.drawer.todoProps.ignoreLogin.label': '免登錄',
|
|
317
|
-
'pc.drawer.todoProps.ignoreLogin.groupsName': '基礎',
|
|
318
|
-
'pc.drawer.todoProps.labels.label': '標簽',
|
|
319
|
-
'pc.drawer.todoProps.labels.groupsName': '基礎',
|
|
320
|
-
'pc.drawer.todoProps.compState.label': '組件狀態',
|
|
321
|
-
'pc.drawer.todoProps.compState.groupsName': '組件狀態',
|
|
322
|
-
// pc/popover
|
|
323
|
-
'pc.popover.label': '氣泡卡片',
|
|
324
|
-
'pc.popover.props.compState.0.name': '業務主鍵',
|
|
325
|
-
// pc/popover todoActionList.showMessage
|
|
326
|
-
'pc.popover.todoActionList.showMessage.label': '消息提示',
|
|
327
|
-
'pc.popover.todoActionList.showMessage.todoOptions.type.label': '類型',
|
|
328
|
-
'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.0.title': '成功',
|
|
329
|
-
'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.1.title': '提示',
|
|
330
|
-
'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.2.title': '警告',
|
|
331
|
-
'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.3.title': '錯誤',
|
|
332
|
-
'pc.popover.todoActionList.showMessage.todoOptions.type.props.options.4.title': '加載動畫',
|
|
333
|
-
'pc.popover.todoActionList.showMessage.todoOptions.icon.label': '自定義圖標',
|
|
334
|
-
'pc.popover.todoActionList.showMessage.todoOptions.icon.props.placeholder': '請選擇圖標',
|
|
335
|
-
'pc.popover.todoActionList.showMessage.todoOptions.value.label': '內容',
|
|
336
|
-
'pc.popover.todoActionList.showMessage.todoOptions.duration.label': '加載時長',
|
|
337
|
-
'pc.popover.todoActionList.showMessage.todoOptions.duration.props.addonAfter': '秒',
|
|
338
81
|
'pc.popover.todoActionList.showMessage.todoOptions.okText.label': '確認按鈕文本',
|
|
339
82
|
'pc.popover.todoActionList.showMessage.todoOptions.cancelText.label': '取消按鈕文本',
|
|
340
83
|
'pc.popover.todoActionList.showMessage.classification.modal.label': '消息&彈窗',
|
|
341
|
-
'pc.popover.todoActionList.showMessage.remarks.0.label': '注意事項',
|
|
342
84
|
'pc.popover.todoActionList.showMessage.remarks.0.content': '當加載時長為0時,表示一直顯示加載中。當加載時長大於0時,表示按照設置時間顯示加載中',
|
|
343
|
-
// pc/popover todoActionList.previewFile
|
|
344
|
-
'pc.popover.todoActionList.previewFile.label': '文件預覽',
|
|
345
85
|
'pc.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
346
86
|
'pc.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
347
|
-
'pc.popover.todoActionList.previewFile.todoOptions.viewMode.label': '預覽方式',
|
|
348
|
-
'pc.popover.todoActionList.previewFile.todoOptions.viewMode.props.options.0.title': '頁面彈窗',
|
|
349
|
-
'pc.popover.todoActionList.previewFile.todoOptions.viewMode.props.options.1.title': '新標簽頁',
|
|
350
|
-
'pc.popover.todoActionList.previewFile.todoOptions.viewMode.props.options.2.title': '新窗口',
|
|
351
|
-
'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.label': '窗口寬度',
|
|
352
87
|
'pc.popover.todoActionList.previewFile.todoOptions.modalWidth.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
353
|
-
'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.label': '窗口高度',
|
|
354
88
|
'pc.popover.todoActionList.previewFile.todoOptions.modalHeight.labelTip': '不同瀏覽器有不同的最小限制,請避免設置過小尺寸,當不設置寬高時,默認為全屏',
|
|
355
|
-
'pc.popover.todoActionList.previewFile.classification.page.label': '頁面類',
|
|
356
|
-
// pc/popover todoEvents
|
|
357
89
|
'pc.popover.todoEvents.useEffect.label': '浮窗加載完成',
|
|
358
90
|
'pc.popover.todoEvents.stateChange.label': '組件狀態變化後',
|
|
359
|
-
'pc.popover.todoEvents.willUnmount.label': '浮窗關閉',
|
|
360
91
|
'pc.popover.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
361
|
-
'pc.popover.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
|
|
362
92
|
'pc.popover.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
363
|
-
'pc.popover.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
|
|
364
93
|
'pc.popover.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
365
|
-
// pc/popover todoProps
|
|
366
|
-
'pc.popover.todoProps.showTitle.label': '顯示標題',
|
|
367
|
-
'pc.popover.todoProps.showTitle.groupsName': '基礎',
|
|
368
|
-
'pc.popover.todoProps.pageName.label': '名稱',
|
|
369
|
-
'pc.popover.todoProps.pageName.groupsName': '基礎',
|
|
370
|
-
'pc.popover.todoProps.pagePath.label': '路徑',
|
|
371
|
-
'pc.popover.todoProps.pagePath.groupsName': '基礎',
|
|
372
94
|
'pc.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
373
95
|
'pc.popover.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
96
|
+
业务组件: '業務組件',
|
|
97
|
+
业务主键: '業務主鍵',
|
|
98
|
+
业务场景: '業務場景',
|
|
99
|
+
业务数据: '業務數據',
|
|
100
|
+
消息提示: '消息提示',
|
|
101
|
+
类型: '類型',
|
|
102
|
+
成功: '成功',
|
|
103
|
+
提示: '提示',
|
|
104
|
+
警告: '警告',
|
|
105
|
+
错误: '錯誤',
|
|
106
|
+
加载动画: '加載動畫',
|
|
107
|
+
自定义图标: '自定義圖標',
|
|
108
|
+
请选择图标: '請選擇圖標',
|
|
109
|
+
内容: '內容',
|
|
110
|
+
加载时长: '加載時長',
|
|
111
|
+
秒: '秒',
|
|
112
|
+
注意事项: '注意事項',
|
|
113
|
+
文件预览: '文件預覽',
|
|
114
|
+
预览方式: '預覽方式',
|
|
115
|
+
页面弹窗: '頁面彈窗',
|
|
116
|
+
新标签页: '新標簽頁',
|
|
117
|
+
新窗口: '新窗口',
|
|
118
|
+
窗口宽度: '窗口寬度',
|
|
119
|
+
窗口高度: '窗口高度',
|
|
120
|
+
页面类: '頁面類',
|
|
121
|
+
事件: '事件',
|
|
122
|
+
刷新: '刷新',
|
|
123
|
+
事件入参: '事件入參',
|
|
124
|
+
数据通信: '數據通信',
|
|
125
|
+
组件卸载: '組件卸載',
|
|
126
|
+
名称: '名稱',
|
|
127
|
+
基础: '基礎',
|
|
128
|
+
分组: '分組',
|
|
129
|
+
组件状态: '組件狀態',
|
|
130
|
+
方法: '方法',
|
|
131
|
+
方法编码: '方法編碼',
|
|
132
|
+
方法名称: '方法名稱',
|
|
133
|
+
页面: '頁面',
|
|
134
|
+
页面退出: '頁面退出',
|
|
135
|
+
场景描述: '場景描述',
|
|
136
|
+
适用场景: '適用場景',
|
|
137
|
+
路径: '路徑',
|
|
138
|
+
描述: '描述',
|
|
139
|
+
功能组件: '功能組件',
|
|
140
|
+
免登录: '免登錄',
|
|
141
|
+
页面缓存: '頁面緩存',
|
|
142
|
+
设置为菜单: '設置為菜單',
|
|
143
|
+
标签: '標簽',
|
|
144
|
+
路由数据: '路由數據',
|
|
145
|
+
弹窗: '彈窗',
|
|
146
|
+
弹窗打开后: '彈窗打開後',
|
|
147
|
+
弹窗关闭前: '彈窗關閉前',
|
|
148
|
+
点击确认: '點擊確認',
|
|
149
|
+
点击取消: '點擊取消',
|
|
150
|
+
弹窗标题: '彈窗標題',
|
|
151
|
+
弹窗大小: '彈窗大小',
|
|
152
|
+
自定义: '自定義',
|
|
153
|
+
宽度: '寬度',
|
|
154
|
+
高度: '高度',
|
|
155
|
+
底部内容: '底部內容',
|
|
156
|
+
显示: '顯示',
|
|
157
|
+
隐藏: '隱藏',
|
|
158
|
+
主按钮文本: '主按鈕文本',
|
|
159
|
+
次按钮文本: '次按鈕文本',
|
|
160
|
+
关闭方式: '關閉方式',
|
|
161
|
+
抽屉: '抽屜',
|
|
162
|
+
推拉门标题: '推拉門標題',
|
|
163
|
+
抽屉方向: '抽屜方向',
|
|
164
|
+
上: '上',
|
|
165
|
+
右: '右',
|
|
166
|
+
下: '下',
|
|
167
|
+
左: '左',
|
|
168
|
+
推拉门宽度: '推拉門寬度',
|
|
169
|
+
推拉门高度: '推拉門高度',
|
|
170
|
+
气泡卡片: '氣泡卡片',
|
|
171
|
+
浮窗关闭: '浮窗關閉',
|
|
172
|
+
显示标题: '顯示標題'
|
|
384
173
|
};
|
|
385
174
|
export default pcZhHK;
|