9fe30459 by simon

产品名称文案替换

1 parent ce5138f2
......@@ -12,7 +12,7 @@ module.exports = {
SubmitSuccess: "Successfully submitted",
Email: "Email",
Birth:"Date of birth",
},
message: {
login: 'Login',
......@@ -185,7 +185,7 @@ module.exports = {
hotline:"Customer Service Hotline",
serviceHour:"Service Hour:9:00 - 17:30 Monday to Friday",
address:"A137, 16/F, Tower 5, The Gateway, 21 Canton Road, Tsim Sha Tsui, Kowloon, Hong Kong",
ourProducts:"Our Products",
VHIS:"VHIS",
Insurance:"Par Whole Life",
......@@ -429,7 +429,7 @@ module.exports = {
PaymentOptions:"Payment options",
quotePerMonth:"Monthly Premium",
tips:"Please contact customer service for insured amount exceeds 3 million.",
years:"years",
Yearly:"Yearly",
SemiYearly:"Semi-yearly",
......@@ -781,7 +781,7 @@ module.exports = {
t2:". For questions about US tax regulations, please contact your tax advisor",
Upload :"Upload",
Submit :"Submit",
},
},
success: "Successfully submitted",
uploadSuccess: "Uploaded successfully",
},
......@@ -869,14 +869,14 @@ module.exports = {
policyState: "Policy State",
activeDate: "Active Date",
Insurant: "Insured",
InsurantName: "Policy Type",
InsurantName: "Product Name",
InsurantAmount: "Sum Insured",
effectiveDate: "Premium Due Date",
period: "Protection Duration",
t2Title: "Policy Information",
t2n1: "Policy Type",
t2n1: "Product Name",
t2n2: "Sum Insured",
t2n3: "Effective Date",
t2n4: "Protection Duration",
......@@ -1290,4 +1290,4 @@ module.exports = {
tips: ""
}]
}
}
\ No newline at end of file
}
......
......@@ -470,7 +470,7 @@ module.exports = {
e5: "請選擇理想聯絡時間",
},
}
},
complaintAcceptance: {
......@@ -790,7 +790,7 @@ module.exports = {
t2:"下載。有關美國稅務條例疑問,請聯絡您的稅務顧問。",
Upload:"上载表格",
Submit:"提交"
},
},
success: "遞交申請成功",
uploadSuccess:"上傳成功"
},
......@@ -878,13 +878,13 @@ module.exports = {
policyState: "保單狀態",
activeDate: "生效日期",
Insurant: "受保人",
InsurantName: "險種名稱",
InsurantName: "產品名稱",
InsurantAmount: "保額",
effectiveDate: "保費到期日",
period: "保障年期",
t2Title: "保單信息",
t2n1: "險種名稱",
t2n1: "產品名稱",
t2n2: "保額",
t2n3: "生效日期",
t2n4: "保障年期",
......@@ -1310,4 +1310,4 @@ module.exports = {
}
]
}
};
\ No newline at end of file
};
......
......@@ -12,7 +12,7 @@ module.exports = {
SubmitSuccess: "递交申请成功",
Email: "电邮",
Birth:"出生日期",
},
message: {
login: "登入",
......@@ -208,7 +208,7 @@ module.exports = {
service: "服务网络",
// 新增
qrcode: "社交媒体",
qrcodeBot: "官方公众号",
......@@ -445,7 +445,7 @@ module.exports = {
PaymentOptions:"缴费选项",
quotePerMonth:"每月保费",
tips:"保额超过300万以上,请联络客户服务",
years:"年",
Yearly:"每年",
SemiYearly:"每半年",
......@@ -881,13 +881,13 @@ module.exports = {
policyState: "保单状态",
activeDate: "生效日期",
Insurant: "受保人",
InsurantName: "险种名称",
InsurantName: "产品名称",
InsurantAmount: "保额",
effectiveDate: "保费到期日",
period: "保障年期",
t2Title: "保單信息",
t2n1: "险种名称",
t2n1: "产品名称",
t2n2: "保额",
t2n3: "生效日期",
t2n4: "保障年期",
......@@ -1316,4 +1316,4 @@ module.exports = {
}
]
}
};
\ No newline at end of file
};
......