mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-02 14:32:18 +02:00
* Add korean locale without translation * Translate ability,move,pokemon to Korean * Translate miscellaneous to Korean * Add Accuracy in the fight ui to Korean * Apply nature,growth rate lang files to Korean * Add missed file import to Korean config.ts * Add font and its license for Korean then Apply it pokemon-dppt from FontStruction and its license * Translate any other lang file to Korean * Cleanup Korean locale files Indentation for pokemon and starter-select-ui-handler Make config shoft * Update Korean translation for the latest commits ToggleSize dependencye4d3f73d
, + Align togglesize locale text Frisk description6d73500a
Starter select UI34a4f869
,74ee3329
Add ability triggers locale file1c56efc8
Zippy Zap description4e279224
* Implement locale font loading Revert multiple font usage from stylefe7fe845
Dynamic font loading on language changed * Translate new localization parts to Korean Return to title become save and quit menu-ui-handler.tsac2e7812
Generation text added starter-select-ui-handler.tsafcffab9
Missing translations for learning move battles.ts:countdownPoof, learnMoveAnd44c0d29c
Weather & evolution texts translated config.ts, weather.ts, menu.tsb8dff030
Added modifier type file for item translate config.ts, modifier-type.tsb5ae8330
,b82b8c31
Egg gatcha machine is now Korean config.ts, egg.ts975d1ed5
Add splash message literals to locales config.ts, splash-messages.ts8dce9fa2
Trainers are also localized config.ts, trainers.tsb06190c4
,7f003d46
,364b19df
Double battle trainers appeared battle.ts:trainerAppearedDoublef1e97f3b
* Small patches to Korean translations Include generation consistency (learnMovePrompt, eggHatching), wrong space (learnMoveReplaceQuestion), missing word (learnMoveNotLearned), match to modifier-type.ts (ivScannerUseQuestion), and match to english and else (bossAppeared) * Apply edits to Korean translation Re-order config.ts3f571a36
Fix splash message attribute to fixed config429e6635
* Corrections and new text for Korean translations Trainer misstypo correction0cd305d7
trainer.ts BerryType localization25014208
config.ts, berry.ts IV scanner updated96af567c
config.ts, battle-message-ui-handler.ts Melt stat and type into info3cc9c93
config.ts, modifier-type.ts pokemon-stat.ts -> pokemon-info.ts * Update Korean locale up to date Larry and Lance are now unique93dee06e
Trainer names errors about 'poké'49adedbc
,13f2cafe
Wrong text edit for maylene trainers.ts Egg voucher translation7216990d
config.ts, voucher.ts Cleanup starter select ui handlerca1ae4b5
,b95a59c0
starter-select-ui-handler.ts Correct text overflow tutorial.ts * Modify loadFont to fit in nonExplicitSupportedLngs 'ko-KR' or 'ko' is loaded browser by browser, in any case font will be loaded. * Update Korean translations * Apply updated text Berry pouch8b4aa872
modifier-type.ts Acrobatics0d614526
move.ts failedToLoadSaveData32fadf8c
menu.ts HoneyGathercaeb22c2
ability.ts * Apply added Text Plates and Memoriesf914b8fe
modifier-type.ts trainerSendOut, moneyWon, partyFull79af1152
battle.ts gym_leader_double, champion_double, Double Names aaa95ebe elite_four_female, champion_femaleac2f7755
trainers.ts * Apply new locale category implement Biomesde1c2b2b
config.ts, biome.ts Trainer dialogueac2f7755
,d23d8356
config.ts, dialogue.ts Statistics6d2b8ef2
config.ts, game-stats-ui-handler Info Containerfb26b6d5
config.ts, pokemon-info-container.ts * Recover coding style include 2-space-indentation * Add Korean Font No more license text file * Add missing config to Korean * Fix ESLint failure on Korean * Fix ESLint failure on Korean 2 * Update to Main Localization Changes --------- Co-authored-by: Benjamin Odom <bennybroseph@gmail.com>
52 lines
2.7 KiB
TypeScript
52 lines
2.7 KiB
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
/**
|
|
* The menu namespace holds most miscellaneous text that isn't directly part of the game's
|
|
* contents or directly related to Pokemon data. This includes menu navigation, settings,
|
|
* account interactions, descriptive text, etc.
|
|
*/
|
|
export const menu: SimpleTranslationEntries = {
|
|
"cancel": "취소",
|
|
"continue": "계속하기",
|
|
"dailyRun": "데일리 런 (베타)",
|
|
"loadGame": "불러오기",
|
|
"newGame": "새 게임",
|
|
"selectGameMode": "게임 모드를 선택해주세요.",
|
|
"logInOrCreateAccount": "로그인 또는 등록을 해 주세요. 개인정보를 요구하지 않습니다!",
|
|
"username": "이름",
|
|
"password": "비밀번호",
|
|
"login": "로그인",
|
|
"register": "등록",
|
|
"emptyUsername": "이름은 비워둘 수 없습니다",
|
|
"invalidLoginUsername": "사용할 수 없는 이름입니다",
|
|
"invalidRegisterUsername": "이름은 알파벳, 숫자, 언더바(_)만 사용할 수 있습니다",
|
|
"invalidLoginPassword": "사용할 수 없는 비밀번호입니다",
|
|
"invalidRegisterPassword": "비밀번호는 여섯글자 이상이어야 합니다",
|
|
"usernameAlreadyUsed": "이미 사용중인 이름입니다",
|
|
"accountNonExistent": "등록되지 않은 이름입니다",
|
|
"unmatchingPassword": "비밀번호가 틀립니다",
|
|
"passwordNotMatchingConfirmPassword": "비밀번호가 일치하지 않습니다",
|
|
"confirmPassword": "비밀번호 재입력",
|
|
"registrationAgeWarning": "13세 이상입니다.",
|
|
"backToLogin": "로그인 화면으로",
|
|
"failedToLoadSaveData": "데이터를 불러올 수 없었습니다. 페이지를 새로고침해주세요.\n문제가 지속된다면, 디스코드 #Announcements 채널을 확인해주세요.",
|
|
"sessionSuccess": "세션 불러오기 성공.",
|
|
"failedToLoadSession": "세션을 불러올 수 없었습니다.\n파일이 손상되었을 수 있습니다.",
|
|
"boyOrGirl": "너는 남자니?\n아니면 여자니?",
|
|
"boy": "남자",
|
|
"girl": "여자",
|
|
"evolving": "…오잉!?\n{{pokemonName}}의 모습이…!",
|
|
"stoppedEvolving": "얼라리…?\n{{pokemonName}}의 변화가 멈췄다!",
|
|
"pauseEvolutionsQuestion": "{{pokemonName}}를(을) 진화하지 않게 만드시겠습니까?\n포켓몬 화면에서 다시 활성화시킬 수 있습니다.",
|
|
"evolutionsPaused": "{{pokemonName}}의 진화가 비활성화되었다.",
|
|
"evolutionDone": "축하합니다! {{pokemonName}}(는)은\n{{evolvedPokemonName}}(으)로 진화했습니다!",
|
|
"dailyRankings": "일간 랭킹",
|
|
"weeklyRankings": "주간 랭킹",
|
|
"noRankings": "랭킹 정보 없음",
|
|
"loading": "로딩 중…",
|
|
"playersOnline": "플레이어 온라인",
|
|
"empty":"빈 슬롯",
|
|
"yes":"예",
|
|
"no":"아니오",
|
|
} as const;
|