Files
Epicnabbo-Catalogus-Updated…/cms update/lang/vendor/filament/tr/login.php
T
Remco b67e0ec2b9 🆙 Add fixed cms 🆙
2026-02-02 19:30:21 +01:00

43 lines
724 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 [
'title' => 'Giriş Yap',
'heading' => 'Hesabınıza giriş yapın',
'buttons' => [
'submit' => [
'label' => 'Giriş yap',
],
],
'fields' => [
'email' => [
'label' => 'E-posta adresi',
],
'username' => [
'label' => 'Kullanıcı adı'
],
'password' => [
'label' => 'Şifre',
],
'remember' => [
'label' => 'Beni hatırla',
],
],
'messages' => [
'failed' => 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.',
'throttled' => 'Çok fazla giriş denemesi. Lütfen :seconds saniye sonra tekrar deneyin.',
],
];