aptalca
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
resources/lang/tr/passwords.php
|
|
@ -1,5 +1,7 @@ |
|
|
|
<?php |
|
|
|
|
|
|
|
return [ |
|
|
|
|
|
|
|
/* |
|
|
|
|-------------------------------------------------------------------------- |
|
|
|
| Password Reset Language Lines |
|
|
@ -10,9 +12,11 @@ return [ |
|
|
|
| has failed, such as for an invalid token or invalid new password. |
|
|
|
| |
|
|
|
*/ |
|
|
|
|
|
|
|
'password' => 'Şifre en az altı karakter olmalı ve onaylamasına uymalıdır.', |
|
|
|
'reset' => 'Şifreniz sıfırlandı!', |
|
|
|
'sent' => 'Şifre sıfırlama bağlantısı adresinize yollandı!', |
|
|
|
'sent' => 'Şifre sıfırlama bağlantısı eposta adresinize yollandı!', |
|
|
|
'token' => 'Şifre sıfırlama simgesi geçerli değil.', |
|
|
|
'user' => "Adresle ilişkili kullanıcı adı bulunamadı.", |
|
|
|
|
|
|
|
]; |
|
|
|