Skip to content

Commit

Permalink
fix: update locale
Browse files Browse the repository at this point in the history
(cherry picked from commit 5df377f)
  • Loading branch information
ShaileshInfyom committed Aug 10, 2021
1 parent 272cd80 commit 1a5b318
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions locale/en/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
12 changes: 12 additions & 0 deletions locale/fa/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@
'reset_pwd_btn' => 'تنظیم مجدد رمز عبور',
],

'confirm_passwords' => [
'title' => 'لطفا قبل از ادامه رمز خود را تأیید کنید.',
'forgot_your_password' => 'رمز عبور خود را فراموش کرده اید؟',
],

'verify_email' => [
'title' => 'آدرس ایمیل خود را تأیید کنید',
'success' => 'یک پیوند تأیید جدید به آدرس ایمیل شما ارسال شده است',
'notice' => 'قبل از ادامه ، لطفاً ایمیل خود را برای پیوند تأیید بررسی کنید. اگر ایمیل را دریافت نکردید ،',
'another_req' => 'برای درخواست مورد دیگر اینجا را کلیک کنید',
],

'emails' => [
'password' => [
'reset_link' => 'برای تغییر رمز عبور اینجا کلیک کنید',
Expand Down

0 comments on commit 1a5b318

Please sign in to comment.