add new translations

This commit is contained in:
2026-05-18 00:56:00 +03:30
parent 9c83e8519f
commit d9e49e124c
16 changed files with 1829 additions and 2 deletions

22
lang/fa/passwords.php Normal file
View 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' => 'کاربری با این آدرس ایمیل پیدا نشد.',
];