fight-ui-handler.ts 업데이트

This commit is contained in:
GyeongMin Lee 2024-05-11 15:35:26 +09:00 committed by GitHub
parent 5fef01b123
commit 2fd9e13e24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,7 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "위력",
"accuracy": "명중률",
} as const;