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

31 lines
1.5 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 [
'操作频繁' => 'Operations Frequent',
'请输入邀请码' => 'Please Enter Invitation Code',
'推荐码不存在' => 'Invalid Invite Code',
'创建钱包失败 请联系客服' => 'Failed Please Contact Our Customer Service',
'请输入正确的姓名' => 'Invalid Name',
'请输入正确的身份证号' => 'Invalid Country ID',
'您已实名' => 'Verified',
'提交成功' => 'Succeed',
'系统繁忙' => 'System Busy',
'请输入原始密码' => 'Enter Old Password',
'请选择修改的密码类型' => 'Please Select Password Type',
'请输入新密码' => 'Enter New Password',
'原始密码错误' => 'Wrong Password',
'新密码与旧密码相同,请重新输入' => 'Do Not Repeat Previous PasswordPlease Re-Enter',
'请上传身份证正面照' => 'Please Upload Your ID Front Image',
'请上传身份证背面照' => 'Please Upload Your ID Back Image',
'请输入账号密码' => 'Please Enter Password',
'登录成功' => 'Login Successful',
'注册成功' => 'Registered',
'推出成功' => 'Succeed',
'请输入完整信息' => 'Please Enter Complete Detail',
'邮箱错误' => 'Invalid Email Address',
'用户不存在' => 'Invalid User ID',
'验证码错误' => 'Invalid OTP',
'重置密码成功' => 'Password Reset Successful',
];