Refactor launcher profiles and port automation
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-05 21:52:17 +09:00
parent e266387784
commit 9786cfe031
22 changed files with 1558 additions and 798 deletions

View File

@@ -185,6 +185,17 @@ server = "SERVER"
offline = "OFFLINE"
players = "PLAYERS"
[js.landing.portStatus]
label = "PORT"
failed = "AUTO OPEN FAILED"
[js.landing.localServer]
starting = "Starting local server.."
missingJarTitle = "Local Server Setup Incomplete"
missingJarText = "The launch flow tried to start a local server because no connection address was set, but no bucket JAR is registered for this profile. Upload a server JAR in the admin site or enter a connection address in the library."
failureTitle = "Local Server Start Failed"
failureText = "Could not start the local server. Check the console (CTRL + Shift + i) for details."
[js.landing.systemScan]
checking = "Checking system info.."
noCompatibleJava = "No Compatible<br>Java Installation Found"

View File

@@ -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>설치되지 않음"