Files
mealie/mealie/lang/messages/tr-TR.json
2024-12-18 16:28:40 +00:00

81 lines
3.2 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-created": "Recipe Created",
"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"
},
"servings-text": {
"makes": "Makes",
"serves": "Serves",
"serving": "Serving",
"servings": "Servings",
"yield": "Yield",
"yields": "Yields"
}
},
"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ıl",
"day": "gün|gün",
"hour": "saat|saat",
"minute": "dakika|dakika",
"second": "saniye|saniye",
"millisecond": "milisaniye|milisaniye",
"microsecond": "mikrosaniye|mikrosaniye"
},
"emails": {
"password": {
"subject": "Mealie Şifremi Unuttum",
"header_text": "Şifremi Unuttum",
"message_top": "Şifre yenileme talebinde bulundunuz.",
"message_bottom": "Şifrenizi sıfırlamak için lütfen yukarıdaki butona tıklayın.",
"button_text": "Şifreyi Sıfırla"
},
"invitation": {
"subject": "Mealie'ye Katılım Daveti",
"header_text": "Davet Edildiniz!",
"message_top": "Mealie'ye katılmaya davet edildiniz.",
"message_bottom": "Daveti kabul etmek için lütfen yukarıdaki butona tıklayın.",
"button_text": "Daveti Kabul Et"
},
"test": {
"subject": "Mealie Deneme E-Postası",
"header_text": "Deneme E-Postası",
"message_top": "Bu bir test e-postasıdır.",
"message_bottom": "E-postayı test etmek için lütfen yukarıdaki butona tıklayın.",
"button_text": "Mealie'yi Aç"
}
}
}