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#49714 [Validator] add translations for the filename max length validator option (xabbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[Validator] add translations for the filename max length validator option
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | related to symfony#49417
| License | MIT
| Doc PR |
Commits
-------
37ef83b add translations for the filename max length validator option
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.de.xlf
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,10 @@
402
402
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403
403
<target>Der Wert der Subnetzmaske sollte zwischen {{ min }} und {{ max }} liegen.</target>
404
404
</trans-unit>
405
+
<trans-unitid="104">
406
+
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
407
+
<target>Der Dateiname ist zu lang. Er sollte nicht länger als {{ filename_max_length }} Zeichen sein.|Der Dateiname ist zu lang. Er sollte nicht länger als {{ filename_max_length }} Zeichen sein.</target>
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Resources/translations/validators.en.xlf
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,10 @@
402
402
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403
403
<target>The value of the netmask should be between {{ min }} and {{ max }}.</target>
404
404
</trans-unit>
405
+
<trans-unitid="104">
406
+
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
407
+
<target>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</target>
0 commit comments