mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-03 22:57:24 +00:00
e5cd95859d
Co-authored-by: hjh <j1441257360@163.com>
7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const fightUiHandler: SimpleTranslationEntries = {
|
|
"pp": "PP",
|
|
"power": "威力",
|
|
"accuracy": "命中率",
|
|
} as const; |