From 1a5b318de6b91273d3e1425171f94037bbcc0b89 Mon Sep 17 00:00:00 2001 From: shailesh_infyom Date: Mon, 12 Jul 2021 11:13:18 +0530 Subject: [PATCH] fix: update locale (cherry picked from commit 5df377fd77e7f38baae337ddc6cb46d39c2a2e66) --- locale/en/auth.php | 12 ++++++++++++ locale/fa/auth.php | 12 ++++++++++++ 2 files changed, 24 insertions(+) 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' => 'برای تغییر رمز عبور اینجا کلیک کنید',