mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-19 07:20:57 +00:00
9 lines
280 B
TypeScript
9 lines
280 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Kampf",
|
|
"ball": "Ball",
|
|
"pokemon": "Pokémon",
|
|
"run": "Fliehen",
|
|
"actionMessage": "Was soll\n{{pokemonName}} tun?",
|
|
} as const; |