Files
mealie/mealie/lang/messages/tr-TR.json
2024-02-09 02:54:24 -06:00

45 lines
1.6 KiB
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.
{
"generic": {
"server-error": "Beklenmedik bir hata oluştu"
},
"recipe": {
"unique-name-error": "Tarif adları benzersiz olmalıdır"
},
"mealplan": {
"no-recipes-match-your-rules": "Hiçbir tarif kurallarınıza uymamaktadır"
},
"user": {
"user-updated": "Kullanıcı güncellendi",
"password-updated": "Şifre güncellendi",
"invalid-current-password": "Geçersiz mevcut şifre",
"ldap-update-password-unavailable": "Parola güncellenemiyor, kullanıcı LDAP tarafından kontrol ediliyor"
},
"group": {
"report-deleted": "Rapor silindi."
},
"exceptions": {
"permission_denied": "Bu eylemi gerçekleştirme izniniz yok",
"no-entry-found": "İstenen kaynak bulunamadı",
"integrity-error": "Veritabanı bütünlüğü hatası",
"username-conflict-error": "Bu kullanıcı adı zaten alınmış",
"email-conflict-error": "Bu e-posta adresi zaten kullanılmakta"
},
"notifications": {
"generic-created": "{name} oluşturuldu",
"generic-updated": ":{name} güncellendi",
"generic-created-with-url": "{name} oluşturuldu, {url}",
"generic-updated-with-url": "{name} güncellendi, {url}",
"generic-duplicated": "{name} yinelendi",
"generic-deleted": "{name} silindi"
},
"datetime": {
"year": "year|years",
"day": "day|days",
"hour": "hour|hours",
"minute": "minute|minutes",
"second": "second|seconds",
"millisecond": "millisecond|milliseconds",
"microsecond": "microsecond|microseconds"
}
}