From 317241e1340a1c802b67bd59dd123a4ec487120c Mon Sep 17 00:00:00 2001 From: GyeongMin Lee <59150207+gyeongent@users.noreply.github.com> Date: Sat, 11 May 2024 14:52:46 +0900 Subject: [PATCH] =?UTF-8?q?battle.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/battle.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/locales/ko/battle.ts diff --git a/src/locales/ko/battle.ts b/src/locales/ko/battle.ts new file mode 100644 index 00000000000..aef91577cd4 --- /dev/null +++ b/src/locales/ko/battle.ts @@ -0,0 +1,9 @@ +import { SimpleTranslationEntries } from "#app/plugins/i18n"; + +export const commandUiHandler: SimpleTranslationEntries = { + "fight": "싸운다", + "ball": "몬스터볼", + "pokemon": "포켓몬", + "run": "도망친다", + "actionMessage": "{{pokemonName}}은(는)\n무엇을 할까?", +} as const; \ No newline at end of file