Update Korean locale up to date

Larry and Lance are now unique 93dee06e
Trainer names errors about 'poké' 49adedbc, 13f2cafe
Wrong text edit for maylene
  trainers.ts
Egg voucher translation 7216990d
  config.ts, voucher.ts
Cleanup starter select ui handler ca1ae4b5, b95a59c0
  starter-select-ui-handler.ts
Correct text overflow
  tutorial.ts
This commit is contained in:
Mr.WaterT 2024-05-21 16:09:28 +09:00
parent ceca883c1d
commit 44832eb709
5 changed files with 23 additions and 6 deletions

View File

@ -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,
}

View File

@ -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": "난천",

View File

@ -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
View 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;

View File

@ -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] }[] = [