mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-13 17:16:19 +00:00
9 lines
283 B
TypeScript
9 lines
283 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
|
||
|
export const commandUiHandler: SimpleTranslationEntries = {
|
||
|
"fight": "Lutar",
|
||
|
"ball": "Bolas",
|
||
|
"pokemon": "Pokémon",
|
||
|
"run": "Fugir",
|
||
|
"actionMessage": "O que {{pokemonName}}\ndeve fazer?",
|
||
|
} as const;
|