1
This commit is contained in:
@ -4,10 +4,10 @@ $publicurl = function_exists('config') ? config('view_replace_str.__PUBLIC__') :
|
|||||||
$debug = function_exists('config') ? config('app_debug') : false;
|
$debug = function_exists('config') ? config('app_debug') : false;
|
||||||
|
|
||||||
$lang = [
|
$lang = [
|
||||||
'An error occurred' => 'IP禁止充值',
|
'An error occurred' => '网络连接错误,请刷新当前页。',
|
||||||
'Home' => '返回主页',
|
'Home' => '返回主页',
|
||||||
'Feedback' => '禁止充值',
|
'Feedback' => '禁止充值',
|
||||||
'The page you are looking for is temporarily unavailable' => '您的IP已被禁止充值,如有疑问请联系管理员',
|
'The page you are looking for is temporarily unavailable' => '网络连接错误,请刷新当前页。',
|
||||||
'You can return to the previous page and try again' => '你可以返回上一页重试,或直接向我们反馈错误报告'
|
'You can return to the previous page and try again' => '你可以返回上一页重试,或直接向我们反馈错误报告'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user