Add resend confirmation for admin (#7378)
* Add confirmations_controller#resend * Add tests for confirmations_controller#resend * Add translations
This commit is contained in:
committed by
Eugen Rochko
parent
8c35d163a5
commit
bd10a7e480
@ -70,6 +70,7 @@ zh-HK:
|
||||
title: 改變 %{username} 的電郵
|
||||
confirm: 確定
|
||||
confirmed: 已確定
|
||||
confirming: 確定
|
||||
demote: 降任
|
||||
disable: 停用
|
||||
disable_two_factor_authentication: 停用雙重認證
|
||||
@ -78,6 +79,7 @@ zh-HK:
|
||||
domain: 域名
|
||||
edit: 編輯
|
||||
email: 電郵地址
|
||||
email_status: 电子邮件状态
|
||||
enable: 啟用
|
||||
enabled: 已啟用
|
||||
feed_url: Feed URL
|
||||
@ -116,6 +118,10 @@ zh-HK:
|
||||
push_subscription_expires: PuSH 訂閱過期
|
||||
redownload: 更新頭像
|
||||
remove_avatar: 取消頭像
|
||||
resend_confirmation:
|
||||
already_confirmed: 该用户已被确认
|
||||
send: 重发确认邮件
|
||||
success: 确认电子邮件成功发送!
|
||||
reset: 重設
|
||||
reset_password: 重設密碼
|
||||
resubscribe: 重新訂閱
|
||||
|
Reference in New Issue
Block a user