diff --git a/src/locales/ar.json b/src/locales/ar.json index 7888825..2ce97e8 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -230,5 +230,8 @@ "upload_failed": "فشل التحميل", "please_enter_contact_number": "يرجى إدخال رقم الاتصال", - "invite_user_to_become_bd": "دعوة المستخدم ليصبح BD" + "invite_user_to_become_bd": "دعوة المستخدم ليصبح BD", + + "under_review": "قيد المراجعة", + "approved": "موافق عليه" } diff --git a/src/locales/en.json b/src/locales/en.json index d7a8ac0..329659e 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -230,5 +230,8 @@ "upload_failed": "Upload failed", "please_enter_contact_number": "Please enter contact number", - "invite_user_to_become_bd": "Invite User To Become BD" + "invite_user_to_become_bd": "Invite User To Become BD", + + "under_review": "Under review", + "approved": "Approved" } diff --git a/src/locales/zh.json b/src/locales/zh.json index 345b962..c007cf8 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -230,5 +230,8 @@ "upload_failed": "上传失败", "please_enter_contact_number": "请输入联系电话", - "invite_user_to_become_bd": "邀请用户成为BD" + "invite_user_to_become_bd": "邀请用户成为BD", + + "under_review": "审核中", + "approved": "已批准" } diff --git a/src/views/Wallet/CashOut/CashOut.vue b/src/views/Wallet/CashOut/CashOut.vue index 2b23773..45428c4 100644 --- a/src/views/Wallet/CashOut/CashOut.vue +++ b/src/views/Wallet/CashOut/CashOut.vue @@ -1,12 +1,15 @@ +// src/views/Wallet/CashOut/CashOut.vue