Skip to content

Commit

Permalink
Merge pull request #7 from alighasemzadeh/3.x
Browse files Browse the repository at this point in the history
Check Passwords.
  • Loading branch information
cbl authored Apr 9, 2021
2 parents 723d803 + 9092fb6 commit 7cde568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/fa/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
'reset' => 'رمز عبور شما بازگردانی شد!',
'sent' => 'لینک بازگردانی رمز عبور به ایمیل شما ارسال شد.',
'throttled' => 'پیش از تلاش مجدد کمی صبر کنید.',
'token' => 'مشخصه‌ی بازگردانی رمز عبور معتبر نیست.',
'token' => 'لینک بازیابی رمز عبور معتبر نیست.',
'user' => 'ما کاربری با این نشانی ایمیل نداریم!',
'buttons' => [
'send_reset' => 'ارسال پیوند تنظیم مجدد',
'reset' => 'بازنشانی گذرواژه',
'resend' => 'دوباره بفرست',
'send_reset' => 'ارسال لینک تنظیم مجدد',
'reset' => 'بازنشانی رمز عبور',
'resend' => 'ارسال مجدد',
],
];

0 comments on commit 7cde568

Please sign in to comment.