This commit is contained in:
2026-04-08 10:05:25 +08:00
parent 594aa137ef
commit b0e87b3fb3
34 changed files with 128 additions and 54 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
<?php
return array (
'The system is under maintenance, please wait...' => 'The system is under maintenance, please wait...',
'Exchange successful' => 'Exchange successful',
'User is incorrect' => 'User is incorrect',
'Insufficient balance' => 'Insufficient balance',
'Transfer successful' => 'Transfer successful',
'The system is under maintenance, please wait...' => '系统正在维护中,请稍等…',
'Exchange successful' => '兑换成功',
'User is incorrect' => '用户不正确',
'Insufficient balance' => '余额不足',
'Transfer successful' => '转账成功',
'卡密不存在' => '卡密不存在',
);