9fe30459 by simon

产品名称文案替换

1 parent ce5138f2
...@@ -12,7 +12,7 @@ module.exports = { ...@@ -12,7 +12,7 @@ module.exports = {
12 SubmitSuccess: "Successfully submitted", 12 SubmitSuccess: "Successfully submitted",
13 Email: "Email", 13 Email: "Email",
14 Birth:"Date of birth", 14 Birth:"Date of birth",
15 15
16 }, 16 },
17 message: { 17 message: {
18 login: 'Login', 18 login: 'Login',
...@@ -185,7 +185,7 @@ module.exports = { ...@@ -185,7 +185,7 @@ module.exports = {
185 hotline:"Customer Service Hotline", 185 hotline:"Customer Service Hotline",
186 serviceHour:"Service Hour:9:00 - 17:30 Monday to Friday", 186 serviceHour:"Service Hour:9:00 - 17:30 Monday to Friday",
187 address:"A137, 16/F, Tower 5, The Gateway, 21 Canton Road, Tsim Sha Tsui, Kowloon, Hong Kong", 187 address:"A137, 16/F, Tower 5, The Gateway, 21 Canton Road, Tsim Sha Tsui, Kowloon, Hong Kong",
188 188
189 ourProducts:"Our Products", 189 ourProducts:"Our Products",
190 VHIS:"VHIS", 190 VHIS:"VHIS",
191 Insurance:"Par Whole Life", 191 Insurance:"Par Whole Life",
...@@ -429,7 +429,7 @@ module.exports = { ...@@ -429,7 +429,7 @@ module.exports = {
429 PaymentOptions:"Payment options", 429 PaymentOptions:"Payment options",
430 quotePerMonth:"Monthly Premium", 430 quotePerMonth:"Monthly Premium",
431 tips:"Please contact customer service for insured amount exceeds 3 million.", 431 tips:"Please contact customer service for insured amount exceeds 3 million.",
432 432
433 years:"years", 433 years:"years",
434 Yearly:"Yearly", 434 Yearly:"Yearly",
435 SemiYearly:"Semi-yearly", 435 SemiYearly:"Semi-yearly",
...@@ -781,7 +781,7 @@ module.exports = { ...@@ -781,7 +781,7 @@ module.exports = {
781 t2:". For questions about US tax regulations, please contact your tax advisor", 781 t2:". For questions about US tax regulations, please contact your tax advisor",
782 Upload :"Upload", 782 Upload :"Upload",
783 Submit :"Submit", 783 Submit :"Submit",
784 }, 784 },
785 success: "Successfully submitted", 785 success: "Successfully submitted",
786 uploadSuccess: "Uploaded successfully", 786 uploadSuccess: "Uploaded successfully",
787 }, 787 },
...@@ -869,14 +869,14 @@ module.exports = { ...@@ -869,14 +869,14 @@ module.exports = {
869 policyState: "Policy State", 869 policyState: "Policy State",
870 activeDate: "Active Date", 870 activeDate: "Active Date",
871 Insurant: "Insured", 871 Insurant: "Insured",
872 InsurantName: "Policy Type", 872 InsurantName: "Product Name",
873 InsurantAmount: "Sum Insured", 873 InsurantAmount: "Sum Insured",
874 effectiveDate: "Premium Due Date", 874 effectiveDate: "Premium Due Date",
875 period: "Protection Duration", 875 period: "Protection Duration",
876 876
877 877
878 t2Title: "Policy Information", 878 t2Title: "Policy Information",
879 t2n1: "Policy Type", 879 t2n1: "Product Name",
880 t2n2: "Sum Insured", 880 t2n2: "Sum Insured",
881 t2n3: "Effective Date", 881 t2n3: "Effective Date",
882 t2n4: "Protection Duration", 882 t2n4: "Protection Duration",
...@@ -1290,4 +1290,4 @@ module.exports = { ...@@ -1290,4 +1290,4 @@ module.exports = {
1290 tips: "" 1290 tips: ""
1291 }] 1291 }]
1292 } 1292 }
1293 }
...\ No newline at end of file ...\ No newline at end of file
1293 }
......
...@@ -470,7 +470,7 @@ module.exports = { ...@@ -470,7 +470,7 @@ module.exports = {
470 e5: "請選擇理想聯絡時間", 470 e5: "請選擇理想聯絡時間",
471 }, 471 },
472 472
473 473
474 } 474 }
475 }, 475 },
476 complaintAcceptance: { 476 complaintAcceptance: {
...@@ -790,7 +790,7 @@ module.exports = { ...@@ -790,7 +790,7 @@ module.exports = {
790 t2:"下載。有關美國稅務條例疑問,請聯絡您的稅務顧問。", 790 t2:"下載。有關美國稅務條例疑問,請聯絡您的稅務顧問。",
791 Upload:"上载表格", 791 Upload:"上载表格",
792 Submit:"提交" 792 Submit:"提交"
793 }, 793 },
794 success: "遞交申請成功", 794 success: "遞交申請成功",
795 uploadSuccess:"上傳成功" 795 uploadSuccess:"上傳成功"
796 }, 796 },
...@@ -878,13 +878,13 @@ module.exports = { ...@@ -878,13 +878,13 @@ module.exports = {
878 policyState: "保單狀態", 878 policyState: "保單狀態",
879 activeDate: "生效日期", 879 activeDate: "生效日期",
880 Insurant: "受保人", 880 Insurant: "受保人",
881 InsurantName: "險種名稱", 881 InsurantName: "產品名稱",
882 InsurantAmount: "保額", 882 InsurantAmount: "保額",
883 effectiveDate: "保費到期日", 883 effectiveDate: "保費到期日",
884 period: "保障年期", 884 period: "保障年期",
885 885
886 t2Title: "保單信息", 886 t2Title: "保單信息",
887 t2n1: "險種名稱", 887 t2n1: "產品名稱",
888 t2n2: "保額", 888 t2n2: "保額",
889 t2n3: "生效日期", 889 t2n3: "生效日期",
890 t2n4: "保障年期", 890 t2n4: "保障年期",
...@@ -1310,4 +1310,4 @@ module.exports = { ...@@ -1310,4 +1310,4 @@ module.exports = {
1310 } 1310 }
1311 ] 1311 ]
1312 } 1312 }
1313 };
...\ No newline at end of file ...\ No newline at end of file
1313 };
......
...@@ -12,7 +12,7 @@ module.exports = { ...@@ -12,7 +12,7 @@ module.exports = {
12 SubmitSuccess: "递交申请成功", 12 SubmitSuccess: "递交申请成功",
13 Email: "电邮", 13 Email: "电邮",
14 Birth:"出生日期", 14 Birth:"出生日期",
15 15
16 }, 16 },
17 message: { 17 message: {
18 login: "登入", 18 login: "登入",
...@@ -208,7 +208,7 @@ module.exports = { ...@@ -208,7 +208,7 @@ module.exports = {
208 service: "服务网络", 208 service: "服务网络",
209 209
210 // 新增 210 // 新增
211 211
212 212
213 qrcode: "社交媒体", 213 qrcode: "社交媒体",
214 qrcodeBot: "官方公众号", 214 qrcodeBot: "官方公众号",
...@@ -445,7 +445,7 @@ module.exports = { ...@@ -445,7 +445,7 @@ module.exports = {
445 PaymentOptions:"缴费选项", 445 PaymentOptions:"缴费选项",
446 quotePerMonth:"每月保费", 446 quotePerMonth:"每月保费",
447 tips:"保额超过300万以上,请联络客户服务", 447 tips:"保额超过300万以上,请联络客户服务",
448 448
449 years:"年", 449 years:"年",
450 Yearly:"每年", 450 Yearly:"每年",
451 SemiYearly:"每半年", 451 SemiYearly:"每半年",
...@@ -881,13 +881,13 @@ module.exports = { ...@@ -881,13 +881,13 @@ module.exports = {
881 policyState: "保单状态", 881 policyState: "保单状态",
882 activeDate: "生效日期", 882 activeDate: "生效日期",
883 Insurant: "受保人", 883 Insurant: "受保人",
884 InsurantName: "险种名称", 884 InsurantName: "产品名称",
885 InsurantAmount: "保额", 885 InsurantAmount: "保额",
886 effectiveDate: "保费到期日", 886 effectiveDate: "保费到期日",
887 period: "保障年期", 887 period: "保障年期",
888 888
889 t2Title: "保單信息", 889 t2Title: "保單信息",
890 t2n1: "险种名称", 890 t2n1: "产品名称",
891 t2n2: "保额", 891 t2n2: "保额",
892 t2n3: "生效日期", 892 t2n3: "生效日期",
893 t2n4: "保障年期", 893 t2n4: "保障年期",
...@@ -1316,4 +1316,4 @@ module.exports = { ...@@ -1316,4 +1316,4 @@ module.exports = {
1316 } 1316 }
1317 ] 1317 ]
1318 } 1318 }
1319 };
...\ No newline at end of file ...\ No newline at end of file
1319 };
......