- 金申机械制造有限公司致力于为客户提供优质的产品与服务。针对纸管机、分纸机、纸吸管等产品,我们提供全方位的售后服务,确保客户能够安心地使用我们的产品。 + {{ $t('support-page-desc') }}
@@ -35,19 +35,19 @@
const supportItems = [
{
title: $t('navigation.faq'),
- description: '我们为用户整理了常见问题的答案,帮助您快速解决疑惑。',
+ description: $t('support-card-desc.faq'),
to: localePath('/support/faq'),
iconComponent: ElIconQuestionFilled,
},
{
title: $t('navigation.documents'),
- description: '我们为用户整理了常见问题的答案,帮助您快速解决疑惑。',
+ description: $t('support-card-desc.documents'),
to: localePath('/support/documents'),
iconComponent: ElIconDocumentChecked,
},
{
title: $t('navigation.contact-info'),
- description: '通过电话、邮箱联系我们,我们将现场为您服务。',
+ description: $t('support-card-desc.contact-info'),
to: localePath('/support/contact-us'),
iconComponent: ElIconService,
},
diff --git a/i18n/locales/en.json b/i18n/locales/en.json
index 097b27e..a159d17 100644
--- a/i18n/locales/en.json
+++ b/i18n/locales/en.json
@@ -63,5 +63,42 @@
"loading": "Loading...",
"our-products": "Our Products",
"learn-our-solutions": "Learn Our Solutions",
- "all": "All"
+ "all": "All",
+ "support-page-desc": "Zhejiang Jinshen Machinery Manufacturing Co., Ltd is committed to providing high-quality products and services to our customers. For products such as paper tube machines, slitting machines, and paper straw equipment, we offer comprehensive after-sales support to ensure our customers can use our products with confidence.",
+ "support-card-desc": {
+ "faq": "We have compiled answers to frequently asked questions to help you quickly resolve any concerns.",
+ "documents": "We provide product manuals, technical specifications, and other documentation for easy reference.",
+ "contact-info": "Contact us by phone or email, and we will provide on-site support for you."
+ },
+
+ "product-filter": {
+ "product-type": "Product type",
+ "product-model": "Product model",
+ "keyword": "Keyword",
+ "select-product-type": "Select product type",
+ "select-product-model": "Select product model",
+ "enter-keyword": "Enter keyword"
+ },
+ "document-meta": {
+ "size": "Size",
+ "format": "Format",
+ "type": "Type",
+ "upload-at": "Upload at"
+ },
+ "document-action": {
+ "download": "Download",
+ "open-in-new-tab": "Open in New Tab",
+ "preview": "Preview"
+ },
+ "mobile-menu": {
+ "title": "Menu",
+ "navigation": "Navigation",
+ "utilities": "Utilities"
+ },
+ "homepage": {
+ "recommended-products": "Recommended Products",
+ "recommended-products-desc": "Explore our curated selection of products to meet your diverse needs. Whether it's innovative technology or classic designs, we offer quality choices for you.",
+ "recommended-solutions": "Recommended Solutions",
+ "recommended-solutions-desc": "Learn about our tailored solutions designed to help your business thrive in a competitive market."
+ }
}
diff --git a/i18n/locales/zh.json b/i18n/locales/zh.json
index 36613f4..c8266c2 100644
--- a/i18n/locales/zh.json
+++ b/i18n/locales/zh.json
@@ -63,5 +63,41 @@
"loading": "加载中...",
"our-products": "我们的产品",
"learn-our-solutions": "了解我们的解决方案",
- "all": "全部"
+ "all": "全部",
+ "support-page-desc": "金申机械制造有限公司致力于为客户提供优质的产品与服务。针对纸管机、分纸机、纸吸管等产品,我们提供全方位的售后服务,确保客户能够安心地使用我们的产品。公司名可用占位符代替",
+ "support-card-desc": {
+ "faq": "我们为用户整理了常见问题的答案,帮助您快速解决疑惑。",
+ "documents": "提供产品手册、技术规格等文档资料,方便用户查阅。",
+ "contact-info": "通过电话、邮箱联系我们,我们将现场为您服务。"
+ },
+ "product-filter": {
+ "product-type": "产品类型",
+ "product-model": "产品系列",
+ "keyword": "关键词",
+ "select-product-type": "选择产品类型",
+ "select-product-model": "选择产品系列",
+ "enter-keyword": "输入关键词"
+ },
+ "document-meta": {
+ "size": "大小",
+ "format": "格式",
+ "type": "类型",
+ "upload-at": "上传时间"
+ },
+ "document-action": {
+ "download": "下载",
+ "open-in-new-tab": "在新标签页打开",
+ "preview": "预览"
+ },
+ "mobile-menu": {
+ "title": "菜单",
+ "navigation": "站内导航",
+ "utilities": "实用工具"
+ },
+ "homepage": {
+ "recommended-products": "推荐产品",
+ "recommended-products-desc": "探索我们的精选产品,满足您的各种需求。无论是创新技术还是经典设计,我们都为您提供优质选择。",
+ "recommended-solutions": "推荐解决方案",
+ "recommended-solutions-desc": "了解我们的定制解决方案,帮助您优化业务流程,提高效率。"
+ }
}