mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-29 04:59:16 +01:00
10 lines
276 B
TypeScript
10 lines
276 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Lotta",
|
|
"ball": "Borsa",
|
|
"pokemon": "Pokémon",
|
|
"run": "Fuga",
|
|
"actionMessage": "Cosa deve fare {{pokemonName}}?",
|
|
} as const;
|