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).",