mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 14:02:18 +02:00
Update src/locales/ko/run-history-ui-handler.ts
Thank you! Co-authored-by: Enoch <enoch.jwsong@gmail.com>
This commit is contained in:
parent
cf3397126e
commit
232ee0f2bf
@ -1,34 +1,34 @@
|
||||
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||
|
||||
export const runHistory: SimpleTranslationEntries = {
|
||||
"victory": "Victory!",
|
||||
"defeatedWild": "Defeated by ",
|
||||
"defeatedTrainer": "Defeated by ",
|
||||
"defeatedTrainerDouble": "Defeated by Duo",
|
||||
"defeatedRival": "Defeated by Rival",
|
||||
"defeated":"Defeated",
|
||||
"luck":"Luck",
|
||||
"score":"Score",
|
||||
"mode":"Mode",
|
||||
"challengeRules":"Rule(s)",
|
||||
"challengeMonoGen1":"Gen I",
|
||||
"challengeMonoGen2":"Gen II",
|
||||
"challengeMonoGen3":"Gen III",
|
||||
"challengeMonoGen4":"Gen IV",
|
||||
"challengeMonoGen5":"Gen V",
|
||||
"challengeMonoGen6":"Gen VI",
|
||||
"challengeMonoGen7":"Gen VII",
|
||||
"challengeMonoGen8":"Gen VIII",
|
||||
"challengeMonoGen9":"Gen IX",
|
||||
"playerItems":"Player Items",
|
||||
"personalBest":"Personal Best!",
|
||||
"SPDshortened":"Vel.",
|
||||
"runInfo":"Run Info",
|
||||
"money":"Money",
|
||||
"runLength":"Run Length",
|
||||
"viewHeldItems":"Held Items",
|
||||
"hallofFameText":"Welcome to the Hall of Fame!",
|
||||
"viewHallOfFame":"View Hall of Fame!"
|
||||
"victory": "승리!",
|
||||
"defeatedWild": "야생에서 패배: ",
|
||||
"defeatedTrainer": "트레이너에게 패배: ",
|
||||
"defeatedTrainerDouble": "더블 배틀에서 패배",
|
||||
"defeatedRival": "라이벌에게 패배",
|
||||
"defeated":"패배",
|
||||
"luck":"행운",
|
||||
"score":"점수",
|
||||
"mode":"모드",
|
||||
"challengeRules":"규칙",
|
||||
"challengeMonoGen1":"1세대",
|
||||
"challengeMonoGen2":"2세대",
|
||||
"challengeMonoGen3":"3세대",
|
||||
"challengeMonoGen4":"4세대",
|
||||
"challengeMonoGen5":"5세대",
|
||||
"challengeMonoGen6":"6세대",
|
||||
"challengeMonoGen7":"7세대",
|
||||
"challengeMonoGen8":"8세대",
|
||||
"challengeMonoGen9":"9세대",
|
||||
"playerItems":"플레이어 아이템",
|
||||
"personalBest":"개인 최고기록!",
|
||||
"SPDshortened":"스피드",
|
||||
"runInfo":"플레이 정보",
|
||||
"money":"소지금",
|
||||
"runLength":"플레이 타임",
|
||||
"viewHeldItems":"도구",
|
||||
"hallofFameText":"전당 등록을 축하합니다!",
|
||||
"viewHallOfFame":"전당 보기"
|
||||
} as const;
|
||||
|
||||
//Mode Information found in game-mode.ts
|
||||
|
Loading…
Reference in New Issue
Block a user