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
|
@ -61,6 +61,7 @@ zh-CN:
|
|||
by_domain: 域名
|
||||
confirm: 确认
|
||||
confirmed: 已确认
|
||||
confirming: 确认
|
||||
demote: 降任
|
||||
disable: 停用
|
||||
disable_two_factor_authentication: 停用双重认证
|
||||
|
@ -69,6 +70,7 @@ zh-CN:
|
|||
domain: 域名
|
||||
edit: 编辑
|
||||
email: 电子邮件地址
|
||||
email_status: 电子邮件状态
|
||||
enable: 启用
|
||||
enabled: 已启用
|
||||
feed_url: 订阅 URL
|
||||
|
@ -106,6 +108,10 @@ zh-CN:
|
|||
public: 公开页面
|
||||
push_subscription_expires: PuSH 订阅过期时间
|
||||
redownload: 刷新头像
|
||||
resend_confirmation:
|
||||
already_confirmed: 该用户已被确认
|
||||
send: 重发确认邮件
|
||||
success: 确认电子邮件成功发送!
|
||||
reset: 重置
|
||||
reset_password: 重置密码
|
||||
resubscribe: 重新订阅
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue