Skip to content

Commit

Permalink
New translations passwords.php (Turkish)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Apr 18, 2024
1 parent 261910f commit c78410a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lang/tr/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Şifreniz en az altı karakterden oluşmalı ve şifre doğrulaması ile eşleşmelidir.',
'reset' => 'Parolanız sıfırlandı!',
'sent' => 'Parola sıfırlama bağlantısı eposta adresinize yollandı!',
'token' => 'Parola sıfırlama kodu geçersiz.',
'user' => "Bu e-posta adresine sahip bir kullanıcı bulunamadı.",
'password' => 'Passwords must be at least six characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",
];

0 comments on commit c78410a

Please sign in to comment.