123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- export default {
- common: {
- home: "首页",
- products: "产品",
- faq: "常见问题",
- about: "关于我们",
- contact: "联系我们",
- search: "搜索",
- language: "语言",
- searchPlaceholder: "搜索关键字, 产品、FAQ 等",
- hotKeywords: "热门搜索",
- productCategories: "产品分类",
- byUsage: "按用途",
- },
- home: {
- title: "欢迎来到Hanye官网",
- description: "我们提供高质量的产品和服务",
- learnMore: "了解更多",
- },
- products: {
- title: "我们的产品",
- viewDetails: "查看详情",
- consultation: "欢迎进行产品咨询,我们将在第一时间回复您",
- consultation_button: "联系我们",
- usage: "使用方法选择存储",
- usage_title: "根据用途选择存储产品。",
- support: "支持",
- support_description: "拥有10年以上经验的团队提供专业技术支持",
- development: "独立开发和制造",
- development_description: "独立开发和制造内存及相关产品,并在网上商店销售",
- develop: "不断发展",
- develop_description: "不断开发和制造产品,提供创新解决方案",
- strong_point: "我们的优势",
- strong_point_title: "我们的优势/选择我们的理由",
- },
- faq: {
- title: "常见问题",
- searchPlaceholder: "搜索问题",
- },
- about: {
- title: "关于我们",
- meta: {
- title: "关于我们 - Hanye",
- description: "了解 Hanye 的公司信息、发展历程和业务范围。我们致力于内存及相关产品的开发、制造和销售。"
- },
- intro: {
- title: "公司简介",
- paragraph1: "Hanye 成立于2003年,运营总部位于中国沈阳。",
- paragraph2: "自创立至今,我们已成长为集内存(存储介质)及相关产品的研发、制造、销售于一体的综合性企业。",
- paragraph3: "我们建立了完善的售后服务体系,竭诚为您提供支持。我们致力于成为客户信赖的合作伙伴,并将为此付出更多努力。",
- },
- overview: {
- title: "公司概要",
- companyNameLabel: "公司名称",
- companyNameValue: "Hanye",
- englishNameLabel: "英文名称",
- englishNameValue: "Hanye Technology Co., Ltd.",
- ceoLabel: "法人代表",
- ceoValue: "郑晓东", // Translated name if appropriate, otherwise keep original
- employeesLabel: "员工人数",
- employeesValue: "30人",
- addressLabel: "地址",
- addressValue: "中国辽宁省沈阳市和平区三好街90-6号艾特国际6号楼803室", // More detailed Chinese address
- telLabel: "电话",
- telValue: "86)024-8399-0696",
- faxLabel: "传真",
- faxValue: "86)024-8399-0696",
- businessLabel: "业务范围",
- businessValue1: "闪存产品的开发、制造、销售",
- businessValue2: "SSD产品的开发、制造、销售",
- businessValue3: "及相关业务",
- },
- contact: {
- title: "联系方式",
- emailLabel: "电子邮箱",
- emailValue: "hanye#hanye.cn",
- hoursLabel: "营业时间",
- hoursValue1: "工作日 9:00 - 18:00",
- hoursValue2: "周六、周日及法定节假日休息",
- phoneLabel: "电话",
- phoneValue: "86)024-8399-0696",
- phoneNote: "如需来访,请先电话联系。",
- }
- },
- contact: {
- title: "联系我们",
- name: "姓名",
- email: "邮箱",
- message: "消息",
- submit: "提交",
- form: {
- title: "给我们留言",
- nameLabel: "姓名",
- emailLabel: "邮箱",
- messageLabel: "消息",
- captchaLabel: "验证码",
- submitLabel: "提交",
- successMessage: "消息已成功发送,我们会尽快与您联系。",
- submitLoading: "正在发送...",
- captchaRefresh: "点击刷新验证码",
- captchaRequired: "请输入验证码",
- captchaIncorrect: "验证码不正确",
- nameRequired: "请输入您的姓名",
- emailRequired: "请输入您的邮箱",
- messageRequired: "请输入您的消息",
- emailInvalid: "请输入有效的邮箱地址",
- },
- validation: {
- nameRequired: "请输入您的姓名",
- emailRequired: "请输入您的邮箱",
- messageRequired: "请输入您的消息",
- emailInvalid: "请输入有效的邮箱地址",
- },
- captcha: {
- required: "请输入验证码",
- incorrect: "验证码不正确",
- },
- info: {
- title: "联系我们",
- description: "欢迎给我们留言,我们将在第一时间回复您",
- addressLabel: "地址",
- addressValue1: "803, NO.6, AiTe, 90-6# SanHao Street, Heping District, ShenYang, China",
- addressValue2: "中国辽宁省沈阳市和平区三好街90-6号艾特国际大厦803室",
- phoneLabel: "电话",
- emailLabel: "邮箱",
- hoursLabel: "工作时间",
- hoursValue1: "周一至周五 9:00-18:00 (节假日除外)",
- hoursValue2: "周六至周日 9:00-18:00 (节假日除外)",
- },
- },
- };
|