Files
homarr/public/locales/tr/zod.json
2025-08-02 18:04:19 +02:00

22 lines
826 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.
{
"errors": {
"default": "Bu alan geçersiz",
"required": "Bu alan gereklidir",
"string": {
"startsWith": "Bu alan {{startsWith}} ile başlamalıdır",
"endsWith": "Bu alan {{endsWith}} ile bitmelidir",
"includes": "Bu alan {{includes}} içermelidir"
},
"tooSmall": {
"string": "Bu alan en az {{minimum}} karakter uzunluğunda olmalıdır",
"number": "Bu alan {{minimum}} adresinden uzun veya eşit olmalıdır"
},
"tooBig": {
"string": "Bu alan en fazla {{maximum}} karakter uzunluğunda olmalıdır",
"number": "Bu alan {{maximum}} adresinden kısa veya eşit olmalıdır"
},
"custom": {
"passwordMatch": "Şifreler aynı olmalıdır"
}
}
}