Skip to content

Commit

Permalink
Add HTTP.invalidJSON and unsupportedJSONFormat (codeigniter4#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis authored Dec 9, 2023
1 parent 94a7729 commit 13059fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Language/ja/HTTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

// IncomingRequest
'invalidNegotiationType' => '"{0}" は有効なネゴシエーションタイプではありません。値は次のいずれかでなければなりません: 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: {0}'
Expand Down

0 comments on commit 13059fd

Please sign in to comment.