Files
ProxyPanel/resources/lang/en/error.php
fxxsj b177272c02 Fix bugs and increase security entrance (#179)
* 修正用户文章详情显示错误

* 新增安全入口,修复部分错误文字显示

Co-Authored-By: garhing <garhing@fxxsj.xyz>
2021-06-23 12:23:25 +08:00

36 lines
1.5 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'forbidden' => [
'access' => 'IP or Proxy Access Forbidden',
'bots' => 'Bots Access Forbidden',
'china' => 'Chinese IP or Proxy Access Forbidden',
'oversea' => 'Oversea IP or Proxy Access Forbidden',
],
'log' => 'Logs',
'missing_page' => 'Page Not Found',
'refresh' => 'Refresh',
'refresh_page' => 'Please Refresh Page, Then Try Again',
'report' => 'Error comes back with log: ',
'safe_enter' => 'Secure Entrance',
'safe_code' => 'Please enter the security code',
'system' => 'System Error',
'title' => '⚠Error Detected',
'unauthorized' => 'Unauthorized Access',
'unsafe_enter' => 'Non-Secure Entrance',
'visit' => 'Please visit',
'whoops' => 'Whoops',
'get_ip' => 'Get IP information abnormal',
'subscribe' => [
'unknown' => 'Unknown subscribe url! Please get a new one',
'sub_baned' => 'Subscribe banned! Visit the web for detail',
'user' => 'Wrong Url, Account not exist!',
'user_disable' => 'Account Banned!',
'baned_until' => 'Account has been banned until :time, Please wait to unlock!',
'out' => 'OUT OF DATAPlease consider to purchase new data or reset it',
'expired' => 'Account ExpiredPlease renew your purchase',
'question' => 'Account Error?! Visit web for detail',
'none' => 'No nodes Available',
],
];