123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- export default {
- common: {
- home: "Home",
- products: "Products",
- faq: "FAQ",
- about: "About Us",
- contact: "Contact",
- search: "Search",
- language: "Language",
- searchPlaceholder: "Search products, FAQ, etc.",
- hotKeywords: "Hot Keywords",
- productCategories: "Product Categories",
- byUsage: "By Usage",
- },
- home: {
- title: "Welcome to Hanye Website",
- description: "Providing high-quality products and services.",
- learnMore: "Learn More",
- },
- products: {
- title: "Our Products",
- viewDetails: "View Details",
- consultation:
- "Feel free to inquire about product consultations and quotes.",
- consultation_button: "Contact Us",
- usage: "Choose storage by usage",
- usage_title: "Select storage products based on your needs.",
- support: "Support",
- support_description:
- "Expert technical support from our team with over 10 years of experience.",
- development: "Independent Development, Manufacturing, and Sales",
- development_description:
- "Independent development, manufacturing, and online sales of memory and related products.",
- develop: "Towards Continuous Development",
- develop_description:
- "Diversifying products and relentlessly pursuing new creativity.",
- strong_point: "Our Strengths",
- strong_point_title: "Our Strengths / Why Choose Us",
- },
- faq: {
- title: "Frequently Asked Questions",
- searchPlaceholder: "Search questions",
- },
- about: {
- title: "About Us",
- meta: {
- title: "About Us - Hanye",
- description:
- "Learn about Hanye's company information, history, and business scope. We are dedicated to the development, manufacturing, and sales of memory and related products.",
- },
- intro: {
- title: "About Hanye",
- paragraph1:
- "Hanye was established in 2003 with its operational headquarters in Shenyang, China.",
- paragraph2:
- "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.",
- paragraph3:
- "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.",
- },
- overview: {
- title: "Company Overview",
- companyNameLabel: "Company Name",
- companyNameValue: "Hanye",
- englishNameLabel: "English Name",
- englishNameValue: "Hanye Technology Co., Ltd.",
- ceoLabel: "CEO / Representative Director",
- ceoValue: "ZHENG XIAO DONG",
- employeesLabel: "Number of Employees",
- employeesValue: "30",
- addressLabel: "Address",
- addressValue:
- "803, NO.6, AiTe, 90-6# SanHao Street, Heping District, ShenYang, China",
- telLabel: "TEL",
- telValue: "86)024-8399-0696",
- faxLabel: "FAX",
- faxValue: "86)024-8399-0696",
- businessLabel: "Business Activities",
- businessValue1:
- "Development, manufacturing, and sales of flash memory products",
- businessValue2: "Development, manufacturing, and sales of SSD products",
- businessValue3: "Related businesses",
- },
- contact: {
- title: "Contact Information",
- emailLabel: "E-mail",
- emailValue: "hanye#hanye.cn",
- hoursLabel: "Business Hours",
- hoursValue1: "Weekdays 9:00 - 18:00",
- hoursValue2: "Closed on Saturdays, Sundays, and holidays",
- phoneLabel: "Phone",
- phoneValue: "86)024-8399-0696",
- phoneNote: "Please call for inquiries regarding visits.",
- },
- },
- contact: {
- title: "Contact Us",
- name: "Name",
- email: "Email Address",
- message: "Message",
- submit: "Send Message",
- form: {
- title: "Leave us a message",
- nameLabel: "Name",
- emailLabel: "Email Address",
- messageLabel: "Message",
- captchaLabel: "Captcha",
- submitLabel: "Send Message",
- successMessage: "Message sent successfully. We will contact you soon.",
- submitLoading: "Sending...",
- captchaRefresh: "Refresh Captcha",
- captchaRequired: "Please enter the captcha code",
- captchaIncorrect: "Incorrect captcha code",
- nameRequired: "Please enter your name",
- emailRequired: "Please enter your email address",
- emailInvalid: "Please enter a valid email address",
- messageRequired: "Please enter your message",
- },
- info: {
- title: "Contact Info",
- description: "Leave us a message, and we will get back to you shortly.",
- addressLabel: "Address",
- addressValue1: "803, NO.6, AiTe, 90-6# SanHao Street,",
- addressValue2: "Heping District, ShenYang, China",
- phoneLabel: "Phone",
- phoneValue: "86)024-8399-0696",
- emailLabel: "Email",
- emailValue: "info#hanye.com",
- hoursLabel: "Business Hours",
- hoursValue1: "Mon - Fri: 9:00 AM - 6:00 PM",
- hoursValue2: "Sat - Sun: Closed",
- },
- },
- };
|