新增:国际化配置

This commit is contained in:
ivan 2026-03-20 17:01:26 +08:00
parent 6cde1ab561
commit 88b7a97e3f
5 changed files with 270 additions and 5 deletions

View File

@ -183,7 +183,60 @@
"withdrawChain": "Chain", "withdrawChain": "Chain",
"withdrawTime": "Time", "withdrawTime": "Time",
"withdrawStatus": "Status", "withdrawStatus": "Status",
"noWithdrawalsFound": "No withdrawals found" "noWithdrawalsFound": "No withdrawals found",
"walletTitle": "Wallet",
"sharesLabel": "Shares",
"avgPriceLabel": "Avg. Price",
"currentPriceLabel": "Current Price",
"openOrderPriceLabel": "Open Order Price",
"filledTotalLabel": "Filled / Total",
"orderValueLabel": "Order Value",
"withdrawAmountLabel": "Withdraw Amount",
"feeLabel": "Fee",
"withdrawAddressLabel": "Withdraw Address",
"priceLabel": "Price",
"sellDialogTitle": "Sell {outcome}",
"position": "Position",
"sellDialogReceive": "Receive",
"sellDialogRedeem": "Redeem",
"sellDialogEditOrder": "Edit order",
"btcWithdrawHistoryLabel": "BTC Withdraw",
"usdtDepositHistoryLabel": "USDT Deposit",
"withdrawIconText": "W",
"depositIconText": "D",
"cancelFailed": "Cancel failed"
},
"profile": {
"uidLabel": "UID {uid}",
"edit": "Edit",
"walletOverview": "Wallet Overview",
"walletDetail": "Wallet details",
"walletSub": "Available ${available} Frozen ${frozen}",
"accountSettings": "Account & Settings",
"walletManage": "Wallet Management",
"apiKeyManage": "API KEY Management",
"language": "Language",
"selectLanguage": "Select Language",
"currentWalletAddress": "Current Wallet Address",
"copyAddress": "Copy address",
"copySuccess": "Address copied",
"copyFailed": "Copy failed, try again later",
"walletAddressUnavailable": "Wallet address not available",
"unbound": "Unbound",
"defaultName": "User",
"vipTrader": "VIP Trader",
"trader": "Trader",
"editComingSoon": "Edit profile is coming soon",
"editNameTitle": "Edit Username",
"newUserName": "Username",
"cancel": "Cancel",
"save": "Save",
"nameRequired": "Username is required",
"nameTooLong": "Username must be at most {max} characters",
"nameInvalidFormat": "Username may only contain letters, numbers, and underscores",
"nameTooShort": "Username must be at least {min} characters",
"nameFormatHint": "Only letters, numbers, and underscores are allowed (a-z / 0-9 / _)",
"nameSaved": "Username updated"
}, },
"deposit": { "deposit": {
"title": "Deposit", "title": "Deposit",

View File

@ -183,7 +183,60 @@
"withdrawChain": "チェーン", "withdrawChain": "チェーン",
"withdrawTime": "時間", "withdrawTime": "時間",
"withdrawStatus": "状態", "withdrawStatus": "状態",
"noWithdrawalsFound": "出金履歴がありません" "noWithdrawalsFound": "出金履歴がありません",
"walletTitle": "ウォレット",
"sharesLabel": "シェア数",
"avgPriceLabel": "平均価格",
"currentPriceLabel": "現在価格",
"openOrderPriceLabel": "指値価格",
"filledTotalLabel": "約定 / 合計",
"orderValueLabel": "注文価値",
"withdrawAmountLabel": "出金額",
"feeLabel": "手数料",
"withdrawAddressLabel": "出金先アドレス",
"priceLabel": "価格",
"sellDialogTitle": "売却 {outcome}",
"position": "ポジション",
"sellDialogReceive": "受け取る",
"sellDialogRedeem": "償還",
"sellDialogEditOrder": "注文を編集",
"btcWithdrawHistoryLabel": "BTC 出金",
"usdtDepositHistoryLabel": "USDT 入金",
"withdrawIconText": "出",
"depositIconText": "入",
"cancelFailed": "キャンセルに失敗しました"
},
"profile": {
"uidLabel": "UID {uid}",
"edit": "編集",
"walletOverview": "ウォレット概要",
"walletDetail": "ウォレット詳細",
"walletSub": "利用可能残高 ${available} 凍結 ${frozen}",
"accountSettings": "アカウントと設定",
"walletManage": "ウォレット管理",
"apiKeyManage": "API KEY 管理",
"language": "言語",
"selectLanguage": "言語を選択",
"currentWalletAddress": "現在のウォレットアドレス",
"copyAddress": "アドレスをコピー",
"copySuccess": "アドレスをコピーしました",
"copyFailed": "コピーに失敗しました。後でもう一度お試しください",
"walletAddressUnavailable": "ウォレットアドレスを取得できません",
"unbound": "未連携",
"defaultName": "ユーザー",
"vipTrader": "VIP Trader",
"trader": "Trader",
"editComingSoon": "編集機能は近日公開です",
"editNameTitle": "ユーザー名を編集",
"newUserName": "新しいユーザー名",
"cancel": "キャンセル",
"save": "保存",
"nameRequired": "ユーザー名は必須です",
"nameTooLong": "ユーザー名は {max} 文字以内にしてください",
"nameInvalidFormat": "ユーザー名は半角英字、数字、アンダースコア_のみで入力してください",
"nameTooShort": "ユーザー名は {min} 文字以上にしてください",
"nameFormatHint": "半角英字、数字、アンダースコア_のみ使用できますa-z / 0-9 / _",
"nameSaved": "ユーザー名を更新しました"
}, },
"deposit": { "deposit": {
"title": "入金", "title": "入金",

View File

@ -183,7 +183,60 @@
"withdrawChain": "체인", "withdrawChain": "체인",
"withdrawTime": "시간", "withdrawTime": "시간",
"withdrawStatus": "상태", "withdrawStatus": "상태",
"noWithdrawalsFound": "출금 내역이 없습니다" "noWithdrawalsFound": "출금 내역이 없습니다",
"walletTitle": "지갑",
"sharesLabel": "수량",
"avgPriceLabel": "평균 가격",
"currentPriceLabel": "현재 가격",
"openOrderPriceLabel": "지정가 가격",
"filledTotalLabel": "체결 / 전체",
"orderValueLabel": "주문 가치",
"withdrawAmountLabel": "출금 금액",
"feeLabel": "수수료",
"withdrawAddressLabel": "출금 주소",
"priceLabel": "가격",
"sellDialogTitle": "매도 {outcome}",
"position": "포지션",
"sellDialogReceive": "받게 됨",
"sellDialogRedeem": "환급",
"sellDialogEditOrder": "주문 수정",
"btcWithdrawHistoryLabel": "BTC 출금",
"usdtDepositHistoryLabel": "USDT 입금",
"withdrawIconText": "출",
"depositIconText": "입",
"cancelFailed": "취소에 실패했습니다"
},
"profile": {
"uidLabel": "UID {uid}",
"edit": "편집",
"walletOverview": "지갑 개요",
"walletDetail": "지갑 상세",
"walletSub": "사용 가능 잔액 ${available} 동결 ${frozen}",
"accountSettings": "계정 및 설정",
"walletManage": "지갑 관리",
"apiKeyManage": "API KEY 관리",
"language": "언어",
"selectLanguage": "언어 선택",
"currentWalletAddress": "현재 지갑 주소",
"copyAddress": "주소 복사",
"copySuccess": "주소가 복사되었습니다",
"copyFailed": "복사에 실패했습니다. 잠시 후 다시 시도해 주세요",
"walletAddressUnavailable": "지갑 주소를 불러오지 못했습니다",
"unbound": "미연결",
"defaultName": "사용자",
"vipTrader": "VIP Trader",
"trader": "Trader",
"editComingSoon": "편집 기능은 곧 제공됩니다",
"editNameTitle": "사용자 이름 수정",
"newUserName": "새 사용자 이름",
"cancel": "취소",
"save": "저장",
"nameRequired": "사용자 이름은 필수입니다",
"nameTooLong": "사용자 이름은 {max}자 이하여야 합니다",
"nameInvalidFormat": "사용자 이름은 영문자, 숫자, 밑줄(_)만 사용할 수 있습니다",
"nameTooShort": "사용자 이름은 최소 {min}자 이상이어야 합니다",
"nameFormatHint": "영문자, 숫자, 밑줄(_)만 사용할 수 있습니다 (a-z / 0-9 / _)",
"nameSaved": "사용자 이름이 업데이트되었습니다"
}, },
"deposit": { "deposit": {
"title": "입금", "title": "입금",

View File

@ -183,7 +183,60 @@
"withdrawTime": "时间", "withdrawTime": "时间",
"withdrawStatus": "状态", "withdrawStatus": "状态",
"noWithdrawalsFound": "暂无提现记录", "noWithdrawalsFound": "暂无提现记录",
"withdrawAddress": "提现地址" "withdrawAddress": "提现地址",
"walletTitle": "钱包",
"sharesLabel": "份额",
"avgPriceLabel": "买入均价",
"currentPriceLabel": "当前价格",
"openOrderPriceLabel": "挂单价格",
"filledTotalLabel": "成单/挂单",
"orderValueLabel": "订单价值",
"withdrawAmountLabel": "提现金额",
"feeLabel": "手续费",
"withdrawAddressLabel": "提现地址",
"priceLabel": "价格",
"sellDialogTitle": "卖出 {outcome}",
"position": "仓位",
"sellDialogReceive": "接收",
"sellDialogRedeem": "赎回",
"sellDialogEditOrder": "编辑订单",
"btcWithdrawHistoryLabel": "BTC 提现",
"usdtDepositHistoryLabel": "USDT 充值",
"withdrawIconText": "提",
"depositIconText": "充",
"cancelFailed": "取消失败"
},
"profile": {
"uidLabel": "UID {uid}",
"edit": "编辑",
"walletOverview": "钱包总览",
"walletDetail": "钱包详情",
"walletSub": "可用余额 ${available} 冻结 ${frozen}",
"accountSettings": "账户与设置",
"walletManage": "钱包管理",
"apiKeyManage": "API KEY 管理",
"language": "语言",
"selectLanguage": "",
"currentWalletAddress": "当前钱包地址",
"copyAddress": "复制地址",
"copySuccess": "地址复制成功",
"copyFailed": "复制失败,请稍后重试",
"walletAddressUnavailable": "未获取到钱包地址",
"unbound": "未绑定",
"defaultName": "用户",
"vipTrader": "VIP Trader",
"trader": "Trader",
"editComingSoon": "编辑功能即将上线",
"editNameTitle": "修改用户名",
"newUserName": "用户名",
"cancel": "取消",
"save": "保存",
"nameRequired": "用户名不能为空",
"nameTooLong": "用户名不能超过 {max} 个字符",
"nameInvalidFormat": "用户名只能包含字母、数字与下划线a-z / 0-9 / _",
"nameTooShort": "用户名长度至少 {min} 位",
"nameFormatHint": "只能包含字母、数字与下划线a-z / 0-9 / _",
"nameSaved": "用户名已更新"
}, },
"deposit": { "deposit": {
"title": "入金", "title": "入金",

View File

@ -183,7 +183,60 @@
"withdrawChain": "鏈", "withdrawChain": "鏈",
"withdrawTime": "時間", "withdrawTime": "時間",
"withdrawStatus": "狀態", "withdrawStatus": "狀態",
"noWithdrawalsFound": "暫無提現記錄" "noWithdrawalsFound": "暫無提現記錄",
"walletTitle": "錢包",
"sharesLabel": "份額",
"avgPriceLabel": "買入均價",
"currentPriceLabel": "當前價格",
"openOrderPriceLabel": "掛單價格",
"filledTotalLabel": "成交/掛單",
"orderValueLabel": "訂單價值",
"withdrawAmountLabel": "提現金額",
"feeLabel": "手續費",
"withdrawAddressLabel": "提現地址",
"priceLabel": "價格",
"sellDialogTitle": "賣出 {outcome}",
"position": "倉位",
"sellDialogReceive": "接收",
"sellDialogRedeem": "贖回",
"sellDialogEditOrder": "編輯訂單",
"btcWithdrawHistoryLabel": "BTC 提現",
"usdtDepositHistoryLabel": "USDT 充值",
"withdrawIconText": "提",
"depositIconText": "充",
"cancelFailed": "取消失敗"
},
"profile": {
"uidLabel": "UID {uid}",
"edit": "編輯",
"walletOverview": "錢包總覽",
"walletDetail": "錢包詳情",
"walletSub": "可用餘額 ${available} 凍結 ${frozen}",
"accountSettings": "帳戶與設定",
"walletManage": "錢包管理",
"apiKeyManage": "API KEY 管理",
"language": "語言",
"selectLanguage": "選擇語言",
"currentWalletAddress": "目前錢包地址",
"copyAddress": "複製地址",
"copySuccess": "地址已複製",
"copyFailed": "複製失敗,請稍後再試",
"walletAddressUnavailable": "未取得錢包地址",
"unbound": "未綁定",
"defaultName": "使用者",
"vipTrader": "VIP Trader",
"trader": "Trader",
"editComingSoon": "編輯功能即將上線",
"editNameTitle": "修改使用者名稱",
"newUserName": "使用者名稱",
"cancel": "取消",
"save": "儲存",
"nameRequired": "使用者名稱不能为空",
"nameTooLong": "使用者名稱不能超過 {max} 個字元",
"nameInvalidFormat": "使用者名稱只能包含字母、數字與底線_",
"nameTooShort": "使用者名稱長度至少 {min} 個字元",
"nameFormatHint": "只能包含字母、數字與底線a-z / 0-9 / _",
"nameSaved": "使用者名稱已更新"
}, },
"deposit": { "deposit": {
"title": "入金", "title": "入金",