Files
homarr/public/locales/tr/authentication/login.json
2024-03-15 18:20:07 +01:00

24 lines
712 B
JSON
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.
{
"metaTitle": "Giriş",
"title": "Tekrar hoşgeldin!",
"text": "Lütfen kimlik bilgilerinizi girin",
"form": {
"fields": {
"username": {
"label": "Kullanıcı adı"
},
"password": {
"label": "Şifre"
}
},
"buttons": {
"submit": "Giriş"
},
"afterLoginRedirection": "Giriş yaptıktan sonra {{url}} adresine yönlendirileceksiniz",
"providersEmpty": {
"title": "Kimlik Doğrulama Sağlayıcısı Hatası",
"message": "Sağlayıcı(lar) ayarlanmamış, lütfen daha fazla bilgi için günlüklerinizi kontrol edin."
}
},
"alert": "Kimlik bilgileriniz yanlış veya bu hesap mevcut değil. Lütfen tekrar deneyin."
}