Hanye官网
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. export default {
  2. common: {
  3. home: 'Home',
  4. products: 'Products',
  5. faq: 'FAQ',
  6. about: 'About Us',
  7. contact: 'Contact',
  8. search: 'Search',
  9. language: 'Language'
  10. },
  11. home: {
  12. title: 'Welcome to Hanye Website',
  13. description: 'We provide high quality products and services',
  14. learnMore: 'Learn More'
  15. },
  16. products: {
  17. title: 'Our Products',
  18. viewDetails: 'View Details',
  19. consultation: 'Product consultation, quotation is welcome',
  20. consultation_button: 'Contact Us',
  21. usage:'Storage by Use',
  22. usage_title:'Choose storage by use case.',
  23. support:'Support',
  24. support_description:'10+ years of professional tech support.',
  25. development:'Own R&D and Manufacturing',
  26. development_description:'We develop, manufacture, and sell memory products online.',
  27. develop:'Innovation',
  28. develop_description:'Developing innovative solutions continuously.',
  29. strong_point:'Our strengths',
  30. strong_point_title:'Our strengths/Why choose us',
  31. },
  32. faq: {
  33. title: 'Frequently Asked Questions',
  34. searchPlaceholder: 'Search questions'
  35. },
  36. about: {
  37. title: 'About Us',
  38. history: 'Company History',
  39. team: 'Our Team',
  40. values: 'Our Values'
  41. },
  42. contact: {
  43. title: 'Contact Us',
  44. name: 'Name',
  45. email: 'Email',
  46. message: 'Message',
  47. submit: 'Submit'
  48. }
  49. }