battle.ts 업데이트

This commit is contained in:
GyeongMin Lee 2024-05-11 14:52:46 +09:00 committed by GitHub
parent f3087827e3
commit 317241e134
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

9
src/locales/ko/battle.ts Normal file
View File

@ -0,0 +1,9 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const commandUiHandler: SimpleTranslationEntries = {
"fight": "싸운다",
"ball": "몬스터볼",
"pokemon": "포켓몬",
"run": "도망친다",
"actionMessage": "{{pokemonName}}은(는)\n무엇을 할까?",
} as const;