12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- export default {
- common: {
- home: 'Home',
- products: 'Products',
- faq: 'FAQ',
- about: 'About Us',
- contact: 'Contact',
- search: 'Search',
- language: 'Language'
- },
- home: {
- title: 'Welcome to Hanye Website',
- description: 'We provide high quality products and services',
- learnMore: 'Learn More'
- },
- products: {
- title: 'Our Products',
- viewDetails: 'View Details',
- consultation: 'Product consultation, quotation is welcome',
- consultation_button: 'Contact Us',
- usage:'Storage by Use',
- usage_title:'Choose storage by use case.',
- support:'Support',
- support_description:'10+ years of professional tech support.',
- development:'Own R&D and Manufacturing',
- development_description:'We develop, manufacture, and sell memory products online.',
- develop:'Innovation',
- develop_description:'Developing innovative solutions continuously.',
- strong_point:'Our strengths',
- strong_point_title:'Our strengths/Why choose us',
- },
- faq: {
- title: 'Frequently Asked Questions',
- searchPlaceholder: 'Search questions'
- },
- about: {
- title: 'About Us',
- history: 'Company History',
- team: 'Our Team',
- values: 'Our Values'
- },
- contact: {
- title: 'Contact Us',
- name: 'Name',
- email: 'Email',
- message: 'Message',
- submit: 'Submit'
- }
- }
|