passwords.php
822 Bytes
<?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.
|
*/
'password' => 'Parolalar en az altı karakter olmalıdır ve onayla eşleşmelidir.',
'reset' => 'Şifreniz sıfırlandı!',
'sent' => 'Parola sıfırlama bağlantınızı e-posta ile gönderdik!',
'token' => 'Bu parola sıfırlama simgesi geçersiz.',
'user' => 'Bu e-posta adresine sahip bir kullanıcı bulamıyoruz.',
];