-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpasswords.php
More file actions
26 lines (23 loc) · 1.07 KB
/
passwords.php
File metadata and controls
26 lines (23 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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
| has failed, such as for an invalid token or invalid new password.
|
*/
'reset' => 'رمز عبور شما بازگردانی شد!',
'sent' => 'لینک بازگردانی رمز عبور به ایمیل شما ارسال شد.',
'throttled' => 'پیش از تلاش مجدد کمی صبر کنید.',
'token' => 'لینک بازیابی رمز عبور معتبر نیست.',
'user' => 'ما کاربری با این نشانی ایمیل نداریم!',
'buttons' => [
'send_reset' => 'ارسال لینک تنظیم مجدد',
'reset' => 'بازنشانی رمز عبور',
'resend' => 'ارسال مجدد',
],
];