Files
mealie/mealie/lang/messages/tr-TR.json
2024-07-21 03:08:27 +00:00

72 lines
2.9 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",
"recipe-defaults": {
"ingredient-note": "1 Bardak Un",
"step-text": "Tarif sayfasındaki tarif adımlarının yanı sıra diğer alanlar da markdown destekler.\n\n**Bağlantı ekle**\n\n[Bağlantım](https://demo.mealie.io)\n"
}
},
"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": "yıl|yıllar",
"day": "gün|günler",
"hour": "saat|saatler",
"minute": "dakika|dakikalar",
"second": "saniye|saniyeler",
"millisecond": "milisaniye|milisaniyeler",
"microsecond": "mikrosaniye|mikrosaniyeler"
},
"emails": {
"password": {
"subject": "Mealie Forgot Password",
"header_text": "Forgot Password",
"message_top": "You have requested to reset your password.",
"message_bottom": "Please click the button above to reset your password.",
"button_text": "Reset Password"
},
"invitation": {
"subject": "Invitation to join Mealie",
"header_text": "You're Invited!",
"message_top": "You have been invited to join Mealie.",
"message_bottom": "Please click the button above to accept the invitation.",
"button_text": "Accept Invitation"
},
"test": {
"subject": "Mealie Test Email",
"header_text": "Test Email",
"message_top": "This is a test email.",
"message_bottom": "Please click the button above to test the email.",
"button_text": "Open Mealie"
}
}
}