1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-30 13:27:47 +02:00

Translated using Weblate (Italian)

Currently translated at 71.8% (23 of 32 strings)

Translation: jfa-go/Emails
Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/emails/it/
This commit is contained in:
frankwalter1301 2021-02-14 15:50:35 +00:00 committed by Weblate
parent a3cf498e15
commit deb364a8bd

View File

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