From 67e763670a84ae66217b096a20867e9856e80778 Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Mon, 29 Dec 2025 16:35:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E8=81=94=E7=B3=BB?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/shared/JinshenFooter.vue | 4 ++-- i18n/locales/en.json | 2 ++ i18n/locales/es.json | 2 ++ i18n/locales/ru.json | 2 ++ i18n/locales/zh.json | 2 ++ 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/components/shared/JinshenFooter.vue b/app/components/shared/JinshenFooter.vue index 22d00b8..60b35ef 100644 --- a/app/components/shared/JinshenFooter.vue +++ b/app/components/shared/JinshenFooter.vue @@ -63,11 +63,11 @@

{{ $t('contact-info') }}

- {{ $t('telephone') }}: 0573-88187988 + {{ $t('telephone') }}: {{ $t('company-telephone') }}
- {{ $t('email') }}: jinshen@wzjinshen.com + {{ $t('email') }}: {{ $t('company-email') }}
diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 8f9c7be..d8b7631 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -45,6 +45,8 @@ "telephone": "Telephone", "email": "Email", "address": "Address", + "company-telephone": "+86 0573-88182566", + "company-email": "abby{'@'}jinshenmc.com / chris{'@'}jinshenmc.com", "company-address": "No. 689 Qiushi Road, Wutong Industrial Zone, Tongxiang City, Zhejiang Province, China", "follow-us": "Follow Us", "all-rights-reserved": "All rights reserved", diff --git a/i18n/locales/es.json b/i18n/locales/es.json index 5418311..1108109 100644 --- a/i18n/locales/es.json +++ b/i18n/locales/es.json @@ -45,6 +45,8 @@ "telephone": "Teléfono", "email": "Correo electrónico", "address": "Dirección", + "company-telephone": "+86 0573-88182566", + "company-email": "abby{'@'}jinshenmc.com / chris{'@'}jinshenmc.com", "company-address": "No. 689 Qiushi Road, Wutong Industrial Zone, Tongxiang City, Zhejiang Province, China", "follow-us": "Síguenos", "all-rights-reserved": "All rights reserved", diff --git a/i18n/locales/ru.json b/i18n/locales/ru.json index 4b1bcab..22d9336 100644 --- a/i18n/locales/ru.json +++ b/i18n/locales/ru.json @@ -45,6 +45,8 @@ "telephone": "Телефон", "email": "Электронная почта", "address": "Адрес", + "company-telephone": "+86 0573-88182566", + "company-email": "abby{'@'}jinshenmc.com / chris{'@'}jinshenmc.com", "company-address": "No. 689 Qiushi Road, Wutong Industrial Zone, Tongxiang City, Zhejiang Province, China", "follow-us": "Следуйте за нами", "all-rights-reserved": "All rights reserved", diff --git a/i18n/locales/zh.json b/i18n/locales/zh.json index 78c9ed9..685bd08 100644 --- a/i18n/locales/zh.json +++ b/i18n/locales/zh.json @@ -45,6 +45,8 @@ "telephone": "电话", "email": "邮箱", "address": "地址", + "company-telephone": "0573-88187988", + "company-email": "jinshen{'@'}jinshen.cn", "company-address": "浙江省桐乡市梧桐工业区秋实路689号", "follow-us": "关注我们", "all-rights-reserved": "版权所有",