mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-06 18:09:10 +00:00
10 lines
287 B
TypeScript
10 lines
287 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "戰鬥",
|
|
"ball": "精靈球",
|
|
"pokemon": "寶可夢",
|
|
"run": "逃跑",
|
|
"actionMessage": "要讓\n{{pokemonName}} 做甚麼?",
|
|
} as const;
|