forked from alexjustesen/speedtest-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpasswords.php
More file actions
23 lines (19 loc) · 882 Bytes
/
passwords.php
File metadata and controls
23 lines (19 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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' => 'Parolanız sıfırlandı!',
'sent' => 'Parola sıfırlama bağlantınızı e-postayla gönderdik!',
'password' => 'Şifre ve onay aynı olmalı ve en az altı karakter uzunluğunda olmalıdır.',
'throttled' => 'Tekrar denemeden önce lütfen bekleyin.',
'token' => 'Bu parola sıfırlama anahtarı geçersiz.',
'user' => 'Bu e-posta adresine sahip bir kullanıcı bulamadık.',
];