Files
apache-tomcat-8.5.51/java/org/apache/tomcat/util/http/LocalStrings_ja.properties
2024-11-30 19:03:49 +08:00

39 lines
3.5 KiB
Properties
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
cookies.fallToDebug=さらなるCookieエラーの発生はDEBUGレベルで記録されます。
cookies.invalidCookieToken=Cookie: 不正な cookie です。値がトークンではないか、クォートされていません。
cookies.invalidSpecial=Cookies: 不明な特別な Cookie
cookies.maxCountFail=最大数[{0}]以上のクッキーが検出されました。
headers.maxCountFail=検出したヘッダー数 [{0}] は上限値を越えています。
parameters.bytes=入力[{0}]で処理を開始します。
parameters.copyFail=デバッグログの目的で元のパラメータ値のコピーを作成できませんでした
parameters.decodeFail.debug=文字列のデコードに失敗しました。パラメーター [{0}] (値 [{1}]) は無視しました。
parameters.decodeFail.info=文字のデコードに失敗しました。 値[{1}]のパラメータ[{0}]は無視されました。 ここで引用された名前と値は、デコードに失敗したために破損している可能性があることに注意してください。 デバッグレベルのログを使用して、破損していない元の値を確認してください。
parameters.emptyChunk=空のパラメータチャンクが無視されます。
parameters.fallToDebug=\n\
メモ: 以降のパラメータエラーは DEBUG レベルでロギングします。
parameters.invalidChunk=バイト値 [{0}] で始まりバイト値 [{1}] で終了する不正なチャンクです。値 [{2}] を無視します。
parameters.maxCountFail=単独のリクエスト ([{0}]) のリクエストパラメーター (GET および POST) の数が上限値を超えています。上限値を超えるすべてのパラメーターは無視します。上限値を変更するには Connector 要素の maxParameterCount 属性を設定してください。
parameters.maxCountFail.fallToDebug=Note: 今後同様のエラーが発生した場合ログを DEBUG レベルで出力します。
parameters.multipleDecodingFail=文字のデコードに失敗しました。 合計[{0}]個の障害が検出されましたが、最初のものだけが記録されました。 このロガーがすべての失敗を記録するためにはデバッグレベルのロギングを有効にします。
parameters.noequal=[{2}]の値で[{0}]の位置から[{1}]の位置で終了するパラメータには、 ''=''文字が続いていませんでした。
rfc6265CookieProcessor.invalidCharInValue=無効な文字[{0}]がCookie値に存在します。
rfc6265CookieProcessor.invalidDomain=cookie に不正なドメイン [{0}] が指定されました。
rfc6265CookieProcessor.invalidPath=Cookie の path 属性に不正な値 [{0}] が指定されました。