mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
10 lines
277 B
TypeScript
10 lines
277 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Kampf",
|
|
"ball": "Ball",
|
|
"pokemon": "Pokémon",
|
|
"run": "Fliehen",
|
|
"actionMessage": "Was soll\n{{pokemonName}} tun?",
|
|
} as const;
|