mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 20:32:17 +02:00
Cleanup Korean locale files
Indentation for pokemon and starter-select-ui-handler Make config shoft
This commit is contained in:
parent
c5937340b3
commit
20293d8c6b
@ -15,18 +15,18 @@ import { tutorial } from "./tutorial";
|
|||||||
|
|
||||||
|
|
||||||
export const koConfig = {
|
export const koConfig = {
|
||||||
ability: ability,
|
ability,
|
||||||
battle: battle,
|
battle,
|
||||||
commandUiHandler: commandUiHandler,
|
commandUiHandler,
|
||||||
fightUiHandler: fightUiHandler,
|
fightUiHandler,
|
||||||
menuUiHandler: menuUiHandler,
|
menuUiHandler,
|
||||||
menu: menu,
|
menu,
|
||||||
move: move,
|
move,
|
||||||
pokeball: pokeball,
|
pokeball,
|
||||||
pokemonStat: pokemonStat,
|
pokemonStat,
|
||||||
pokemon: pokemon,
|
pokemon,
|
||||||
starterSelectUiHandler: starterSelectUiHandler,
|
starterSelectUiHandler,
|
||||||
tutorial: tutorial,
|
tutorial,
|
||||||
nature: nature,
|
nature,
|
||||||
growth: growth
|
growth
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
@ -6,27 +6,27 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
* account interactions, descriptive text, etc.
|
* account interactions, descriptive text, etc.
|
||||||
*/
|
*/
|
||||||
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
||||||
"confirmStartTeam":"이 포켓몬들로 시작하시겠습니까?",
|
"confirmStartTeam":"이 포켓몬들로 시작하시겠습니까?",
|
||||||
"growthRate": "성장 속도",
|
"growthRate": "성장 속도",
|
||||||
"ability": "특성:",
|
"ability": "특성:",
|
||||||
"passive": "패시브:",
|
"passive": "패시브:",
|
||||||
"nature": "성격:",
|
"nature": "성격:",
|
||||||
"eggMoves": "알 기술",
|
"eggMoves": "알 기술",
|
||||||
"start": "시작",
|
"start": "시작",
|
||||||
"addToParty": "파티에 추가",
|
"addToParty": "파티에 추가",
|
||||||
"toggleIVs": "개체값 토글",
|
"toggleIVs": "개체값 토글",
|
||||||
"manageMoves": "기술 관리",
|
"manageMoves": "기술 관리",
|
||||||
"useCandies": "사탕 사용",
|
"useCandies": "사탕 사용",
|
||||||
"selectMoveSwapOut": "교체할 기술을 선택해주세요.",
|
"selectMoveSwapOut": "교체할 기술을 선택해주세요.",
|
||||||
"selectMoveSwapWith": "교체될 기술을 선택해주세요. 대상:",
|
"selectMoveSwapWith": "교체될 기술을 선택해주세요. 대상:",
|
||||||
"unlockPassive": "패시브 해금",
|
"unlockPassive": "패시브 해금",
|
||||||
"reduceCost": "코스트 줄이기",
|
"reduceCost": "코스트 줄이기",
|
||||||
"cycleShiny": "R: 색이 다른 포켓몬 전환",
|
"cycleShiny": "R: 색이 다른 포켓몬 전환",
|
||||||
"cycleForm": 'F: 폼 전환',
|
"cycleForm": 'F: 폼 전환',
|
||||||
"cycleGender": 'G: 암수 전환',
|
"cycleGender": 'G: 암수 전환',
|
||||||
"cycleAbility": 'E: 특성 전환',
|
"cycleAbility": 'E: 특성 전환',
|
||||||
"cycleNature": 'N: 성격 전환',
|
"cycleNature": 'N: 성격 전환',
|
||||||
"cycleVariant": 'V: 형태 전환',
|
"cycleVariant": 'V: 형태 전환',
|
||||||
"enablePassive": "패시브 활성화",
|
"enablePassive": "패시브 활성화",
|
||||||
"disablePassive": "패시브 비활성화"
|
"disablePassive": "패시브 비활성화"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user