mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 20:02:19 +02:00
pokeball.ts 업데이트
This commit is contained in:
parent
fac36114bd
commit
72c8a5e5c8
10
src/locales/ko/pokeball.ts
Normal file
10
src/locales/ko/pokeball.ts
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
|
export const pokeball: SimpleTranslationEntries = {
|
||||||
|
"pokeBall": "몬스터볼",
|
||||||
|
"greatBall": "수퍼볼",
|
||||||
|
"ultraBall": "하이퍼볼",
|
||||||
|
"rogueBall": "로그볼",
|
||||||
|
"masterBall": "마스터볼",
|
||||||
|
"luxuryBall": "럭셔리볼",
|
||||||
|
} as const;
|
Loading…
Reference in New Issue
Block a user