en.js 1.87 KB
module.exports = {
	message: {
		login: 'Login',
		Username: 'Username',
		Password: 'Password',
		Captcha: 'Captcha',
		Language: 'Language',
		zh: 'Chinese',
		en: 'English'
	},
	nav: {
		ttt: "2"
	},
	product: {
		btnPosition: "Booking service",
		iconProblem: "Common problem",
		iconProcess: "Insurance process",
		iconProduct: "Product details"
	},
	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",
		}
	}
}