This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 38196da6cc Remove unused translation 38196da6cc is described below commit 38196da6cc3c2d02fe7ee56634066897fdde2d5a Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jul 13 15:18:56 2022 +0100 Remove unused translation --- java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties b/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties index 08ec8f7f21..f06c775b51 100644 --- a/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties +++ b/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties @@ -153,7 +153,6 @@ sslUtilBase.aliasIgnored=FIPS已启用所以别名[{0}]将被忽略。如果key sslUtilBase.alias_no_key_entry=别名[{0}]不标识密钥项 sslUtilBase.invalidTrustManagerClassName=提供的trustManagerClassName[{0}]未实现javax.net.ssl.TrustManager sslUtilBase.keystore_load_failed=由于{2},无法加载路径为{1}]的密钥库类型{0}] -sslUtilBase.noCertFile=使用SSL连接器时必须定义SSLHostConfig属性certificateFile sslUtilBase.noCrlSupport=truststoreProvider [{0}]不支持certificateRevocationFile配置选项 sslUtilBase.noKeys=在密钥存储中找不到私钥的别名 sslUtilBase.noVerificationDepth=truststoreProvider[{0}]不支持CertificationDepth配置选项 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org