8000 Update validators.pt_BR.xlf · symfony/symfony@f637920 · GitHub
[go: up one dir, main page]

Skip to content

Commit f637920

Browse files
Update validators.pt_BR.xlf
Fixes for pt_BR validator translations.
1 parent 89171a8 commit f637920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
</trans-unit>
257257
<trans-unit id="67">
258258
<source>This value should be greater than or equal to {{ compared_value }}.</source>
259-
<target>Este valor deve ser maior que ou igual a {{ compared_value }}.</target>
259+
<target>Este valor deve ser maior ou igual a {{ compared_value }}.</target>
260260
</trans-unit>
261261
<trans-unit id="68">
262262
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
@@ -268,7 +268,7 @@
268268
</trans-unit>
269269
<trans-unit id="70">
270270
<source>This value should be less than or equal to {{ compared_value }}.</source>
271-
<target>Este valor deve ser menor que ou igual a {{ compared_value }}.</target>
271+
<target>Este valor deve ser menor ou igual a {{ compared_value }}.</target>
272272
</trans-unit>
273273
<trans-unit id="71">
274274
<source>This value should not be equal to {{ compared_value }}.</source>

0 commit comments

Comments
 (0)
0