Files
ProxyPanel/resources/lang/ko/model.php
BrettonYe 2d61434ff0 Add Hysteria2 support
- Update services and controllers for new node support;
- Update relate views and language files;
- Improve client config generation and node type handling;
2026-01-30 20:04:32 +08:00

371 lines
14 KiB
PHP

<?php
declare(strict_types=1);
return [
'aff' => [
'amount' => '소비 금액',
'commission' => '커미션',
'created_at' => '주문일시',
'invitee' => '소비자',
'updated_at' => '처리일시',
],
'article' => [
'attribute' => '글',
'category' => '카테고리',
'created_at' => '발행일시',
'language' => '언어',
'logo' => '커버 이미지',
],
'common' => [
'description' => '설명',
'extend' => '확장 정보',
'level' => '레벨',
'sort' => '정렬 순서',
'type' => '유형',
],
'country' => [
'icon' => '국기',
'name' => '국가명',
],
'coupon' => [
'attribute' => '쿠폰',
'groups' => '그룹 제한',
'levels' => '레벨 제한',
'logo' => '이미지',
'minimum' => '최소 이용 금액',
'name' => '쿠폰명',
'newbie' => '신규 사용자 전용',
'num' => '발행 매수',
'priority' => '우선순위',
'services_blacklist' => '제외 상품',
'services_whitelist' => '대상 상품',
'sn' => '쿠폰 코드',
'usable_times' => '이용 횟수 제한',
'used' => '1인당 이용 제한',
'users_blacklist' => '제외 사용자',
'users_whitelist' => '대상 사용자',
'value' => '액면가',
],
'goods' => [
'attribute' => '상품',
'available_date' => '유효기간',
'category' => '카테고리',
'color' => '색상',
'hot' => '인기 상품',
'info' => '사용자 정의 정보',
'invite_num' => '초대 할당량 부여 수',
'limit_num' => '1인당 구매 제한',
'logo' => '상품 이미지',
'name' => '상품명',
'period' => '리셋 주기',
'price' => '판매 가격',
'renew' => '트래픽 리셋 가격',
'traffic' => '트래픽 용량',
'user_limit' => '사용자 속도 제한',
],
'ip' => [
'info' => '소재지',
'network_type' => '네트워크 유형',
],
'node' => [
'allow_insecure' => '안전하지 않은 연결 허용',
'upload_mbps' => '서버 업로드 대역폭',
'download_mbps' => '서버 다운로드 대역폭',
'ignore_client_bandwidth' => '클라이언트 대역폭 무시',
'ports' => '포트 호핑',
'attribute' => '노드',
'client_limit' => '기기 제한',
'country' => '국가·지역',
'data_consume' => '소비 트래픽',
'data_rate' => '트래픽 계수',
'ddns' => 'DDNS',
'detection' => '차단 감지',
'display' => '표시·구독',
'domain' => '도메인명',
'id' => '노드 ID',
'ipv4' => 'IPv4 주소',
'ipv6' => 'IPv6 주소',
'label' => '라벨',
'method' => '암호화 방식',
'name' => '노드명',
'next_renewal_date' => '다음 갱신일',
'obfs' => '난독화 프로토콜',
'obfs_param' => '난독화 매개변수',
'online_user' => '온라인 사용자',
'protocol' => '전송 프로토콜',
'protocol_param' => '프로토콜 매개변수',
'push_port' => '푸시 포트',
'relay_port' => '중계 포트',
'renewal_cost' => '갱신 요금',
'service_port' => '서비스 포트',
'service_password' => '서비스 비밀번호',
'single' => '싱글 포트',
'static' => '가동 상태',
'subscription_term' => '구독 기간',
'traffic_limit' => '트래픽 제한',
'transfer' => '중계 설정',
'udp' => 'UDP 지원',
'v2_alter_id' => '추가 ID',
'v2_cover' => '트래픽 위장',
'v2_host' => '위장 도메인',
'v2_net' => '전송 프로토콜',
'v2_path' => '경로/키',
'v2_sni' => 'SNI',
'v2_tls' => 'TLS 암호화',
'v2_tls_provider' => 'TLS 인증서 제공업체',
],
'node_auth' => [
'attribute' => '노드 인증',
'key' => '통신 키',
'secret' => '리버스 키',
],
'node_cert' => [
'attribute' => '도메인 인증서',
'domain' => '도메인명',
'expired_date' => '유효기간',
'issuer' => '발행 기관',
'key' => '개인키',
'pem' => 'PEM 인증서',
'signed_date' => '발행일',
],
'notification' => [
'address' => '발송처',
'created_at' => '발송일시',
'status' => '상태',
],
'oauth' => [
'identifier' => '사용자 식별자',
'type' => '로그인 방식',
],
'order' => [
'attribute' => '주문',
'id' => '주문번호',
'original_price' => '정가',
'pay_way' => '결제 방법',
'price' => '실제 결제액',
'status' => '주문 상태',
],
'permission' => [
'attribute' => '권한',
'description' => '설명',
'name' => '라우트명',
],
'referral' => [
'amount' => '신청 금액',
'created_at' => '신청일시',
'id' => '신청번호',
'user' => '신청 계정',
],
'role' => [
'attribute' => '역할',
'name' => '역할명',
'permissions' => '권한',
],
'rule' => [
'attribute' => '규칙',
'name' => '규칙명',
'pattern' => '매치값',
'logs' => '트리거 기록',
],
'rule_group' => [
'attribute' => '규칙 그룹',
'name' => '그룹명',
'rules' => '규칙',
'type' => '모드',
],
'subscribe' => [
'attribute' => '구독',
'ban_desc' => '정지 사유',
'ban_time' => '정지 시간',
'code' => '구독 코드',
'req_header' => '요청 헤더',
'req_ip' => '요청 IP',
'req_times' => '요청 횟수',
'updated_at' => '최종 요청',
],
'user' => [
'account_status' => '계정 상태',
'attribute' => '사용자',
'created_date' => '가입일시',
'credit' => '잔액',
'expired_date' => '유효기간',
'id' => '사용자 ID',
'invite_num' => '초대 할당량',
'inviter' => '초대자',
'nickname' => '닉네임',
'password' => '비밀번호',
'port' => '포트',
'proxy_method' => '전송 암호화',
'proxy_obfs' => '트래픽 위장',
'proxy_passwd' => '프록시 비밀번호',
'proxy_protocol' => '프록시 프로토콜',
'proxy_status' => '프록시 상태',
'qq' => 'QQ',
'remark' => '비고',
'reset_date' => '트래픽 리셋일',
'role' => '사용자 역할',
'service' => '프록시 서비스',
'speed_limit' => '속도 제한',
'traffic_used' => '사용한 트래픽',
'usable_traffic' => '이용 가능한 트래픽',
'username' => '사용자명',
'uuid' => 'VMess UUID',
'wechat' => 'WeChat',
],
'user_credit' => [
'after' => '변경 후',
'amount' => '변경액',
'before' => '변경 전',
'created_at' => '기록일시',
],
'user_data_modify' => [
'after' => '변경 후',
'before' => '변경 전',
'created_at' => '기록일시',
],
'user_group' => [
'attribute' => '사용자 그룹',
'name' => '그룹명',
'nodes' => '이용 가능한 노드',
],
'user_traffic' => [
'download' => '다운로드',
'log_time' => '기록 시간',
'total' => '합계',
'upload' => '업로드',
],
'config' => [
'AppStore_id' => 'Apple ID',
'AppStore_password' => 'Apple 비밀번호',
'account_expire_notification' => '계정 만료 알림',
'active_times' => '활성화 횟수 제한',
'admin_invite_days' => '관리자 초대코드 유효기간',
'affiliate_link_salt' => '초대 링크 암호화',
'alipay_qrcode' => 'Alipay 결제 QR코드',
'auto_release_port' => '포트 회수',
'ban_duration' => '정지 기간',
'bark_key' => 'Bark 기기 번호',
'captcha_key' => '인증코드 키',
'captcha_secret' => '인증코드 시크릿/ID',
'checkin_interval' => '체크인 간격',
'checkin_reward' => '체크인 보상',
'codepay_id' => 'CodePay ID',
'codepay_key' => '통신 키',
'codepay_url' => '요청 URL',
'cryptomus_api_key' => 'Cryptomus API키',
'cryptomus_merchant_uuid' => 'Cryptomus 머천트UUID',
'data_anomaly_notification' => '트래픽 이상 알림',
'data_exhaust_notification' => '트래픽 고갈 알림',
'ddns_key' => 'DDNS키',
'ddns_mode' => 'DDNS모드',
'ddns_secret' => 'DDNS시크릿',
'default_days' => '초기 유효기간',
'default_traffic' => '초기 트래픽',
'detection_check_times' => '차단 감지 알림',
'dingTalk_access_token' => 'DingTalk 액세스 토큰',
'dingTalk_secret' => 'DingTalk 시크릿',
'epay_key' => 'ePay 머천트 키',
'epay_mch_id' => 'ePay 머천트 ID',
'epay_url' => 'ePay 게이트웨이 URL',
'expire_days' => '만료 경고 임계값',
'f2fpay_app_id' => 'Alipay 앱 ID',
'f2fpay_private_key' => 'Alipay 개인키',
'f2fpay_public_key' => 'Alipay 공개키',
'forbid_mode' => '접근 제한 모드',
'iYuu_token' => 'IYUU토큰',
'invite_num' => '초기 초대 할당량',
'is_AliPay' => 'Alipay',
'is_QQPay' => 'QQ지갑',
'is_WeChatPay' => 'WeChat Pay',
'is_activate_account' => '계정 활성화',
'is_ban_status' => '만료 자동 정지',
'is_captcha' => '인증코드',
'is_clear_log' => '로그 자동 삭제',
'is_custom_subscribe' => '사용자 정의 구독',
'is_email_filtering' => '이메일 도메인 필터',
'is_forbid_robot' => '봇 차단',
'is_free_code' => '무료 초대코드',
'is_invite_register' => '초대제 가입',
'is_otherPay' => '사용자 정의 결제 채널',
'is_rand_port' => '랜덤 포트',
'is_register' => '신규 가입',
'maintenance_content' => '유지보수 공지',
'maintenance_mode' => '유지보수 모드',
'maintenance_time' => '유지보수 종료 시간',
'min_port' => '포트 범위',
'node_blocked_notification' => '노드 차단 알림',
'node_daily_notification' => '일일 노드 리포트',
'node_offline_notification' => '노드 오프라인 알림',
'node_renewal_notification' => '노드 갱신 리마인더',
'oauth_path' => '제3자 로그인',
'offline_check_times' => '오프라인 알림 횟수',
'password_reset_notification' => '비밀번호 재설정',
'paybeaver_app_id' => 'PayBeaver 앱 ID',
'paybeaver_app_secret' => 'PayBeaver 시크릿 키',
'payjs_key' => 'PayJS 통신 키',
'payjs_mch_id' => 'PayJS 머천트 번호',
'payment_callback_url' => '결제 콜백 URL',
'payment_confirm_notification' => '수동 결제 알림',
'payment_received_notification' => '결제 성공 알림',
'paypal_app_id' => 'PayPal 앱 ID',
'paypal_client_id' => 'PayPal 클라이언트 ID',
'paypal_client_secret' => 'PayPal 시크릿 키',
'pushDeer_key' => 'PushDeer 키',
'pushplus_token' => 'PushPlus 토큰',
'rand_subscribe' => '랜덤 구독',
'recently_heartbeat' => '노드 부하 최근 임계값',
'redirect_url' => '리다이렉트 URL',
'referral_money' => '최소 출금 금액',
'referral_percent' => '커미션 비율',
'referral_reward_type' => '커미션 계산 방식',
'referral_status' => '어필리에이트 기능',
'referral_traffic' => '가입 보너스 트래픽',
'register_ip_limit' => '동일 IP 가입 제한',
'reset_password_times' => '일일 비밀번호 재설정 상한',
'reset_traffic' => '주기적 트래픽 리셋',
'server_chan_key' => 'ServerChan SCKEY',
'standard_currency' => '기준 통화',
'stripe_public_key' => 'Stripe 퍼블릭 키',
'stripe_secret_key' => 'Stripe 시크릿 키',
'stripe_signing_secret' => 'Stripe Webhook 서명 시크릿',
'subject_name' => '상품명',
'subscribe_domain' => '구독 도메인',
'subscribe_max' => '구독 노드 수 상한',
'subscribe_rate_limit' => '구독 레이트 제한',
'tasks_chunk' => '배치 처리량',
'tasks_clean' => '정리 작업',
'tasks_close' => '종료 작업',
'telegram_token' => 'Telegram 봇 토큰',
'tg_chat_token' => 'TG醬 토큰',
'theadpay_key' => 'THeadPay 키',
'theadpay_mchid' => 'THeadPay 머천트 ID',
'theadpay_url' => 'THeadPay 결제 URL',
'ticket_closed_notification' => '티켓 종료 알림',
'ticket_created_notification' => '신규 티켓 알림',
'ticket_replied_notification' => '티켓 답변 알림',
'traffic_abuse_limit' => '트래픽 이상 임계값',
'traffic_warning_percent' => '트래픽 고갈 경고 임계값',
'trojan_license' => 'Trojan 라이선스',
'user_invite_days' => '사용자 초대코드 유효기간',
'username_type' => '계정 유형',
'v2ray_license' => 'V2Ray 라이선스',
'v2ray_tls_provider' => 'V2Ray TLS 인증서 제공업체',
'web_api_url' => '백엔드 API URL',
'webmaster_email' => '사이트 관리자 이메일',
'website_customer_service_code' => '고객서비스 코드',
'website_home_logo' => '홈페이지 로고',
'website_logo' => '사이트 내 로고',
'website_name' => '웹사이트명',
'website_security_code' => '보안 코드',
'website_statistics_code' => '통계 코드',
'website_url' => '웹사이트 URL',
'wechat_aid' => 'WeChat 애플리케이션 ID',
'wechat_cid' => 'WeChat 기업 ID',
'wechat_encodingAESKey' => 'WeChat 인코딩 AES키',
'wechat_qrcode' => 'WeChat Pay QR코드',
'wechat_secret' => 'WeChat 애플리케이션 시크릿',
'wechat_token' => 'WeChat 토큰',
],
];