From 7b7996b36f67586ab864343f4c2639a26639ffd2 Mon Sep 17 00:00:00 2001 From: Seven Date: Wed, 14 Jan 2026 03:09:24 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=8C=96=E6=94=AF=E6=8C=81=EF=BC=8C=E5=8C=85?= =?UTF-8?q?=E6=8B=AC=E6=A0=87=E9=A2=98=E3=80=81RWA=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=92=8C=E5=8A=A8=E6=80=81=E6=96=B0=E9=97=BB=E7=9A=84=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 11 +++++++++++ src/locales/en-US.json | 11 +++++++++++ src/locales/zh-CN.json | 11 +++++++++++ src/locales/zh-HK.json | 11 +++++++++++ src/views/riwa/components/news.vue | 2 +- src/views/riwa/components/rwa.vue | 6 +++--- src/views/riwa/index.vue | 2 +- 7 files changed, 49 insertions(+), 5 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 5e1e56d..1bc3cf2 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -345,5 +345,16 @@ "themeLight": "فاتح", "themeDark": "داكن", "themeAuto": "تلقائي (حسب النظام)" + }, + "home": { + "title": "الصفحة الرئيسية", + "rwa": { + "title": "منتجات RWA", + "buy": "شراء", + "stage": "المرحلة: " + }, + "news": { + "title": "الأخبار والتحديثات" + } } } diff --git a/src/locales/en-US.json b/src/locales/en-US.json index e20cf92..bb57884 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -589,5 +589,16 @@ "description": "If you have any questions about these Terms of Service or need assistance, please contact us:", "email": "Email" } + }, + "home": { + "title": "Home", + "rwa": { + "title": "RWA Products", + "buy": "Buy", + "stage": "Stage: " + }, + "news": { + "title": "News & Updates" + } } } diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index 8408b1b..47ae49f 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -595,5 +595,16 @@ "description": "如果您对本服务条款有任何疑问或需要帮助,请通过以下方式联系我们:", "email": "电子邮件" } + }, + "home": { + "title": "首页", + "rwa": { + "title": "RWA产品", + "buy": "购 入", + "stage": "阶段:" + }, + "news": { + "title": "动态新闻" + } } } diff --git a/src/locales/zh-HK.json b/src/locales/zh-HK.json index 012aca1..18ad0cc 100644 --- a/src/locales/zh-HK.json +++ b/src/locales/zh-HK.json @@ -345,5 +345,16 @@ "themeLight": "淺色", "themeDark": "深色", "themeAuto": "跟隨系統" + }, + "home": { + "title": "首頁", + "rwa": { + "title": "RWA產品", + "buy": "購 入", + "stage": "階段:" + }, + "news": { + "title": "動態新聞" + } } } diff --git a/src/views/riwa/components/news.vue b/src/views/riwa/components/news.vue index 128f038..94b93ed 100644 --- a/src/views/riwa/components/news.vue +++ b/src/views/riwa/components/news.vue @@ -18,7 +18,7 @@ function openNewsDetail(item: NewData) {