add new translations
This commit is contained in:
22
lang/fa/passwords.php
Normal file
22
lang/fa/passwords.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| outcome such as failure due to an invalid password / reset token.
|
||||
|
|
||||
*/
|
||||
|
||||
'reset' => 'رمز عبور شما بازنشانی شد.',
|
||||
'sent' => 'لینک بازنشانی رمز عبور را به ایمیل شما ارسال کردیم.',
|
||||
'throttled' => 'لطفاً قبل از تلاش دوباره کمی صبر کنید.',
|
||||
'token' => 'این توکن بازنشانی رمز عبور نامعتبر است.',
|
||||
'user' => 'کاربری با این آدرس ایمیل پیدا نشد.',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user