diff --git a/src/locales/ko/menu.ts b/src/locales/ko/menu.ts index 7a5043a98e2..f857dd431c8 100644 --- a/src/locales/ko/menu.ts +++ b/src/locales/ko/menu.ts @@ -6,7 +6,7 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; * account interactions, descriptive text, etc. */ export const menu: SimpleTranslationEntries = { - "cancel": "Cancel", + "cancel": "취소", "continue": "Continue", "dailyRun": "Daily Run (Beta)", "loadGame": "Load Game", @@ -41,6 +41,6 @@ export const menu: SimpleTranslationEntries = { "loading": "Loading…", "playersOnline": "Players Online", "empty":"Empty", - "yes":"Yes", - "no":"No", + "yes":"예", + "no":"아니오", } as const; \ No newline at end of file diff --git a/src/locales/ko/pokeball.ts b/src/locales/ko/pokeball.ts index 2bd7f603085..4f98d4bc951 100644 --- a/src/locales/ko/pokeball.ts +++ b/src/locales/ko/pokeball.ts @@ -1,10 +1,10 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokeball: SimpleTranslationEntries = { - "pokeBall": "Poké Ball", - "greatBall": "Great Ball", - "ultraBall": "Ultra Ball", - "rogueBall": "Rogue Ball", - "masterBall": "Master Ball", - "luxuryBall": "Luxury Ball", + "pokeBall": "몬스터볼", + "greatBall": "슈퍼볼", + "ultraBall": "하이퍼볼", + "rogueBall": "로그볼", + "masterBall": "마스터볼", + "luxuryBall": "럭셔리볼", } as const; \ No newline at end of file diff --git a/src/locales/ko/pokemon-stat.ts b/src/locales/ko/pokemon-stat.ts index 7a209461b11..908089bacf1 100644 --- a/src/locales/ko/pokemon-stat.ts +++ b/src/locales/ko/pokemon-stat.ts @@ -1,16 +1,16 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemonStat: SimpleTranslationEntries = { - "HP": "Max. HP", - "HPshortened": "MaxHP", - "ATK": "Attack", - "ATKshortened": "Atk", - "DEF": "Defense", - "DEFshortened": "Def", - "SPATK": "Sp. Atk", - "SPATKshortened": "SpAtk", - "SPDEF": "Sp. Def", - "SPDEFshortened": "SpDef", - "SPD": "Speed", - "SPDshortened": "Spd" + "HP": "HP", + "HPshortened": "HP", + "ATK": "공격", + "ATKshortened": "공격", + "DEF": "방어", + "DEFshortened": "방어", + "SPATK": "특수공격", + "SPATKshortened": "특공", + "SPDEF": "특수방어", + "SPDEFshortened": "특방", + "SPD": "스피드", + "SPDshortened": "스피드" } as const; \ No newline at end of file diff --git a/src/locales/ko/starter-select-ui-handler.ts b/src/locales/ko/starter-select-ui-handler.ts index 26c875ac2ae..d397b6ebd46 100644 --- a/src/locales/ko/starter-select-ui-handler.ts +++ b/src/locales/ko/starter-select-ui-handler.ts @@ -6,27 +6,27 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; * account interactions, descriptive text, etc. */ export const starterSelectUiHandler: SimpleTranslationEntries = { - "confirmStartTeam":'Begin with these Pokémon?', - "growthRate": "Growth Rate:", - "ability": "Ability:", - "passive": "Passive:", - "nature": "Nature:", - "eggMoves": 'Egg Moves', - "start": "Start", - "addToParty": "Add to Party", - "toggleIVs": 'Toggle IVs', - "manageMoves": 'Manage Moves', - "useCandies": 'Use Candies', - "selectMoveSwapOut": "Select a move to swap out.", - "selectMoveSwapWith": "Select a move to swap with", - "unlockPassive": "Unlock Passive", - "reduceCost": "Reduce Cost", - "cycleShiny": "R: Cycle Shiny", - "cycleForm": 'F: Cycle Form', - "cycleGender": 'G: Cycle Gender', - "cycleAbility": 'E: Cycle Ability', - "cycleNature": 'N: Cycle Nature', - "cycleVariant": 'V: Cycle Variant', - "enablePassive": "Enable Passive", - "disablePassive": "Disable Passive" + "confirmStartTeam":"이 포켓몬들로 시작하시겠습니까?", + "growthRate": "성장 속도", + "ability": "특성:", + "passive": "패시브:", + "nature": "성격:", + "eggMoves": "알 기술", + "start": "시작", + "addToParty": "파티에 추가", + "toggleIVs": "개체값 토글", + "manageMoves": "기술 관리", + "useCandies": "사탕 사용", + "selectMoveSwapOut": "교체할 기술을 선택해주세요.", + "selectMoveSwapWith": "교체될 기술을 선택해주세요. 대상:", + "unlockPassive": "패시브 해금", + "reduceCost": "코스트 줄이기", + "cycleShiny": "R: 색이 다른 포켓몬 전환", + "cycleForm": 'F: 폼 전환', + "cycleGender": 'G: 암수 전환', + "cycleAbility": 'E: 특성 전환', + "cycleNature": 'N: 성격 전환', + "cycleVariant": 'V: 형태 전환', + "enablePassive": "패시브 활성화", + "disablePassive": "패시브 비활성화" } \ No newline at end of file