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

106 lines
4.8 KiB
PHP
Executable File

<?php
//印尼语
return [
'法币账户转到APECbot' => 'Fiat to APECbot',
'APECbot转到法币账户' => 'APECbot to Fiat',
'余额不足' => 'Low Blance',
'提币出账' => 'Withdraw',
'合约交易保证金' => 'Deposit',
'合约交易手续费' => 'Charge',
'合约交易平仓' => 'Close',
'合约交易保证金及手续费' => 'Deposit & Charge',
'周期持仓' => 'Position',
'周期持仓取消' => 'Cancel',
'币币交易买入' => 'Buy',
'币币交易卖出' => 'Sell',
'币币交易撤销买单' => 'Cancel',
'C2C挂卖' => 'Sell',
'手续费扣除' => 'Charged',
'货币出售' => 'Sell',
'挂卖单撤回' => 'Canceled',
'取消订单' => 'Cancel Order',
'C2C购买交易' => 'Buy',
'量化卖出' => 'Sell',
'扣取信誉值' => 'Charged',
'量化补仓' => 'Adding',
'量化入场' => 'Join',
'直推获取信誉值' => 'Invite Rewards',
'团队获取信誉值' => 'Team Rewards',
'trc20-USDT充值' => 'trc20-USDT Deposit',
'erc20-USDT充值' => 'erc20-USDT Deposit',
'提币APT手续费' => 'Charged APT',
'周期持仓获利' => 'Position profit',
'周期持仓平仓' => 'Liquidation',
'周期持仓亏损' => 'Position loss',
'现货账户转到量化账户' => 'Transfer',
'现货账户转到法币账户' => 'Transfer',
'量化账户转到现货账户' => 'Transfer',
'法币账户转到现货账户' => 'Transfer',
'现货账户' => 'Spot account',
'法币账户' => 'Fiat Account',
'量化账户' => 'Quantitative account',
'合约交易平仓亏损' => 'Contract loss',
'合约交易平仓盈利' => 'Contract profit',
'后台充值' => 'Recharge',
'锁仓' => 'Lock up',
'天使投资' => 'Angel investment',
'日息释放' => 'Daily interest release',
'本金释放' => 'Principal release',
'天使直推' => 'Angel push',
'邮箱验证失败' => 'Email verification failed',
'手机号验证失败' => 'Phone number verification failed',
'谷歌验证失败' => 'Google verification failed',
'请输入私钥' => 'Please enter the private key',
'请输入验证码' => 'Please Enter OTP',
'请勿重复绑定' => 'Do not bind repeatedly',
'绑定成功' => 'Bind successfully',
'绑定失败' => 'Binding failed',
'请先绑定谷歌验证' => 'Please bind Google verification first',
'暂未绑定' => 'Not yet bound',
'解绑成功' => 'Unbind successfully',
'解绑失败' => 'Unbinding failed',
'验证失败' => 'verification failed',
'根据当地区法律规定,暂不支持该地区注册' => 'According to local laws and regulations, registration in this region is temporarily not supported',
'即将开放,请耐心等待!' => 'It will open soon, please be patient!',
'24小时限额' => '24 hour limit',
'第一阶段' => 'First Round',
'第二阶段' => 'Second Round',
'第三阶段' => 'The third phase',
'第四阶段' => 'Fourth stage',
'第五阶段' => 'The fifth stage',
'请输入有效数量' => 'Please enter a valid quantity',
'剩余数量不足' => 'Insufficient quantity remaining',
'最低投资:' => 'Minimum investment',
'本轮投资上限' => 'Upper limit of current round of investment',
'参与失败' => 'Participation failed',
'记录不存在' => 'Record does not exist',
'第一年' => '1st Year',
'第二年' => '2nd Year',
'第三年' => '3rd Year',
'第四年' => '4th Year',
'满五年' => '5th Year',
'盲盒抽奖' => 'Blind Box Draw',
'您今日已经签到过了' => 'You have signed in today',
'该邮箱已被绑定' => 'The mailbox has been bound',
'验证码错误' => 'Verification code error',
'该手机已被绑定' => 'The phone has been bound',
'您有未成交的交易,暂不可修改' => 'You have an unexecuted transaction, which cannot be modified for the time being',
'已被注册' => 'Registered',
'产品不存在或已下架' => 'The product does not exist or has been taken off the shelf',
'最低投资数量:' => 'Minimum investment quantity:',
'最高投资数量:' => 'Maximum investment quantity:',
'产品投资' => 'Product investment',
'网络错误,请稍后再试!' => 'Network error, please try again later!',
'理财本金退还' => 'Refund of financial principal',
'理财利息' => 'Financial interest',
'理财利息' => '理财利息',
'请填写开户行' => 'Please fill in the Bank of deposit',
'请填写银行卡号' => 'Please fill in the bank card number',
'请选择银行' => 'Please select a bank',
'请选择提现的银行卡' => 'Please select the bank card for withdrawal',
'在线充值' => 'Online recharge',
'后台扣除' => 'Gold withdrawal',
];