Skip to content

Commit 3e40e34

Browse files
Merge pull request #974 from InfyOmLabs/update_locale
fix: update locale
2 parents d16ea34 + 5df377f commit 3e40e34

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

locale/en/auth.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@
4848
'reset_pwd_btn' => 'Reset Password',
4949
],
5050

51+
'confirm_passwords' => [
52+
'title' => 'Please confirm your password before continuing.',
53+
'forgot_your_password' => 'Forgot Your Password?',
54+
],
55+
56+
'verify_email' => [
57+
'title' => 'Verify Your Email Address',
58+
'success' => 'A fresh verification link has been sent to your email address',
59+
'notice' => 'Before proceeding, please check your email for a verification link.If you did not receive the email,',
60+
'another_req' => 'click here to request another',
61+
],
62+
5163
'emails' => [
5264
'password' => [
5365
'reset_link' => 'Click here to reset your password',

locale/fa/auth.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@
4848
'reset_pwd_btn' => 'تنظیم مجدد رمز عبور',
4949
],
5050

51+
'confirm_passwords' => [
52+
'title' => 'لطفا قبل از ادامه رمز خود را تأیید کنید.',
53+
'forgot_your_password' => 'رمز عبور خود را فراموش کرده اید؟',
54+
],
55+
56+
'verify_email' => [
57+
'title' => 'آدرس ایمیل خود را تأیید کنید',
58+
'success' => 'یک پیوند تأیید جدید به آدرس ایمیل شما ارسال شده است',
59+
'notice' => 'قبل از ادامه ، لطفاً ایمیل خود را برای پیوند تأیید بررسی کنید. اگر ایمیل را دریافت نکردید ،',
60+
'another_req' => 'برای درخواست مورد دیگر اینجا را کلیک کنید',
61+
],
62+
5163
'emails' => [
5264
'password' => [
5365
'reset_link' => 'برای تغییر رمز عبور اینجا کلیک کنید',

0 commit comments

Comments
 (0)