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 @@ fa:
|
|||
by_domain: دامین
|
||||
confirm: تأیید
|
||||
confirmed: تأیید شد
|
||||
confirming: تأیید
|
||||
demote: تنزلدادن
|
||||
disable: غیرفعال
|
||||
disable_two_factor_authentication: غیرفعالسازی ورود دومرحلهای
|
||||
|
@ -69,6 +70,7 @@ fa:
|
|||
domain: دامین
|
||||
edit: ویرایش
|
||||
email: ایمیل
|
||||
email_status: وضعیت ایمیل
|
||||
enable: فعال
|
||||
enabled: فعال
|
||||
feed_url: نشانی فید
|
||||
|
@ -106,6 +108,10 @@ fa:
|
|||
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