Files
im/resource/translations/zh-Hans/api/recharge.php
T
commie c153975eed 7
2026-01-08 05:42:44 +08:00

11 lines
593 B
PHP
Executable File

<?php
return array (
'Network is incorrect' => '网络不正确',
'Failed to create recharge order, please try again later' => '创建充值订单失败,请稍后再试',
'Record does not exist' => '记录不存在',
'permission denied' => '暂无权限',
'user not exist' => '用户不存在',
'exist' => '已存在',
'You have reached the limit of uncompleted orders ( %max% ). Please complete the existing orders before trying to create another one.' => '订单已达上限,请完成订单或15分钟后再试',
'Minimum recharge of %num%' => '最低充值额 %num%',
);