Skip to content

Commit 6586306

Browse files
minor #57987 [Validator] add German translations for the Week constraint messages (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] add German translations for the Week constraint messages | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 490fbb460a add German translations for the Week constraint messages
2 parents 3a2f903 + 30a719d commit 6586306

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Resources/translations/validators.de.xlf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,19 +452,19 @@
452452
</trans-unit>
453453
<trans-unit id="116">
454454
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455-
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
455+
<target>Dieser Wert ist keine Wochenangabe im ISO 8601-Format.</target>
456456
</trans-unit>
457457
<trans-unit id="117">
458458
<source>This value is not a valid week.</source>
459-
<target state="needs-translation">This value is not a valid week.</target>
459+
<target>Dieser Wert ist keine gültige Woche.</target>
460460
</trans-unit>
461461
<trans-unit id="118">
462462
<source>This value should not be before week "{{ min }}".</source>
463-
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
463+
<target>Dieser Wert darf nicht vor der Woche "{{ min }}" sein.</target>
464464
</trans-unit>
465465
<trans-unit id="119">
466466
<source>This value should not be after week "{{ max }}".</source>
467-
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
467+
<target>Dieser Wert darf nicht nach der Woche "{{ max }}" sein.</target>
468468
</trans-unit>
469469
</body>
470470
</file>

0 commit comments

Comments
 (0)