mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-04 08:56:37 +00:00
New translations en-us.json (Korean)
This commit is contained in:
@@ -2850,10 +2850,10 @@
|
|||||||
"httpDestAuthNoneTitle": "인증 없음",
|
"httpDestAuthNoneTitle": "인증 없음",
|
||||||
"httpDestAuthNoneDescription": "Authorization 헤더 없이 요청을 보냅니다.",
|
"httpDestAuthNoneDescription": "Authorization 헤더 없이 요청을 보냅니다.",
|
||||||
"httpDestAuthBearerTitle": "Bearer 토큰",
|
"httpDestAuthBearerTitle": "Bearer 토큰",
|
||||||
"httpDestAuthBearerDescription": "모든 요청에 Authorization: Bearer '<token>' 헤더를 추가합니다.",
|
"httpDestAuthBearerDescription": "Adds an Authorization: Bearer '<token>' header to each request.",
|
||||||
"httpDestAuthBearerPlaceholder": "API 키 또는 토큰",
|
"httpDestAuthBearerPlaceholder": "API 키 또는 토큰",
|
||||||
"httpDestAuthBasicTitle": "기본 인증",
|
"httpDestAuthBasicTitle": "기본 인증",
|
||||||
"httpDestAuthBasicDescription": "Authorization: Basic '<credentials>' 헤더를 추가합니다. 자격 증명은 username:password 형식으로 제공하세요.",
|
"httpDestAuthBasicDescription": "Adds an Authorization: Basic '<credentials>' header. Provide credentials as username:password.",
|
||||||
"httpDestAuthBasicPlaceholder": "사용자 이름:비밀번호",
|
"httpDestAuthBasicPlaceholder": "사용자 이름:비밀번호",
|
||||||
"httpDestAuthCustomTitle": "사용자 정의 헤더",
|
"httpDestAuthCustomTitle": "사용자 정의 헤더",
|
||||||
"httpDestAuthCustomDescription": "인증을 위한 사용자 정의 HTTP 헤더 이름 및 값을 지정하세요 (예: X-API-Key).",
|
"httpDestAuthCustomDescription": "인증을 위한 사용자 정의 HTTP 헤더 이름 및 값을 지정하세요 (예: X-API-Key).",
|
||||||
|
|||||||
Reference in New Issue
Block a user