fix: translate wallet no account error
Some checks failed
Deploy Staging (terry-wallet-login) / deploy (push) Failing after 32s

This commit is contained in:
TerryM
2026-06-04 11:14:52 +08:00
parent 65dee3a37e
commit ae64f96bbe
5 changed files with 49 additions and 4 deletions

View File

@@ -217,6 +217,7 @@ export const zhDict: Dict = {
walletRainbowUnavailable: "扫码登录暂不可用。",
walletLoginSuccess: "钱包已连接",
walletLoginFailed: "钱包登录失败",
walletNoAccount: "钱包没有返回账号。请先解锁钱包并选择一个账号后重试。",
walletDisconnected: "钱包已断开",
walletOtherMethods: "其他登录方式",
walletUseCurrent: "使用当前钱包登录",