From 72c8a5e5c89534d4a1cda5e9ff6bb935f3bafcae Mon Sep 17 00:00:00 2001 From: GyeongMin Lee <59150207+gyeongent@users.noreply.github.com> Date: Sat, 11 May 2024 15:42:49 +0900 Subject: [PATCH] =?UTF-8?q?pokeball.ts=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ko/pokeball.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/locales/ko/pokeball.ts diff --git a/src/locales/ko/pokeball.ts b/src/locales/ko/pokeball.ts new file mode 100644 index 00000000000..fc1d5ac6d00 --- /dev/null +++ b/src/locales/ko/pokeball.ts @@ -0,0 +1,10 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const pokeball: SimpleTranslationEntries = { + "pokeBall": "몬스터볼", + "greatBall": "수퍼볼", + "ultraBall": "하이퍼볼", + "rogueBall": "로그볼", + "masterBall": "마스터볼", + "luxuryBall": "럭셔리볼", +} as const; \ No newline at end of file