mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 20:02:19 +02:00
fight-ui-handler.ts 업데이트
This commit is contained in:
parent
5fef01b123
commit
2fd9e13e24
7
src/locales/ko/fight-ui-handler.ts
Normal file
7
src/locales/ko/fight-ui-handler.ts
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
|
export const fightUiHandler: SimpleTranslationEntries = {
|
||||||
|
"pp": "PP",
|
||||||
|
"power": "위력",
|
||||||
|
"accuracy": "명중률",
|
||||||
|
} as const;
|
Loading…
Reference in New Issue
Block a user