Translated using Weblate (Czech)

Currently translated at 60.0% (15 of 25 strings)

Translation: Lemmy/emails
Translate-URL: http://weblate.join-lemmy.org/projects/lemmy/emails/cs/
This commit is contained in:
Tomas Brabenec 2023-08-08 16:15:25 +00:00 committed by Weblate
parent b122306e52
commit f197038386
1 changed files with 17 additions and 1 deletions

View File

@ -1 +1,17 @@
{}
{
"registration_approved_subject": "Registrace uživatele {username} byla schválena",
"registration_denied": "Registrace zamítnuta",
"registration_denied_subject": "Registrace uživatele {username} byla zamítnuta",
"registration_denied_body": "Vaše registrace na {hostname} byla zamítnuta.",
"password_reset_subject": "Obnovení hesla pro {username}",
"password_reset_body": "<h1>Žádost o obnovení hesla pro {username}</h1><br><a href=\"{reset_link}\">Klikněte zde pro obnovení hesla</a>",
"verify_email_subject": "Ověřte svoji e-mailovou adresu pro {hostname}",
"email_verified_subject": "E-mail ověřen pro {username}",
"email_verified_body": "Váš e-mail byl ověřen.",
"verify_email_body": "Prosím, klikněte na odkaz níže, pro ověření vaší e-mailové adresy k účtu @{username}@{hostname}. Ignorujte tento e-mail, pokud účet není váš.<br><br><a href=\"{verify_link}\">Ověřte váš e-mail</a>",
"notification_post_reply_subject": "Odpověď od {username}",
"notification_post_reply_body": "<h1>Poslat odpověď</h1><br><div>{username} - {comment_text}</div><br><a href=\"{inbox_link}\">doručená pošta</a>",
"notification_comment_reply_subject": "Odpověď od {username}",
"registration_approved_body": "Vaše registrace byla schválena. Vítejte na {hostname}!",
"registration_denied_reason_body": "Vaše registrace na {hostname} byla zamítnuta.<br>Byl uveden následující důvod:<br><br>\"{deny_reason}\""
}