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) {