pokeball.ts 업데이트
parent
fac36114bd
commit
72c8a5e5c8
|
|
@ -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