d982c9f3 by joe

保單查詢多語言接入

1 parent b196a9fd
...@@ -11,10 +11,63 @@ module.exports = { ...@@ -11,10 +11,63 @@ module.exports = {
11 nav: { 11 nav: {
12 ttt: "2" 12 ttt: "2"
13 }, 13 },
14 product : { 14 product: {
15 btnPosition : "Booking service", 15 btnPosition: "Booking service",
16 iconProblem : "Common problem", 16 iconProblem: "Common problem",
17 iconProcess : "Insurance process", 17 iconProcess: "Insurance process",
18 iconProduct : "Product details" 18 iconProduct: "Product details"
19 },
20 customService: {
21 name: "Customer service",
22 menu1: "Query",
23 menu2: "Change",
24 menu3: "Renewal",
25 menu4: "Claim",
26 menu5: "Booking",
27 menu6: "Complaint",
28 insuranceQuery: {
29 InsurantNumber: "Insurant number",
30 Insurant: "Insurant",
31 InsurantName: "Insurant name",
32 InsurantAmount: "Insurant amount",
33 effectiveDate: "Effective date",
34 period: "Guarantee period",
35
36 t2Title: "Guarantee information",
37 t2InsurantClassify: "Name of insurance",
38 t2InsurantAmount: "Insured amount",
39
40 t3Title: "Customer information",
41 t3InsurantNameCn: "Name of applicant (Cn)",
42 t3InsurantNameEn: "Name of applicant (En)",
43 t3InsurantIdNumber: "ID Number",
44 t3InsurantContactAddress: "Contact address",
45 t3InsurantAddress: "Address",
46 t3InsurantMobile: "mobile",
47 t3InsurantEmail: "email",
48 t3InsuredNameCn: "Name of insured (Cn)",
49 t3InsuredNameEn: "Name of insured (En)",
50 t3InsuredBirthday: "Birthday",
51 t3InsuredIdNumber: "ID Number",
52
53 t4Title: "Beneficiary information",
54 t4NameCn: "Name (Cn)",
55 t4NameEn: "Name (En)",
56 t4Allocation: "Distribution ratio",
57
58 t5Title: "Payment information",
59 t5PaymentPeriod: "Payment period",
60 t5PaymentMethod: "Payment method",
61 t5PaymentCurrency: "Payment currency",
62 t5CurrentPremium: "Current premium",
63 t5PaymentBank: "Payment bank",
64 t5PaymentAccount: "Payment account",
65
66 t6Title: "Payment record",
67 t6PaymentPeriod: "Payment period",
68 t6PaymentMethod: "Payment method",
69 t6ClosingDate: "Closing date",
70 t6PaymentAmount: "Payment amount",
71 }
19 } 72 }
20 } 73 }
......
...@@ -16,5 +16,58 @@ module.exports = { ...@@ -16,5 +16,58 @@ module.exports = {
16 iconProblem : "常見問題", 16 iconProblem : "常見問題",
17 iconProcess : "投保流程", 17 iconProcess : "投保流程",
18 iconProduct : "產品詳情" 18 iconProduct : "產品詳情"
19 },
20 customService : {
21 name : "客户服务",
22 menu1 : "保單查詢",
23 menu2 : "保全變更",
24 menu3 : "續期繳費",
25 menu4 : "理賠申請",
26 menu5 : "預約服務",
27 menu6 : "投訴受理",
28 insuranceQuery: {
29 InsurantNumber: "保單號碼",
30 Insurant: "被保人",
31 InsurantName: "險種名稱",
32 InsurantAmount: "保險金額",
33 effectiveDate: "生效日期",
34 period: "保障年期",
35
36 t2Title : "保障內容",
37 t2InsurantClassify : "險種名稱",
38 t2InsurantAmount : "保額",
39
40 t3Title : "客戶資料",
41 t3InsurantNameCn : "投保人姓名(中文)",
42 t3InsurantNameEn : "投保人姓名(英文)",
43 t3InsurantIdNumber : "證件號碼",
44 t3InsurantContactAddress : "聯繫地址",
45 t3InsurantAddress : "居住地址",
46 t3InsurantMobile : "手提電話",
47 t3InsurantEmail : "電子郵箱",
48 t3InsuredNameCn : "受保人姓名(中文)",
49 t3InsuredNameEn : "受保人姓名(英文)",
50 t3InsuredBirthday : "出生日期",
51 t3InsuredIdNumber : "證件號碼",
52
53 t4Title : "受益人資料", // t4BeneficiaryInformation
54 t4NameCn : "姓名(中文)",
55 t4NameEn : "姓名(英文)",
56 t4Allocation : "分配比例",
57
58 t5Title : "繳費資料",
59 t5PaymentPeriod: "續費年期",
60 t5PaymentMethod: "繳費方式",
61 t5PaymentCurrency: "繳費幣種",
62 t5CurrentPremium: "當期保費",
63 t5PaymentBank: "繳費銀行",
64 t5PaymentAccount: "繳費帳號",
65
66 t6Title : "繳費記錄",
67 t6PaymentPeriod: "繳費期",
68 t6PaymentMethod : "繳費方式",
69 t6ClosingDate : "實收日期",
70 t6PaymentAmount : "繳費金額",
71 }
19 } 72 }
20 } 73 }
......
1 module.exports = { 1 module.exports = {
2 message: { 2 message: {
3 login: '登录', 3 login: '登录',
4 Username: '用户名', 4 Username: '用户名',
5 Password: '密码', 5 Password: '密码',
6 Captcha: '验证码', 6 Captcha: '验证码',
7 Language: '语言', 7 Language: '语言',
8 zh: '中文', 8 zh: '中文',
9 en: '英文' 9 en: '英文'
10 }, 10 },
11 nav: { 11 nav: {
12 ttt: "1" 12 ttt: "1"
13 }, 13 },
14 product : { 14 product: {
15 btnPosition : "预约服务", 15 btnPosition: "预约服务",
16 iconProblem : "常见问题", 16 iconProblem: "常见问题",
17 iconProcess : "投保流程", 17 iconProcess: "投保流程",
18 iconProduct : "产品详情" 18 iconProduct: "产品详情"
19 },
20 customService: {
21 name : "客戶服務",
22 menu1: "保单查询",
23 menu2: "保全变更",
24 menu3: "续期缴费",
25 menu4: "理赔申请",
26 menu5: "预约服务",
27 menu6: "投诉受理",
28 insuranceQuery: {
29 InsurantNumber: "保单号码",
30 Insurant: "被保人",
31 InsurantName: "险种名称",
32 InsurantAmount: "保险金额",
33 effectiveDate: "生效日期",
34 period: "保障年期",
35
36 t2Title : "保障内容",
37 t2InsurantClassify : "险种名称",
38 t2InsurantAmount : "保额",
39
40 t3Title : "客户资料",
41 t3InsurantNameCn : "投保人姓名(中文)",
42 t3InsurantNameEn : "投保人姓名(英文)",
43 t3InsurantIdNumber : "证件号码",
44 t3InsurantContactAddress : "联系地址",
45 t3InsurantAddress : "居住地址",
46 t3InsurantMobile : "手提电话",
47 t3InsurantEmail : "电子邮箱",
48 t3InsuredNameCn : "受保人姓名(中文)",
49 t3InsuredNameEn : "受保人姓名(英文)",
50 t3InsuredBirthday : "出生日期",
51 t3InsuredIdNumber : "证件号码",
52
53 t4Title : "受益人资料", // t4BeneficiaryInformation
54 t4NameCn : "姓名(中文)",
55 t4NameEn : "姓名(英文)",
56 t4Allocation : "分配比例",
57
58 t5Title : "缴费资料",
59 t5PaymentPeriod: "缴费年期",
60 t5PaymentMethod: "缴费方式",
61 t5PaymentCurrency: "缴费币种",
62 t5CurrentPremium: "当期保费",
63 t5PaymentBank: "缴费银行",
64 t5PaymentAccount: "缴费账号",
65
66 t6Title : "缴费记录",
67 t6PaymentPeriod: "缴费期",
68 t6PaymentMethod : "缴费方式",
69 t6ClosingDate : "实收日期",
70 t6PaymentAmount : "缴费金额",
71 }
19 } 72 }
20 } 73 }
74
...\ No newline at end of file ...\ No newline at end of file
......