en.js 3.61 KB
module.exports = {
	message: {
		login: 'Login',
		Username: 'Username',
		Password: 'Password',
		Captcha: 'Captcha',
		Language: 'Language',
		zh: 'Chinese',
		en: 'English'
	},
	nav: {
		loginData: {
			name: "login",
			path: "",
			list: [{
					name: "login",
					path: "/login",
					value: ""
				},
				{
					name: "modify password",
					path: "",
					value: ""
				},
				{
					name: "logout",
					path: "",
					value: ""
				},
			]
		},
		navList: [{
				name: "Product description",
				path: "/product",
				list: []
			},
			{
				name: "Customer service",
				path: "/custom/product",
				list: [{
					name: "Contact us",
					path: ""
				},
				{
					name: "Pay premium",
					path: "/payment/type"
				},
				{
					name: "Query policy",
					path: "/custom/service"
				},
				{
					name: "Change policy",
					path: ""
				},
				{
					name: "Claim report",
					path: ""
				},
				{
					name: "Reservation service",
					path: "/reservation"
				},
				{
					name: "Suggestions",
					path: ""
				},
				{
					name: "Common form",
					path: ""
				},
			]
			},
			{
				name: "News",
				path: "/news/list",
				list: []
			},
			{
				name: "About",
				path: "",
				list: [{
						name: "Company",
						path: "/profile"
					},
					{
						name: "Leaders",
						path: ""
					},
				]
			},
		]
	},
	footer: {
		hkPhone: "HK Tel",
		cnPhone: "CN Tel",
		aboutUs: "About us",
		companyIntroduction: "Company introduction",
		news: "News",
		joinUs: "Join us",
		helpCenter: "Help center",
		privacy: "Privacy",
		terms: "Terms",
		map: "Map",
		contactUs: "Contact us",
		contactInformation: "Contact Information",
		service: "Service",
		qrcode: "Official Accounts"
	},
	index: {
		news: "news",
		newMore: "more",
	},
	product: {
		btnPosition: "Booking service",
		iconProblem: "Common problem",
		iconProcess: "Insurance process",
		iconProduct: "Product details"
	},
	customProduct: {
		menu1: "Contact us",
		menu2: "Pay premium",
		menu3: "Query policy",
		menu4: "Change policy",
		menu5: "Claim report",
		menu6: "Reservation service",
		menu7: "Suggestions",
		menu8: "Common form",
	},
	customService: {
		name: "Customer service",
		menu1: "Query",
		menu2: "Change",
		menu3: "Renewal",
		menu4: "Claim",
		menu5: "Booking",
		menu6: "Complaint",
		insuranceQuery: {
			InsurantNumber: "Insurant number",
			Insurant: "Insurant",
			InsurantName: "Insurant name",
			InsurantAmount: "Insurant amount",
			effectiveDate: "Effective date",
			period: "Guarantee period",

			t2Title: "Guarantee information",
			t2InsurantClassify: "Name of insurance",
			t2InsurantAmount: "Insured amount",

			t3Title: "Customer information",
			t3InsurantNameCn: "Name of applicant (Cn)",
			t3InsurantNameEn: "Name of applicant (En)",
			t3InsurantIdNumber: "ID Number",
			t3InsurantContactAddress: "Contact address",
			t3InsurantAddress: "Address",
			t3InsurantMobile: "mobile",
			t3InsurantEmail: "email",
			t3InsuredNameCn: "Name of insured (Cn)",
			t3InsuredNameEn: "Name of insured (En)",
			t3InsuredBirthday: "Birthday",
			t3InsuredIdNumber: "ID Number",

			t4Title: "Beneficiary information",
			t4NameCn: "Name (Cn)",
			t4NameEn: "Name (En)",
			t4Allocation: "Distribution ratio",

			t5Title: "Payment information",
			t5PaymentPeriod: "Payment period",
			t5PaymentMethod: "Payment method",
			t5PaymentCurrency: "Payment currency",
			t5CurrentPremium: "Current premium",
			t5PaymentBank: "Payment bank",
			t5PaymentAccount: "Payment account",

			t6Title: "Payment record",
			t6PaymentPeriod: "Payment period",
			t6PaymentMethod: "Payment method",
			t6ClosingDate: "Closing date",
			t6PaymentAmount: "Payment amount",
		}
	}
}