[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";
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
export const partyUiHandler: SimpleTranslationEntries = {
|
export const partyUiHandler: SimpleTranslationEntries = {
|
||||||
"SEND_OUT": "Send Out",
|
"SEND_OUT": "Manda in campo",
|
||||||
"SUMMARY": "Summary",
|
"SUMMARY": "Sommario",
|
||||||
"CANCEL": "Cancel",
|
"CANCEL": "Annulla",
|
||||||
"RELEASE": "Release",
|
"RELEASE": "Rilascia",
|
||||||
"APPLY": "Apply",
|
"APPLY": "Applica",
|
||||||
"TEACH": "Teach"
|
"TEACH": "Insegna"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue