diff --git a/i18n/locales/en.json b/i18n/locales/en.json
index 0f1d15d..1545a5d 100644
--- a/i18n/locales/en.json
+++ b/i18n/locales/en.json
@@ -81,6 +81,12 @@
},
"document-meta": {
"size": "Size",
- "format": "Format"
+ "format": "Format",
+ "type": "Type",
+ "upload-at": "Upload at"
+ },
+ "document-action": {
+ "download": "Download",
+ "preview": "Preview"
}
}
diff --git a/i18n/locales/zh.json b/i18n/locales/zh.json
index e4df7b0..fd16a2d 100644
--- a/i18n/locales/zh.json
+++ b/i18n/locales/zh.json
@@ -80,6 +80,12 @@
},
"document-meta": {
"size": "大小",
- "format": "格式"
+ "format": "格式",
+ "type": "类型",
+ "upload-at": "上传时间"
+ },
+ "document-action": {
+ "download": "下载",
+ "preview": "预览"
}
}
From 9460ad52495cf2c8a99762ea8420f766626cbce6 Mon Sep 17 00:00:00 2001
From: R2m1liA <15258427350@163.com>
Date: Tue, 4 Nov 2025 14:17:55 +0800
Subject: [PATCH 5/8] =?UTF-8?q?feat:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF?=
=?UTF-8?q?=E8=8F=9C=E5=8D=95i18n=E9=80=82=E9=85=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/components/shared/JinshenHeader.vue | 6 +++---
i18n/locales/en.json | 5 +++++
i18n/locales/zh.json | 5 +++++
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/app/components/shared/JinshenHeader.vue b/app/components/shared/JinshenHeader.vue
index 0721bba..c9296c9 100644
--- a/app/components/shared/JinshenHeader.vue
+++ b/app/components/shared/JinshenHeader.vue
@@ -89,11 +89,11 @@
>
-
站点导航
+ {{ $t('mobile-menu.navigation') }}
- 实用工具
+ {{ $t('mobile-menu.utilities') }}
@@ -37,7 +37,7 @@
- 正在加载...
+ {{ $t('loading') }}
Date: Tue, 4 Nov 2025 14:28:45 +0800
Subject: [PATCH 7/8] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5i18n=E9=80=82?=
=?UTF-8?q?=E9=85=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/components/pages/homepage/HomepageProductSection.vue | 4 ++--
app/components/pages/homepage/HomepageSolutionSection.vue | 4 ++--
i18n/locales/en.json | 6 ++++++
i18n/locales/zh.json | 6 ++++++
4 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/app/components/pages/homepage/HomepageProductSection.vue b/app/components/pages/homepage/HomepageProductSection.vue
index 9a4c9b0..33fa74f 100644
--- a/app/components/pages/homepage/HomepageProductSection.vue
+++ b/app/components/pages/homepage/HomepageProductSection.vue
@@ -1,8 +1,8 @@
- 推荐产品
+ {{ $t('homepage.recommended-products') }}
- 探索我们的精选产品,满足您的各种需求。无论是创新技术还是经典设计,我们都为您提供优质选择。
+ {{ $t('homepage.recommended-products-desc') }}
- 推荐解决方案
- 了解我们的定制解决方案,帮助您优化业务流程,提高效率。
+ {{ $t('homepage.recommended-solutions') }}
+ {{ $t('homepage.recommended-solutions-desc') }}
Date: Tue, 4 Nov 2025 14:36:11 +0800
Subject: [PATCH 8/8] =?UTF-8?q?feat:=20=E5=85=B3=E4=BA=8E=E6=88=91?=
=?UTF-8?q?=E4=BB=AC=E9=A1=B5=E9=9D=A2i18n=E9=80=82=E9=85=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/pages/about/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/pages/about/index.vue b/app/pages/about/index.vue
index e436798..e976db6 100644
--- a/app/pages/about/index.vue
+++ b/app/pages/about/index.vue
@@ -7,7 +7,7 @@
- 更多信息
+ {{ $t('learn-more') }}
@@ -15,7 +15,7 @@
- 联系信息
+ {{ $t('navigation.contact-info') }}