Skip to content

Commit

Permalink
[ko] Add HTTP.invalidJSON and unsupportedJSONFormat for 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrorboy committed Dec 29, 2023
1 parent cd83163 commit 5f0766b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Language/ko/HTTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

// IncomingRequest
'invalidNegotiationType' => '요청된 "{0}" 경우, 유효하지 않은 negotiation type입니다. 다음 중에 하나를 사용하십시오: media, charset, encoding, language.', // '"{0}" is not a valid negotiation type. Must be one of: media, charset, encoding, language.'
'invalidJSON' => 'JSON 구문을 해석하지 못했습니다. 오류: {0}', // Failed to parse JSON string. Error: {0}
'unsupportedJSONFormat' => '제공된 JSON 형식은 지원되지 않습니다.', // The provided JSON format is not supported.

// Message
'invalidHTTPProtocol' => '유효하지 않은 HTTP 프로토콜 버전입니다. 다음 버전 중에 하나를 사용하십시오: {0}', // 'Invalid HTTP Protocol Version. Must be one of: {0}'
Expand Down

0 comments on commit 5f0766b

Please sign in to comment.