mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-13 09:06:07 +00:00
11 lines
268 B
TypeScript
11 lines
268 B
TypeScript
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
|
||
|
export const partyUiHandler: SimpleTranslationEntries = {
|
||
|
"SEND_OUT": "Send Out",
|
||
|
"SUMMARY": "Summary",
|
||
|
"CANCEL": "Cancel",
|
||
|
"RELEASE": "Release",
|
||
|
"APPLY": "Apply",
|
||
|
"TEACH": "Teach"
|
||
|
} as const;
|