Skip to content

Commit 7c953a4

Browse files
minor #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 #49417 | License | MIT | Doc PR | Commits ------- 37ef83bee5 add translations for the filename max length validator option
2 parents b8e0503 + 3da7428 commit 7c953a4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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>

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)