From 84d36f504e7893527a86d8dd2b71a71573634e4a Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 30 Oct 2025 11:59:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=AC=E8=B4=A6=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5):=20=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=AF=B9=E6=8E=A5=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E5=88=87=E6=8D=A2=E5=8A=9F=E8=83=BD=E5=B9=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 7 ++++- src/locales/en.json | 7 ++++- src/locales/zh.json | 7 ++++- src/views/InformationDetailsView.vue | 39 ++++++++++++++++++++++------ 4 files changed, 49 insertions(+), 11 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 210263e..9d87f3b 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -175,5 +175,10 @@ "team_not_exist": "الفريق غير موجود أو تم حلّه", "request_not_acceptable": "الطلب غير مقبول", "something_went_wrong": "حدث خطأ ما، يرجى المحاولة مرة أخرى.", - "confirm": "تأكيد" + "confirm": "تأكيد", + + "information_details": "تفاصيل المعلومات", + "no_transaction_records": "لا توجد سجلات معاملات", + "retry": "إعادة المحاولة", + "failed_to_load_data": "فشل تحميل البيانات" } diff --git a/src/locales/en.json b/src/locales/en.json index 5c9ede0..e88b2f8 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -175,5 +175,10 @@ "team_not_exist": "The team does not exist or has been disbanded", "request_not_acceptable": "Request Not Acceptable", "something_went_wrong": "Something went wrong, please retry.", - "confirm": "Confirm" + "confirm": "Confirm", + + "information_details": "Information details", + "no_transaction_records": "No transaction records", + "retry": "Retry", + "failed_to_load_data": "Failed to load data" } diff --git a/src/locales/zh.json b/src/locales/zh.json index abeb19a..c95fc74 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -175,5 +175,10 @@ "team_not_exist": "团队不存在或已解散", "request_not_acceptable": "请求不可接受", "something_went_wrong": "出现问题,请重试。", - "confirm": "确认" + "confirm": "确认", + + "information_details": "信息详情", + "no_transaction_records": "无交易记录", + "retry": "重试", + "failed_to_load_data": "加载数据失败" } diff --git a/src/views/InformationDetailsView.vue b/src/views/InformationDetailsView.vue index 725bdf6..afb91d6 100644 --- a/src/views/InformationDetailsView.vue +++ b/src/views/InformationDetailsView.vue @@ -1,19 +1,26 @@