|
|
|
@ -1,40 +1,40 @@
|
|
|
|
|
{
|
|
|
|
|
"meta": {
|
|
|
|
|
"name": ""
|
|
|
|
|
"name": "Italiano (IT)"
|
|
|
|
|
},
|
|
|
|
|
"strings": {
|
|
|
|
|
"ifItWasNotYou": "",
|
|
|
|
|
"helloUser": ""
|
|
|
|
|
"ifItWasNotYou": "Se non sei stato tu, puoi ignorare questa email.",
|
|
|
|
|
"helloUser": "Ciao {n},"
|
|
|
|
|
},
|
|
|
|
|
"userCreated": {
|
|
|
|
|
"title": "",
|
|
|
|
|
"aUserWasCreated": "",
|
|
|
|
|
"time": "",
|
|
|
|
|
"notificationNotice": ""
|
|
|
|
|
"title": "Nota: Utente creato",
|
|
|
|
|
"aUserWasCreated": "Un utente è stato creato usando il codice {n}.",
|
|
|
|
|
"time": "Tempo",
|
|
|
|
|
"notificationNotice": "Nota: Le notifiche via email possono essere attivate nel pannello di admin."
|
|
|
|
|
},
|
|
|
|
|
"inviteExpiry": {
|
|
|
|
|
"title": "",
|
|
|
|
|
"inviteExpired": "",
|
|
|
|
|
"expiredAt": "",
|
|
|
|
|
"notificationNotice": ""
|
|
|
|
|
"title": "Nota: Invito scaduto",
|
|
|
|
|
"inviteExpired": "Invito scaduto.",
|
|
|
|
|
"expiredAt": "Il codice {n} è scaduto il {n}.",
|
|
|
|
|
"notificationNotice": "Nota: le e-mail di notifica possono essere attivate dal pannello di admin."
|
|
|
|
|
},
|
|
|
|
|
"passwordReset": {
|
|
|
|
|
"title": "",
|
|
|
|
|
"someoneHasRequestedReset": "",
|
|
|
|
|
"ifItWasYou": "",
|
|
|
|
|
"codeExpiry": "",
|
|
|
|
|
"pin": ""
|
|
|
|
|
"title": "Richiesto un reset della password - Jellyfin",
|
|
|
|
|
"someoneHasRequestedReset": "Qualcuno ha recentemente richiesto un reset della password su Jellyfin.",
|
|
|
|
|
"ifItWasYou": "Se sei stato tu, scrivi il PIN sotto alla richiesta.",
|
|
|
|
|
"codeExpiry": "Il codice scadrà in {n}, alle {n} UTC, che è alle {n}.",
|
|
|
|
|
"pin": "PIN"
|
|
|
|
|
},
|
|
|
|
|
"userDeleted": {
|
|
|
|
|
"title": "",
|
|
|
|
|
"yourAccountWasDeleted": "",
|
|
|
|
|
"reason": ""
|
|
|
|
|
"title": "Il tuo account è stato eliminato - Jellyfin",
|
|
|
|
|
"yourAccountWasDeleted": "Il tuo account di Jellyfin è stato eliminato.",
|
|
|
|
|
"reason": "Motivo"
|
|
|
|
|
},
|
|
|
|
|
"inviteEmail": {
|
|
|
|
|
"title": "",
|
|
|
|
|
"hello": "",
|
|
|
|
|
"youHaveBeenInvited": "",
|
|
|
|
|
"toJoin": "",
|
|
|
|
|
"title": "Invita - Jellyfin",
|
|
|
|
|
"hello": "Salve",
|
|
|
|
|
"youHaveBeenInvited": "Sei stato inviatato su Jellyfin.",
|
|
|
|
|
"toJoin": "Per entrare, segui il link sotto.",
|
|
|
|
|
"inviteExpiry": "",
|
|
|
|
|
"linkButton": ""
|
|
|
|
|
},
|
|
|
|
|