You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2021/06/29 08:08:30 UTC

[myfaces] branch 2.3-next updated: Fix translation on Messages_pt.properties

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

tandraschko pushed a commit to branch 2.3-next
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3-next by this push:
     new 374c2d3  Fix translation on Messages_pt.properties
     new e4134da  Merge pull request #217 from Marinell0/patch-4
374c2d3 is described below

commit 374c2d3faffc409b9d3bd22e8e0710cb4442cd23
Author: Marinello <ga...@gmail.com>
AuthorDate: Mon Jun 28 18:21:52 2021 -0300

    Fix translation on Messages_pt.properties
    
    Fix translation of javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE on Messages_pt.properties
---
 api/src/main/resources/javax/faces/Messages_pt.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/src/main/resources/javax/faces/Messages_pt.properties b/api/src/main/resources/javax/faces/Messages_pt.properties
index fa148d9..aca8b6f 100644
--- a/api/src/main/resources/javax/faces/Messages_pt.properties
+++ b/api/src/main/resources/javax/faces/Messages_pt.properties
@@ -82,7 +82,7 @@ javax.faces.validator.NOT_IN_RANGE = Erro de valida\u00e7\u00e3o: O atributo esp
 
 javax.faces.validator.DoubleRangeValidator.MAXIMUM = {1}: Erro de valida\u00e7\u00e3o: O valor \u00e9 maior que o m\u00e1ximo permitido de ''{0}''.
 javax.faces.validator.DoubleRangeValidator.MINIMUM = {1}: Erro de valida\u00e7\u00e3o: O valor \u00e9 menor que o m\u00ednimo permitido de ''{0}''.
-javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE = {2}: Erro de valida\u00e7\u00e3o: O atributo especificado n\u00e3o pode ser convertido para o tipo apropriado.
+javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE = {2}: Erro de valida\u00e7\u00e3o: O atributo especificado n\u00e3o est\u00e1 entre os valores esperados {0} e {1}.
 javax.faces.validator.DoubleRangeValidator.TYPE = {0}: Erro de valida\u00e7\u00e3o: O valor n\u00e3o \u00e9 do tipo correto.
 
 javax.faces.validator.LengthValidator.MAXIMUM = {1}: Erro de valida\u00e7\u00e3o: O valor \u00e9 mais longo do que o m\u00e1ximo permitido de {0} caracteres.