From d17e0c9f50726065542525cbbae5a6e71329a2ca Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Fri, 3 Apr 2026 13:03:39 -0400 Subject: [PATCH] New translations en-us.json (Turkish) --- messages/tr-TR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/tr-TR.json b/messages/tr-TR.json index f0bd3bc32..dc7102fc1 100644 --- a/messages/tr-TR.json +++ b/messages/tr-TR.json @@ -2850,10 +2850,10 @@ "httpDestAuthNoneTitle": "Kimlik Doğrulama Yok", "httpDestAuthNoneDescription": "Yetkilendirme başlığı olmadan istekler gönderir.", "httpDestAuthBearerTitle": "Taşıyıcı Jetonu", - "httpDestAuthBearerDescription": "Her isteğe bir Yetkilendirme: Taşıyıcı '' başlığı ekler.", + "httpDestAuthBearerDescription": "Adds an Authorization: Bearer '' header to each request.", "httpDestAuthBearerPlaceholder": "API anahtarınız veya jetonunuz", "httpDestAuthBasicTitle": "Temel Kimlik Doğrulama", - "httpDestAuthBasicDescription": "Authorization: Temel '' başlığı ekler. Yetkilendirmeleri kullanıcı adı:şifre olarak sağlayın.", + "httpDestAuthBasicDescription": "Adds an Authorization: Basic '' header. Provide credentials as username:password.", "httpDestAuthBasicPlaceholder": "kullanıcı adı:şifre", "httpDestAuthCustomTitle": "Özel Başlık", "httpDestAuthCustomDescription": "Kimlik doğrulama için özel bir HTTP başlık adı ve değer belirtin (örn. X-API-Key).",