zh.js
1.89 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
module.exports = {
message: {
login: '登录',
Username: '用户名',
Password: '密码',
Captcha: '验证码',
Language: '语言',
zh: '中文',
en: '英文'
},
nav: {
ttt: "1"
},
product: {
btnPosition: "预约服务",
iconProblem: "常见问题",
iconProcess: "投保流程",
iconProduct: "产品详情"
},
customService: {
name: "客戶服務",
menu1: "保单查询",
menu2: "保全变更",
menu3: "续期缴费",
menu4: "理赔申请",
menu5: "预约服务",
menu6: "投诉受理",
insuranceQuery: {
InsurantNumber: "保单号码",
Insurant: "被保人",
InsurantName: "险种名称",
InsurantAmount: "保险金额",
effectiveDate: "生效日期",
period: "保障年期",
t2Title: "保障内容",
t2InsurantClassify: "险种名称",
t2InsurantAmount: "保额",
t3Title: "客户资料",
t3InsurantNameCn: "投保人姓名(中文)",
t3InsurantNameEn: "投保人姓名(英文)",
t3InsurantIdNumber: "证件号码",
t3InsurantContactAddress: "联系地址",
t3InsurantAddress: "居住地址",
t3InsurantMobile: "手提电话",
t3InsurantEmail: "电子邮箱",
t3InsuredNameCn: "受保人姓名(中文)",
t3InsuredNameEn: "受保人姓名(英文)",
t3InsuredBirthday: "出生日期",
t3InsuredIdNumber: "证件号码",
t4Title: "受益人资料", // t4BeneficiaryInformation
t4NameCn: "姓名(中文)",
t4NameEn: "姓名(英文)",
t4Allocation: "分配比例",
t5Title: "缴费资料",
t5PaymentPeriod: "缴费年期",
t5PaymentMethod: "缴费方式",
t5PaymentCurrency: "缴费币种",
t5CurrentPremium: "当期保费",
t5PaymentBank: "缴费银行",
t5PaymentAccount: "缴费账号",
t6Title: "缴费记录",
t6PaymentPeriod: "缴费期",
t6PaymentMethod: "缴费方式",
t6ClosingDate: "实收日期",
t6PaymentAmount: "缴费金额",
}
}
}