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:
Andrea 2022-05-12 09:01:51 +00:00 committed by Felix Ableitner
parent 9c41edb188
commit 91d91c59f3
1 changed files with 16 additions and 11 deletions

View File

@ -9,5 +9,10 @@
"email_verified_body": "La tua email è stata verificata.", "email_verified_body": "La tua email è stata verificata.",
"notification_post_reply_subject": "Risposta da {username}", "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_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_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}"
} }