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";
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||||
|
|
||||||
export const runHistory: SimpleTranslationEntries = {
|
export const runHistory: SimpleTranslationEntries = {
|
||||||
"victory": "Victory!",
|
"victory": "승리!",
|
||||||
"defeatedWild": "Defeated by ",
|
"defeatedWild": "야생에서 패배: ",
|
||||||
"defeatedTrainer": "Defeated by ",
|
"defeatedTrainer": "트레이너에게 패배: ",
|
||||||
"defeatedTrainerDouble": "Defeated by Duo",
|
"defeatedTrainerDouble": "더블 배틀에서 패배",
|
||||||
"defeatedRival": "Defeated by Rival",
|
"defeatedRival": "라이벌에게 패배",
|
||||||
"defeated":"Defeated",
|
"defeated":"패배",
|
||||||
"luck":"Luck",
|
"luck":"행운",
|
||||||
"score":"Score",
|
"score":"점수",
|
||||||
"mode":"Mode",
|
"mode":"모드",
|
||||||
"challengeRules":"Rule(s)",
|
"challengeRules":"규칙",
|
||||||
"challengeMonoGen1":"Gen I",
|
"challengeMonoGen1":"1세대",
|
||||||
"challengeMonoGen2":"Gen II",
|
"challengeMonoGen2":"2세대",
|
||||||
"challengeMonoGen3":"Gen III",
|
"challengeMonoGen3":"3세대",
|
||||||
"challengeMonoGen4":"Gen IV",
|
"challengeMonoGen4":"4세대",
|
||||||
"challengeMonoGen5":"Gen V",
|
"challengeMonoGen5":"5세대",
|
||||||
"challengeMonoGen6":"Gen VI",
|
"challengeMonoGen6":"6세대",
|
||||||
"challengeMonoGen7":"Gen VII",
|
"challengeMonoGen7":"7세대",
|
||||||
"challengeMonoGen8":"Gen VIII",
|
"challengeMonoGen8":"8세대",
|
||||||
"challengeMonoGen9":"Gen IX",
|
"challengeMonoGen9":"9세대",
|
||||||
"playerItems":"Player Items",
|
"playerItems":"플레이어 아이템",
|
||||||
"personalBest":"Personal Best!",
|
"personalBest":"개인 최고기록!",
|
||||||
"SPDshortened":"Vel.",
|
"SPDshortened":"스피드",
|
||||||
"runInfo":"Run Info",
|
"runInfo":"플레이 정보",
|
||||||
"money":"Money",
|
"money":"소지금",
|
||||||
"runLength":"Run Length",
|
"runLength":"플레이 타임",
|
||||||
"viewHeldItems":"Held Items",
|
"viewHeldItems":"도구",
|
||||||
"hallofFameText":"Welcome to the Hall of Fame!",
|
"hallofFameText":"전당 등록을 축하합니다!",
|
||||||
"viewHallOfFame":"View Hall of Fame!"
|
"viewHallOfFame":"전당 보기"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
//Mode Information found in game-mode.ts
|
//Mode Information found in game-mode.ts
|
||||||
|
Loading…
Reference in New Issue
Block a user