@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,13 +1,5 @@
|
|
|
1
1
|
export var todoCallbackZhCN = {
|
|
2
|
-
// todo/callback (shared callbacks)
|
|
3
|
-
'todo.callback.form.values.title': '表单取值',
|
|
4
2
|
'todo.callback.form.values.description': '表单数据对象,包括:字段编码和值',
|
|
5
|
-
'todo.callback.form.values.dataSuffix': '数据',
|
|
6
|
-
'todo.callback.form.type.Form': '表单',
|
|
7
|
-
'todo.callback.form.type.QueryForm': '查询表单',
|
|
8
|
-
'todo.callback.form.type.FormList': '子表单',
|
|
9
|
-
'todo.callback.form.range.begin': '开始时间',
|
|
10
|
-
'todo.callback.form.range.end': '结束时间',
|
|
11
3
|
'todo.callback.form.range.beginDesc': '的开始时间,',
|
|
12
4
|
'todo.callback.form.range.endDesc': '的结束时间,',
|
|
13
5
|
'todo.callback.form.range.description': '按照指定的“取值格式”进行格式化输出',
|
|
@@ -1,299 +1,104 @@
|
|
|
1
1
|
export var todoOptionListZhCN = {
|
|
2
|
-
// todo/optionList (shared options) - batch 1
|
|
3
2
|
'todo.optionList.url.label': '请求地址(URL)',
|
|
4
3
|
'todo.optionList.sqlServiceCode.label': '选择SQL查询服务',
|
|
5
|
-
'todo.optionList.sqlServiceFields.label': '导出字段',
|
|
6
|
-
'todo.optionList.target.label': '联动来源',
|
|
7
4
|
'todo.optionList.arelStaticData.label': 'A端静态数据',
|
|
8
5
|
'todo.optionList.zrelStaticData.label': 'Z端静态数据',
|
|
9
|
-
'todo.optionList.staticData.label': '静态数据',
|
|
10
6
|
'todo.optionList.custTargetVal.label': '自定义触发值',
|
|
11
|
-
'todo.optionList.visible.label': '显隐设置',
|
|
12
|
-
'todo.optionList.visible.props.options.0.title': '显示',
|
|
13
|
-
'todo.optionList.visible.props.options.1.title': '隐藏',
|
|
14
|
-
'todo.optionList.visible.props.options.2.title': '切换',
|
|
15
7
|
'todo.optionList.readonly.label': '编辑状态设置',
|
|
16
|
-
'todo.optionList.readonly.props.options.0.title': '只读',
|
|
17
|
-
'todo.optionList.readonly.props.options.1.title': '启用',
|
|
18
|
-
'todo.optionList.readonly.props.options.2.title': '切换',
|
|
19
|
-
'todo.optionList.bsSelectType.label': '控制类型',
|
|
20
8
|
'todo.optionList.bsSelectType.props.options.0.title': '唯一字段编码',
|
|
21
|
-
'todo.optionList.bsSelectType.props.options.1.title': '循环项索引',
|
|
22
|
-
'todo.optionList.editor.label': '是否可编辑',
|
|
23
|
-
'todo.optionList.editor.props.options.0.title': '是',
|
|
24
|
-
'todo.optionList.editor.props.options.1.title': '否',
|
|
25
|
-
'todo.optionList.value.label': '内容',
|
|
26
|
-
'todo.optionList.valueArray.label': '内容',
|
|
27
|
-
'todo.optionList.startVal.label': '开始值',
|
|
28
9
|
'todo.optionList.startVal.props.placeholder': '请输入YYYY-MM-DD格式的时间',
|
|
29
|
-
'todo.optionList.endVal.label': '结束值',
|
|
30
10
|
'todo.optionList.endVal.props.placeholder': '请输入YYYY-MM-DD格式的时间',
|
|
31
|
-
'todo.optionList.loading.label': '是否加载中',
|
|
32
|
-
'todo.optionList.loading.props.options.0.title': '是',
|
|
33
|
-
'todo.optionList.loading.props.options.1.title': '否',
|
|
34
|
-
'todo.optionList.msgType.label': '类型',
|
|
35
|
-
'todo.optionList.msgType.props.options.0.title': '成功',
|
|
36
|
-
'todo.optionList.msgType.props.options.1.title': '提示',
|
|
37
|
-
'todo.optionList.msgType.props.options.2.title': '警告',
|
|
38
|
-
'todo.optionList.msgType.props.options.3.title': '错误',
|
|
39
|
-
'todo.optionList.msgType.props.options.4.title': '加载动画',
|
|
40
|
-
'todo.optionList.duration.label': '加载时长',
|
|
41
|
-
'todo.optionList.duration.props.unit': '秒',
|
|
42
|
-
'todo.optionList.swiperIndex.label': '索引',
|
|
43
|
-
'todo.optionList.validateType.label': '校验类型',
|
|
44
|
-
'todo.optionList.validateType.props.options.0.title': '成功',
|
|
45
|
-
'todo.optionList.validateType.props.options.1.title': '提示',
|
|
46
|
-
'todo.optionList.validateType.props.options.2.title': '错误',
|
|
47
|
-
'todo.optionList.validateType.props.options.3.title': '警告',
|
|
48
|
-
'todo.optionList.validateType.props.options.4.title': '正常',
|
|
49
|
-
'todo.optionList.validateMsg.label': '校验文案',
|
|
50
|
-
'todo.optionList.validateMsg.props.placeholder': '请输入',
|
|
51
|
-
'todo.optionList.expType.label': '类型',
|
|
52
11
|
'todo.optionList.expType.props.options.0.title': 'PDF',
|
|
53
|
-
'todo.optionList.expType.props.options.1.title': '图片',
|
|
54
|
-
'todo.optionList.expFileName.label': '文件名',
|
|
55
12
|
'todo.optionList.expFileName.props.placeholder': '请输入导出的文件名',
|
|
56
|
-
'todo.optionList.modalType.label': '类型',
|
|
57
|
-
'todo.optionList.modalType.props.options.0.title': '成功',
|
|
58
|
-
'todo.optionList.modalType.props.options.1.title': '提示',
|
|
59
|
-
'todo.optionList.modalType.props.options.2.title': '警告',
|
|
60
|
-
'todo.optionList.modalType.props.options.3.title': '错误',
|
|
61
|
-
'todo.optionList.modalType.props.options.4.title': '确认',
|
|
62
|
-
// todo.optionList - batch A
|
|
63
13
|
'todo.optionList.okText.label': '确认按钮文本',
|
|
64
14
|
'todo.optionList.cancelText.label': '取消按钮文本',
|
|
65
|
-
'todo.optionList.historyType.label': '类型',
|
|
66
|
-
'todo.optionList.historyType.props.options.0.title': '路由跳转',
|
|
67
|
-
'todo.optionList.historyType.props.options.1.title': '路由替换',
|
|
68
|
-
'todo.optionList.timerType.label': '定时器类型',
|
|
69
|
-
'todo.optionList.timerType.props.options.0.title': '单次定时器',
|
|
70
|
-
'todo.optionList.timerType.props.options.1.title': '循环定时器',
|
|
71
|
-
'todo.optionList.title.label': '标题',
|
|
72
|
-
'todo.optionList.content.label': '内容',
|
|
73
|
-
'todo.optionList.params.label': '参数赋值',
|
|
74
|
-
'todo.optionList.setParams.label': '参数',
|
|
75
|
-
'todo.optionList.actionType.label': '表单类型',
|
|
76
15
|
'todo.optionList.actionType.props.placeholder': '新增-add, 编辑-edit, 详情-detail',
|
|
77
|
-
// todo.optionList - batch B
|
|
78
|
-
'todo.optionList.pathname.label': '页面',
|
|
79
|
-
'todo.optionList.dropPathname.label': '页面',
|
|
80
16
|
'todo.optionList.searchParams.label': 'url参数',
|
|
81
|
-
'todo.optionList.routerData.label': '路由数据',
|
|
82
|
-
'todo.optionList.modalname.label': '弹窗',
|
|
83
|
-
'todo.optionList.drawerPath.label': '推拉门',
|
|
84
|
-
'todo.optionList.compState.label': '组件状态',
|
|
85
17
|
'todo.optionList.activeTabKey.label': 'Tab选中key',
|
|
86
18
|
'todo.optionList.downloadUrl.label': '下载链接地址',
|
|
87
|
-
'todo.optionList.uploadProps.label': '上传参数',
|
|
88
19
|
'todo.optionList.inlineeditnow.label': '新增后启用行内编辑',
|
|
89
|
-
'todo.optionList.inlineeditnow.props.options.0.title': '否',
|
|
90
|
-
'todo.optionList.inlineeditnow.props.options.1.title': '是',
|
|
91
|
-
'todo.optionList.disabled.label': '状态设置',
|
|
92
|
-
'todo.optionList.disabled.props.options.0.title': '启动',
|
|
93
|
-
'todo.optionList.disabled.props.options.1.title': '禁用',
|
|
94
|
-
'todo.optionList.disabled.props.options.2.title': '切换',
|
|
95
|
-
'todo.optionList.required.label': '必填设置',
|
|
96
|
-
'todo.optionList.required.props.options.0.title': '必填',
|
|
97
|
-
'todo.optionList.required.props.options.1.title': '非必填',
|
|
98
|
-
'todo.optionList.required.props.options.2.title': '切换',
|
|
99
20
|
'todo.optionList.fileName.label': '自定义文件名称',
|
|
100
21
|
'todo.optionList.fileName.labelTip': '未设置文件名称时,则为文件原本的名称',
|
|
101
22
|
'todo.optionList.fileName.props.placeholder': '包括后缀,如: 表格.xls',
|
|
102
|
-
'todo.optionList.loadmoreKey.label': '更新参数',
|
|
103
23
|
'todo.optionList.wechatappId.props.placeholder': '如:wx_xxxxx',
|
|
104
|
-
'todo.optionList.jsonId.label': '页面',
|
|
105
24
|
'todo.optionList.fileId.label': '文件ID',
|
|
106
25
|
'todo.optionList.fileId.labelTip': '文件预览格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域现象! 注意:如果是外部URL,有可能存在跨域现象!',
|
|
107
|
-
'todo.optionList.loadMoreTotal.label': '总条数',
|
|
108
|
-
'todo.optionList.loadMoreData.label': '数据源',
|
|
109
|
-
'todo.optionList.aliasPageNum.label': '页码字段名',
|
|
110
|
-
// todo.optionList - batch C (flow related)
|
|
111
26
|
'todo.optionList.flowUrl.label': '流程请求接口',
|
|
112
|
-
'todo.optionList.flowType.label': '流程类型',
|
|
113
|
-
'todo.optionList.flowType.props.options.0.title': '启动',
|
|
114
|
-
'todo.optionList.flowType.props.options.1.title': '通过',
|
|
115
|
-
'todo.optionList.flowType.props.options.2.title': '拒绝',
|
|
116
|
-
'todo.optionList.flowType.props.options.3.title': '转派',
|
|
117
|
-
'todo.optionList.flowType.props.options.4.title': '通用',
|
|
118
27
|
'todo.optionList.flowWorkOrderId.label': '业务工单 ID',
|
|
119
|
-
'todo.optionList.flowCode.label': '选择流程',
|
|
120
28
|
'todo.optionList.workOrderType.label': '业务工单类型',
|
|
121
|
-
'todo.optionList.flowAuditDesc.label': '审核意见',
|
|
122
29
|
'todo.optionList.flowFileId.label': '附件ID',
|
|
123
|
-
'todo.optionList.configDealUserId.label': '指定处理人',
|
|
124
30
|
'todo.optionList.flowBtnActionType.label': '按钮动作类型',
|
|
125
31
|
'todo.optionList.flowWorkId.label': '流程实例ID',
|
|
126
32
|
'todo.optionList.flowTabStepVisible.label': '展示流程实例图',
|
|
127
33
|
'todo.optionList.flowTimelineVisible.label': '展示流程轨迹',
|
|
128
|
-
'todo.optionList.flowCustParams.label': '自定义参数',
|
|
129
34
|
'todo.optionList.workItemId.label': '工单ID',
|
|
130
|
-
'todo.optionList.flowExtraParams.label': '目标环节',
|
|
131
35
|
'todo.optionList.diagramType.label': '选择实例图类型',
|
|
132
36
|
'todo.optionList.diagramType.props.options.0.title': '当前流程实例图',
|
|
133
37
|
'todo.optionList.diagramType.props.options.1.title': '指定主干流程实例图',
|
|
134
|
-
'todo.optionList.diagramFlowCode.label': '选择流程',
|
|
135
38
|
'todo.optionList.diagramWorkOrderId.label': '业务单ID',
|
|
136
|
-
// todo.optionList - batch D (export/import related)
|
|
137
|
-
'todo.optionList.objectFields.label': '导出字段',
|
|
138
|
-
'todo.optionList.objectFields.props.options.customKeyMap.fieldData': '字段数据',
|
|
139
|
-
'todo.optionList.objectFields.props.options.customKeyMap.attrCode': '字段编码',
|
|
140
|
-
'todo.optionList.objectFields.props.options.customKeyMap.attrName': '字段名称',
|
|
141
39
|
'todo.optionList.exportSheet.label': 'sheet页设置',
|
|
142
40
|
'todo.optionList.exportSheet.props.options.0.label': 'sheet页名称',
|
|
143
|
-
'todo.optionList.exportSheet.props.options.1.label': '数据来源',
|
|
144
|
-
'todo.optionList.exportSheet.props.options.2.label': '查询条件',
|
|
145
|
-
'todo.optionList.exportSheet.props.options.3.label': '导出字段',
|
|
146
|
-
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.fieldData': '字段数据',
|
|
147
|
-
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrCode': '字段编码',
|
|
148
|
-
'todo.optionList.exportSheet.props.options.3.props.options.customKeyMap.attrName': '字段名称',
|
|
149
|
-
'todo.optionList.serviceData.label': '数据来源',
|
|
150
|
-
// todo.optionList - batch E1 (general and map/location)
|
|
151
|
-
'todo.optionList.accept.label': '文件类型',
|
|
152
41
|
'todo.optionList.custTplUrl.label': '指定模板地址(可选)',
|
|
153
|
-
'todo.optionList.name.label': '修改名称',
|
|
154
|
-
'todo.optionList.name.props.placeholder': '请输入名称',
|
|
155
|
-
'todo.optionList.icon.label': '修改图标',
|
|
156
|
-
'todo.optionList.icon.props.placeholder': '请选择图标',
|
|
157
|
-
'todo.optionList.editorCode.label': '自定义内容',
|
|
158
|
-
'todo.optionList.actionTitle.label': '动作说明',
|
|
159
42
|
'todo.optionList.actionTitle.props.placeholder': '请输入动作说明',
|
|
160
43
|
'todo.optionList.sync.label': '数据加载方式',
|
|
161
|
-
'todo.optionList.sync.props.options.0.title': '异步加载',
|
|
162
|
-
'todo.optionList.sync.props.options.1.title': '同步加载',
|
|
163
|
-
'todo.optionList.setItemKey.label': '字段名称',
|
|
164
44
|
'todo.optionList.setItemKey.props.placeholder': '请输入字段名值, 必须为英文',
|
|
165
|
-
'todo.optionList.mapKey.label': '地图秘钥',
|
|
166
45
|
'todo.optionList.mapKey.props.placeholder': '请输入地图的秘钥',
|
|
167
46
|
'todo.optionList.locationAlways.label': '是否持续定位',
|
|
168
47
|
'todo.optionList.locationOutputType.label': '定位输出坐标系',
|
|
169
|
-
'todo.optionList.locationOutputType.props.options.0.title': '大地坐标系',
|
|
170
|
-
'todo.optionList.locationOutputType.props.options.1.title': '火星坐标系',
|
|
171
|
-
'todo.optionList.locationOutputType.props.options.2.title': '百度坐标系',
|
|
172
|
-
'todo.optionList.appTableData.label': '表头数据',
|
|
173
|
-
'todo.optionList.appTableDataSource.label': '表格数据',
|
|
174
48
|
'todo.optionList.locationAddress.label': '是否需要地址信息',
|
|
175
|
-
'todo.optionList.addTransferValue.label': '内容',
|
|
176
49
|
'todo.optionList.addTransferValue.props.placeholder': '请输入添加值,多个用英文逗号拼接,例如:1,2,3',
|
|
177
|
-
'todo.optionList.removeTransferValue.label': '内容',
|
|
178
50
|
'todo.optionList.removeTransferValue.props.placeholder': '请输入删除值,多个用英文逗号拼接,例如:1,2,3',
|
|
179
|
-
'todo.optionList.defaultOpenKey.label': '内容',
|
|
180
|
-
'todo.optionList.inlineCollapsed.label': '是否收缩',
|
|
181
|
-
'todo.optionList.inlineCollapsed.props.options.0.title': '缩起',
|
|
182
|
-
'todo.optionList.inlineCollapsed.props.options.1.title': '展开',
|
|
183
|
-
'todo.optionList.inlineCollapsed.props.options.2.title': '切换',
|
|
184
|
-
// todo.optionList - batch E2 (charts/media/view)
|
|
185
51
|
'todo.optionList.xLineName.label': 'x轴字段名',
|
|
186
52
|
'todo.optionList.yLineName.label': 'y轴字段名',
|
|
187
|
-
'todo.optionList.lineChartData.label': '数据源',
|
|
188
|
-
'todo.optionList.spCount.label': '当前数量',
|
|
189
|
-
'todo.optionList.spTotal.label': '总数量',
|
|
190
|
-
'todo.optionList.spRightNode.label': '右侧文字',
|
|
191
53
|
'todo.optionList.donutX.label': 'x轴字段名',
|
|
192
54
|
'todo.optionList.donutY.label': 'y轴字段名',
|
|
193
|
-
'todo.optionList.donutData.label': '数据源',
|
|
194
|
-
'todo.optionList.donutSumText.label': '总数据',
|
|
195
|
-
'todo.optionList.mpData.label': '数据源',
|
|
196
55
|
'todo.optionList.mpData.props.placeholder': '格式为:[{count:xx, color:xx, label:xx},...]',
|
|
197
56
|
'todo.optionList.gcXName.label': 'x轴字段名',
|
|
198
|
-
'todo.optionList.gcLegendParams.label': '图例内容',
|
|
199
57
|
'todo.optionList.gcLegendParams.props.placeholder': '格式为:[{label:xx(说明), value:xx(对应数据源取值字段)},...]',
|
|
200
|
-
'todo.optionList.gcData.label': '数据源',
|
|
201
58
|
'todo.optionList.gcData.props.placeholder': '格式为:[{name:xx, xx:xx, xx:xx, ...},...]',
|
|
202
59
|
'todo.optionList.scXName.label': 'x轴字段名',
|
|
203
60
|
'todo.optionList.scYName.label': 'y轴字段名',
|
|
204
|
-
'todo.optionList.scData.label': '数据源',
|
|
205
61
|
'todo.optionList.scData.props.placeholder': '格式为:[{xx:xx, xx:xx, color:xx(需要指定颜色时设置该参数) },...]',
|
|
206
62
|
'todo.optionList.stcXName.label': 'x轴字段名',
|
|
207
|
-
'todo.optionList.stcLegendParams.label': '图例内容',
|
|
208
63
|
'todo.optionList.stcLegendParams.props.placeholder': '格式为:[{label:xx, value:xx},...]',
|
|
209
|
-
'todo.optionList.stcData.label': '数据源',
|
|
210
64
|
'todo.optionList.stcData.props.placeholder': '格式为:[{xx:xx, xx:xx, ... },...]',
|
|
211
|
-
'todo.optionList.valueMapKey.label': '值映射字段',
|
|
212
65
|
'todo.optionList.labelMapKey.label': '内容映射字段',
|
|
213
66
|
'todo.optionList.selectDescriptionKey.label': '选项描述字段',
|
|
214
67
|
'todo.optionList.selectDisabledKey.label': '选项禁用字段',
|
|
215
68
|
'todo.optionList.setSelectorDisabelItems.label': '值/索引',
|
|
216
|
-
'todo.optionList.updateMediaState.label': '状态设置',
|
|
217
|
-
'todo.optionList.updateMediaState.props.options.0.title': '播放',
|
|
218
|
-
'todo.optionList.updateMediaState.props.options.1.title': '暂停',
|
|
219
|
-
'todo.optionList.updateMediaState.props.options.2.title': '切换',
|
|
220
69
|
'todo.optionList.customGroup.label': '自定义表头模板',
|
|
221
70
|
'todo.optionList.customGroup.labelTip': '可以根据选择的字段自定义导出模板的表头',
|
|
222
71
|
'todo.optionList.exception.label': '导入异常配置',
|
|
223
72
|
'todo.optionList.exception.props.options.0.title': '支持部分导入',
|
|
224
|
-
'todo.optionList.viewMode.label': '预览方式',
|
|
225
|
-
'todo.optionList.viewMode.props.options.0.title': '页面弹窗',
|
|
226
|
-
'todo.optionList.viewMode.props.options.1.title': '标签页',
|
|
227
|
-
'todo.optionList.viewMode.props.options.2.title': '新窗口',
|
|
228
|
-
'todo.optionList.modalWidth.label': '窗口宽度',
|
|
229
73
|
'todo.optionList.modalWidth.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
|
|
230
|
-
'todo.optionList.modalHeight.label': '窗口高度',
|
|
231
74
|
'todo.optionList.modalHeight.labelTip': '不同浏览器有不同的最小限制,请避免设置过小尺寸,当不设置宽高时,默认为全屏',
|
|
232
|
-
// todo.optionList - batch F (remaining general/import/service/advanced)
|
|
233
75
|
'todo.optionList.rProps.label': '设置自定义组件属性',
|
|
234
76
|
'todo.optionList.hasEventExtService.label': '需要开启服务扩展',
|
|
235
|
-
'todo.optionList.hasEventExtService.props.options.0.title': '是',
|
|
236
|
-
'todo.optionList.hasEventExtService.props.options.1.title': '否',
|
|
237
77
|
'todo.optionList.eventExtService.label': '选择业务场景来扩展服务',
|
|
238
78
|
'todo.optionList.tempName.label': '设置模板名称',
|
|
239
79
|
'todo.optionList.tempName.props.placeholder': '请输入模板名称',
|
|
240
80
|
'todo.optionList.busiObjectId.label': '选择业务对象',
|
|
241
|
-
'todo.optionList.busiObjectFilterParams.label': '查询条件',
|
|
242
|
-
'todo.optionList.filterParams.label': '查询条件',
|
|
243
|
-
'todo.optionList.busiObjectFields.label': '筛选字段',
|
|
244
81
|
'todo.optionList.showOnly.label': '只解析不入库',
|
|
245
|
-
'todo.optionList.showOnly.props.options.0.title': '是',
|
|
246
|
-
'todo.optionList.showOnly.props.options.1.title': '否',
|
|
247
82
|
'todo.optionList.custFileName.label': '自定义文件名',
|
|
248
83
|
'todo.optionList.custSheetName.label': 'sheet页名称',
|
|
249
|
-
'todo.optionList.className.label': '类名称',
|
|
250
|
-
'todo.optionList.funcName.label': '函数名称',
|
|
251
|
-
'todo.optionList.funcParams.label': '自定义入参',
|
|
252
|
-
'todo.optionList.valueList.label': '组件赋值',
|
|
253
|
-
'todo.optionList.customFuncName.label': '自定义事件',
|
|
254
|
-
'todo.optionList.customFuncParams.label': '事件入参',
|
|
255
|
-
'todo.optionList.custUrl.label': '导入服务',
|
|
256
84
|
'todo.optionList.custUrl.props.options.serviceTabs.0.description': '此处仅展示开启文件入参的编排服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
|
|
257
85
|
'todo.optionList.custUrl.props.options.serviceTabs.1.description': '此处仅展示开启上传控件中使用的请求层服务,服务入参需包含impFile(文件类型)字段用于接收文件和param(对象类型,非必须)字段接收自定义参数',
|
|
258
86
|
'todo.optionList.compToPrint.label': '自定义打印区域(可选)',
|
|
259
87
|
'todo.optionList.custTpl.label': '配置导入模板',
|
|
260
|
-
'todo.optionList.returnType.label': '返回类型',
|
|
261
88
|
'todo.optionList.returnType.labelTip': '1、值:用于数据返回,比如获取页面表单数据,退出后进行数据传递;<br />2、成功:用于成功标志返回,将触发调用方的成功回调;<br />3、失败:用于失败标志返回,将触发调用方的失败回调。',
|
|
262
|
-
'todo.optionList.returnType.props.options.0.title': '值',
|
|
263
|
-
'todo.optionList.returnType.props.options.1.title': '成功',
|
|
264
|
-
'todo.optionList.returnType.props.options.2.title': '失败',
|
|
265
89
|
'todo.optionList.returnValue.label': '返回内容(可选)',
|
|
266
90
|
'todo.optionList.isPreventDefault.label': '中止默认动作(高级)',
|
|
267
|
-
'todo.optionList.isPreventDefault.props.options.0.title': '是',
|
|
268
|
-
'todo.optionList.isPreventDefault.props.options.1.title': '否',
|
|
269
91
|
'todo.optionList.isPreventDefault.labelTip': '指中止浏览器默认行为:<br />比如中止打开文件选择器、中止文件下载等行为。',
|
|
270
92
|
'todo.optionList.isStopPropagation.label': '阻止事件冒泡(高级)',
|
|
271
93
|
'todo.optionList.isStopPropagation.labelTip': '指只触发当前组件配置的事件:<br />比如空白容器里放置按钮, 空白容器和按钮都配置点击事件,正常点击按钮的时候就触发两个点击事件,但阻止事件冒泡就不会执行到空白容器的点击事件。',
|
|
272
|
-
'todo.optionList.isStopPropagation.props.options.0.title': '是',
|
|
273
|
-
'todo.optionList.isStopPropagation.props.options.1.title': '否',
|
|
274
94
|
'todo.optionList.verificationCodeUrl.label': '验证码图片地址',
|
|
275
|
-
// todo.optionList - batch G (additional option labels)
|
|
276
|
-
'todo.optionList.selectValueKeyForRC.label': '显示值字段',
|
|
277
95
|
'todo.optionList.selectLabelKeyForRC.label': '显示内容字段',
|
|
278
|
-
'todo.optionList.total.label': '总条数',
|
|
279
|
-
'todo.optionList.curPage.label': '更新页码',
|
|
280
|
-
'todo.optionList.colName.label': '翻译字段',
|
|
281
|
-
'todo.optionList.colNameForEdit.label': '字段',
|
|
282
96
|
'todo.optionList.nodeKey.label': '操作节点key',
|
|
283
97
|
'todo.optionList.valueKey.label': '节点key取值字段',
|
|
284
98
|
'todo.optionList.titleKey.label': '节点名称取值字段',
|
|
285
99
|
'todo.optionList.stateName.label': '自定义属性名',
|
|
286
100
|
'todo.optionList.inlineeditrow.label': '指定行id',
|
|
287
|
-
'todo.optionList.stateval.label': '内容',
|
|
288
101
|
'todo.optionList.timername.label': '定时器命名(页面内不可重复)',
|
|
289
|
-
'todo.optionList.interval.label': '时间间隔',
|
|
290
|
-
'todo.optionList.interval.props.unit': '毫秒',
|
|
291
|
-
'todo.optionList.targettimer.label': '定时器名称',
|
|
292
|
-
'todo.optionList.customCallback.label': '回调',
|
|
293
|
-
'todo.optionList.stepsCurrent.label': '当前步骤',
|
|
294
|
-
'todo.optionList.compId.label': '组件选择',
|
|
295
|
-
'todo.optionList.selectComp.label': '组件选择',
|
|
296
|
-
'todo.optionList.dataSource.label': '内容',
|
|
297
102
|
'todo.optionList.parentKey.label': '操作节点key',
|
|
298
103
|
'todo.optionList.dataSourceFileId.label': '文件ID',
|
|
299
104
|
'todo.optionList.dataSourceFileId.labelTip': '支持逗号分隔或者数组形式的多文件下载,如:1,2或者$[1,2]$',
|
|
@@ -301,12 +106,10 @@ export var todoOptionListZhCN = {
|
|
|
301
106
|
'todo.optionList.nodeValueKey.label': '节点key取值字段',
|
|
302
107
|
'todo.optionList.urlValueKey.label': '节点url取值字段',
|
|
303
108
|
'todo.optionList.selectable.label': '节点可选字段编码',
|
|
304
|
-
'todo.optionList.selectable.labelTip':
|
|
109
|
+
'todo.optionList.selectable.labelTip': "适用场景:需要控制当前节点是否能够选择,且需后端服务有字段标识出是否可选;\n处理逻辑:当节点的字段编码值为布尔类型的false,或者字符串类型为'false'、\n空字符串时,都认为不可选,否则认为可选。",
|
|
305
110
|
'todo.optionList.childrenKey.label': '下级列表取值字段',
|
|
306
111
|
'todo.optionList.childrenKey.labelTip': '使用场景:一次性查询所有数据时,需要设置下一级列表数据的取值字段;\n示例说明:如下参数,当查询所有数据,需要标记出从children字段获取下级列表的数据;\n{\n "resultObject": [{\n "children": [{\n "children": [],\n "parent_id": "10700",\n "name": "2-1",\n "id": "10900",\n }],\n "parent_id": "-1",\n "name": "第二棵",\n "id": "10700",\n }]\n}',
|
|
307
|
-
'todo.optionList.selectValueKey.label': '选项值字段',
|
|
308
112
|
'todo.optionList.selectLabelKey.label': '选项内容字段',
|
|
309
|
-
'todo.optionList.jsBridgeMethod.label': '方法名',
|
|
310
113
|
'todo.optionList.jsBridgeMethod.props.placeholder': '例如:openCamera',
|
|
311
114
|
'todo.optionList.androidWebName.label': '安卓容器名称',
|
|
312
115
|
'todo.optionList.androidWebName.props.placeholder': '默认:Android',
|
|
@@ -318,22 +121,7 @@ export var todoOptionListZhCN = {
|
|
|
318
121
|
'todo.optionList.androidFailFunName.props.placeholder': '例如:openCameraFail[用于Android失败的回调H5]',
|
|
319
122
|
'todo.optionList.iOSFailFunName.label': 'iOS端失败回调方法名',
|
|
320
123
|
'todo.optionList.iOSFailFunName.props.placeholder': '例如:openCameraFail[用于iOS失败的回调H5]',
|
|
321
|
-
'todo.optionList.customParams.label': '自定义入参',
|
|
322
|
-
'todo.optionList.selectScene.label': '选择场景',
|
|
323
|
-
'todo.optionList.selectServerDataSource.label': '选择数据源',
|
|
324
|
-
'todo.optionList.selectAllDataSource.label': '选择数据源',
|
|
325
|
-
'todo.optionList.selectCompFunc.label': '方法',
|
|
326
|
-
'todo.optionList.setCompParams.label': '参数',
|
|
327
|
-
'todo.optionList.dataSourceReloadFilter.label': '数据源赋值',
|
|
328
|
-
'todo.optionList.dataSourceSetValue.label': '数据源赋值',
|
|
329
|
-
'todo.optionList.onlySetPatch.label': '赋值范围',
|
|
330
|
-
'todo.optionList.onlySetPatch.props.options.0.title': '局部赋值',
|
|
331
|
-
'todo.optionList.onlySetPatch.props.options.1.title': '全部赋值',
|
|
332
124
|
'todo.optionList.selectObjectDataSource.label': '选择业务对象数据源',
|
|
333
|
-
'todo.optionList.
|
|
334
|
-
'todo.optionList.iframeOrigin.label': '发送目标源',
|
|
335
|
-
'todo.optionList.copyText.label': '复制内容',
|
|
336
|
-
'todo.optionList.tripleFormId.label': '详情id',
|
|
337
|
-
'todo.optionList.custParams.label': '自定义参数'
|
|
125
|
+
'todo.optionList.tripleFormId.label': '详情id'
|
|
338
126
|
};
|
|
339
127
|
export default todoOptionListZhCN;
|
|
@@ -1,199 +1,106 @@
|
|
|
1
1
|
export var mobileZhHK = {
|
|
2
|
-
// mobile/BusiComp
|
|
3
|
-
'mobile.busiComp.label': '業務組件',
|
|
4
|
-
'mobile.busiComp.props.searchParams.0.name': '業務主鍵',
|
|
5
|
-
'mobile.busiComp.props.searchParams.1.name': '業務場景',
|
|
6
|
-
'mobile.busiComp.props.searchParams.2.name': '業務數據',
|
|
7
|
-
// todoActionList.previewFile
|
|
8
|
-
'mobile.busiComp.todoActionList.previewFile.label': '文件預覽',
|
|
9
2
|
'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
10
3
|
'mobile.busiComp.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
11
|
-
'mobile.busiComp.todoActionList.previewFile.classification.page.label': '頁面類',
|
|
12
|
-
// todoActionList.callNotStatedCustomFunc
|
|
13
4
|
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.label': '調用未聲明自定義事件',
|
|
14
|
-
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.label': '事件',
|
|
15
|
-
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcName.props.titleLink.0.title': '刷新',
|
|
16
|
-
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.todoOptions.funcParams.label': '事件入參',
|
|
17
|
-
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.classification.communicate.label': '數據通信',
|
|
18
|
-
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.label': '注意事項',
|
|
19
5
|
'mobile.busiComp.todoActionList.callNotStatedCustomFunc.remarks.0.content': '選擇的頁面需要開啟緩存(如:A頁面跳轉到B頁面,B頁面需要調用A頁面的自定義事件,那麼需要A頁面需開啟緩存);',
|
|
20
|
-
// todoEvents
|
|
21
6
|
'mobile.busiComp.todoEvents.onLoaded.label': '組件加載完成',
|
|
22
7
|
'mobile.busiComp.todoEvents.useEffect.label': '業務組件狀態變化後',
|
|
23
|
-
'mobile.busiComp.todoEvents.willUnmount.label': '組件卸載',
|
|
24
|
-
// todoProps
|
|
25
|
-
'mobile.busiComp.todoProps.pageName.label': '名稱',
|
|
26
|
-
'mobile.busiComp.todoProps.pageName.groupsName': '基礎',
|
|
27
|
-
'mobile.busiComp.todoProps.catalogItemId.label': '分組',
|
|
28
|
-
'mobile.busiComp.todoProps.catalogItemId.groupsName': '基礎',
|
|
29
|
-
'mobile.busiComp.todoProps.compState.label': '組件狀態',
|
|
30
|
-
'mobile.busiComp.todoProps.compState.groupsName': '組件狀態',
|
|
31
|
-
'mobile.busiComp.todoProps.compFunc.label': '方法',
|
|
32
|
-
'mobile.busiComp.todoProps.compFunc.groupsName': '方法',
|
|
33
|
-
'mobile.busiComp.todoProps.compFunc.props.codeLabel': '方法編碼',
|
|
34
|
-
'mobile.busiComp.todoProps.compFunc.props.nameLabel': '方法名稱',
|
|
35
|
-
// mobile/page
|
|
36
|
-
'mobile.page.label': '頁面',
|
|
37
|
-
'mobile.page.props.searchParams.0.name': '業務主鍵',
|
|
38
|
-
'mobile.page.props.searchParams.1.name': '業務場景',
|
|
39
|
-
'mobile.page.props.searchParams.2.name': '業務數據',
|
|
40
|
-
// mobile/page todoActionList.previewFile
|
|
41
|
-
'mobile.page.todoActionList.previewFile.label': '文件預覽',
|
|
42
8
|
'mobile.page.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
43
9
|
'mobile.page.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
44
|
-
'mobile.page.todoActionList.previewFile.classification.page.label': '頁面類',
|
|
45
|
-
// mobile/page todoEvents
|
|
46
10
|
'mobile.page.todoEvents.useEffect.label': '頁面加載完成',
|
|
47
11
|
'mobile.page.todoEvents.stateChange.label': '組件狀態變化後',
|
|
48
|
-
'mobile.page.todoEvents.willUnmount.label': '頁面退出',
|
|
49
12
|
'mobile.page.todoEvents.onLeftClick.label': '頁面返回點擊事件',
|
|
50
13
|
'mobile.page.todoEvents.otherPageMessage.label': '接收頁面信息',
|
|
51
14
|
'mobile.page.todoEvents.otherPageMessage.params.0.title': '接收數據信息',
|
|
52
15
|
'mobile.page.todoEvents.onPageCacheRefresh.label': '頁面緩存刷新',
|
|
53
16
|
'mobile.page.todoEvents.onPageCacheRefresh.params.0.title': '返回頁面數據信息',
|
|
54
17
|
'mobile.page.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
55
|
-
'mobile.page.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
|
|
56
18
|
'mobile.page.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
57
|
-
'mobile.page.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
|
|
58
19
|
'mobile.page.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
59
20
|
'mobile.page.todoEvents.pageGetWeChatCode.label': '獲取微信授權信息',
|
|
60
|
-
'mobile.page.todoEvents.pageGetWeChatCode.params.0.title': '結果詳情',
|
|
61
21
|
'mobile.page.todoEvents.pageGetWeChatCode.params.0.description': '成功時返回如下用戶信息: openid---用戶的唯一標識,nickname---用戶暱稱,sex---用戶的性別,值為1時是男性,值為2時是女性,值為0時是未知,province---用戶個人資料填寫的省份,city---普通用戶個人資料填寫的城市,country---國家,如中國為CN,headimgurl---用戶頭像,最後一個數值代表正方形頭像大小(有0、46、64、96、132數值可選,0代表640*640正方形頭像),用戶沒有頭像時該項為空。若用戶更換頭像,原有頭像URL將失效。privilege---用戶特權信息,json 數組,如微信沃卡用戶為(chinaunicom),unionid---只有在用戶將公眾號綁定到微信開放平台賬號後,才會出現該字段。',
|
|
62
|
-
'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.label': '場景描述',
|
|
63
22
|
'mobile.page.todoEvents.pageGetWeChatCode.remarks.0.content': '在申請微信用戶信息授權成功後(動作事件-申請微信用戶信息授權),調用該方法獲取微信用戶信息,包括用戶的頭像、暱稱、性別、地區、語言等信息',
|
|
64
|
-
// mobile/page todoProps
|
|
65
|
-
'mobile.page.todoProps.pageName.label': '名稱',
|
|
66
|
-
'mobile.page.todoProps.pageName.groupsName': '基礎',
|
|
67
|
-
'mobile.page.todoProps.pagePath.label': '路徑',
|
|
68
|
-
'mobile.page.todoProps.pagePath.groupsName': '基礎',
|
|
69
23
|
'mobile.page.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
70
24
|
'mobile.page.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
71
|
-
'mobile.page.todoProps.pageTitle.label': '頁面標題',
|
|
72
|
-
'mobile.page.todoProps.pageTitle.groupsName': '基礎',
|
|
73
25
|
'mobile.page.todoProps.pageTitle.props.description': '適用場景:當前頁面需要動態更改頁面名稱的時候,可通過表達式進行綁定。默認名稱',
|
|
74
|
-
'mobile.page.todoProps.catalogItemId.label': '分組',
|
|
75
|
-
'mobile.page.todoProps.catalogItemId.groupsName': '基礎',
|
|
76
|
-
'mobile.page.todoProps.scenarioList.label': '適用場景',
|
|
77
|
-
'mobile.page.todoProps.scenarioList.groupsName': '基礎',
|
|
78
|
-
'mobile.page.todoProps.remark.label': '描述',
|
|
79
|
-
'mobile.page.todoProps.remark.groupsName': '基礎',
|
|
80
|
-
'mobile.page.todoProps.chooseFuncComp.label': '功能組件',
|
|
81
|
-
'mobile.page.todoProps.chooseFuncComp.groupsName': '基礎',
|
|
82
|
-
'mobile.page.todoProps.ignoreLogin.label': '免登錄',
|
|
83
|
-
'mobile.page.todoProps.ignoreLogin.groupsName': '基礎',
|
|
84
|
-
'mobile.page.todoProps.pageDynamicFlag.label': '頁面緩存',
|
|
85
|
-
'mobile.page.todoProps.pageDynamicFlag.groupsName': '基礎',
|
|
86
26
|
'mobile.page.todoProps.pageDynamicFlag.props.description': '開啟後頁面將保活(重新打開頁面將不會重新掛載,頁面的數據將不會被銷毀),可配合事件頁面緩存清除自定義進行頁面銷毀',
|
|
87
|
-
'mobile.page.todoProps.isMenu.label': '設置為菜單',
|
|
88
|
-
'mobile.page.todoProps.isMenu.groupsName': '基礎',
|
|
89
27
|
'mobile.page.todoProps.isMenu.props.description': '開啟後預覽頁面將展示該菜單,在同步時也會將該頁面當作菜單同步到基礎門戶',
|
|
90
|
-
'mobile.page.todoProps.labels.label': '標簽',
|
|
91
|
-
'mobile.page.todoProps.labels.groupsName': '基礎',
|
|
92
|
-
'mobile.page.todoProps.compState.label': '組件狀態',
|
|
93
|
-
'mobile.page.todoProps.compState.groupsName': '組件狀態',
|
|
94
28
|
'mobile.page.todoProps.searchParams.label': 'url參數',
|
|
95
29
|
'mobile.page.todoProps.searchParams.groupsName': 'URL參數',
|
|
96
|
-
'mobile.page.todoProps.routerData.label': '路由數據',
|
|
97
|
-
'mobile.page.todoProps.routerData.groupsName': '路由數據',
|
|
98
|
-
'mobile.page.todoProps.hideNavBar.label': '隱藏導航條',
|
|
99
|
-
'mobile.page.todoProps.hideNavBar.groupsName': '其他',
|
|
100
|
-
// mobile/page todoStyles
|
|
101
|
-
'mobile.page.todoStyles.backgroundType.groupsName': '導航欄背景',
|
|
102
|
-
'mobile.page.todoStyles.backgroundType.label': '填充類型',
|
|
103
30
|
'mobile.page.todoStyles.colorType.groupsName': '標題&返回鍵顏色',
|
|
104
|
-
'mobile.page.todoStyles.colorType.label': '填充類型',
|
|
105
|
-
// mobile/modal
|
|
106
|
-
'mobile.modal.label': '彈窗',
|
|
107
|
-
'mobile.modal.props.compState.0.name': '業務主鍵',
|
|
108
|
-
'mobile.modal.props.compState.1.name': '業務場景',
|
|
109
|
-
// mobile/modal todoActionList.previewFile
|
|
110
|
-
'mobile.modal.todoActionList.previewFile.label': '文件預覽',
|
|
111
31
|
'mobile.modal.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
112
32
|
'mobile.modal.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
113
|
-
'mobile.modal.todoActionList.previewFile.classification.page.label': '頁面類',
|
|
114
|
-
// mobile/modal todoEvents
|
|
115
|
-
'mobile.modal.todoEvents.useEffect.label': '彈窗打開後',
|
|
116
33
|
'mobile.modal.todoEvents.stateChange.label': '組件狀態變化後',
|
|
117
34
|
'mobile.modal.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
118
|
-
'mobile.modal.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
|
|
119
35
|
'mobile.modal.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
120
|
-
'mobile.modal.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
|
|
121
36
|
'mobile.modal.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
122
|
-
// mobile/modal todoProps
|
|
123
|
-
'mobile.modal.todoProps.pageName.label': '名稱',
|
|
124
|
-
'mobile.modal.todoProps.pageName.groupsName': '基礎',
|
|
125
|
-
'mobile.modal.todoProps.pagePath.label': '路徑',
|
|
126
|
-
'mobile.modal.todoProps.pagePath.groupsName': '基礎',
|
|
127
37
|
'mobile.modal.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
128
38
|
'mobile.modal.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
129
|
-
'mobile.modal.todoProps.catalogItemId.label': '分組',
|
|
130
|
-
'mobile.modal.todoProps.catalogItemId.groupsName': '基礎',
|
|
131
|
-
'mobile.modal.todoProps.scenarioList.label': '適用場景',
|
|
132
|
-
'mobile.modal.todoProps.scenarioList.groupsName': '基礎',
|
|
133
|
-
'mobile.modal.todoProps.mode.label': '顯示模式',
|
|
134
|
-
'mobile.modal.todoProps.mode.groupsName': '基礎',
|
|
135
|
-
'mobile.modal.todoProps.mode.props.options.0.title': '彈窗',
|
|
136
|
-
'mobile.modal.todoProps.mode.props.options.1.title': '浮層',
|
|
137
|
-
'mobile.modal.todoProps.mode.props.options.2.title': '下拉',
|
|
138
|
-
'mobile.modal.todoProps.mode.props.options.3.title': '從左側滑出',
|
|
139
|
-
'mobile.modal.todoProps.mode.props.options.4.title': '從右側滑出',
|
|
140
|
-
'mobile.modal.todoProps.width.label': '寬度',
|
|
141
|
-
'mobile.modal.todoProps.width.groupsName': '基礎',
|
|
142
39
|
'mobile.modal.todoProps.width.props.option.0.label': '像素(px)',
|
|
143
40
|
'mobile.modal.todoProps.width.props.option.1.label': '百分比(%)',
|
|
144
41
|
'mobile.modal.todoProps.width.props.option.2.label': '視口寬度(vw)',
|
|
145
|
-
'mobile.modal.todoProps.height.label': '高度',
|
|
146
|
-
'mobile.modal.todoProps.height.groupsName': '基礎',
|
|
147
42
|
'mobile.modal.todoProps.height.props.option.0.label': '像素(px)',
|
|
148
43
|
'mobile.modal.todoProps.height.props.option.1.label': '百分比(%)',
|
|
149
44
|
'mobile.modal.todoProps.height.props.option.2.label': '視口高度(vh)',
|
|
150
|
-
'mobile.modal.todoProps.closeOnClickOverlay.label': '關閉方式',
|
|
151
|
-
'mobile.modal.todoProps.closeOnClickOverlay.groupsName': '基礎',
|
|
152
45
|
'mobile.modal.todoProps.closeOnClickOverlay.props.options.0.title': '點擊蒙罩關閉窗口',
|
|
153
46
|
'mobile.modal.todoProps.closeOnClickOverlay.props.options.1.title': '點擊蒙罩不關閉窗口',
|
|
154
|
-
'mobile.modal.todoProps.destroyOnClose.label': '關閉後銷毀',
|
|
155
|
-
'mobile.modal.todoProps.destroyOnClose.groupsName': '基礎',
|
|
156
47
|
'mobile.modal.todoProps.showCloseButton.label': '顯示關閉按鈕',
|
|
157
|
-
'mobile.modal.todoProps.showCloseButton.groupsName': '基礎',
|
|
158
|
-
'mobile.modal.todoProps.ignoreLogin.label': '免登錄',
|
|
159
|
-
'mobile.modal.todoProps.ignoreLogin.groupsName': '基礎',
|
|
160
|
-
'mobile.modal.todoProps.labels.label': '標簽',
|
|
161
|
-
'mobile.modal.todoProps.labels.groupsName': '基礎',
|
|
162
|
-
'mobile.modal.todoProps.compState.label': '組件狀態',
|
|
163
|
-
'mobile.modal.todoProps.compState.groupsName': '組件狀態',
|
|
164
|
-
// mobile/popover
|
|
165
|
-
'mobile.popover.label': '浮窗',
|
|
166
|
-
'mobile.popover.props.searchParams.0.name': '業務主鍵',
|
|
167
|
-
'mobile.popover.props.searchParams.1.name': '業務場景',
|
|
168
|
-
'mobile.popover.props.searchParams.2.name': '業務數據',
|
|
169
|
-
// mobile/popover todoActionList.previewFile
|
|
170
|
-
'mobile.popover.todoActionList.previewFile.label': '文件預覽',
|
|
171
48
|
'mobile.popover.todoActionList.previewFile.todoOptions.fileId.label': '文件ID/URL',
|
|
172
49
|
'mobile.popover.todoActionList.previewFile.todoOptions.fileId.labelTip': '文件預覽格式支持:pdf、jpg、jpeg、png、svg、mp4、mov、txt、html、js、doc、xlsx、docx、wps、ppt等 注意:如果是外部URL,有可能存在跨域現象!',
|
|
173
|
-
'mobile.popover.todoActionList.previewFile.classification.page.label': '頁面類',
|
|
174
|
-
// mobile/popover todoEvents
|
|
175
50
|
'mobile.popover.todoEvents.stateChange.label': '組件狀態變化後',
|
|
176
51
|
'mobile.popover.todoEvents.usePageEndRequest.label': '頁面加載請求結束',
|
|
177
|
-
'mobile.popover.todoEvents.usePageEndRequest.remarks.0.label': '場景描述',
|
|
178
52
|
'mobile.popover.todoEvents.usePageEndRequest.remarks.0.content': '在頁面加載完成事件中,所有的事件執行結束後進行回掉(包含頁面加載完成事件中的異步請求(注意:定時器相關動作不計算回掉時間))',
|
|
179
|
-
'mobile.popover.todoEvents.usePageEndRequest.remarks.1.label': '適用場景',
|
|
180
53
|
'mobile.popover.todoEvents.usePageEndRequest.remarks.1.content': '在複雜的表單頁面中,你可以在頁面加載完成事件中進行頁面loading的動作設置,在頁面加載完成請求結束事件中取消loading,保障在複雜請求中,因異步導致數據未能及時回填,用戶提交錯誤數據問題。',
|
|
181
|
-
// mobile/popover todoProps
|
|
182
|
-
'mobile.popover.todoProps.pageName.label': '名稱',
|
|
183
|
-
'mobile.popover.todoProps.pageName.groupsName': '基礎',
|
|
184
|
-
'mobile.popover.todoProps.pagePath.label': '路徑',
|
|
185
|
-
'mobile.popover.todoProps.pagePath.groupsName': '基礎',
|
|
186
54
|
'mobile.popover.todoProps.pagePath.props.placeholder': '如:/user/list',
|
|
187
55
|
'mobile.popover.todoProps.pagePath.props.regex.message': '必須為/xx/yy/..格式',
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
56
|
+
业务组件: '業務組件',
|
|
57
|
+
业务主键: '業務主鍵',
|
|
58
|
+
业务场景: '業務場景',
|
|
59
|
+
业务数据: '業務數據',
|
|
60
|
+
文件预览: '文件預覽',
|
|
61
|
+
页面类: '頁面類',
|
|
62
|
+
事件: '事件',
|
|
63
|
+
刷新: '刷新',
|
|
64
|
+
事件入参: '事件入參',
|
|
65
|
+
数据通信: '數據通信',
|
|
66
|
+
注意事项: '注意事項',
|
|
67
|
+
组件卸载: '組件卸載',
|
|
68
|
+
名称: '名稱',
|
|
69
|
+
基础: '基礎',
|
|
70
|
+
分组: '分組',
|
|
71
|
+
组件状态: '組件狀態',
|
|
72
|
+
方法: '方法',
|
|
73
|
+
方法编码: '方法編碼',
|
|
74
|
+
方法名称: '方法名稱',
|
|
75
|
+
页面: '頁面',
|
|
76
|
+
页面退出: '頁面退出',
|
|
77
|
+
场景描述: '場景描述',
|
|
78
|
+
适用场景: '適用場景',
|
|
79
|
+
结果详情: '結果詳情',
|
|
80
|
+
路径: '路徑',
|
|
81
|
+
页面标题: '頁面標題',
|
|
82
|
+
描述: '描述',
|
|
83
|
+
功能组件: '功能組件',
|
|
84
|
+
免登录: '免登錄',
|
|
85
|
+
页面缓存: '頁面緩存',
|
|
86
|
+
设置为菜单: '設置為菜單',
|
|
87
|
+
标签: '標簽',
|
|
88
|
+
路由数据: '路由數據',
|
|
89
|
+
隐藏导航条: '隱藏導航條',
|
|
90
|
+
其他: '其他',
|
|
91
|
+
导航栏背景: '導航欄背景',
|
|
92
|
+
填充类型: '填充類型',
|
|
93
|
+
弹窗: '彈窗',
|
|
94
|
+
弹窗打开后: '彈窗打開後',
|
|
95
|
+
显示模式: '顯示模式',
|
|
96
|
+
浮层: '浮層',
|
|
97
|
+
下拉: '下拉',
|
|
98
|
+
从左侧滑出: '從左側滑出',
|
|
99
|
+
从右侧滑出: '從右側滑出',
|
|
100
|
+
宽度: '寬度',
|
|
101
|
+
高度: '高度',
|
|
102
|
+
关闭方式: '關閉方式',
|
|
103
|
+
关闭后销毁: '關閉後銷毀',
|
|
104
|
+
浮窗: '浮窗'
|
|
198
105
|
};
|
|
199
106
|
export default mobileZhHK;
|