From 6efa4bee40d69c1789e362b3f65cba80788b645f Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Thu, 24 Apr 2025 21:13:51 +0800 Subject: [PATCH] 多语言 --- src/locales/en.json | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 6c62bb8..20f8316 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -594,5 +594,16 @@ "当前充值渠道已关闭请选择在线客服进行充值。": "The current recharge channel has been closed Please choose online customer service to recharge.", "获取验证码": "Get verification code", "重新获取": "Retry", - "黄金原油": "Gold & Crude Oil" + "黄金原油": "Gold & Crude Oil", + "划转": "Transfer", + "账户资金互转": "Account funds transfer", + "沙特账户转黄金原油账户": "Saudi account to gold & crude oil account", + "黄金原油账户转沙特账户": "Gold & crude oil account to Saudi account", + "可转金额": "Transferable amount", + "转账金额": "Transfer amount", + "请输入转账金额": "Please enter transfer amount", + "确认转入黄金原油账户": "Confirm transfer to gold & crude oil account", + "确认转入沙特账户": "Confirm transfer to Saudi account", + "充值": "Recharge", + "请输入充值金额": "Please enter recharge amount" } \ No newline at end of file -- Gitblit v1.9.3