2025-11-07 09:56:20 +08:00
|
|
|
<?php
|
|
|
|
|
return array (
|
2026-04-08 10:05:25 +08:00
|
|
|
'The system is under maintenance, please wait...' => '系统正在维护中,请稍等…',
|
|
|
|
|
'Exchange successful' => '兑换成功',
|
|
|
|
|
'User is incorrect' => '用户不正确',
|
|
|
|
|
'Insufficient balance' => '余额不足',
|
|
|
|
|
'Transfer successful' => '转账成功',
|
2025-11-07 09:56:20 +08:00
|
|
|
'卡密不存在' => '卡密不存在',
|
|
|
|
|
);
|