mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-28 20:49:19 +01:00
9 lines
279 B
TypeScript
9 lines
279 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Lotta",
|
|
"ball": "Borsa",
|
|
"pokemon": "Pokémon",
|
|
"run": "Fuga",
|
|
"actionMessage": "Cosa deve fare {{pokemonName}}?",
|
|
} as const; |