From 19590d9d7c6b670e2a0826a87033958c717f616a Mon Sep 17 00:00:00 2001 From: GyeongMin Lee <59150207+gyeongent@users.noreply.github.com> Date: Sun, 12 May 2024 08:31:30 +0900 Subject: [PATCH] =?UTF-8?q?starter-select-ui-handler.ts=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ko/starter-select-ui-handler.ts | 44 ++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/locales/ko/starter-select-ui-handler.ts b/src/locales/ko/starter-select-ui-handler.ts index c7595cb2f95..6e5cff9c8fd 100644 --- a/src/locales/ko/starter-select-ui-handler.ts +++ b/src/locales/ko/starter-select-ui-handler.ts @@ -7,26 +7,26 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; */ 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" + "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