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 @@