This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 31bf73af73 Fix key name 31bf73af73 is described below commit 31bf73af73f2dc17c51988881e5ecc90c05008eb Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jan 13 20:06:56 2025 +0000 Fix key name --- java/org/apache/catalina/webresources/LocalStrings.properties | 2 +- java/org/apache/catalina/webresources/LocalStrings_fr.properties | 2 +- java/org/apache/catalina/webresources/LocalStrings_ja.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/org/apache/catalina/webresources/LocalStrings.properties b/java/org/apache/catalina/webresources/LocalStrings.properties index 301c13eb80..20bcdf5330 100644 --- a/java/org/apache/catalina/webresources/LocalStrings.properties +++ b/java/org/apache/catalina/webresources/LocalStrings.properties @@ -30,7 +30,7 @@ cache.backgroundEvictFail=The background cache eviction process was unable to fr cache.objectMaxSizeTooBig=The value of [{0}] KiB for objectMaxSize is larger than the limit of maxSize/20 so has been reduced to [{1}] KiB cache.objectMaxSizeTooBigBytes=The value specified for the maximum object size to cache [{0}] KiB is greater than Integer.MAX_VALUE bytes which is the maximum size that can be cached. The limit will be set to Integer.MAX_VALUE bytes. cache.sizeTracking.add=Increased cache size by [{0}] for item [{1}] at [{2}] making total cache size [{3}] -cache.sizeTracking.removed=Decreased cache size by [{0}] for item [{1}] at [{2}] making total cache size [{3}] +cache.sizeTracking.remove=Decreased cache size by [{0}] for item [{1}] at [{2}] making total cache size [{3}] cachedResource.invalidURL=Unable to create an instance of CachedResourceURLStreamHandler because the URL [{0}] is malformed diff --git a/java/org/apache/catalina/webresources/LocalStrings_fr.properties b/java/org/apache/catalina/webresources/LocalStrings_fr.properties index 2821445d69..4f6d78d746 100644 --- a/java/org/apache/catalina/webresources/LocalStrings_fr.properties +++ b/java/org/apache/catalina/webresources/LocalStrings_fr.properties @@ -30,7 +30,7 @@ cache.backgroundEvictFail=Le processus d''arrière plan d''éviction du cache n' cache.objectMaxSizeTooBig=La valeur [{0}] KiB pour l''objectMaxSize est plus grade que la limite de maxSize/20 son elle a été réduite à [{1}] KiB\n cache.objectMaxSizeTooBigBytes=La valeur de taille d''objet maximale pouvant être mis en cache de [{0}] KiB est supérieure à Integer.MAX_VALUE qui est le maximum, la limite a donc été fixée à Integer.MAX_VALUE octets cache.sizeTracking.add=Augmentation de la taille du cache de [{0}] pour l''entrée [{1}] à [{2}] portant la taille totale du cache à [{3}] -cache.sizeTracking.removed=Diminution de la taille du cache de [{0}] pour l''entrée [{1}] à [{2}] portant la taille totale du cache à [{3}] +cache.sizeTracking.remove=Diminution de la taille du cache de [{0}] pour l''entrée [{1}] à [{2}] portant la taille totale du cache à [{3}] cachedResource.invalidURL=La création d''une instance de CachedResourceURLStreamHandler a échouée car l''URL [{0}] est malformée diff --git a/java/org/apache/catalina/webresources/LocalStrings_ja.properties b/java/org/apache/catalina/webresources/LocalStrings_ja.properties index 3fe9051e19..00619152bf 100644 --- a/java/org/apache/catalina/webresources/LocalStrings_ja.properties +++ b/java/org/apache/catalina/webresources/LocalStrings_ja.properties @@ -30,7 +30,7 @@ cache.backgroundEvictFail=コンテキスト [{1}] のバックグラウンド cache.objectMaxSizeTooBig=objectMaxSizeの [{0}] KiBの値がmaxSize / 20の制限より大きいため、[{1}] KiBに減少しました cache.objectMaxSizeTooBigBytes=キャッシュ可能なオブジェクトサイズの最大値に指定された [{0}] KiB は Integer.MAX_VALUE バイトを越えています。最大値に Integer.MAX_VALUE を設定します。 cache.sizeTracking.add=[{2}] のキャッシュエントリ[{1}] のキャッシュサイズが [{0}] に増えたため、合計キャッシュサイズは [{3}] になりました -cache.sizeTracking.removed=[{2}] のキャッシュエントリ [{1}] のキャッシュサイズが [{0}] に減ったため、合計キャッシュサイズは [{3}] になりました +cache.sizeTracking.remove=[{2}] のキャッシュエントリ [{1}] のキャッシュサイズが [{0}] に減ったため、合計キャッシュサイズは [{3}] になりました cachedResource.invalidURL=URL [{0}] は不正です。CachedResourceURLStreamHandler インスタンスを生成できません --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org