Skip to content

Commit

Permalink
minor #57987 [Validator] add German translations for the Week constra…
Browse files Browse the repository at this point in the history
…int 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
  • Loading branch information
nicolas-grekas committed Aug 13, 2024
2 parents 3a2f903 + 30a719d commit 6586306
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/translations/validators.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -452,19 +452,19 @@
</trans-unit>
<trans-unit id="116">
<source>This value does not represent a valid week in the ISO 8601 format.</source>
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
<target>Dieser Wert ist keine Wochenangabe im ISO 8601-Format.</target>
</trans-unit>
<trans-unit id="117">
<source>This value is not a valid week.</source>
<target state="needs-translation">This value is not a valid week.</target>
<target>Dieser Wert ist keine gültige Woche.</target>
</trans-unit>
<trans-unit id="118">
<source>This value should not be before week "{{ min }}".</source>
<target state="needs-translation">This value should not be before week "{{ min }}".</target>
<target>Dieser Wert darf nicht vor der Woche "{{ min }}" sein.</target>
</trans-unit>
<trans-unit id="119">
<source>This value should not be after week "{{ max }}".</source>
<target state="needs-translation">This value should not be after week "{{ max }}".</target>
<target>Dieser Wert darf nicht nach der Woche "{{ max }}" sein.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit 6586306

Please sign in to comment.