snipe-it/resources/lang/tr/auth/general.php
2017-01-10 17:53:06 -08:00

13 lines
445 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'send_password_link' => 'Parola sıfırlama bağlantısını gönder',
'email_reset_password' => 'Email şifre sıfırlama',
'reset_password' => 'Şifre sıfırla',
'login' => 'Giriş',
'login_prompt' => 'Lütfen giriş yapın',
'forgot_password' => 'Şifremi unuttum',
'remember_me' => 'Beni hatırla',
];