You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#32510 [Validator] Added the Spanish translation for the new Range validator (javiereguiluz)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead (closessymfony#32510).
Discussion
----------
[Validator] Added the Spanish translation for the new Range validator
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass? | yes <!-- please add some, will be required by reviewers -->
| Fixed tickets | -
| License | MIT
| Doc PR | -
Translation for symfony#32435.
Commits
-------
41f51fd [Validator] Added the Spanish translation for the new Range validator
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.es.xlf
+4
Original file line number
Diff line number
Diff line change
@@ -362,6 +362,10 @@
362
362
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363
363
<target>Esta contraseña no se puede utilizar porque está incluida en un listado de contraseñas públicas obtenido gracias a fallos de seguridad de otros sitios y aplicaciones. Por favor utilice otra contraseña.</target>
364
364
</trans-unit>
365
+
<trans-unitid="94">
366
+
<source>This value should be between {{ min }} and {{ max }}.</source>
367
+
<target>Este valor debe ser entre {{ min }} y {{ max }}.</target>
0 commit comments