|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Attaque",
|
|
"ball": "Ball",
|
|
"pokemon": "Pokémon",
|
|
"run": "Fuite",
|
|
"actionMessage": "Que doit faire\n{{pokemonName}}?",
|
|
} as const; |