1234567891011121314151617 |
- <?php
- return [
- 'title' => '拒绝访问',
- 'ForbiddenRobot' => '检测到机器人访问,禁止访问',
- 'ForbiddenAccess' => '检测到未知IP或使用代理访问,禁止访问',
- 'ForbiddenChina' => '检测到中国IP或使用代理访问,禁止访问',
- 'ForbiddenOversea' => '检测到海外IP或代理访问,禁止访问',
- 'MissingPage' => '找不到网页',
- 'Unauthorized' => '未授权访问',
- 'RefreshPage' => '请刷新页面,再重新访问',
- 'SystemError' => '系统错误',
- 'Visit' => '请访问',
- 'log' => '日志',
- 'SecurityError' => '非安全入口访问',
- 'SecurityEnter' => '安全入口访问',
- ];
|