Skip to content

Commit 2fcbde6

Browse files
committed
merged branch craue/patch-7 (PR symfony#1676)
Commits ------- 374c53a fixed German validator translation Discussion ---------- fixed German validator translation
2 parents 182f9e6 + 374c53a commit 2fcbde6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.de.xliff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>The value you selected is not a valid choice</source>
23-
<target>Der Wert, den sie gewählt haben ist keine gültige Wahl</target>
23+
<target>Der Wert, den Sie gewählt haben, ist keine gültige Wahl</target>
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choices</source>
@@ -104,7 +104,7 @@
104104
</trans-unit>
105105
<trans-unit id="26">
106106
<source>This value is not a valid time</source>
107-
<target>Diser Wert entspricht keiner gültigen Zeitangabe</target>
107+
<target>Dieser Wert entspricht keiner gültigen Zeitangabe</target>
108108
</trans-unit>
109109
<trans-unit id="27">
110110
<source>This value is not a valid URL</source>

0 commit comments

Comments
 (0)