feat(i18n): 添加交易相关的本地化支持,包括订单确认、撤单和交易方式等翻译

This commit is contained in:
2026-01-14 03:45:38 +07:00
parent 09cdfa0be8
commit 33391afc0a
7 changed files with 101 additions and 43 deletions

View File

@@ -149,6 +149,60 @@
},
"trade": {
"title": "交易",
"spot": "现货",
"buy": "买入",
"sell": "卖出",
"signIn": "请先登录",
"form": {
"price": "价格",
"quantity": "数量",
"amount": "金额",
"enterPrice": "请输入价格",
"enterQuantity": "请输入交易数量",
"enterAmount": "请输入交易金额"
},
"orderType": {
"baseOrder": "基础委托",
"limit": "限价委托",
"limitDesc": "以指定价格买入或卖出",
"market": "市价委托",
"marketDesc": "以市场价格买入或卖出",
"moreTypes": "更多委托类型,敬请期待"
},
"confirm": {
"title": "下单确认",
"orderPrice": "委托价格",
"quantity": "数量",
"amount": "金额",
"type": "类型",
"confirm": "确认下单",
"success": "订单提交成功"
},
"orders": {
"current": "当前委托",
"history": "历史记录",
"cancel": "撤单",
"cancelConfirm": "取消订单",
"cancelMessage": "确定要取消该订单吗?",
"cancelSuccess": "订单已取消",
"filled": "成交",
"total": "总额"
},
"status": {
"pending": "待处理",
"open": "已挂单",
"partialFilled": "部分成交",
"filled": "已完成",
"cancelled": "已取消",
"rejected": "已拒绝"
},
"validation": {
"quantityRequired": "请输入有效的数量",
"quantityMin": "数量必须大于0",
"priceRequired": "请输入有效的价格",
"priceMin": "价格必须大于0",
"orderTypeRequired": "请选择有效的交易方式"
},
"settings": {
"bankManagement": "银行卡管理",
"mySubscribe": "我的申购",
@@ -443,7 +497,9 @@
"files": "个文件",
"today": "今天",
"yesterday": "昨天",
"items": "项"
"items": "项",
"confirm": "确定",
"cancel": "取消"
},
"fileUpload": {
"uploadFile": "上传文件",