Apply edits to Korean translation

Re-order config.ts 3f571a36
Fix splash message attribute to fixed config 429e6635
This commit is contained in:
Mr.WaterT 2024-05-17 12:16:24 +09:00
parent f708bcd285
commit a18dc604ab
2 changed files with 11 additions and 11 deletions

View File

@ -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 { tutorial } from "./tutorial";
import { titles, trainerClasses, trainerNames } from "./trainers"; import { titles, trainerClasses, trainerNames } from "./trainers";
import { splashMessages } from "./splash-messages" import { tutorial } from "./tutorial";
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,
} }

View File

@ -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": "집에서 인피니트 퓨전을 즐겨보세요!",