mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 10:51:23 +00:00
Translated using Weblate (Italian)
Currently translated at 100.0% (16 of 16 strings) Translation: Lemmy/emails Translate-URL: http://weblate.yerbamate.ml/projects/lemmy/emails/it/
This commit is contained in:
parent
9c41edb188
commit
91d91c59f3
1 changed files with 16 additions and 11 deletions
|
@ -1,13 +1,18 @@
|
|||
{
|
||||
"registration_approved_subject": "Registrazione approvata per {username}",
|
||||
"registration_approved_body": "La tua richiesta di registrazione è stata approvata. Benvenuto in {hostname}!",
|
||||
"password_reset_subject": "Password ripristinata per {username}",
|
||||
"password_reset_body": "<h1>Ripristino password richiesta da {username}</h1><br><a href={reset_link}>Clicca qui per ripristinare la sua password</a>",
|
||||
"verify_email_subject": "Verifica il tuo indirizzo email per {hostname}",
|
||||
"verify_email_body": "Per favore clicca sul link sottostante per verificare l'indirizzo email dell'account @{username}@{hostname}. Ignora questa email se questo account non è tuo.<br><br>, <a href=\"{verify_link}\">Verifica la tua email</a>",
|
||||
"email_verified_subject": "Email verificata per {username}",
|
||||
"email_verified_body": "La tua email è stata verificata.",
|
||||
"notification_post_reply_subject": "Risposta da {username}",
|
||||
"notification_post_reply_body": "<h1>Invia risposta</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>inbox</a>",
|
||||
"notification_comment_reply_subject": "Risposta da {username}"
|
||||
"registration_approved_subject": "Registrazione approvata per {username}",
|
||||
"registration_approved_body": "La tua richiesta di registrazione è stata approvata. Benvenuto in {hostname}!",
|
||||
"password_reset_subject": "Password ripristinata per {username}",
|
||||
"password_reset_body": "<h1>Ripristino password richiesta da {username}</h1><br><a href={reset_link}>Clicca qui per ripristinare la sua password</a>",
|
||||
"verify_email_subject": "Verifica il tuo indirizzo email per {hostname}",
|
||||
"verify_email_body": "Per favore clicca sul link sottostante per verificare l'indirizzo email dell'account @{username}@{hostname}. Ignora questa email se questo account non è tuo.<br><br>, <a href=\"{verify_link}\">Verifica la tua email</a>",
|
||||
"email_verified_subject": "Email verificata per {username}",
|
||||
"email_verified_body": "La tua email è stata verificata.",
|
||||
"notification_post_reply_subject": "Risposta da {username}",
|
||||
"notification_post_reply_body": "<h1>Invia risposta</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>inbox</a>",
|
||||
"notification_comment_reply_subject": "Risposta da {username}",
|
||||
"notification_comment_reply_body": "<h1>Risposta al commento</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>inbox</a>",
|
||||
"notification_private_message_body": "<h1>Messaggio privato</h1><br><div>{username} - {message_text}</div><br><a href={inbox_link}>inbox</a>",
|
||||
"notification_mentioned_by_subject": "Taggato da {username}",
|
||||
"notification_mentioned_by_body": "<h1>Qualcunǝ ti ha taggatǝ</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>inbox</a>",
|
||||
"notification_private_message_subject": "Messaggio privato da {username}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue