This commit is contained in:
你的名字
2025-10-23 10:12:56 +08:00
parent fcca45005f
commit e80dd92d81

View File

@ -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' => '你可以返回上一页重试,或直接向我们反馈错误报告'
]; ];