Files
ProxyPanel/resources/lang/en/error.php
2021-01-10 07:02:44 +08:00

35 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',
'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',
],
];