mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-09 09:45:38 +00:00
11 lines
289 B
TypeScript
11 lines
289 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const partyUiHandler: SimpleTranslationEntries = {
|
|
"SEND_OUT": "Einwechseln",
|
|
"SUMMARY": "Bericht",
|
|
"CANCEL": "Abbrechen",
|
|
"RELEASE": "Freilassen",
|
|
"APPLY": "Anwenden",
|
|
"TEACH": "Erlernen"
|
|
} as const;
|