Polish launcher main and library flows
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-04 15:10:36 +09:00
parent 27c1453aa8
commit bc6bef0c46
13 changed files with 255 additions and 291 deletions

View File

@@ -168,6 +168,14 @@ logoutFailed = "Failed to log out of the selected account. Please try again."
noSelection = "Select from Library"
loading = "Loading profile.."
[js.landing.profileStatus]
label = "PROFILE"
[js.landing.mapStatus]
label = "STATUS"
ready = "READY TO RUN"
notReady = "SETUP REQUIRED"
[js.landing.selectedServer]
noSelection = "No Server Selected"
loading = "Loading.."

View File

@@ -168,6 +168,14 @@ logoutFailed = "계정을 로그아웃하지 못했습니다. 다시 시도해
noSelection = "라이브러리에서 선택"
loading = "프로필 불러오는 중.."
[js.landing.profileStatus]
label = "프로필"
[js.landing.mapStatus]
label = "실행 상태"
ready = "실행 가능"
notReady = "실행 준비 필요"
[js.landing.selectedServer]
noSelection = "선택된 서버 없음"
loading = "로딩 중.."