[Localization(it)] Update party-ui-handler.ts (#2269)
Translated all of the party handler sentences
This commit is contained in:
parent
fd760f42bf
commit
0f001dfd14
|
@ -1,10 +1,10 @@
|
|||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const partyUiHandler: SimpleTranslationEntries = {
|
||||
"SEND_OUT": "Send Out",
|
||||
"SUMMARY": "Summary",
|
||||
"CANCEL": "Cancel",
|
||||
"RELEASE": "Release",
|
||||
"APPLY": "Apply",
|
||||
"TEACH": "Teach"
|
||||
"SEND_OUT": "Manda in campo",
|
||||
"SUMMARY": "Sommario",
|
||||
"CANCEL": "Annulla",
|
||||
"RELEASE": "Rilascia",
|
||||
"APPLY": "Applica",
|
||||
"TEACH": "Insegna"
|
||||
} as const;
|
||||
|
|
Loading…
Reference in New Issue