| 12345678910111213141516171819202122232425262728293031323334 |
- <?php
- declare(strict_types=1);
- return [
- 'forbidden' => [
- 'access' => 'Unknown IP or proxy access detected, access denied',
- 'bots' => 'Bot access detected, access denied',
- 'china' => 'China IP or proxy access detected, access denied',
- 'oversea' => 'Overseas IP or proxy access detected, access denied',
- ],
- 'log' => 'Log',
- 'refresh' => 'Refresh',
- 'refresh_page' => 'Please refresh the page and try again',
- 'report' => 'The error carried a report: ',
- 'safe_enter' => 'Safe entrance',
- 'safe_code' => 'Please enter the safe code',
- 'title' => '⚠️ Error Triggered',
- 'unsafe_enter' => 'Unsafe Entrance',
- 'visit' => 'Please visit',
- 'whoops' => 'Whoops!',
- 'get_ip' => 'Failed to get IP info',
- 'subscribe' => [
- 'unknown' => 'Unknown subscription link! Please obtain a new one!',
- 'sub_baned' => 'Subscription banned! Visit the website for details',
- 'user' => 'Wrong URL, account does not exist!',
- 'user_disable' => 'Account Disabled! Contact Support!',
- 'baned_until' => 'Account banned until :time, please wait for unlock!',
- 'out' => 'OUT OF DATA! Please purchase more or reset data!',
- 'expired' => 'Account Expired! Please renew your purchase!',
- 'question' => 'Account Error!? Visit the website for details',
- 'none' => 'No available nodes',
- ],
- ];
|