11 lines
593 B
PHP
11 lines
593 B
PHP
<?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%',
|
|
); |