diff --git a/locale/en/auth.php b/locale/en/auth.php index 23f0cb8fb..9737bc26c 100644 --- a/locale/en/auth.php +++ b/locale/en/auth.php @@ -48,6 +48,18 @@ 'reset_pwd_btn' => 'Reset Password', ], + 'confirm_passwords' => [ + 'title' => 'Please confirm your password before continuing.', + 'forgot_your_password' => 'Forgot Your Password?', + ], + + 'verify_email' => [ + 'title' => 'Verify Your Email Address', + 'success' => 'A fresh verification link has been sent to your email address', + 'notice' => 'Before proceeding, please check your email for a verification link.If you did not receive the email,', + 'another_req' => 'click here to request another', + ], + 'emails' => [ 'password' => [ 'reset_link' => 'Click here to reset your password', diff --git a/locale/fa/auth.php b/locale/fa/auth.php index 7af771314..dfa16eca3 100644 --- a/locale/fa/auth.php +++ b/locale/fa/auth.php @@ -48,6 +48,18 @@ 'reset_pwd_btn' => 'تنظیم مجدد رمز عبور', ], + 'confirm_passwords' => [ + 'title' => 'لطفا قبل از ادامه رمز خود را تأیید کنید.', + 'forgot_your_password' => 'رمز عبور خود را فراموش کرده اید؟', + ], + + 'verify_email' => [ + 'title' => 'آدرس ایمیل خود را تأیید کنید', + 'success' => 'یک پیوند تأیید جدید به آدرس ایمیل شما ارسال شده است', + 'notice' => 'قبل از ادامه ، لطفاً ایمیل خود را برای پیوند تأیید بررسی کنید. اگر ایمیل را دریافت نکردید ،', + 'another_req' => 'برای درخواست مورد دیگر اینجا را کلیک کنید', + ], + 'emails' => [ 'password' => [ 'reset_link' => 'برای تغییر رمز عبور اینجا کلیک کنید',