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

20 lines
844 B
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 [
"请选择交易对" => "Pilih Pasangkan",
"请输入正确的交易数量" => "Sila Masukkan Jumlah yang Betul",
"请选择交易周期" => "Sila Pilih Masa Tempoh",
"请选择交易涨跌" => "Sila Pilih Perubahan",
"请先完成实名认证" => "Sila Lengkapkan Pengesahan KYC",
"交易对不存在" => "Pasangan Tidak Sah",
"交易周期错误" => "Masa Tempoh Ralat",
"账号余额不足" => "Baki Rendah",
"该周期需拥有资产:" => "Aset Tidak Tersedia:",
"操作频繁" => "Operasi Kerap",
"提交成功" => "Berjaya",
"请选择要取消的订单" => "Sila Pilih Oder yang Anda Ingin Batalkan",
"订单不存在" => "Pesanan Tidak Sah",
"订单超时,不能取消" => "Pesanan telah lewattidak boleh dibatalkan",
"系统繁忙" => "Sistem Sibuk",
];