This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 2337501  Update i18n files after backports
2337501 is described below

commit 2337501b5844a82adac105822de9af69dc27a8e6
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Feb 18 18:03:51 2022 +0000

    Update i18n files after backports
---
 java/org/apache/tomcat/util/net/LocalStrings.properties       | 6 +++++-
 java/org/apache/tomcat/util/net/LocalStrings_de.properties    | 1 -
 java/org/apache/tomcat/util/net/LocalStrings_es.properties    | 1 -
 java/org/apache/tomcat/util/net/LocalStrings_fr.properties    | 6 +++++-
 java/org/apache/tomcat/util/net/LocalStrings_ja.properties    | 6 +++++-
 java/org/apache/tomcat/util/net/LocalStrings_ko.properties    | 6 +++++-
 java/org/apache/tomcat/util/net/LocalStrings_ru.properties    | 1 -
 java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties | 6 +++++-
 8 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/LocalStrings.properties 
b/java/org/apache/tomcat/util/net/LocalStrings.properties
index ced6b20..a715752 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings.properties
@@ -13,6 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+acceptor.stop.fail=The acceptor thread [{0}] did not stop cleanly
+acceptor.stop.interrupted=Interrupt was received while waiting for the 
acceptor thread [{0}] to stop
+
 channel.nio.interrupted=The current thread was interrupted
 channel.nio.ssl.appInputNotEmpty=Application input buffer still contains data. 
Data would have been lost.
 channel.nio.ssl.appOutputNotEmpty=Application output buffer still contains 
data. Data would have been lost.
@@ -62,6 +65,7 @@ endpoint.apr.remoteport=APR socket [{0}] opened with remote 
port [{1}]
 endpoint.apr.tooManyCertFiles=More certificate files were configured than the 
AprEndpoint can handle
 endpoint.debug.channelCloseFail=Failed to close channel
 endpoint.debug.destroySocket=Destroying socket [{0}]
+endpoint.debug.handlerRelease=Handler failed to release socket wrapper
 endpoint.debug.pollerAdd=Add to addList socket [{0}], timeout [{1}], flags 
[{2}]
 endpoint.debug.pollerAddDo=Add to poller socket [{0}]
 endpoint.debug.pollerProcess=Processing socket [{0}] for event(s) [{1}]
@@ -70,7 +74,6 @@ endpoint.debug.pollerRemoved=Removed [{0}] from poller
 endpoint.debug.registerRead=Registered read interest for [{0}]
 endpoint.debug.registerWrite=Registered write interest for [{0}]
 endpoint.debug.socket=socket [{0}]
-endpoint.debug.socketCloseFail=Failed to close socket
 endpoint.debug.socketTimeout=Timing out [{0}]
 endpoint.debug.unlock.fail=Caught exception trying to unlock accept on port 
[{0}]
 endpoint.debug.unlock.localFail=Unable to determine local address for [{0}]
@@ -95,6 +98,7 @@ endpoint.jsse.cannotHonorServerCipherOrder=The Java Runtime 
does not support "us
 endpoint.jsse.noSslContext=No SSLContext could be found for the host name [{0}]
 endpoint.launch.fail=Failed to launch new runnable
 endpoint.nio.keyProcessingError=Error processing selection key
+endpoint.nio.nullSocketChannel=Invalid null socket channel while processing 
poller event
 endpoint.nio.registerFail=Failed to register socket with selector from poller
 endpoint.nio.selectorCloseFail=Failed to close selector when closing the poller
 endpoint.nio.selectorLoopError=Error in selector loop
diff --git a/java/org/apache/tomcat/util/net/LocalStrings_de.properties 
b/java/org/apache/tomcat/util/net/LocalStrings_de.properties
index 44e49bc..434e26e 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_de.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_de.properties
@@ -24,7 +24,6 @@ endpoint.apr.errMakeConf=Konnte OpenSSLConf Kontext nicht 
erzeugen
 endpoint.apr.pollAddInvalid=Ungültiger Versuch einen Socket [{0}] zum Poller 
hinzuzufügen
 endpoint.apr.tooManyCertFiles=Es wurden mehr Zertifikatsdateien konfiguriert 
als ein APR Endpunkt handhaben kann
 endpoint.debug.channelCloseFail=Kanal konnte nicht geschlossen werden
-endpoint.debug.socketCloseFail=Socket konnte nicht geschlossen werden
 endpoint.init.bind=Binden des Sockets fehlgeschlagen: [{0}] [{1}]
 endpoint.init.notavail=APR nicht verfügbar
 endpoint.noSslHostName=Es wurde kein Hostname für die SSL Host Konfiguration 
angegeben
diff --git a/java/org/apache/tomcat/util/net/LocalStrings_es.properties 
b/java/org/apache/tomcat/util/net/LocalStrings_es.properties
index 568e78c..54493f3 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_es.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_es.properties
@@ -28,7 +28,6 @@ endpoint.apr.maxConnections.running=El endpoint APR no 
soporta cambiar el parám
 endpoint.apr.pollAddInvalid=Intento no válido de adicionar el socket [{0}] a 
la encuesta\n
 endpoint.apr.tooManyCertFiles=Fueron configurados más archivos de 
ceritificados que los que AprEndpoint puede manejar
 endpoint.debug.channelCloseFail=No puede cerrar el canal
-endpoint.debug.socketCloseFail=No pude cerrar el enchufe (socket)
 endpoint.debug.unlock.fail=Excepción cogida intentando desbloquear aceptación 
en puerto [{0}]
 endpoint.err.close=Excepción cogida intentando cerrar conector
 endpoint.err.handshake=Acuerdo fallido
diff --git a/java/org/apache/tomcat/util/net/LocalStrings_fr.properties 
b/java/org/apache/tomcat/util/net/LocalStrings_fr.properties
index 15899bb..08b7dd0 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_fr.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_fr.properties
@@ -13,6 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+acceptor.stop.fail=Le thread [{0}] de l''accepteur ne s''est pas arrêté 
proprement
+acceptor.stop.interrupted=Une interruption s''est produite lors de l''attente 
de l''arrêt du thread [{0}] de l''accepteur
+
 channel.nio.interrupted=Le thread en cours a été interrompu
 channel.nio.ssl.appInputNotEmpty=Le tampon d'entrée de l'application contient 
toujours des données, des données ont été perdues
 channel.nio.ssl.appOutputNotEmpty=Le tampon de sortie de l'application 
contient toujours des données, des données ont été perdues
@@ -62,6 +65,7 @@ endpoint.apr.remoteport=Le socket APR [{0}] a été ouvert avec 
le port distant
 endpoint.apr.tooManyCertFiles=Plus de fichiers de certificats ont été 
configurés que ce que l'AprEndpoint peut gérer
 endpoint.debug.channelCloseFail=Echec de la fermeture du canal (channel)
 endpoint.debug.destroySocket=Destruction du socket [{0}]
+endpoint.debug.handlerRelease=Le gestionnaire n'a pas pu retirer le wrapper du 
socket
 endpoint.debug.pollerAdd=Ajout à la addList socket [{0}], inactivité maximale 
[{1}], drapeaux [{2}]
 endpoint.debug.pollerAddDo=Ajout du socket [{0}] au poller
 endpoint.debug.pollerProcess=Traitement de(s) évènement(s) [{1}] pour la 
socket [{0}]
@@ -70,7 +74,6 @@ endpoint.debug.pollerRemoved=Enlevé [{0}] du poller
 endpoint.debug.registerRead=Enregistrement de l’intérêt en lecture pour [{0}]
 endpoint.debug.registerWrite=Enregistrement de l’intérêt en écriture pour [{0}]
 endpoint.debug.socket=socket [{0}]
-endpoint.debug.socketCloseFail=Echec de fermeture du socket
 endpoint.debug.socketTimeout=Expiration [{0}]
 endpoint.debug.unlock.fail=Reçu une exception en essayant de déverrouiller 
l''accepteur sur le port [{0}]
 endpoint.debug.unlock.localFail=Impossible de déterminer l''adresse locales 
pour [{0}]
@@ -91,6 +94,7 @@ endpoint.jmxRegistrationFailed=Echec de l''enregistrement JMX 
de l''objet avec l
 endpoint.jsse.noSslContext=Aucun SSLContext n''a été trouvé pour le nom 
d''hôte [{0}]
 endpoint.launch.fail=Impossible de démarrer le nouvel exécutable
 endpoint.nio.keyProcessingError=Erreur lors du traitement de la clé de 
sélection
+endpoint.nio.nullSocketChannel=Le canal du socket est invalide car null lors 
du traitement de l'évênement du poller
 endpoint.nio.registerFail=Echec d'enregistrement du socket avec le sélecteur 
du poller
 endpoint.nio.selectorCloseFail=Impossible de fermer le sélecteur lors de la 
fermeture du poller
 endpoint.nio.selectorLoopError=Erreur dans la boucle du sélecteur
diff --git a/java/org/apache/tomcat/util/net/LocalStrings_ja.properties 
b/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
index f9b4e8b..5e98182 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_ja.properties
@@ -13,6 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+acceptor.stop.fail=アクセプタースレッド [{0}] が正常に停止しませんでした
+acceptor.stop.interrupted=アクセプタースレッド [{0}] が停止するのを待っている間に割り込みを受信しました
+
 channel.nio.interrupted=現在のスレッドが中断されました
 channel.nio.ssl.appInputNotEmpty=アプリケーションの入力バッファにはデータが残っています。残ったデータは失われます。
 channel.nio.ssl.appOutputNotEmpty=アプリケーション出力バッファにはまだデータが含まれています。 データは失われました。
@@ -62,6 +65,7 @@ endpoint.apr.remoteport=APR ソケット [{0}] はリモートポート [{1}] 
 endpoint.apr.tooManyCertFiles=Apr エンドポイントに処理できるより多い証明書ファイルが構成されています。
 endpoint.debug.channelCloseFail=チャンネルを切断できませんでした。
 endpoint.debug.destroySocket=ソケット [{0}] を破棄します。
+endpoint.debug.handlerRelease=ハンドラはソケットラッパーの解放に失敗しました
 endpoint.debug.pollerAdd=addListに追加、ソケット [{0}]、タイムアウト [{1}]、フラグ [{2}]
 endpoint.debug.pollerAddDo=Pollerソケット [{0}] に追加
 endpoint.debug.pollerProcess=イベント [{1}] のソケット [{0}] の処理中
@@ -70,7 +74,6 @@ endpoint.debug.pollerRemoved=poller から [{0}] を削除しました。
 endpoint.debug.registerRead=[{0}] に対する読み込みの監視を登録しました
 endpoint.debug.registerWrite=[{0}] に対する書き込みの監視を登録しました
 endpoint.debug.socket=ソケット [{0}]
-endpoint.debug.socketCloseFail=ソケットを切断できませんでした。
 endpoint.debug.socketTimeout=タイムアウト [{0}]
 endpoint.debug.unlock.fail=port [{0}]のaccept をロック解除しようした際に例外が発生しました。
 endpoint.debug.unlock.localFail=[{0}]のローカルアドレスを特定できません
@@ -91,6 +94,7 @@ endpoint.jmxRegistrationFailed=名前 [{0}] の JMX オブジェクトを登録
 endpoint.jsse.noSslContext=ホスト名[{0}]のSSLContextが見つかりませんでした
 endpoint.launch.fail=new Runnableの起動に失敗しました
 endpoint.nio.keyProcessingError=選択キー処理中のエラー
+endpoint.nio.nullSocketChannel=pollerイベントの処理中の無効なnullソケットチャネル
 endpoint.nio.registerFail=Pollerからソケットのセレクタに登録できませんでした。
 endpoint.nio.selectorCloseFail=Pollerを閉じるときにセレクターを閉じることができませんでした。
 endpoint.nio.selectorLoopError=セレクタの処理ループ中のエラー
diff --git a/java/org/apache/tomcat/util/net/LocalStrings_ko.properties 
b/java/org/apache/tomcat/util/net/LocalStrings_ko.properties
index b49e7e5..b7be7b1 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_ko.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_ko.properties
@@ -13,6 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+acceptor.stop.fail=acceptor 쓰레드 [{0}](이)가 깨끗이 중지되지 않았습니다.
+acceptor.stop.interrupted=acceptor 쓰레드 [{0}]이(가) 중지되기를 기다리는 중 interrupt를 받았습니다.
+
 channel.nio.interrupted=현재 쓰레드가 중단되었습니다.
 channel.nio.ssl.appInputNotEmpty=애플리케이션 입력 버퍼가 여전히 데이터를 포함하고 있습니다. 데이터를 잃을 
뻔했습니다.
 channel.nio.ssl.appOutputNotEmpty=애플리케이션 출력 버퍼가 여전히 데이터를 포함하고 있습니다. 데이터를 잃을 
뻔했습니다.
@@ -62,6 +65,7 @@ endpoint.apr.remoteport=APR 소켓 [{0}]이(가) 원격 포트 [{1}](으)로 열
 endpoint.apr.tooManyCertFiles=AprEndpoint가 처리할 수 있는 것 보다 더 많은 인증서 파일들이 설정되었습니다.
 endpoint.debug.channelCloseFail=채널을 닫지 못했습니다.
 endpoint.debug.destroySocket=소켓 [{0}]을(를) 소멸시킵니다.
+endpoint.debug.handlerRelease=핸들러가 소켓 wrapper를 해제하지 못했습니다.
 endpoint.debug.pollerAdd=addList에 추가합니다: 소켓 [{0}], 제한시간 [{1}], 플래그들 [{2}]
 endpoint.debug.pollerAddDo=Poller에 소켓 [{0}]을(를) 추가합니다.
 endpoint.debug.pollerProcess=다음 이벤트(들)을 위해 소켓 [{0}]을(를) 처리합니다: [{1}]
@@ -70,7 +74,6 @@ endpoint.debug.pollerRemoved=Poller로부터 [{0}]을(를) 제거했습니다.
 endpoint.debug.registerRead=[{0}]을(를) 위한 readInterest를 등록했습니다.
 endpoint.debug.registerWrite=[{0}]을(를) 위한 writeInterest를 등록했습니다.
 endpoint.debug.socket=소켓 [{0}]
-endpoint.debug.socketCloseFail=소켓을 닫지 못했습니다.
 endpoint.debug.socketTimeout=제한 시간 초과로 처리합니다: [{0}]
 endpoint.debug.unlock.fail=포트 [{0}]에 대한 accept의 잠금을 풀고자 시도하는 중 예외 발생
 endpoint.debug.unlock.localFail=[{0}]을(를) 위한 로컬 주소를 결정할 수 없습니다.
@@ -91,6 +94,7 @@ endpoint.jmxRegistrationFailed=JMX 객체를 [{0}](이)라는 이름으로 등
 endpoint.jsse.noSslContext=호스트 이름 [{0}]을(를) 위한 SSLContext를 찾을 수 없습니다.
 endpoint.launch.fail=새로운 Runnable을 시작하지 못했습니다.
 endpoint.nio.keyProcessingError=Selection 키를 처리 중 오류 발생
+endpoint.nio.nullSocketChannel=PollerEvent를 처리하는 중 유효하지 않은 널 소켓 채널이 발견되었습니다.
 endpoint.nio.registerFail=Poller로부터의 selector와 함께, 소켓을 등록하지 못했습니다.
 endpoint.nio.selectorCloseFail=Poller를 닫을 때, selector를 닫지 못했습니다.
 endpoint.nio.selectorLoopError=Selector 루프 내에서 오류 발생
diff --git a/java/org/apache/tomcat/util/net/LocalStrings_ru.properties 
b/java/org/apache/tomcat/util/net/LocalStrings_ru.properties
index 2bcce2f..16752be 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_ru.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_ru.properties
@@ -13,7 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-endpoint.debug.socketCloseFail=Ошибка при закрытии соединения.
 endpoint.setAttribute=Установка [{0}] в [{1}]
 endpoint.warn.incorrectConnectionCount=Неверное количество подключений, 
множественные вызовы socket.close для одного и того же сокета
 
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 82cc811..eaee514 100644
--- a/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties
+++ b/java/org/apache/tomcat/util/net/LocalStrings_zh_CN.properties
@@ -13,6 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+acceptor.stop.fail=接收器线程[{0}]未能干净的停止
+acceptor.stop.interrupted=等待接收器线程[{0}]停止时收到中断信号
+
 channel.nio.interrupted=当前线程被中断。
 channel.nio.ssl.appInputNotEmpty=应用程序输入缓冲区仍然包含数据。数据将会丢失。
 channel.nio.ssl.appOutputNotEmpty=应用程序输出缓冲区仍包含数据。数据可能会丢失。
@@ -62,6 +65,7 @@ endpoint.apr.remoteport=APR套接字[{0}]已打开,远程端口为[{1}]
 endpoint.apr.tooManyCertFiles=证书文件配置超过了
 endpoint.debug.channelCloseFail=关闭频道失败
 endpoint.debug.destroySocket=将销毁socket [{0}]
+endpoint.debug.handlerRelease=处理程序无法释放套接字包装
 endpoint.debug.pollerAdd=添加到addList socket[{0}],timeout[{1}],flags[{2}]
 endpoint.debug.pollerAddDo=添加到轮询器套接字[{0}]
 endpoint.debug.pollerProcess=为事件[{1}]处理套接字[{0}]
@@ -70,7 +74,6 @@ endpoint.debug.pollerRemoved=已从轮询器中删除[{0}]
 endpoint.debug.registerRead=[{0}]的注册读兴趣
 endpoint.debug.registerWrite=[{0}]的注册写利息
 endpoint.debug.socket=socket [{0}]
-endpoint.debug.socketCloseFail=关闭 socket 失败
 endpoint.debug.socketTimeout=超时 [{0}]
 endpoint.debug.unlock.fail=尝试在端口[{0}]上解除接受锁定时捕获到异常
 endpoint.debug.unlock.localFail=无法确定[{0}]的本地地址
@@ -91,6 +94,7 @@ endpoint.jmxRegistrationFailed=未能使用名称[{0}]注册JMX对象
 endpoint.jsse.noSslContext=):找不到主机名[{0}]的SSLContext
 endpoint.launch.fail=无法启动新的可运行文件
 endpoint.nio.keyProcessingError=处理选择键时出错
+endpoint.nio.nullSocketChannel=处理轮训事件时出现无效的空套接字通道
 endpoint.nio.registerFail=无法用轮询器中的选择器注册套接字。
 endpoint.nio.selectorCloseFail=关闭轮询器时未能关闭选择器
 endpoint.nio.selectorLoopError=选择器循环出错

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to