You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
export default {
|
|
|
|
nav: {
|
|
|
|
Home: 'Home',
|
|
|
|
Policy: 'Policy',
|
|
|
|
About: 'About',
|
|
|
|
FAQ: 'FAQ',
|
|
|
|
Contact: 'Contact',
|
|
|
|
},
|
|
|
|
languageSwitcher: {
|
|
|
|
title: 'Language',
|
|
|
|
en: 'English',
|
|
|
|
zhCN: 'Simplified Chinese',
|
|
|
|
zhTW: 'Traditional Chinese',
|
|
|
|
},
|
|
|
|
footerNavList: {
|
|
|
|
Navigate: 'Navigate',
|
|
|
|
Policy: 'Policy',
|
|
|
|
AboutUs: 'About Us',
|
|
|
|
ContactUs: 'Contact Us',
|
|
|
|
Careers: 'Careers',
|
|
|
|
},
|
|
|
|
footerLinkList: {
|
|
|
|
Link: 'Link',
|
|
|
|
PrivacyPolicy: 'Privacy Policy',
|
|
|
|
TermConditioner: 'Term Conditioner',
|
|
|
|
FAQs: 'FAQs',
|
|
|
|
},
|
|
|
|
footerTitle: {
|
|
|
|
title: 'We work with you to customize a policy that fits your budget and your needs.',
|
|
|
|
submit: 'Submit',
|
|
|
|
},
|
|
|
|
login: {
|
|
|
|
text: 'login',
|
|
|
|
},
|
|
|
|
}
|