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
commit e78a8f1fcea15040b2faee43ed45a1d432fbe781 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 4 15:26:39 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 | 4 ++++ 3 files changed, 36 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 0c568f49cf..f755cdaaf4 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -192,6 +192,10 @@ Improvements to Japanese translations. Contributed by Shirayuking. (markt) </add> + <add> + Improvements to Portuguese translations. Contributed by Guilherme + Custódio. (markt) + </add> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org