Refactor launcher profiles and port automation
This commit is contained in:
@@ -185,6 +185,17 @@ server = "서버"
|
||||
offline = "오프라인"
|
||||
players = "플레이어"
|
||||
|
||||
[js.landing.portStatus]
|
||||
label = "포트"
|
||||
failed = "자동 포트 개방 실패"
|
||||
|
||||
[js.landing.localServer]
|
||||
starting = "로컬 서버 시작 중.."
|
||||
missingJarTitle = "로컬 서버 실행 준비 부족"
|
||||
missingJarText = "접속 주소가 비어 있어 로컬 서버를 실행하려고 했지만, 버킷 JAR이 등록되지 않았습니다. 관리자 사이트에서 서버 JAR을 업로드하거나 라이브러리에서 접속 주소를 입력해 주세요."
|
||||
failureTitle = "로컬 서버 실행 실패"
|
||||
failureText = "로컬 서버를 시작하지 못했습니다. 콘솔 (CTRL + Shift + i) 에서 자세한 내용을 확인하세요."
|
||||
|
||||
[js.landing.systemScan]
|
||||
checking = "시스템 정보 확인 중.."
|
||||
noCompatibleJava = "호환되는 Java가<br>설치되지 않음"
|
||||
|
||||
Reference in New Issue
Block a user