pokeball.ts 업데이트

This commit is contained in:
GyeongMin Lee 2024-05-11 15:42:49 +09:00 committed by GitHub
parent fac36114bd
commit 72c8a5e5c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,10 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const pokeball: SimpleTranslationEntries = {
"pokeBall": "몬스터볼",
"greatBall": "수퍼볼",
"ultraBall": "하이퍼볼",
"rogueBall": "로그볼",
"masterBall": "마스터볼",
"luxuryBall": "럭셔리볼",
} as const;