Files
ProxyPanel/resources/lang/ko/errors.php
BrettonYe ad3662cda0 🚀 Refactor Blade
- Optimize Blade JavaScript code.
- Refactored multiple admin controllers for improved validation, error handling, and query efficiency.
- Added ProxyConfig trait to centralize proxy configuration options.
- Updated NodeStatusDetection to use model relationships for heartbeat checks.
- Improved category, label, and country management logic and error logging.
- Added new Blade components for admin UI and updated language files and assets for better localization and frontend support.
- Bug fixed & introduced more bug :)
2026-01-30 20:04:17 +08:00

37 lines
2.1 KiB
PHP

<?php
declare(strict_types=1);
return [
'forbidden' => [
'access' => '알 수 없는 IP 또는 프록시를 감지했습니다. 접근을 거부합니다!',
'bots' => '봇 접근을 감지했습니다. 접근을 거부합니다!',
'china' => '중국 IP 또는 프록시를 감지했습니다. 접근을 거부합니다!',
'oversea' => '해외 IP 또는 프록시를 감지했습니다. 접근을 거부합니다!',
'redirect' => '(:ip :url)이 구독 링크를 통해 접근하는 것을 감지하여 강제 리다이렉트했습니다',
'unknown' => '알 수 없는 차단 모드입니다. 시스템 설정에서 설정을 확인하세요!',
],
'get_ip' => 'IP 정보 취득에 실패했습니다',
'log' => '로그',
'refresh' => '새로고침',
'refresh_page' => '페이지를 새로고침한 후 다시 시도하세요',
'report' => '오류 리포트 내용:',
'safe_code' => '보안 코드를 입력하세요',
'safe_enter' => '보안 입구를 통한 접근',
'subscribe' => [
'banned_until' => '계정이 :time까지 정지되었습니다. 해제 후 다시 시도하세요!',
'expired' => '계정 유효기간이 만료되었습니다. 갱신 후 이용하세요!',
'none' => '이용 가능한 노드가 없습니다',
'out' => '트래픽을 모두 사용했습니다. 추가 구매 또는 리셋하세요!',
'question' => '계정에 이상이 있습니다. 공식 사이트에서 자세한 내용을 확인하세요!',
'sub_banned' => '구독 링크가 정지되었습니다. 공식 사이트에서 이유를 확인하세요!',
'unknown' => '구독 링크가 유효하지 않습니다. 새 링크를 받으세요!',
'user' => '링크가 유효하지 않습니다. 계정이 존재하지 않습니다. 새 링크를 받으세요!',
'user_disabled' => '계정이 비활성화되었습니다!',
],
'title' => '⚠️ 오류가 발생했습니다',
'unsafe_enter' => '비보안 입구를 통한 접근',
'visit' => '여기에 접속하세요',
'whoops' => '앗!',
];