en.js 21 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771
module.exports = {
	message: {
		login: 'Login',
		Username: 'Username',
		Password: 'Password',
		Captcha: 'Captcha',
		Language: 'Language',
		zh: 'Chinese',
		en: 'English'
	},
	glbalTips: {
		sessionLost: "为了更好的体验,需要您登录后再进行此操作"
	},
	form: {
		datePicker: {
			datePlaceholder: "please select date"
		},
		modalUploadCard: {
			tit: "請上傳證件資料",
			front: "證件正面",
			back: "證件反面",
		}
	},
	nav: {
		loginData: {
			name: "login",
			path: "",
			list: [{
				name: "register",
				path: "/register",
				type: "noAuth",
				value: ""
			}, {
				name: "login",
				path: "/login",
				type: "noAuth",
				value: ""
			},
			{
				name: "modify password",
				path: "/password/reset",
				type: "auth",
				value: ""
			},
			{
				name: "profile",
				path: "/infomation/improve",
				type: "auth",
				value: ""
			},
			{
				name: "logout",
				path: "",
				type: "auth",
				value: "logout"
			},
			]
		},
		navList: [{
			name: "Products",
			path: "",
			list: [{
				name: "VHIS - Standard Plan",
				path: "",
				value: "gotoVHIS"
			},
			{
				name: "Dividen Life Insurance",
				path: "/product"
			}]
		},
		{
			name: "Customer Service",
			path: "",
			list: [
				{
					name: "Customer Service",
					path: "/custom/product"
				},
				{
					name: "Contact Us",
					path: "/custom/service?q=m1"
				},
				{
					name: "Online Premium Payment",
					path: "/custom/service?q=m2"
				},
				{
					name: "Policy Inquiry",
					path: "/custom/service?q=m3"
				},
				{
					name: "Policy Change",
					path: "/custom/service?q=m41"
				},
				{
					name: "Claims",
					path: "/custom/service?q=m5"
				},
				{
					name: "E-reservation",
					path: "/custom/service?q=m6"
				},
				{
					name: "Complaints",
					path: "/custom/service?q=m7"
				},
				{
					name: "Useful Forms",
					path: "/custom/service?q=m8"
				},
			]
		},
		{
			name: "About Us",
			path: "",
			list: [{
				name: "Ping An (Life) HK",
				path: "/profile"
			},
			{
				name: "Company Events",
				path: "/empty"
			}, {
				name: "News Center",
				path: "/news/list"
			},
			{
				name: "Corporate Social Responsibility",
				path: "/empty"
			},
			{
				name: "Awards",
				path: "/empty"
			}]
		},
		{
			name: "Join Us",
			path: "",
			list: [{
				name: "Corporate Culture",
				path: "/empty"
			},
			{
				name: "Career Opportunities",
				path: "/empty"
			},
			]
		}]
	},
	footer: {
		hkPhone: "HK Tel",
		cnPhone: "CN Tel",
		aboutUs: "About us",
		companyIntroduction: "Company introduction",
		news: "News",
		joinUs: "Join us",
		helpCenter: "Help center",
		privacy: "Privacy Policy",
		terms: "Terms of Use",
		protocol: "Personal Data Collection Statement",
		map: "Map",
		contactUs: "Contact us",
		contactInformation: "Contact Information",
		service: "Service",
		qrcode: "Official Accounts",
		copyright: "版權所有 © 中國平安保險(集團)股份有限公司未經許可不得復制、轉載或摘編,違者必究!"
	},
	login: {
		title: "PingAn One Connect Member Service",
		loginType1: "Login with user name and password",
		loginType2: "Dynamic password login",
		account: "Account",
		accountPlaceholder: "Please enter Mobile no./ One Connect User Name",
		password: "Password",
		passwordPlaceholder: "Please enter password",
		verifyPlaceholder: "Please enter password",
		agree: "Agree with ",
		protocol: " PingAn One Connect Member Service Agreement",
		login: "Confirm",
		register: "Register",
		forget: "Forget password",
		mobile: "Mobile no.",
		mobilePlaceholder: "Please enter Mobile no",
		verifyCode: "SMS verification code",
		verifyCodePlaceholder: "SMS verification code",
		verifyCodeGet: "Get SMS verification code",
		tips: {
			e1: "Please enter account",
			e2: "Please enter the password",
			e3: "Please enter the picture verification code",
			e4: "Agree with PingAn One Connect Member Service Agreement",
			e5: "Invalidate account or password, please re-enter",
			oe0: "Invalidate mobile no. , please re-enter",
			oe1: "Please get SMS verification code first",
			oe2: "Please enter the picture verification code",
			oe3: "Please enter the picture verification code",
			oe4: "Invalidate SMS verification code, please re-enter",
		}
	},
	session: {
		sidExpire: "It has not been operated for a long time. For the sake of your account security, please restart",
	},
	register: {
		mobileOptions: [{
			type: "hk",
			name: "HK No",
			placeHolder: "Please enter 8-digit mobile number",
			areaCode: "+852"
		}, {
			type: "zh",
			name: "Mainland No.",
			placeHolder: "Please enter 11-digit mobile number",
			areaCode: "+86"
		}],
		coutTips: "{second}Seconds",
		title: "Welcome",
		title2: "Please set up new password",
		mobilePlaceholder: "Please enter 8-digit mobile number",
		verifyCodePlaceholder: "Please enter SMS verification code",
		verifyCodeGet: "Get SMS verification code",
		agree: "Agree with ",
		protocol: " PingAn One Connect Member Service Agreement",
		register: "Click to reister",
		newPassword: "Password",
		newPasswordPlaceholder: "Please enter password",
		newPasswordSure: "Confirm password",
		newPasswordSurePlaceholder: "Please confirm password",
		sure: "Confirm",
		tips: {
			e1: "Invalidate mobile no. , please re-enter",
			e2: "Agree with PingAn One Connect Member Service Agreement",
			e3: "Invalidate SMS verification code, please re-enter",
			e4: "Please get SMS verification code first",
			e5: "Your mobile no. is not register, please register before login",
			e6: "Please enter the picture verification code",
			e7: "Password length cannot be less than 8 bits",
			e8: "Passwords must contain numbers, characters, and special numbers",
			e9: "New password cannot be the same as the old one",
			e10: "Verification code was Expired",
			e11: "Registration failed, please contact the staff",
			e12: "Success",
		}
	},
	passwordCheck: {
		error1: "Password length cannot be less than 8 bits",
		error2: "Passwords must contain numbers, characters, and special numbers",
		error3: "The passwords are inconsistent. Please confirm and re-enter",
		error4: "Password modification failed. Please try again later or call 95511",
		error5: "Current password is incorrect. Please re-enter",
		success: "Success"
	},
	passwordReset: {
		oldPwd: "Current password",
		oldPwdPlaceholde: "Please enter current password",
		cidExpire: "It has not been operated for a long time. For the sake of your account security, please restart",
		type1: {
			title: "Retrieve password",
			t1: "Please enter user information",
			t1Placeholder: "Mobile no./ One Connect User Name",
			submit: "Confirm",
			error: "Invalid mobile no./ user name, please re-enter",
		},
		type2: {
			title: "Retrieve password",
			t1: "SMS verification code",
			t1Placeholder: "Please enter verification code",
			submit: "Confirm",
			error1: "Invalid verification code",
			error2: "Verification code was Expired",
			error3: "短信验证码发放时间少于1分钟,请稍后再试",
		},
		type3: {
			title: "Retrieve password",
			t1: "Please verify ID information",
			t1Placeholder: "",
			submit: "Confirm",
		},
		type4: {
			title: "Please set up new password",
			t1: "New password",
			t1Placeholder: "Please enter new password",
			t2: "Confirm password",
			t2Placeholder: "Please re-enter new password",
			submit: "Confirm",
			error1: "Password length not less than 8 bits",
			error2: "Passwords must contain numbers, characters, and special numbers",
		}
	},
	infomationImprove: {
		title: "Please complete all information",
		t1: "姓名",
		t1c1: "Surname",
		t1c2: "Name",
		t1Placeholder: "",
		t2: "Sex",
		t2Placeholder: "",
		t3: "Date of birth",
		t3Placeholder: "",
		t4: "Type of ID",
		t4Placeholder: "",
		t5: "ID no.",
		t5Placeholder: "",
		submit: "Confirm",
		cancel: "Skip",
		candidates: {
			sex: [{
				name: "男",
				value: "M"
			}, {
				name: "女",
				value: "F"
			}],
			idType: [{
				name: "身份證",
				value: "1"
			}, {
				name: "護照",
				value: "2"
			}, {
				name: "軍官證或士兵證",
				value: "3"
			}, {
				name: "港澳通行證/回鄉證或台胞證",
				value: "6"
			}, {
				name: "外國人永久居留身份證",
				value: "O"
			}, {
				name: "港澳台居民居住證",
				value: "V"
			}, {
				name: "台灣居民居住證",
				value: "W"
			}, {
				name: "其他",
				value: "0"
			}]
		},
		successMsg: "更新成功",
		errorTips: {
			e1: "請填寫姓名信息",
			e2: "請選擇性別",
			e3: "請選擇生日",
			e4: "請選擇證件類型",
			e5: "請填寫證件號碼",
			e6: "您填寫的證件號碼有誤",
			e7: "您填寫的信息有誤,請核實後重新提交",
		}
	},
	index: {
		news: "新聞資訊",
		newMore: "查看更多",
		recommend: {
			t1: "Online Quotation",
			t2: "Customer Service",
			t3: "Product Information",
			t4: "Latest News",
			item1: {
				btn: "了解更多產品",
				t1: "為自己和家人尋找壹份保障",
			},
			item2: {
				btn: "立即預約",
				t1: "在線預約 專業服務",
			},
			item3: {
				btn: "客户服务",
				t1: "專業客服為妳服務",
				t2: "想了解更多,可致電",
				t3: "95511",
				t4: "聯絡我們,或進入",
			}
		},
	},
	complaintAcceptance: {
		name: "Name",
		namePlaceholder: "Name",
		contactType: "Preferred Way of Contact",
		email: "E-mail",
		question: "Question/ Opinion",
		questionPlaceHolder: "No more than 500 words",
		orderNo: "Policy No",
		orderNoPlaceHolder: "If you are Ping An customer, please provide the policy number",
		contactTime: "Preferred Contact Date",
		notice1: "The personal data collected in this form is processed in accordance with Ping An Life Insurance Company of China (HK), Ltd Personal Information Collection Statement and will only be used to contact you. However, the personal data collected will not be transferred to third-party organizations other than those specified in the \"Ping An Life Insurance Company of China (HK), Ltd Personal Data Collection Statement\" without your explicit authorization. You can choose not to provide us with the required personal information, but this may prevent us from contacting you. You can also access and correct your personal data in accordance with Ping An Life Insurance Company of China (HK), Ltd Personal Data Collection Statement。",
		notice2: "I hereby confirm that I understand and agree that my personal data will be used for the above purposes in accordance with the Ping An Life Insurance Company of China (HK) Personal Data Collection Statement.",
		contactTypes: [{ name: 'Mobile', value: 1 }, { name: 'Email', value: 2 }],
		errorTips: {
			e1: "Please fill in this item",
			e2: "Please fill in the correct contact information"
		},
		success: "Thank you for your comments"
	},
	reservation: {
		name: "Name",
		namePlaceholder: "Name",
		contactType: "Preferred way of contact",
		contactTypeCadidates: [{ name: "phone no", value: 1 }],
		contact: "Contact Number",
		contactPlaceholder: "(HK No./ Mainland No.)",
		reservationType: "Type of Reservation",
		reservationCandidates: [
			{ name: "Insurance consultation", value: "投保諮詢" },
			{ name: "Agent change", value: "代办保单变更" }
		],
		reservationRemark: "Reservation Description",
		reservationRemarkPlaceholder: "Optional, no more than 500 words, prompt text \"Please briefly explain the insurance type or business you want to consult",
		hkClient: "Current Pingan HK Customer",
		yes: "Yes",
		no: "No",
		contactTime: "Preferred Contact Date",
		notice1: "The personal data collected in this form is processed in accordance with Ping An Life Insurance Company of China (HK), Ltd Personal Information Collection Statement and will only be used to contact you. However, the personal data collected will not be transferred to third-party organizations other than those specified in the \"Ping An Life Insurance Company of China (HK), Ltd Personal Data Collection Statement\" without your explicit authorization. You can choose not to provide us with the required personal information, but this may prevent us from contacting you. You can also access and correct your personal data in accordance with Ping An Life Insurance Company of China (HK), Ltd Personal Data Collection Statement。",
		notice2: "I hereby confirm that I understand and agree that my personal data will be used for the above purposes in accordance with the Ping An Life Insurance Company of China (HK) Personal Data Collection Statement.",
		success: "Success",
		submitBtn: 'Confirm',
		errorTips: {
			e1: "Please fill in this item",
			e2: "Please fill in the correct contact information"
		}
	},
	paymentType: {
		menu1: "Payment in Person at Cashier",
		menu2: "Internet Banking",
		menu3: "Telegrapgic Transfer",
		menu4: "JETCO ATM",
		menu5: "PPS",
		menu6: "Hong Kong Post",
	},
	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",
	},
	commonForm: {
		head1: "Type of Forms",
		head2: "Forms",
		head3: "Purpose",
		head4: "Attachment",
		download: "Download",
		form: [{
			type: "Payment",
			list: [{
				name: "「E-account Service」and Direct Debit Authorization Application for Bank Account",
				desc: "For applying e-service account and direct debit authorization",
				download: "",
			},
			{
				name: "Credit Card Account Direct Debit Authorization",
				desc: "Application for credit card direct debit",
				download: "",
			}
			]
		},
		{
			type: "Change of Policy",
			list: [{
				name: "Policy Termination Application Form",
				desc: "Policy surrender",
				download: "",
			},
			{
				name: "Application for Change of Policy Form(Policy Loan Repayment)",
				desc: "Policy loan",
				download: "",
			},
			{
				name: "Application for Change of Policy Form(Change of Policy)",
				desc: "Newly added premium, deducted premium",
				download: "",
			},
			{
				name: "Application for Change of Policy Form(Change of Customer Information)",
				desc: "Basic Information Change",
				download: "",
			},
			{
				name: "Application for Change of Policy Form(Change of Beneficiary)",
				desc: "Mode of payment, self-replacement and reissues",
				download: "",
			},
			{
				name: "Authorization Letter",
				desc: "To authorize 3rd party to handle on behalf of policy owner",
				download: "",
			},
			{
				name: "Tax Statement",
				desc: "CRS",
				download: "",
			},
			{
				name: "Health Declaration",
				desc: "For underwriting purpose",
				download: "",
			}
			]
		},
		{
			type: "Claims",
			list: [{
				name: "Claims Form",
				desc: "For written claims application",
				download: "",
			}]
		},
		]
	},
	policyChangeGuide: {
		
		notice: "If you need to modify please",
		noticeLink: "contact customer service",
		head1: "Item",
		head2: "Details",
		head3: "Applicant",
		head4: "Deadline",
		head5: "Materials to be submitted",
		download: "下載文檔",
		form: [{
			project: "Policy Surrender",
			content: "Cancellation of contract after the cooling-off period, the company will refund the policy cash value",
			applicant: "Policy Owner",
			receptionTime: "Before Policy Expires",
			materialList: [{
				name: "Policy",
			},
			{
				name: "Application form",
				type: 1,
			},
			{
				name: "ID card of Policy Owner",
			},
			{
				name: "Bank information",
			}],
		},
		{
			project: "Policy Surrender within cool off period",
			content: "If the contract is cancelled within the cooling-off period, the company will refund the entire premium without interest.",
			applicant: "Policy Owner",
			receptionTime: "Before cool off period",
			materialList: [{
				name: "Policy",
			},
			{
				name: "Application form",
				type: 1,
			},
			{
				name: "ID card of Policy Owner",
			},
			{
				name: "Bank information",
			},
			{
				name: "First premium receipt",
			}
			],
		},
		{
			project: "Change of Customer Information",
			projectType: 1,
			path: "/custom/service",
			query: {
				q: "m42"
			},
			content: "Change of Policy Owner, Insured and Beneficiary informat",
			applicant: "Policy Owner",
			receptionTime: "Anytime",
			materialList: [{
				name: "Application form",
				type: 1,
			},
			{
				name: "Other necessary proving documents",
			}
			],
		},
		{
			project: "Change of Contact Information",
			projectType: 1,
			path: "/custom/service",
			query: {
				q: "m43"
			},
			content: "Change of address, contact no.",
			applicant: "Policy Owner",
			receptionTime: "Anytime",
			materialList: [{
				name: "Application form",
				type: 1,
			},
			{
				name: "ID card of Policy Owner",
			}
			],
		},
		{
			project: "Change of Payment Information",
			content: "Change of mode of payment or payement account",
			applicant: "Policy Owner",
			receptionTime: "Before the expiration of policy payment",
			materialList: [{
				name: "Application form",
				type: 1,
			},
			{
				name: "Policy",
			}
			],
		},
		]
	},
	policyChangeContact: {
		phone: "Contact Number",
		address: "Correspondence Address",
		email: "E-Mail",
		checkTips: "I do not agree to receive promotional information",
		submit: "Confirm",
		errorTips: {
			e1: "Please enter the collect mobile no",
			e2: "請填寫聯繫地址",
			e3: "Please enter the collect E-mail"
		},
		success: "Success",
	},
	policyChangeInformation: {
		title: "Change of Customer Information",
		owner: "Policy Owner",
		insured: "Insured",
		obj: "Select for change",
		name: "Name",
		sex: "Sex",
		birth: "Date of Birth",
		type: "Type of Identification Document",
		NO: "ID No.",
		validityPeriod: "ID Validation Date",
		nationality: "Nationality",
		employer: "Employer",
		maritalStatus: "Marital Status",
		submit: "Confirm",
		upload: "Upload Attachment",
		modifyTips1: "If you need to modify please",
		modifyTips2: "contact customer service",
		success: "Success",
	},
	contactUs: {
		service: {
			center: {
				title: "Customer Service Center",
				address: "Address: Unit 3501 - 7 & 14, Floor 35, The Gateway Tower 5, Tsim Sha Tsui, Hong Kong",
				time: "Service Hour:9 a.m.  - 6 p.m. , Monday to Friday",
			},
			hotline: {
				title: "Customer Service Hotline",
				hk: "Hong Kong:(852)  2983 8866",
				cn: "Mainland:(86) 40078 95511",
				time: "Service Hour:9 a.m.  - 6 p.m. , Monday to Friday"
			},
			mail: {
				title: "Customer Service Email",
				mail: "cs@pingan.com.hk"
			}
		},
		pulbic: {
			title: "Official WeChat Account",
			m1: "Login to the \"WeChat\" APP, press the \"+\" button in the upper right corner and select \"Add Friend\", select \"Public Account\" Enter and search \"Ping An Life Hong Kong\"",
			m2: "Log in to the WeChat APP, press the \"+\" button in the upper right corner and select \"Scan\" to scan the QR code below(QR Code here)"
		},
		qrcode: {
			title: "Official WeChat Account"
		}
	},
	customService: {
		name: "Customer service",
		menu1: "Contact Us",
		menu2: "Online Premium Payment",
		menu3: "Policy Inquiry",
		menu4: "Policy Change",
		menu41: "Policy Change Guideline",
		menu42: "Change of Contact Information",
		menu43: "Change of Customer Information",
		menu5: "Claims",
		menu6: "E-reservation",
		menu7: "Complaints",
		menu8: "Useful Forms",
		insuranceQuery: {
			modify: "modify",

			InsurantNumber: "Policy Number",
			Insurant: "Insured",
			InsurantName: "Policy Type",
			InsurantAmount: "Sum Insured",
			effectiveDate: "Premium Due Date",
			period: "Protection Duration",


			t2Title: "Policy Information",
			t2n1: "Policy Type",
			t2n2: "Sum Insured",
			t2n3: "Effective Date",
			t2n4: "Protection Duration",
			t2n5: "Name of Insured(Chinese)",
			t2n6: "Name of Insured (English) ",
			t2n7: "Date of Birth",
			t2n8: "ID No",


			t3Title: "Customer Information",
			t3n1: "Name of Policy Owner(Chinese)",
			t3n2: "Name of Policy Owner(English)",
			t3n3: "Date of Birth",
			t3n4: "ID No",
			t3n5: "Postal Address",
			t3n6: "Residential Address",
			t3n7: "Mobile No.",
			t3n8: "Email",

			t4Title: "Beneficiary information",
			t4NameCn: "Name(Chinese)",
			t4NameEn: "Name (English)",
			t4Relation: "Relationship with Insured",
			t4Allocation: "Distribution ratio",

			t5Title: "Payment information",
			t5PaymentPeriod: "Payment period",
			t5PaymentMethod: "Mode of Payment",
			t5PaymentCurrency: "Currency",
			t5CurrentPremium: "Current premium",
			t5PaymentBank: "Bank",
			t5PaymentAccount: "Payment Account",

			t6Title: "Payment History",
			t6PaymentPeriod: "Installment",
			t6PaymentMethod: "Mode of Payment",
			t6ClosingDate: "Received Date",
			t6PaymentAmount: "Amount",

			showMore: "Show All Policies",
			noPolicy: "You haven't bought any policy, if you have any questions please",
			customService: " contact customer service",
		},
		unauth: {
			tips: "If you have a ping an all in one account account, it can help us provide better services for you",
			or: "or",
			login: " login",
			register: " register",
			baseInfoTip: "Your complete information can help us to provide you with complete services",
			infoBtn: " Go to perfection"
		}
	},
	pagination: {
		firstPage: "first",
		nextPage: "next",
		goto: "Go to",
		per: "page",
		page: ""
	}
}