feat: internationalize various components and views with i18n translations

This commit is contained in:
2026-01-14 04:24:44 +07:00
parent 0308c56555
commit 8b70c6a3e9
42 changed files with 251 additions and 210 deletions

View File

@@ -168,7 +168,7 @@ function getAccountTypeName(type: AccountType) {
<Field name="assetCode">
<template #default="{ value }">
<ion-label class="block text-sm font-medium mb-2">
选择币种
{{ t('wallet.transfer.selectCurrency') }}
</ion-label>
<div
class="flex items-center justify-between bg-faint rounded-2xl p-4 cursor-pointer"
@@ -239,7 +239,7 @@ function getAccountTypeName(type: AccountType) {
class="absolute right-0 top-10.5 text-sm font-semibold z-10"
@click="setMaxAmount"
>
全部
{{ t('wallet.transfer.all') }}
</ion-button>
</div>
</template>