mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-29 13:09:17 +01:00
10 lines
289 B
TypeScript
10 lines
289 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "战斗",
|
|
"ball": "精灵球",
|
|
"pokemon": "宝可梦",
|
|
"run": "逃跑",
|
|
"actionMessage": "要让\n{{pokemonName}} 做什么?",
|
|
} as const;
|