Update validators.pt_BR.xlf

Fixes for pt_BR validator translations.
This commit is contained in:
Guilherme Blanco 2014-01-20 20:48:14 -05:00
parent 89171a8764
commit f637920e98

View File

@ -256,7 +256,7 @@
</trans-unit>
<trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>Este valor deve ser maior que ou igual a {{ compared_value }}.</target>
<target>Este valor deve ser maior ou igual a {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
@ -268,7 +268,7 @@
</trans-unit>
<trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source>
<target>Este valor deve ser menor que ou igual a {{ compared_value }}.</target>
<target>Este valor deve ser menor ou igual a {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source>