From 515157814e4a84a9a4c66e59ff67aa931167150c Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:01:50 -0500 Subject: [PATCH] New translations en-us.json (Turkish) --- frontend/lang/messages/tr-TR.json | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/frontend/lang/messages/tr-TR.json b/frontend/lang/messages/tr-TR.json index 27f6d9a97..4b9184c7e 100644 --- a/frontend/lang/messages/tr-TR.json +++ b/frontend/lang/messages/tr-TR.json @@ -2,7 +2,7 @@ "about": { "about": "Hakkında", "about-mealie": "Mealie hakkında", - "api-docs": "API Dokümentasyonu", + "api-docs": "API Dokümantasyonu", "api-port": "API Portu", "application-mode": "Uygulama Modu", "database-type": "Veritabanı Türü", @@ -599,9 +599,10 @@ "create-recipe-from-an-image": "Görüntüden yemek tarifi oluştur", "create-recipe-from-an-image-description": "Bir görsel yükleyerek yemek tarifi oluşturun. Mealie, yapay zekâ kullanarak görseldeki bilgileri çekip yemek tarifini oluşturmaya çalışacaktır.", "crop-and-rotate-the-image": "Resmi sadece yazılar gözükecek şekilde kesin ve döndürün, ayrıca doğru yönde durduğuna emin olun.", - "create-from-image": "Görselden Oluştur", + "create-from-images": "Create from Images", "should-translate-description": "Tarifi kendi dilime çevir", "please-wait-image-procesing": "Görsel işlenirken lütfen bekleyin. Bu, biraz zaman alabilir.", + "please-wait-images-processing": "Please wait, the images are processing. This may take some time.", "bulk-url-import": "Toplu URL İçe Aktarma", "debug-scraper": "Veri Kazıma Hata Ayıklayıcı", "create-a-recipe-by-providing-the-name-all-recipes-must-have-unique-names": "İsim vererek bir tarif oluşturun. Tüm tariflerin benzersiz isimleri olması gerekiyor.", @@ -660,7 +661,10 @@ "no-food": "Gıda yok" }, "reset-servings-count": "Reset Servings Count", - "not-linked-ingredients": "Ek Malzemeler" + "not-linked-ingredients": "Ek Malzemeler", + "upload-another-image": "Upload another image", + "upload-images": "Upload images", + "upload-more-images": "Upload more images" }, "recipe-finder": { "recipe-finder": "Tarif Bulucu", @@ -1361,14 +1365,14 @@ }, "query-filter": { "logical-operators": { - "and": "AND", - "or": "OR" + "and": "VE", + "or": "VEYA" }, "relational-operators": { - "equals": "equals", - "does-not-equal": "does not equal", - "is-greater-than": "is greater than", - "is-greater-than-or-equal-to": "is greater than or equal to", + "equals": "eşittir", + "does-not-equal": "eşit değildir", + "is-greater-than": "daha büyük", + "is-greater-than-or-equal-to": "daha büyük veya eşit", "is-less-than": "is less than", "is-less-than-or-equal-to": "is less than or equal to" },