feat(locales): 添加“账户类型”翻译支持,包括资金账户和交易账户

This commit is contained in:
2026-01-14 11:09:33 +07:00
parent 427fdc70e9
commit 6311df7286
5 changed files with 25 additions and 5 deletions

View File

@@ -26,7 +26,12 @@
"remark": "ملاحظة:",
"memo": "مذكرة",
"noRecords": "لا توجد سجلات أصول",
"loadingMore": "جاري التحميل..."
"loadingMore": "جاري التحميل...",
"empty": "لا توجد سجلات أصول",
"accountType": {
"funding": "حساب التمويل",
"trading": "حساب التداول"
}
},
"bill": {
"title": "الفواتير",

View File

@@ -26,7 +26,12 @@
"remark": "Remark:",
"memo": "Memo",
"noRecords": "No asset records",
"loadingMore": "Loading more..."
"loadingMore": "Loading more...",
"empty": "No asset records",
"accountType": {
"funding": "Funding Account",
"trading": "Trading Account"
}
},
"bill": {
"title": "Bills",

View File

@@ -26,7 +26,12 @@
"remark": "备注:",
"memo": "备注",
"noRecords": "暂无资产记录",
"loadingMore": "加载更多中..."
"loadingMore": "加载更多中...",
"empty": "暂无资产记录",
"accountType": {
"funding": "资金账户",
"trading": "交易账户"
}
},
"bill": {
"title": "账单",

View File

@@ -26,7 +26,12 @@
"remark": "備註:",
"memo": "備註",
"noRecords": "暫無資產記錄",
"loadingMore": "加載更多中..."
"loadingMore": "加載更多中...",
"empty": "暫無資產記錄",
"accountType": {
"funding": "資金賬戶",
"trading": "交易賬戶"
}
},
"bill": {
"title": "賬單",

View File

@@ -86,7 +86,7 @@ onBeforeMount(() => {
<div class="flex items-center space-x-3">
<div>
<div class="text-sm font-semibold">
{{ item.accountType }}
{{ $t(`wallet.assetRecord.accountType.${item.accountType}`) }}
</div>
<div class="text-xs text-text-500 mt-0.5">
{{ useDateFormat(item.createdAt, 'YYYY/MM/DD HH:mm:ss') }}