mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-29 21:19:18 +01:00
9 lines
283 B
TypeScript
9 lines
283 B
TypeScript
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; |