|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Luchar",
|
|
"ball": "Balls",
|
|
"pokemon": "Pokémon",
|
|
"run": "Huir",
|
|
"actionMessage": "¿Qué debería\nhacer {{pokemonName}}?",
|
|
} as const; |