Files
li 1b24994e74 feat: 后端全量更新 - 含所有本次需求
- Contract.php: 返回合约账户余额(balance_contract)
- My.php: 地址管理增加BTC/ETH
- AppContract.php: 一键平仓(closeall)
- AppProxy.php: 代理专属注册链接 + 分级权限(L1/L2)
- site.php: 手续费减半(0.018→0.009)
- agent_permission_setup.sql: 代理权限SQL
- crypto_news_crawler.py: 新闻自动采集脚本
2026-03-30 20:16:32 +08:00

39 lines
1.6 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'请输入正确的地址' => 'Please Enter Valid Address',
'请输入正确的数量' => 'Please Enter Valid Amount',
'请输入交易密码' => 'Please Entet Trading Password',
'请输入验证码' => 'Please Enter OTP',
'请选择提币的种类' => 'Please Select Token',
'手机验证码不正确' => 'OTP Code Wrong',
'交易密码错误' => 'Trading Password Wrong',
'操作频繁' => 'Operations Frequent',
'提币限额为' => 'Maximunm',
'余额不足' => 'Low Blance',
'提交成功' => 'Succeed',
'系统繁忙' => 'System Busy',
'请输入备注' => 'Please Enter Remarks',
'抱歉,改地址信息不存在' => 'SorryInvalid Address',
'请选择正确的地址' => 'Please Select Valid Address',
'请输入转入地址' => 'Please Enter Deposit Address',
'请输入转入数量' => 'Please Enter Amount',
'请输入交易编号' => 'Please Enter Order Number',
'交易编号无效' => 'Invalid Order Number',
'提交成功,请等待审核' => 'Successful,Wait for Verify',
'请输入正确的互转用户' => 'Please Enter Valid User ID',
'账户不存在' => 'Invalid ID',
'互转通道已关闭' => 'Transer Closed',
'互转限额为' => 'Limits',
'请完成实名' => 'Please Complete KYC Verification',
'不可同类型划转' => 'Error Transfer',
'请输入有效数量' => 'Please Enter Valid Amount',
'该币种不支持划转' => 'Transfer Unsupported',
'请选择正确划转类型' => 'Please Select Valid Transfer Type',
'划转成功' => 'Transferred',
'类型错误' => 'ERROR',
];