tc.js 3.74 KB
module.exports = {
	message: {
		login: 'Login',
		Username: 'Username',
		Password: 'Password',
		Captcha: 'Captcha',
		Language: 'Language',
		zh: 'Chinese',
		en: 'English'
	},
	nav: {
		loginData: {
			name: "登入",
			path: "",
			list: [{
					name: "登入",
					path: "/login",
					value: ""
				},
				{
					name: "修改密码",
					path: "",
					value: ""
				},
				{
					name: "登出",
					path: "",
					value: ""
				},
			]
		},
		navList: [{
				name: "產品介紹",
				path: "/product",
				list: []
			},
			{
				name: "客戶服務",
				path: "/custom/product",
				list: [{
						name: "聯系我們",
						path: ""
					},
					{
						name: "繳付保費",
						path: "/payment/type"
					},
					{
						name: "保單查詢",
						path: "/custom/service"
					},
					{
						name: "保單變更",
						path: ""
					},
					{
						name: "理賠申請",
						path: ""
					},
					{
						name: "預約服務",
						path: "/reservation"
					},
					{
						name: "投訴受理",
						path: ""
					},
					{
						name: "常用表格",
						path: ""
					},
				]
			},
			{
				name: "新聞資訊",
				path: "/news/list",
				list: []
			},
			{
				name: "關於平安人壽",
				path: "",
				list: [{
						name: "公司簡介",
						path: "/profile"
					},
					{
						name: "領導人概況",
						path: ""
					},
				]
			},
		]
	},
	footer: {
		hkPhone: "香港号码",
		cnPhone: "内地号码",
		aboutUs: "關於我們",
		companyIntroduction: "集团介绍",
		news: "新聞資訊",
		joinUs: "加入我們",
		helpCenter: "幫助中心",
		privacy: "隱私政策",
		terms: "使用條款",
		map: "网站地图",
		contactUs: "聯絡我們",
		contactInformation: "联系方式",
		service: "服务网点",
		qrcode: "官方公眾號"
	},
	index: {
		news: "新聞資訊",
		newMore: "查看更多",
	},
	product: {
		btnPosition: "預約服務",
		iconProblem: "常見問題",
		iconProcess: "投保流程",
		iconProduct: "產品詳情"
	},
	customProduct: {
		menu1: "聯系我們",
		menu2: "繳付保費",
		menu3: "保單查詢",
		menu4: "保單變更",
		menu5: "理賠申請",
		menu6: "預約服務",
		menu7: "投訴受理",
		menu8: "常用表格",
	},
	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: "繳費金額",
		}
	}
}