From 8cf3a2177c220de4270d6da48f67f3158f342339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Wed, 20 May 2026 11:10:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E8=A8=80=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en.ts | 5 +++++ src/lang/zh-cn.ts | 5 +++++ src/lang/zh-tw.ts | 5 +++++ src/pages/contact-us/index.vue | 13 +++++++------ src/pages/media/index.vue | 4 +++- 5 files changed, 25 insertions(+), 7 deletions(-) diff --git a/src/lang/en.ts b/src/lang/en.ts index 7b6c44c..2ed57d7 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -25,4 +25,9 @@ export default { PageNotFound: 'Page not found', PageNotFoundTitle: "That Page Can't Be Found", PageNotFoundDesc: "It looks like nothing was found at this location.", + Contact: 'Contact', + GetInTouch: 'Get In Touch', + StayUpToDate: "Stay up to date with our e-newsletter", + EmailAddress: 'Email Address', + Submit: 'Submit', } \ No newline at end of file diff --git a/src/lang/zh-cn.ts b/src/lang/zh-cn.ts index 60b6266..272f95c 100644 --- a/src/lang/zh-cn.ts +++ b/src/lang/zh-cn.ts @@ -25,4 +25,9 @@ export default { PageNotFound: '页面不存在', PageNotFoundTitle: '该页面不存在', PageNotFoundDesc: '这里似乎没有任何发现。', + Contact: '联络方法', + GetInTouch: '联系我们', + StayUpToDate: '通过我们的电子通讯掌握最新动态', + EmailAddress: '电邮地址', + Submit: '提交', } \ No newline at end of file diff --git a/src/lang/zh-tw.ts b/src/lang/zh-tw.ts index e5f591a..19d1468 100644 --- a/src/lang/zh-tw.ts +++ b/src/lang/zh-tw.ts @@ -25,4 +25,9 @@ export default { PageNotFound: '頁面不存在', PageNotFoundTitle: '該頁面不存在', PageNotFoundDesc: '這裡似乎沒有任何發現。', + Contact: '聯絡方法', + GetInTouch: '保持聯繫', + StayUpToDate: '通過我們的電子通訊掌握最新動態', + EmailAddress: '電郵地址', + Submit: '提交', } \ No newline at end of file diff --git a/src/pages/contact-us/index.vue b/src/pages/contact-us/index.vue index 74b45d9..b98b164 100644 --- a/src/pages/contact-us/index.vue +++ b/src/pages/contact-us/index.vue @@ -3,26 +3,26 @@

- CONTACT US + {{ $t('MainHeader.ContactUs') }}

-

Contact

+

{{ $t('Contact') }}

info@code-create.com.hk
-

Get In Touch

-
Stay up to date with our e-newsletter
+

{{ $t('GetInTouch') }}

+
{{ $t('StayUpToDate') }}
{{ error }}
- +
@@ -74,6 +74,7 @@ letter-spacing: 2px; color: #fff; margin-bottom: 50px; + text-transform: uppercase; } } > .contact { diff --git a/src/pages/media/index.vue b/src/pages/media/index.vue index 9644259..324f9bd 100644 --- a/src/pages/media/index.vue +++ b/src/pages/media/index.vue @@ -2,7 +2,9 @@
-

Media

+

+ {{ $t('MainHeader.Media') }} +