+
@@ -18,10 +21,10 @@
margin-bottom: 10px;
"
>
-
Information
+
{{ t('information') }}
-
Details
-

+
{{ t('details') }}
+
-
Withdrawable amount:
+
{{ t('available_salaries') }}
{{
currentAmount.availableAmount || 0
}}
@@ -62,18 +65,19 @@
style="display: flex; justify-content: space-between; align-items: center"
@click="gotoKYC"
>
-
Complete information
-

+
{{ t('complete_information') }}
+
-
Passport/ID card:({{ bankCardInfo.cardImages.length }}/3)
+
{{
+ t('passport_id_card', { current: bankCardInfo.cardImages.length })
+ }}

-
Contact number:
+
{{ t('contact_number') }}:
{{ bankCardInfo.contactNumber }}
-
Other description:
+
{{ t('other_description') }}:
{{ bankCardInfo.description }}
@@ -123,7 +127,7 @@
}"
@click="CashOut"
>
- Cash out
+ {{ t('cash_out') }}
@@ -152,14 +156,12 @@
gap: 8px;
"
>
-
Tips
+
{{ t('tips') }}
- Please fill in the information carefully. You can only withdraw cash after the
- information is completed.
+ {{ t('cash_withdrawal_tips') }}
- *lf there is a problem with the card number and the transfer cannot be made, it will
- result in the review being.
+ *{{ t('cash_withdrawal_tips') }}
- Receive
+ {{ t('receive') }}
@@ -186,6 +188,7 @@