mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 01:40:10 +00:00
Harvey Tindall
6b3fc3d492
Low German/Saxon (NDS) is empty entirely, which caused discord lang registration to error, so i've just filled in the name. Somebody directly translated "English (US)" into italian instead of putting Italian in italian, corrected that. Use some common sense!
53 lines
1.8 KiB
JSON
53 lines
1.8 KiB
JSON
{
|
|
"meta": {
|
|
"name": "Italiano (IT)"
|
|
},
|
|
"strings": {
|
|
"ifItWasNotYou": "Se non sei stato tu, puoi ignorare questa email.",
|
|
"helloUser": "Ciao {username},",
|
|
"reason": "Motivo"
|
|
},
|
|
"userCreated": {
|
|
"title": "Nota: Utente creato",
|
|
"aUserWasCreated": "Un utente è stato creato usando il codice {code}.",
|
|
"time": "Tempo",
|
|
"notificationNotice": "Nota: Le notifiche via email possono essere attivate nel pannello di admin."
|
|
},
|
|
"inviteExpiry": {
|
|
"title": "Nota: Invito scaduto",
|
|
"inviteExpired": "Invito scaduto.",
|
|
"expiredAt": "Il codice {code} è scaduto il {time}.",
|
|
"notificationNotice": "Nota: le e-mail di notifica possono essere attivate dal pannello di admin."
|
|
},
|
|
"passwordReset": {
|
|
"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 {date}, alle {time} UTC, che è alle {expiresInMinutes}.",
|
|
"pin": "PIN"
|
|
},
|
|
"userDeleted": {
|
|
"title": "Il tuo account è stato eliminato - Jellyfin",
|
|
"yourAccountWasDeleted": "Il tuo account di Jellyfin è stato eliminato."
|
|
},
|
|
"inviteEmail": {
|
|
"title": "Invita - Jellyfin",
|
|
"hello": "Salve",
|
|
"youHaveBeenInvited": "Sei stato inviatato su Jellyfin.",
|
|
"toJoin": "Per entrare, segui il link sotto.",
|
|
"inviteExpiry": "",
|
|
"linkButton": ""
|
|
},
|
|
"welcomeEmail": {
|
|
"title": "",
|
|
"welcome": "",
|
|
"youCanLoginWith": "",
|
|
"jellyfinURL": ""
|
|
},
|
|
"emailConfirmation": {
|
|
"title": "",
|
|
"clickBelow": "",
|
|
"confirmEmail": ""
|
|
}
|
|
}
|