diff --git a/messages/ko-KR.json b/messages/ko-KR.json index e2c4642c5..a6045f912 100644 --- a/messages/ko-KR.json +++ b/messages/ko-KR.json @@ -2850,10 +2850,10 @@ "httpDestAuthNoneTitle": "인증 없음", "httpDestAuthNoneDescription": "Authorization 헤더 없이 요청을 보냅니다.", "httpDestAuthBearerTitle": "Bearer 토큰", - "httpDestAuthBearerDescription": "모든 요청에 Authorization: Bearer '' 헤더를 추가합니다.", + "httpDestAuthBearerDescription": "Adds an Authorization: Bearer '' header to each request.", "httpDestAuthBearerPlaceholder": "API 키 또는 토큰", "httpDestAuthBasicTitle": "기본 인증", - "httpDestAuthBasicDescription": "Authorization: Basic '' 헤더를 추가합니다. 자격 증명은 username:password 형식으로 제공하세요.", + "httpDestAuthBasicDescription": "Adds an Authorization: Basic '' header. Provide credentials as username:password.", "httpDestAuthBasicPlaceholder": "사용자 이름:비밀번호", "httpDestAuthCustomTitle": "사용자 정의 헤더", "httpDestAuthCustomDescription": "인증을 위한 사용자 정의 HTTP 헤더 이름 및 값을 지정하세요 (예: X-API-Key).",