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

22 lines
1.0 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 [
"请输入要搜索的币种" => "Sila Masukkan Nama Token",
"币种不存在" => "Token tidak sah",
"请选择要设置的币种" => "Sila Pilih Token",
"请先完成实名认证" => "Sila Lengkapkan Pengesahan KYC",
"币种已下架或不存在" => "Token tidak sah",
"最低买单数量为" => "Jumlah Belian Min sebagai",
"最高做单数量" => "Jumlah Panjang Maks",
"信誉值不足,请充值" => "Yuran RendahSila Muat Semula",
"提交成功" => "Berjaya",
"系统繁忙" => "Sistem Sibuk",
"请选择操作币种" => "Sila Pilih Token",
"操作频繁" => "Operasi Kerap",
"已清仓,请查看交易记录详情" => "DitutupSila Semak Sejarah",
"清仓失败" => "Penutupan Gagal",
"请输入补仓数量" => "Sila Masukkan Jumlah",
"交易币种不存在" => "Token tidak sah",
"请开启策略" => "Sila Pada Strategi",
"加仓成功" => "Berjaya",
"请输入设置的补仓最低余额限制" => "Sila Masukkan Jumlah Minimum Menambah",
];