blakeblackshear.frigate/web/public/locales/tr/components/auth.json
2025-04-11 05:52:32 -05:00

16 lines
507 B
JSON
Raw Permalink 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.

{
"form": {
"password": "Parola",
"login": "Oturum Aç",
"errors": {
"webUnknownError": "Bilinmeyen hata. Konsol günlüklerini kontrol edin.",
"usernameRequired": "Kullanıcı adı gereklidir",
"loginFailed": "Oturum açma başarısız",
"passwordRequired": "Parola gereklidir",
"rateLimit": "İstek sınırııldı. Daha sonra tekrar deneyin.",
"unknownError": "Bilinmeyen hata. Günlükleri kontrol edin."
},
"user": "Kullanıcı Adı"
}
}