message.ts
4.52 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
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
export default {
configName: '配置名称', //configuration name
createTime: '创建时间', //Create time
textRule32: '字数不超过32个字', //Word count does not exceed 32 words
textRule20: '字数不超过20个字', //Word count does not exceed 20 words
textRule36: '字数不超过36个字', //Word count does not exceed 36 words
textRule255: '字数不超过255个字', //Word count does not exceed 255 words
id: '主键', //Primary key
messageType: '消息类型', //message type
tenantId: '租户ID', //Tenant ID
state: '状态', //status
useTo: '用途', //Use to
emailSub: '邮件主题', //Email Subject
updateTime: '更新时间', //Update time
config: {
platformType: '平台类型', //platform type
currentConfig: '当前配置', //currently allocated
viewConfig: '查看配置', //View Configuration
table: {
title: '消息配置列表', //Message Configuration List
configInfo: '配置信息', //configuration information
},
form: {
secretIdMessage: '腾讯云:API密钥参考地址: https://console.cloud.tencent.com/cam/capi', //Tencent Cloud: API Key Reference Address:
accessKeyIdMessage: '阿里云:API密钥参考地址:https://ram.console.aliyun.com/manage/ak', //Alibaba Cloud: API Key Reference Address:
host: '服务器地址', //server address
port: '端口', //Port
userName: '用户名', //User name
password: '密码', //Password
messageConfig: '消息配置', //Message configuration
},
},
template: {
pushParameter: '发送参数',
templateName: '模板名称', //Template Name
templateCode: '模板编码', //模板编码
signName: '签名', //Signature Information
templateUsage: '模板用途', //Template Usage
createTemplate: '新增消息模板',
table: {
title: '消息模板列表', //Message template list
configType: '配置类型', //configuration type
},
form: {
exclusiveNumber: '专属号码', //Exclusive number
phoneMessage: '只有在模板为专属模式外呼下填入此参数,否则无效', //This parameter is invalid only when the template is in exclusive mode for outbound calls
templateUsageMessage0:
"用户登录、忘记密码模板平台只提供{code}参数', '初始密码设置平台提供{name}参数",
templateUsageMessage1: '登录模板平台提供如下参数:{\'{"code":"验证码"}\'}',
templateUsageMessage2: '忘记密码模板平台提供如下参数:{\'{"code":"验证码"}\'}。',
templateUsageMessage3:
'告警通知模板平台提供如下参数:{\'{"organization":"设备所属组织", "deviceName":"设备名称", "severity":"告警等级", "type":"告警类型", "triggerValue":"触发值", "createTime":"告警时间"}\'}。',
templateUsageMessage4: '清除密码模板平台提供如下参数: {\'{"code":"验证码" }\'}。',
emailParams: '邮件发送参数', //
mainSender: '主送',
makeCopy: '抄送',
blindCopy: '密送',
emailContent: '邮件内容',
phoneNumber: '手机号码', //Phone number
SMSparameters: '短信参数', //SMS parameters
placeSMS: `示例:{'"code":"1234"'}`,
placeStringRule: `["123456"]`,
ruleSMS: `请输入JSON格式例如{'"code":"1234"'}`, //Please enter JSON format, for example {"code": "1234"}
example: '示例:', //Example
stringArrayRule: `请输入这种格式["123456"]`, //Please enter this format ["123456"]
},
},
log: {
sendTime: '发送时间', //Sending time
messageList: '消息发送记录', //Message sending record
emailList: '邮件发送记录', //Email sending records
sms: {
messagePlatform: '消息平台', //message platform
messageContent: '消息内容', //Message content
table: {
title: '消息发送列表', //Message sending list
sendPhone: '发送手机', //Send mobile phone
ali: '阿里', //ALI_CLOUD
dingTalk: '钉钉', //DING_TALK
tencent: '腾讯', //TENCENT_CLOUD
aliVoice: '阿里云语音', //ALI_VOICE
enterpriseWechat: '企业微信', //ENTERPRISE_WECHAT
},
},
email: {
table: {
title: '邮件发送列表', //Email sending list
recipient: '收件人', //Recipient
},
detailTitle: '邮件发送参数', //Email sending parameters
},
},
addTemplateConfiguration: '新增模板配置',
editTemplateConfiguration: '编辑模板配置',
addSuccess: '添加成功',
editSuccess: '修改成功',
};