Hanye官网
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

en.ts 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. searchPlaceholder: "Search products, FAQ, etc.",
  11. hotKeywords: "Hot Keywords",
  12. productCategories: "Product Categories",
  13. byUsage: "By Usage",
  14. },
  15. home: {
  16. title: "Welcome to Hanye Website",
  17. description: "Providing high-quality products and services.",
  18. learnMore: "Learn More",
  19. },
  20. products: {
  21. title: "Our Products",
  22. viewDetails: "View Details",
  23. consultation:
  24. "Feel free to inquire about product consultations and quotes.",
  25. consultation_button: "Contact Us",
  26. usage: "Choose storage by usage",
  27. usage_title: "Select storage products based on your needs.",
  28. support: "Support",
  29. support_description:
  30. "Expert technical support from our team with over 10 years of experience.",
  31. development: "Independent Development, Manufacturing, and Sales",
  32. development_description:
  33. "Independent development, manufacturing, and online sales of memory and related products.",
  34. develop: "Towards Continuous Development",
  35. develop_description:
  36. "Diversifying products and relentlessly pursuing new creativity.",
  37. strong_point: "Our Strengths",
  38. strong_point_title: "Our Strengths / Why Choose Us",
  39. },
  40. faq: {
  41. title: "Frequently Asked Questions",
  42. searchPlaceholder: "Search questions",
  43. },
  44. about: {
  45. title: "About Us",
  46. meta: {
  47. title: "About Us - Hanye",
  48. description:
  49. "Learn about Hanye's company information, history, and business scope. We are dedicated to the development, manufacturing, and sales of memory and related products.",
  50. },
  51. intro: {
  52. title: "About Hanye",
  53. paragraph1:
  54. "Hanye was established in 2003 with its operational headquarters in Shenyang, China.",
  55. paragraph2:
  56. "From its founding to the present, we have grown into a comprehensive enterprise integrating the development, manufacturing, and sales of memory (storage media) and related products.",
  57. paragraph3:
  58. "We have also established a complete after-sales service system to provide full support. We strive to be a trusted partner for our customers and will continue to make further efforts.",
  59. },
  60. overview: {
  61. title: "Company Overview",
  62. companyNameLabel: "Company Name",
  63. companyNameValue: "Hanye",
  64. englishNameLabel: "English Name",
  65. englishNameValue: "Hanye Technology Co., Ltd.",
  66. ceoLabel: "CEO / Representative Director",
  67. ceoValue: "ZHENG XIAO DONG",
  68. employeesLabel: "Number of Employees",
  69. employeesValue: "30",
  70. addressLabel: "Address",
  71. addressValue:
  72. "803, NO.6, AiTe, 90-6# SanHao Street, Heping District, ShenYang, China",
  73. telLabel: "TEL",
  74. telValue: "86)024-8399-0696",
  75. faxLabel: "FAX",
  76. faxValue: "86)024-8399-0696",
  77. businessLabel: "Business Activities",
  78. businessValue1:
  79. "Development, manufacturing, and sales of flash memory products",
  80. businessValue2: "Development, manufacturing, and sales of SSD products",
  81. businessValue3: "Related businesses",
  82. },
  83. contact: {
  84. title: "Contact Information",
  85. emailLabel: "E-mail",
  86. emailValue: "hanye#hanye.cn",
  87. hoursLabel: "Business Hours",
  88. hoursValue1: "Weekdays 9:00 - 18:00",
  89. hoursValue2: "Closed on Saturdays, Sundays, and holidays",
  90. phoneLabel: "Phone",
  91. phoneValue: "86)024-8399-0696",
  92. phoneNote: "Please call for inquiries regarding visits.",
  93. },
  94. },
  95. contact: {
  96. title: "Contact Us",
  97. name: "Name",
  98. email: "Email Address",
  99. message: "Message",
  100. submit: "Send Message",
  101. form: {
  102. title: "Leave us a message",
  103. nameLabel: "Name",
  104. emailLabel: "Email Address",
  105. messageLabel: "Message",
  106. captchaLabel: "Captcha",
  107. submitLabel: "Send Message",
  108. successMessage: "Message sent successfully. We will contact you soon.",
  109. submitLoading: "Sending...",
  110. captchaRefresh: "Refresh Captcha",
  111. captchaRequired: "Please enter the captcha code",
  112. captchaIncorrect: "Incorrect captcha code",
  113. nameRequired: "Please enter your name",
  114. emailRequired: "Please enter your email address",
  115. emailInvalid: "Please enter a valid email address",
  116. messageRequired: "Please enter your message",
  117. },
  118. info: {
  119. title: "Contact Info",
  120. description: "Leave us a message, and we will get back to you shortly.",
  121. addressLabel: "Address",
  122. addressValue1: "803, NO.6, AiTe, 90-6# SanHao Street,",
  123. addressValue2: "Heping District, ShenYang, China",
  124. phoneLabel: "Phone",
  125. phoneValue: "86)024-8399-0696",
  126. emailLabel: "Email",
  127. emailValue: "info#hanye.com",
  128. hoursLabel: "Business Hours",
  129. hoursValue1: "Mon - Fri: 9:00 AM - 6:00 PM",
  130. hoursValue2: "Sat - Sun: Closed",
  131. },
  132. },
  133. };