9fe30459 by simon

产品名称文案替换

1 parent ce5138f2
...@@ -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",
......
...@@ -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: "保障年期",
......
...@@ -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: "保障年期",
......