mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-01 15:38:19 +01:00
Apply nature,growth rate lang files to Korean
This commit is contained in:
parent
cf1353b98f
commit
82879f323a
@ -24,5 +24,7 @@ export const koConfig = {
|
|||||||
pokemonStat: pokemonStat,
|
pokemonStat: pokemonStat,
|
||||||
pokemon: pokemon,
|
pokemon: pokemon,
|
||||||
starterSelectUiHandler: starterSelectUiHandler,
|
starterSelectUiHandler: starterSelectUiHandler,
|
||||||
tutorial: tutorial
|
tutorial: tutorial,
|
||||||
|
nature: nature,
|
||||||
|
growth: growth
|
||||||
}
|
}
|
||||||
10
src/locales/ko/growth.ts
Normal file
10
src/locales/ko/growth.ts
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
|
export const growth: SimpleTranslationEntries = {
|
||||||
|
"Erratic": "불규칙",
|
||||||
|
"Fast": "빠름",
|
||||||
|
"Medium_Fast": "중간 빠름",
|
||||||
|
"Medium_Slow": "중간 느림",
|
||||||
|
"Slow": "느림",
|
||||||
|
"Fluctuating": "변동"
|
||||||
|
} as const;
|
||||||
29
src/locales/ko/nature.ts
Normal file
29
src/locales/ko/nature.ts
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
|
export const nature: SimpleTranslationEntries = {
|
||||||
|
"Hardy": "노력",
|
||||||
|
"Lonely": "외로움",
|
||||||
|
"Brave": "용감",
|
||||||
|
"Adamant": "고집",
|
||||||
|
"Naughty": "개구쟁이",
|
||||||
|
"Bold": "대담",
|
||||||
|
"Docile": "온순",
|
||||||
|
"Relaxed": "무사태평",
|
||||||
|
"Impish": "장난꾸러기",
|
||||||
|
"Lax": "촐랑",
|
||||||
|
"Timid": "겁쟁이",
|
||||||
|
"Hasty": "성급",
|
||||||
|
"Serious": "성실",
|
||||||
|
"Jolly": "명랑",
|
||||||
|
"Naive": "천진난만",
|
||||||
|
"Modest": "조심",
|
||||||
|
"Mild": "의젓",
|
||||||
|
"Quiet": "냉정",
|
||||||
|
"Bashful": "수줍음",
|
||||||
|
"Rash": "덜렁",
|
||||||
|
"Calm": "차분",
|
||||||
|
"Gentle": "얌전",
|
||||||
|
"Sassy": "건방",
|
||||||
|
"Careful": "신중",
|
||||||
|
"Quirky": "변덕"
|
||||||
|
} as const;
|
||||||
Loading…
Reference in New Issue
Block a user