mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-29 04:07:09 +00:00
11 lines
283 B
TypeScript
11 lines
283 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
|
||
|
export const partyUiHandler: SimpleTranslationEntries = {
|
||
|
"SEND_OUT": "Einwechseln",
|
||
|
"SUMMARY": "Bericht",
|
||
|
"CANCEL": "Abbrechen",
|
||
|
"RELEASE": "Freilassen",
|
||
|
"APPLY": "Anwenden",
|
||
|
"TEACH": "Erlernen"
|
||
|
} as const;
|