Add resend confirmation for admin (#7378)
* Add confirmations_controller#resend * Add tests for confirmations_controller#resend * Add translations
This commit is contained in:
parent
8c35d163a5
commit
bd10a7e480
35 changed files with 251 additions and 4 deletions
|
@ -70,6 +70,7 @@ sk:
|
|||
title: Zmeň email pre %{username}
|
||||
confirm: Potvrdiť
|
||||
confirmed: Potvrdený
|
||||
confirming: Potvrdzujúci
|
||||
demote: Degradovať
|
||||
disable: Zablokovať
|
||||
disable_two_factor_authentication: Zakázať 2FA
|
||||
|
@ -78,6 +79,7 @@ sk:
|
|||
domain: Doména
|
||||
edit: Upraviť
|
||||
email: Email
|
||||
email_status: Stav Email
|
||||
enable: Povoliť
|
||||
enabled: Povolený
|
||||
feed_url: URL časovej osi
|
||||
|
@ -116,6 +118,10 @@ sk:
|
|||
push_subscription_expires: PuSH odoberanie expiruje
|
||||
redownload: Obnoviť avatar
|
||||
remove_avatar: Odstrániť avatár
|
||||
resend_confirmation:
|
||||
already_confirmed: Tento používateľ už bol potvrdený
|
||||
send: Znova odoslať potvrdzovací e-mail
|
||||
success: Potvrdený e-mail bol úspešne odoslaný!
|
||||
reset: Reset
|
||||
reset_password: Obnoviť heslo
|
||||
resubscribe: Znovu odoberať
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue