mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-03 22:57:24 +00:00
8 lines
195 B
TypeScript
8 lines
195 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
|
||
|
export const fightUiHandler: SimpleTranslationEntries = {
|
||
|
"pp": "PP",
|
||
|
"power": "위력",
|
||
|
"accuracy": "명중률",
|
||
|
} as const;
|