8000 minor #49714 [Validator] add translations for the filename max length… · melya/symfony@be3a378 · GitHub
[go: up one dir, main page]

Skip to content

Commit be3a378

Browse files
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
2 parents 7dccccd + 37ef83b commit be3a378

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,10 @@
402402
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403403
<target>Der Wert der Subnetzmaske sollte zwischen {{ min }} und {{ max }} liegen.</target>
404404
</trans-unit>
405+
<trans-unit id="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>
408+
</trans-unit>
405409
</body>
406410
</file>
407411
</xliff>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,10 @@
402402
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403403
<target>The value of the netmask should be between {{ min }} and {{ max }}.</target>
404404
</trans-unit>
405+
<trans-unit id="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>
408+
</trans-unit>
405409
</body>
406410
</file>
407411
</xliff>

0 commit comments

Comments
 (0)
0