Files
ProxyPanel/resources/lang/en/errors.php
BrettonYe a52656112a Fix some string misplaces & BETTER ENGLISH TRANSLATION! WOOHOO!
Proofread all English translation strings to improve English speaker's experience.
2024-06-27 22:17:56 +08:00

37 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.
<?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',
],
'http' => 'HTTP Method Not Allowed',
'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 exception',
'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 DATA! Please consider to purchase new data or reset it!',
'expired' => 'Account Expired! Please renew your purchase!',
'question' => 'Account Error?! Visit web for detail',
'none' => 'No nodes Available',
],
];