mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 22:02:18 +02:00
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
This commit is contained in:
parent
ceca883c1d
commit
44832eb709
@ -19,6 +19,7 @@ import { splashMessages } from "./splash-messages";
|
||||
import { starterSelectUiHandler } from "./starter-select-ui-handler";
|
||||
import { titles, trainerClasses, trainerNames } from "./trainers";
|
||||
import { tutorial } from "./tutorial";
|
||||
import { voucher } from "./voucher";
|
||||
import { weather } from "./weather";
|
||||
|
||||
|
||||
@ -46,5 +47,6 @@ export const koConfig = {
|
||||
trainerClasses,
|
||||
trainerNames,
|
||||
tutorial,
|
||||
voucher,
|
||||
weather,
|
||||
}
|
@ -68,8 +68,9 @@ export const trainerClasses: SimpleTranslationEntries = {
|
||||
"officer": "경찰관",
|
||||
"parasol_lady": "파라솔 아가씨",
|
||||
"pilot": "파일럿",
|
||||
"pokefan": "애호가클럽",
|
||||
"pokefan_family": "애호가부부",
|
||||
"pokéfan": "애호가클럽",
|
||||
"pokéfan_female": "애호가클럽",
|
||||
"pokéfan_family": "애호가부부",
|
||||
"preschooler": "보육원아",
|
||||
"preschooler_female": "보육원아",
|
||||
"preschoolers": "보육원아",
|
||||
@ -77,6 +78,7 @@ export const trainerClasses: SimpleTranslationEntries = {
|
||||
"psychic_female": "초능력자",
|
||||
"psychics": "초능력자",
|
||||
"pokémon_ranger": "포켓몬 레인저",
|
||||
"pokémon_ranger_female": "포켓몬 레인저",
|
||||
"pokémon_rangers": "포켓몬 레인저",
|
||||
"ranger": "포켓몬 레인저",
|
||||
"restaurant_staff": "요리사", // 혹은 오너로 추정
|
||||
@ -142,7 +144,7 @@ export const trainerNames: SimpleTranslationEntries = {
|
||||
"juan": "아단",
|
||||
"roark": "강석",
|
||||
"gardenia": "유채",
|
||||
"maylene": "자도",
|
||||
"maylene": "자두",
|
||||
"crasher_wake": "맥실러",
|
||||
"fantina": "멜리사",
|
||||
"byron": "동관",
|
||||
@ -219,7 +221,6 @@ export const trainerNames: SimpleTranslationEntries = {
|
||||
"kahili": "카일리",
|
||||
"rika": "칠리",
|
||||
"poppy": "뽀삐",
|
||||
"larry_elite": "청목", // Does this really need to be an extra entry? (it is in trainer-type.ts so I added it here)
|
||||
"hassel": "팔자크",
|
||||
"crispin": "하솔",
|
||||
"amarys": "네리네",
|
||||
@ -227,7 +228,6 @@ export const trainerNames: SimpleTranslationEntries = {
|
||||
"drayton": "제빈",
|
||||
"blue": "그린",
|
||||
"red": "레드",
|
||||
"lance_champion": "목호", // Does this really need to be an extra entry? (it is in trainer-type.ts so I added it here)
|
||||
"steven": "성호",
|
||||
"wallace": "윤진",
|
||||
"cynthia": "난천",
|
||||
|
@ -13,7 +13,7 @@ export const tutorial: SimpleTranslationEntries = {
|
||||
$여기에는 다양한 다른 기능도 있으니 꼭 확인해보세요!`,
|
||||
|
||||
starterSelect: `이 화면에서 스타팅을 선택할 수 있습니다.\n이들은 당신의 첫 번째 파티 멤버들입니다.
|
||||
$포켓몬에 따라 코스트가 정해져 있어 최대 6마리까지의 파티로\n시작할 수 있지만 코스트의 총합이 10을 넘겨선 안 됩니다.
|
||||
$최대 6마리의 파티로 시작할 수 있지만\n포켓몬에 따라 코스트가 있어 총합 10을 넘겨선 안 됩니다.
|
||||
$계속 잡거나 부화시켜서\n선택할 수 있는 성별, 특성, 폼 등의 폭을 넓힐 수 있습니다.
|
||||
$개체값도 점점 누적되어 높아지므로,\n같은 포켓몬을 많이 잡아보세요!`,
|
||||
|
||||
|
11
src/locales/ko/voucher.ts
Normal file
11
src/locales/ko/voucher.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const voucher: SimpleTranslationEntries = {
|
||||
"vouchers": "바우처",
|
||||
"eggVoucher": "에그 바우처",
|
||||
"eggVoucherPlus": "에그 바우처 플러스",
|
||||
"eggVoucherPremium": "에그 바우처 프리미엄",
|
||||
"eggVoucherGold": "에그 바우처 골드",
|
||||
"locked": "미획득",
|
||||
"defeatTrainer" : "{{trainerName}}에게 승리",
|
||||
} as const;
|
@ -80,6 +80,10 @@ const languageSettings: { [key: string]: LanguageSetting } = {
|
||||
instructionTextSize: '38px',
|
||||
starterInfoXPos: 32,
|
||||
},
|
||||
"ko":{
|
||||
starterInfoTextSize: '52px',
|
||||
instructionTextSize: '38px',
|
||||
}
|
||||
}
|
||||
|
||||
const starterCandyCosts: { passive: integer, costReduction: [integer, integer] }[] = [
|
||||
|
Loading…
Reference in New Issue
Block a user