Switch launch selection to library profiles
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 14:48:04 +09:00
parent 0f6c0563db
commit 27c1453aa8
6 changed files with 91 additions and 16 deletions

View File

@@ -15,6 +15,7 @@ mediaDiscordURL = "https://discord.gg/Z8j6ahF4MJ"
accountPreviewLabel = "계정"
libraryButton = "라이브러리"
installButton = "설치"
launchButtonPlaceholder = "• 라이브러리에서 선택"
[ejs.settings]
backButton = "메인으로"

View File

@@ -164,6 +164,10 @@ okay = "Okay"
noAccountSelected = "No Account Selected"
logoutFailed = "Failed to log out of the selected account. Please try again."
[js.landing.selectedProfile]
noSelection = "Select from Library"
loading = "Loading profile.."
[js.landing.selectedServer]
noSelection = "No Server Selected"
loading = "Loading.."

View File

@@ -164,6 +164,10 @@ okay = "확인"
noAccountSelected = "선택된 계정 없음"
logoutFailed = "계정을 로그아웃하지 못했습니다. 다시 시도해 주세요."
[js.landing.selectedProfile]
noSelection = "라이브러리에서 선택"
loading = "프로필 불러오는 중.."
[js.landing.selectedServer]
noSelection = "선택된 서버 없음"
loading = "로딩 중.."