dataview.ts
2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
export default {
name: '数据大屏', //data large screen
buttonAddName: '新增大屏',
buttonEditName: '编辑大屏',
buttonManagement: '公共接口管理',
textPreview: '预览',
textCopyLink: '点击复制分享链接',
textPublishStatus: '发布状态',
formName: '大屏名称',
formThumbnail: '缩略图',
placeName: '请输入大屏名称',
setShare: '设置分享后, 可通过如下',
shareTitle: '私有视图只有项目成员可以浏览,公开视图拥有一个公开的 URL,任何人无需登录即可浏览.',
sharePrompt1: '不要忘记将相关设备',
sharePrompt2: '公开',
sharePrompt3: '以访问数据',
isShareText: '公开性',
shareAccess: '访问凭证',
// 公共接口管理页
publicTitle: '公共接口管理页',
publicView: '查看',
publicAdd: '新增公共接口',
addtext: '新增',
editText: '编辑',
publicInterface: '公共接口',
publicIsDelete: '您确定要批量删除数据',
publicIsRelease: '您确定要批量发布',
publicName: '接口名称',
publicType: '接口类型',
publicMethod: '请求方式',
publicContent: '接口内容',
publicState: '状态',
addressType: '地址类型',
sourceAddress: '源地址',
fullAddress: '完整地址',
key: '键值',
keyName: '键名',
paramsSettings: '参数设置',
RequestTypeandAddress: '请求类型&地址',
BuiltInParameters: '内置参数',
ParameterName: '参数名',
ParameterValues: '参数值',
required: '是否必须',
polymerizationMethod: '聚合方式',
moreOptions: '更多选项',
testInterface: '测试接口',
messageParams: '参数不能为空',
executeTextRequest: '执行测试请求',
testEditParamsTooltip: '当自定义为entityType,应输入DEVICE',
textAddress: '测试地址',
filterFunctionWrite: '过滤器函数编写:',
InterfaceReturnData: '接口返回数据(res):',
filterResults: '过滤器结果:',
theTestResultIs: '测试结果为',
theFilteringResultIs: '过滤结果为',
placeholderBodyNone: '该结构没有body体',
startAndEndDates: ['开始日期', '结束日期'],
SystemDefault: '系统默认',
custom: '自定义',
ordinaryRequest: '普通请求',
sqlRequest: 'SQL请求',
websocketRequest: 'websocket请求',
serialNumber: '序号',
chooseTenantPlaceholderText: '@:common.chooseText@:bussiness.tenantText',
notFoundResources: '404未找到资源',
};