diff options
| author | 2022-01-16 22:01:44 +0100 | |
|---|---|---|
| committer | 2022-01-16 22:01:44 +0100 | |
| commit | 48e92e2f53605353701d03ec804553a09286c2a6 (patch) | |
| tree | 4c36247fbe9be9ea1dc715e7092ab6102ee2db9f /app | |
| parent | a2fe354ccb709411d8e370c604880d45ff2795cf (diff) | |
Update user.php (#4158)
And the last one! Corrected errors and typos, unified terminology, added missing translations.
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/cz/user.php | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/app/i18n/cz/user.php b/app/i18n/cz/user.php index 0fd1b8c19..1a35c4b4d 100644 --- a/app/i18n/cz/user.php +++ b/app/i18n/cz/user.php @@ -13,42 +13,42 @@ return array( 'email' => array( 'feedback' => array( - 'invalid' => 'This email address is invalid.', // TODO - 'required' => 'An email address is required.', // TODO + 'invalid' => 'Tato e-mailová adresa je neplatná.', + 'required' => 'Je vyžadována e-mailová adresa.', ), 'validation' => array( - 'change_email' => 'You can change your email address <a href="%s">on the profile page</a>.', // TODO - 'email_sent_to' => 'We sent you an email at <strong>%s</strong>. Please follow its instructions to validate your address.', // TODO + 'change_email' => 'Svou e-mailovou adresu můžete změnit <a href="%s">na stránce profilu</a>.', + 'email_sent_to' => 'Odeslali jsme vám e-mail na <strong>%s</strong>. Postupujte podle jeho pokynů pro ověření vaší adresy.', 'feedback' => array( - 'email_failed' => 'We couldn’t send you an email because of a server configuration error.', // TODO - 'email_sent' => 'An email has been sent to your address.', // TODO - 'error' => 'Email address validation failed.', // TODO - 'ok' => 'This email address has been validated.', // TODO - 'unnecessary' => 'This email address was already validated.', // TODO - 'wrong_token' => 'This email address failed to be validated due to a wrong token.', // TODO + 'email_failed' => 'Nemohli jsme vám odeslat e-mail kvůli chybně nastavenému serveru.', + 'email_sent' => 'Na vaši adresu byl odeslán e-mail.', + 'error' => 'Ověření e-mailové adresy selhalo.', + 'ok' => 'Tato e-mailová adresa byla ověřena.', + 'unnecessary' => 'Tato e-mailová adresa již byla ověřena.', + 'wrong_token' => 'Tuto e-mailovou adresu se nepodařilo ověřit kvůli špatnému tokenu.', ), - 'need_to' => 'You need to validate your email address before being able to use %s.', // TODO - 'resend_email' => 'Resend the email', // TODO - 'title' => 'Email address validation', // TODO + 'need_to' => 'Než budete moci používat %s, musíte ověřit svou e-mailovou adresu.', + 'resend_email' => 'Znovu odeslat e-mail', + 'title' => 'Ověření e-mailové adresy', ), ), 'mailer' => array( 'email_need_validation' => array( - 'body' => 'You’ve just registered on %s, but you still need to validate your email address. For that, just follow the link:', // TODO - 'title' => 'You need to validate your account', // TODO - 'welcome' => 'Welcome %s,', // TODO + 'body' => 'Právě jste se zaregistrovali na %s, ale ještě musíte ověřit svou e-mailovou adresu. Přejděte na následující odkaz:', + 'title' => 'Musíte ověřit svůj účet', + 'welcome' => 'Vítejt, %s,', ), ), 'password' => array( - 'invalid' => 'The password is invalid.', // TODO + 'invalid' => 'Heslo je neplatné.', ), 'tos' => array( 'feedback' => array( - 'invalid' => 'You must accept the Terms of Service to be able to register.', // TODO + 'invalid' => 'Musíte přijmout Podmínky služby, abyste se mohli zaregistrovat.', ), ), 'username' => array( - 'invalid' => 'This username is invalid.', // TODO - 'taken' => 'This username, %s, is taken.', // TODO + 'invalid' => 'Toto uživatelské jméno je neplatné.', + 'taken' => 'Toto uživatelské jméno, %s, je zabráno.', ), ); |
