feat(i18n): 添加用户模块的本地化支持,包括登录、资产估值、资产分布等翻译

This commit is contained in:
2026-01-14 03:51:29 +07:00
parent 1a7f67c584
commit 2110394a33
5 changed files with 22 additions and 9 deletions

View File

@@ -154,6 +154,17 @@
"markAllReadSuccess": "全部已读",
"loading": "加载中..."
},
"user": {
"login": "点击登录 / 注册",
"totalAsset": "总资产估值",
"assetDistribution": "资产分布",
"fundingAccount": "资金账户",
"tradingAccount": "交易账户",
"asset": "资产",
"transfer": "划转",
"bill": "账单",
"comingSoon": "敬请期待"
},
"trade": {
"title": "交易",
"spot": "现货",