/
mikopbx
/
ModuleRemoteSupport
Обзор
Документация
Войти
/
mikopbx
/
ModuleRemoteSupport
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
develop
Messages/ko.php
64 строки
5 KB
Nikolai Beketov
feat: add engineer web admin access via Warpgate (lobby v2)
25 июл 2026, 09:25
25 июл 2026, 09:25
16c0fc0
Код
Авторство
О чём код?
<?php declare(strict_types=1); return [ 'AdditionalMenuItemModuleRemoteSupport' => '원격 지원', 'BreadcrumbModuleRemoteSupport' => '원격 지원', 'SubHeaderModuleRemoteSupport' => '기술 지원 담당자를 위한 임시 보안 세션을 만듭니다.', 'module_remote_support_Title' => 'MikoPBX 원격 지원', 'module_remote_support_ConsentRoot' => '담당자는 이 PBX에 대한 임시 root 접근 권한을 받습니다.', 'module_remote_support_ConsentWebAdmin' => '담당자는 이 PBX의 웹 인터페이스에 대한 전체 관리자 접근 권한도 받습니다.', 'module_remote_support_ConsentEightHours' => '접근 권한은 8시간 후 자동으로 종료됩니다.', 'module_remote_support_ConsentRecording' => 'SSH를 통한 작업은 전체가 기록됩니다. 웹 인터페이스에서의 작업은 로그에 기록되지만 화면 녹화는 되지 않습니다.', 'module_remote_support_StateOff' => '원격 접근이 꺼져 있습니다', 'module_remote_support_Start' => '임시 접근 허용', 'module_remote_support_StateStarting' => '보안 세션 생성 중', 'module_remote_support_StartingHint' => '일회용 키와 보안 터널을 준비하고 있습니다.', 'module_remote_support_StateActive' => '원격 접근이 활성화되었습니다', 'module_remote_support_CodeLabel' => '지원 코드', 'module_remote_support_Copy' => '복사', 'module_remote_support_WebAccessTitle' => '웹 인터페이스 접근', 'module_remote_support_WebInstruction' => '이 아이디와 비밀번호를 담당자에게 구두로 전달하세요. 지원 세션이 활성화되어 있는 동안에만 유효하며 웹 인터페이스에 대한 전체 관리자 접근 권한을 부여합니다.', 'module_remote_support_WebLoginLabel' => '아이디', 'module_remote_support_WebPasswordLabel' => '비밀번호', 'module_remote_support_Countdown' => '자동 연결 해제까지: %time%', 'module_remote_support_Stop' => '접근 종료', 'module_remote_support_StateStopping' => '세션 종료 중', 'module_remote_support_StoppingHint' => '임시 키를 제거하고 터널을 닫고 있습니다.', 'module_remote_support_StateError' => '세션을 만들 수 없습니다', 'module_remote_support_Retry' => '다시 시도', 'module_remote_support_Contacts' => '지원팀에 문의', 'module_remote_support_Website' => '지원 사이트 열기', 'module_remote_support_ContactFallback' => '연락처를 사용할 수 없으면 지원 사이트를 이용하세요.', 'module_remote_support_Copied' => '코드가 복사되었습니다', 'module_remote_support_ErrorPreflight' => '시스템이 안전한 원격 접근을 위한 준비가 되지 않았습니다.', 'module_remote_support_ErrorRuntime' => '안전한 임시 환경을 준비할 수 없습니다.', 'module_remote_support_ErrorAllocation' => '지원 서비스에서 세션을 할당할 수 없습니다.', 'module_remote_support_ErrorKeyInstall' => '임시 접근 키를 설치할 수 없습니다.', 'module_remote_support_ErrorWebCredential' => '웹 인터페이스 접근을 준비하지 못했습니다.', 'module_remote_support_ErrorTunnelStart' => '보안 터널을 시작할 수 없습니다.', 'module_remote_support_ErrorDisconnected' => '보안 터널 연결이 예기치 않게 끊어졌습니다.', 'module_remote_support_ErrorCleanup' => '임시 접근을 완전히 제거할 수 없습니다.', 'module_remote_support_ErrorNetwork' => '지원 서비스를 사용할 수 없습니다. 네트워크 연결을 확인하세요.', 'module_remote_support_ErrorInternal' => '내부 오류가 발생했습니다. 다시 시도하세요.', 'rest_session_ResourceDescription' => '임시 원격 지원 세션 관리', 'rest_session_GetStatus' => '지원 세션 상태 가져오기', 'rest_session_GetStatusDesc' => '비밀 데이터 없이 안전한 현재 상태를 반환합니다.', 'rest_session_Start' => '지원 세션 시작', 'rest_session_StartDesc' => '8시간 동안 유지되는 임시 보안 세션 하나를 만듭니다.', 'rest_session_Stop' => '지원 세션 중지', 'rest_session_StopDesc' => '터널을 닫고 모든 임시 접근 데이터를 제거합니다.', 'rest_schema_session_state' => '현재 세션 상태', 'rest_schema_session_code' => '일회용 지원 코드', 'rest_schema_session_startedAt' => '세션 시작 시간', 'rest_schema_session_expiresAt' => '세션 자동 종료 시간', 'rest_schema_session_errorCode' => '최근 오류의 안전 코드', 'rest_schema_session_webLogin' => '웹 인터페이스 로그인을 위한 임시 아이디', 'rest_schema_session_webPassword' => '웹 인터페이스 로그인을 위한 임시 비밀번호', 'rest_schema_session_contacts' => '확인된 지원 연락처', 'rest_schema_session_supportSite' => '지원 사이트 대체 링크', 'rest_error_unknown_action' => '알 수 없는 API 작업', 'rest_error_internal' => '원격 지원 서비스 내부 오류', 'rest_error_network' => '원격 지원 서비스를 사용할 수 없습니다', ];