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

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

commit 53a6da4b2e470324707b986888940981fef36de7
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 4 15:03:57 2023 +0000

    Improvements to Portuguese translations.
    
    Contributed by Guilherme Custódio.
---
 .../apache/catalina/manager/LocalStrings_pt.properties   | 16 ++++++++++++++++
 .../apache/jasper/resources/LocalStrings_pt.properties   | 16 ++++++++++++++++
 webapps/docs/changelog.xml                               |  8 ++++++++
 3 files changed, 40 insertions(+)

diff --git a/java/org/apache/catalina/manager/LocalStrings_pt.properties 
b/java/org/apache/catalina/manager/LocalStrings_pt.properties
new file mode 100644
index 0000000000..89a1a28ce3
--- /dev/null
+++ b/java/org/apache/catalina/manager/LocalStrings_pt.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.
+
+htmlManagerServlet.serverIPAddress=Endereço IP
diff --git a/java/org/apache/jasper/resources/LocalStrings_pt.properties 
b/java/org/apache/jasper/resources/LocalStrings_pt.properties
new file mode 100644
index 0000000000..6cf3e8c138
--- /dev/null
+++ b/java/org/apache/jasper/resources/LocalStrings_pt.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.
+
+jsp.error.outputfolder=Sem pasta destino
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index d7d2d4ff22..4f6b9e9663 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -138,6 +138,14 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Other">
+    <changelog>
+      <add>
+        Improvements to Portuguese translations. Contributed by Guilherme
+        Custódio. (markt)
+      </add>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 10.1.4 (markt)" rtext="2022-12-09">
   <subsection name="Other">


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

Reply via email to