starter-select-ui-handler.ts 업데이트

This commit is contained in:
GyeongMin Lee 2024-05-12 08:31:30 +09:00 committed by GitHub
parent 8513e4b8f4
commit 19590d9d7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": "숨겨진 특성 비활성화"
}