Cleanup Korean locale files

Indentation for pokemon and starter-select-ui-handler
Make config shoft
pull/737/head
Mr.WaterT 2024-05-13 05:31:08 +09:00
parent c5937340b3
commit 20293d8c6b
3 changed files with 1119 additions and 1119 deletions

View File

@ -15,18 +15,18 @@ import { tutorial } from "./tutorial";
export const koConfig = {
ability: ability,
battle: battle,
commandUiHandler: commandUiHandler,
fightUiHandler: fightUiHandler,
menuUiHandler: menuUiHandler,
menu: menu,
move: move,
pokeball: pokeball,
pokemonStat: pokemonStat,
pokemon: pokemon,
starterSelectUiHandler: starterSelectUiHandler,
tutorial: tutorial,
nature: nature,
growth: growth
ability,
battle,
commandUiHandler,
fightUiHandler,
menuUiHandler,
menu,
move,
pokeball,
pokemonStat,
pokemon,
starterSelectUiHandler,
tutorial,
nature,
growth
}

File diff suppressed because it is too large Load Diff

View File

@ -6,27 +6,27 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
* account interactions, descriptive text, etc.
*/
export const starterSelectUiHandler: SimpleTranslationEntries = {
"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": "패시브 비활성화"
"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": "패시브 비활성화"
}