Skip to content

Commit daa84d0

Browse files
committed
merged branch ricoli/master (PR #7966)
This PR was merged into the master branch. Discussion ---------- [Validator] Added Portuguese translation for the comparison validators | Q | A | ------------- | --- | Fixed tickets | N/A | License | MIT Commits ------- 759ed17 [Validator] Added Portuguese translation for the comparison validators
2 parents 758e886 + 759ed17 commit daa84d0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,38 @@
246246
<source>This value is not a valid currency.</source>
247247
<target>Este não é um valor monetário válido.</target>
248248
</trans-unit>
249+
<trans-unit id="65">
250+
<source>This value should be equal to {{ compared_value }}.</source>
251+
<target>Este valor deve ser igual a {{ compared_value }}.</target>
252+
</trans-unit>
253+
<trans-unit id="66">
254+
<source>This value should be greater than {{ compared_value }}.</source>
255+
<target>Este valor deve ser superior a {{ compared_value }}.</target>
256+
</trans-unit>
257+
<trans-unit id="67">
258+
<source>This value should be greater than or equal to {{ compared_value }}.</source>
259+
<target>Este valor deve ser igual ou superior a {{ compared_value }}.</target>
260+
</trans-unit>
261+
<trans-unit id="68">
262+
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
263+
<target>Este valor deve ser idêntico a {{ compared_value_type }} {{ compared_value }}.</target>
264+
</trans-unit>
265+
<trans-unit id="69">
266+
<source>This value should be less than {{ compared_value }}.</source>
267+
<target>Este valor deve ser inferior a {{ compared_value }}.</target>
268+
</trans-unit>
269+
<trans-unit id="70">
270+
<source>This value should be less than or equal to {{ compared_value }}.</source>
271+
<target>Este valor deve ser igual ou inferior a {{ compared_value }}.</target>
272+
</trans-unit>
273+
<trans-unit id="71">
274+
<source>This value should not be equal to {{ compared_value }}.</source>
275+
<target>Este valor não deve ser igual a {{ compared_value }}.</target>
276+
</trans-unit>
277+
<trans-unit id="72">
278+
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279+
<target>Este valor não deve ser idêntico a {{ compared_value_type }} {{ compared_value }}.</target>
280+
</trans-unit>
249281
</body>
250282
</file>
251283
</xliff>

0 commit comments

Comments
 (0)