]> BookStack Code Mirror - bookstack/blob - resources/lang/tr/passwords.php
Add footer element, styles, and associated settings
[bookstack] / resources / lang / tr / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'Parolanız en az 6 karakterden oluşmalı ve doğrulama parolası ile eşleşmelidir. ',
10     'user' => "Bu e-mail adresi ile ilişkilendirilmiş bir kullanıcı bulamadık.",
11     'token' => 'Parola yenileme tokeni geçerli değil.',
12     'sent' => 'Parola sıfırlanma bağlantısını e-mail adresinize gönderdik!',
13     'reset' => 'Parolanız sıfırlandı!',
14
15 ];