mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 22:02:18 +02:00
Apply edits to Korean translation
Re-order config.ts3f571a36
Fix splash message attribute to fixed config429e6635
This commit is contained in:
parent
f708bcd285
commit
a18dc604ab
@ -13,10 +13,10 @@ import { nature } from "./nature";
|
|||||||
import { pokeball } from "./pokeball";
|
import { pokeball } from "./pokeball";
|
||||||
import { pokemon } from "./pokemon";
|
import { pokemon } from "./pokemon";
|
||||||
import { pokemonStat } from "./pokemon-stat";
|
import { pokemonStat } from "./pokemon-stat";
|
||||||
|
import { splashMessages } from "./splash-messages";
|
||||||
import { starterSelectUiHandler } from "./starter-select-ui-handler";
|
import { starterSelectUiHandler } from "./starter-select-ui-handler";
|
||||||
|
import { titles, trainerClasses, trainerNames } from "./trainers";
|
||||||
import { tutorial } from "./tutorial";
|
import { tutorial } from "./tutorial";
|
||||||
import { titles,trainerClasses,trainerNames } from "./trainers";
|
|
||||||
import { splashMessages } from "./splash-messages"
|
|
||||||
import { weather } from "./weather";
|
import { weather } from "./weather";
|
||||||
|
|
||||||
|
|
||||||
@ -27,20 +27,20 @@ export const koConfig = {
|
|||||||
commandUiHandler,
|
commandUiHandler,
|
||||||
egg,
|
egg,
|
||||||
fightUiHandler,
|
fightUiHandler,
|
||||||
menuUiHandler,
|
growth,
|
||||||
menu,
|
menu,
|
||||||
|
menuUiHandler,
|
||||||
|
modifierType,
|
||||||
move,
|
move,
|
||||||
|
nature,
|
||||||
pokeball,
|
pokeball,
|
||||||
pokemonStat,
|
|
||||||
pokemon,
|
pokemon,
|
||||||
|
pokemonStat,
|
||||||
|
splashMessages,
|
||||||
starterSelectUiHandler,
|
starterSelectUiHandler,
|
||||||
titles,
|
titles,
|
||||||
trainerClasses,
|
trainerClasses,
|
||||||
trainerNames,
|
trainerNames,
|
||||||
tutorial,
|
tutorial,
|
||||||
splashMessages,
|
|
||||||
nature,
|
|
||||||
growth,
|
|
||||||
weather,
|
weather,
|
||||||
modifierType,
|
|
||||||
}
|
}
|
@ -3,14 +3,14 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
export const splashMessages: SimpleTranslationEntries = {
|
export const splashMessages: SimpleTranslationEntries = {
|
||||||
"battlesWon": "전투에서 승리하세요!",
|
"battlesWon": "전투에서 승리하세요!",
|
||||||
"joinTheDiscord": "디스코드에 가입하세요!",
|
"joinTheDiscord": "디스코드에 가입하세요!",
|
||||||
"infiniteLevel": "무한한 레벨!",
|
"infiniteLevels": "무한한 레벨!",
|
||||||
"everythingStacks": "모든 것이 누적됩니다!",
|
"everythingStacks": "모든 것이 누적됩니다!",
|
||||||
"optionalSaveScumming": "원한다면 세이브 노가다를!",
|
"optionalSaveScumming": "원한다면 세이브 노가다를!",
|
||||||
"biomes": "35개의 지역!",
|
"biomes": "35개의 지역!",
|
||||||
"openSource": "오픈소스!",
|
"openSource": "오픈소스!",
|
||||||
"playWith5xSpeed": "5배속으로 플레이해봐요!",
|
"playWithSpeed": "5배속으로 플레이해봐요!",
|
||||||
"liveBugTesting": "라이브 버그 테스트!",
|
"liveBugTesting": "라이브 버그 테스트!",
|
||||||
"heavyRoR2Influence": "RoR2에 강하게 영감을 받았어요!",
|
"heavyInfluence": "RoR2에 강하게 영감을 받았어요!",
|
||||||
"pokemonRiskAndPokemonRain": "포켓몬 '리스크' 오브 포켓몬 '레인'!",
|
"pokemonRiskAndPokemonRain": "포켓몬 '리스크' 오브 포켓몬 '레인'!",
|
||||||
"nowWithMoreSalt": "이제 33% 더 과몰입 가능!",
|
"nowWithMoreSalt": "이제 33% 더 과몰입 가능!",
|
||||||
"infiniteFusionAtHome": "집에서 인피니트 퓨전을 즐겨보세요!",
|
"infiniteFusionAtHome": "집에서 인피니트 퓨전을 즐겨보세요!",
|
||||||
|
Loading…
Reference in New Issue
Block a user