lemmy-translations/email/cs.json
Nutomic 0955855d96
Fix email translations (#156)
* Remove outdated notification strings

* Revert changes to updated translations

* Run formatter

* update

* fmt
2025-02-04 08:33:32 -05:00

14 lines
1 KiB
JSON

{
"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}",
"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_comment_reply_subject": "Odpověď od {username}",
"registration_approved_body": "Vaše registrace byla schválena. Vítejte na {hostname}!"
}