feat(locales): 添加“充值类型”翻译支持,包括法币和加密货币

This commit is contained in:
2026-01-14 11:05:12 +07:00
parent 7a72f8e1b2
commit 427fdc70e9
5 changed files with 21 additions and 5 deletions

View File

@@ -44,7 +44,11 @@
"createdAt": "وقت الإنشاء", "createdAt": "وقت الإنشاء",
"orderId": "رقم الطلب", "orderId": "رقم الطلب",
"orderNo": "رقم الطلب", "orderNo": "رقم الطلب",
"cancelDeposit": "إلغاء الإيداع" "cancelDeposit": "إلغاء الإيداع",
"type": {
"fiat": "عملة ورقية",
"crypto": "عملة مشفرة"
}
}, },
"withdrawDetail": { "withdrawDetail": {
"cancelHeader": "إلغاء السحب؟", "cancelHeader": "إلغاء السحب؟",

View File

@@ -44,7 +44,11 @@
"createdAt": "Created At", "createdAt": "Created At",
"orderId": "Order ID", "orderId": "Order ID",
"orderNo": "Order No.", "orderNo": "Order No.",
"cancelDeposit": "Cancel Deposit" "cancelDeposit": "Cancel Deposit",
"type": {
"fiat": "Fiat",
"crypto": "Crypto"
}
}, },
"withdrawDetail": { "withdrawDetail": {
"cancelHeader": "Cancel Withdrawal?", "cancelHeader": "Cancel Withdrawal?",

View File

@@ -44,7 +44,11 @@
"createdAt": "创建时间", "createdAt": "创建时间",
"orderId": "订单号", "orderId": "订单号",
"orderNo": "订单号", "orderNo": "订单号",
"cancelDeposit": "取消充值" "cancelDeposit": "取消充值",
"type": {
"fiat": "法币",
"crypto": "加密货币"
}
}, },
"withdrawDetail": { "withdrawDetail": {
"cancelHeader": "确认取消提现?", "cancelHeader": "确认取消提现?",

View File

@@ -44,7 +44,11 @@
"createdAt": "創建時間", "createdAt": "創建時間",
"orderId": "訂單號", "orderId": "訂單號",
"orderNo": "訂單號", "orderNo": "訂單號",
"cancelDeposit": "取消充值" "cancelDeposit": "取消充值",
"type": {
"fiat": "法幣",
"crypto": "加密貨幣"
}
}, },
"withdrawDetail": { "withdrawDetail": {
"cancelHeader": "確認取消提現?", "cancelHeader": "確認取消提現?",

View File

@@ -114,7 +114,7 @@ onBeforeMount(() => {
{{ t('wallet.deposit.depositMethod') }} {{ t('wallet.deposit.depositMethod') }}
</div> </div>
<div class="text-xs font-bold"> <div class="text-xs font-bold">
{{ item.depositType }} {{ $t(`wallet.deposit.type.${item.depositType}`) }}
</div> </div>
</ion-col> </ion-col>
<ion-col size="6" class="flex flex-col"> <ion-col size="6" class="flex flex-col">