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.
37 lines
758 B
37 lines
758 B
3 months ago
|
export default {
|
||
|
nav: {
|
||
|
Home: 'Home',
|
||
|
Services: 'Services',
|
||
|
About: 'About',
|
||
|
FAQ: 'FAQ',
|
||
|
Contact: 'Contact',
|
||
|
PodCast: 'PodCast',
|
||
|
},
|
||
|
languageSwitcher: {
|
||
|
title: 'Language',
|
||
|
en: 'English',
|
||
|
zhCN: 'Simplified Chinese',
|
||
|
zhTW: 'Traditional Chinese',
|
||
|
},
|
||
|
footerNavList: {
|
||
|
Navigate: 'Navigate',
|
||
|
Services: 'Services',
|
||
|
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',
|
||
|
},
|
||
|
}
|