]> BookStack Code Mirror - bookstack/blob - resources/lang/tr/passwords.php
Skip intermediate login page with single provider
[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' => 'Şifreniz en az 6 karakterden oluşmalı ve her iki şifre de birbiri ile eşleşmelidir.',
10     'user' => "Bu e-posta adresine sahip bir kullanıcı bulamadık.",
11     'token' => 'Şifre sıfırlama anahtarı, bu e-posta adresi için geçersizdir.',
12     'sent' => 'Şifre sıfırlama bağlantısını e-posta adresinize gönderdik!',
13     'reset' => 'Şifreniz sıfırlandı!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.