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 1471b094ba Improvements to Czech translations
1471b094ba is described below
commit 1471b094ba78d468a27d1d4f3e3da37bb90d5af5
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 2 13:23:07 2022 +0100
Improvements to Czech translations
---
.../apache/tomcat/util/buf/LocalStrings_cs.properties | 16 ++++++++++++++++
.../apache/tomcat/websocket/LocalStrings_cs.properties | 2 +-
webapps/docs/changelog.xml | 3 +++
3 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/java/org/apache/tomcat/util/buf/LocalStrings_cs.properties
b/java/org/apache/tomcat/util/buf/LocalStrings_cs.properties
new file mode 100644
index 0000000000..1a0a1214f0
--- /dev/null
+++ b/java/org/apache/tomcat/util/buf/LocalStrings_cs.properties
@@ -0,0 +1,16 @@
+# 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.
+
+messageBytes.illegalCharacter=Unicode znak [{0}] na kódové značce [{1}] nemůže
být zakódován, protože je mimo povolený rozsah 0 až 255.
diff --git a/java/org/apache/tomcat/websocket/LocalStrings_cs.properties
b/java/org/apache/tomcat/websocket/LocalStrings_cs.properties
index 33f1680534..f6716ec9e8 100644
--- a/java/org/apache/tomcat/websocket/LocalStrings_cs.properties
+++ b/java/org/apache/tomcat/websocket/LocalStrings_cs.properties
@@ -24,7 +24,7 @@ wsRemoteEndpoint.closedDuringMessage=Zbytek zprávy nebude
odeslán, protože We
wsRemoteEndpoint.flushOnCloseFailed=Dávkové zprávy jsou po uzavření relace
stále povoleny. Nelze vyprázdnit zbývající dávkovou zprávu.
wsRemoteEndpoint.wrongState=Vzdálený koncový bod byl ve stavu [{0}], což je
pro volanou metodu neplatný stav
-wsSession.doClose=Zavírám WebSocket session [{1}]
+wsSession.doClose=Zavírám WebSocket session [{0}]
wsSession.duplicateHandlerText=Jednotka (handler) pro textové zprávy již byla
nakonfigurována
wsSession.instanceNew=Selhala registrace instance endpointu
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 849db08f01..03c3acd265 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -286,6 +286,9 @@
<add>
Improvements to Chinese translations. (lihan)
</add>
+ <add>
+ Improvements to Czech translations. (markt)
+ </add>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]