mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-27 03:07:28 +00:00
d70dd16f8c
* I18n Cleaning * pr comments * appease typedoc * moved types into src
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;
|