Heimdall/resources/lang/tr/passwords.php

23 lines
815 B
PHP
Raw Normal View History

2018-02-07 22:21:41 +00:00
<?php
2018-02-07 23:08:12 +00:00
2018-02-07 22:21:41 +00:00
return [
2018-02-07 23:08:12 +00:00
2018-02-07 22:21:41 +00:00
/*
|--------------------------------------------------------------------------
| 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.
|
*/
2018-02-07 23:08:12 +00:00
2018-02-07 22:21:41 +00:00
'password' => 'Şifre en az altı karakter olmalı ve onaylamasına uymalıdır.',
'reset' => 'Şifreniz sıfırlandı!',
2018-02-07 23:08:12 +00:00
'sent' => 'Şifre sıfırlama bağlantısı eposta adresinize yollandı!',
2018-02-07 22:21:41 +00:00
'token' => 'Şifre sıfırlama simgesi geçerli değil.',
'user' => "Adresle ilişkili kullanıcı adı bulunamadı.",
2018-02-07 23:08:12 +00:00
2018-02-07 22:21:41 +00:00
];