tc.js 1.97 KB
module.exports = {
	message: {
		login: 'Login',
		Username: 'Username',
		Password: 'Password',
		Captcha: 'Captcha',
		Language: 'Language',
		zh: 'Chinese',
		en: 'English'
	},
	nav: {
		ttt: "2"
	},
	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 : "繳費金額",
		}
	}
}