8000 Better Dutch translation of some validator messages · mageekguy/symfony@a859f72 · GitHub
[go: up one dir, main page]

Skip to content

Commit a859f72

Browse files
committed
Better Dutch translation of some validator messages
1 parent dd1115a commit a859f72

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid.</source>
35-
<target>Een of meer van de gegeven waarden zijn ongeldig.</target>
35+
<target>Eén of meer van de ingegeven waarden zijn ongeldig.</target>
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>The fields {{ fields }} were not expected.</source>
@@ -48,11 +48,11 @@
4848
</trans-unit>
4949
<trans-unit id="12">
5050
<source>This value is not a valid datetime.</source>
51-
<target>Deze waarde is geen geldige datum/tijd.</target>
51+
<target>Deze waarde is geen geldige datum en tijd.</target>
5252
</trans-unit>
5353
<trans-unit id="13">
5454
<source>This value is not a valid email address.</source>
55-
<target>Deze waarde is geen geldig e-mailadres.</target>
55+
<target>Deze waarde is geen geldig emailadres.</target>
5656
</trans-unit>
5757
<trans-unit id="14">
5858
<source>The file could not be found.</source>
@@ -76,15 +76,15 @@
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value is too long. It should have {{ limit }} characters or less.</source>
79-
<target>Deze waarde is te lang. Hij mag maximaal {{ limit }} teken bevatten.|Deze waarde is te lang. Hij mag maximaal {{ limit }} tekens bevatten.</target>
79+
<target>Deze waarde is te lang. Het mag maximaal {{ limit }} teken bevatten.|Deze waarde is te lang. Het mag maximaal {{ limit }} tekens bevatten.</target>
8080
</trans-unit>
8181
<trans-unit id="20">
8282
<source>This value should be {{ limit }} or more.</source>
8383
<target>Deze waarde moet {{ limit }} of meer zijn.</target>
8484
</trans-unit>
8585
<trans-unit id="21">
8686
<source>This value is too short. It should have {{ limit }} characters or more.</source>
87-
<target>Deze waarde is te kort. Hij moet tenminste {{ limit }} teken bevatten.|Deze waarde is te kort. Hij moet tenminste {{ limit }} tekens bevatten.</target>
87+
<target>Deze waarde is te kort. Het moet tenminste {{ limit }} teken bevatten.|Deze waarde is te kort. Het moet tenminste {{ limit }} tekens bevatten.</target>
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be blank.</source>
@@ -164,15 +164,15 @@
164164
</trans-unit>
165165
<trans-unit id="44">
166166
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
167-
<target>De afbeelding is niet breed genoeg ({{ width }}px). De minimaal verwachte breedte is {{ min_width }}px.</target>
167+
<target>De afbeelding is niet breed genoeg ({{ width }}px). De minimaal verwachtte breedte is {{ min_width }}px.</target>
168168
</trans-unit>
169169
<trans-unit id="45">
170170
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
171171
<target>De afbeelding is te hoog ({{ height }}px). De maximaal toegestane hoogte is {{ max_height }}px.</target>
172172
</trans-unit>
173173
<trans-unit id="46">
174174
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
175-
<target>De afbeelding is niet hoog genoeg ({{ height }}px). De minimaal verwachte hoogte is {{ min_height }}px.</target>
175+
<target>De afbeelding is niet hoog genoeg ({{ height }}px). De minimaal verwachtte hoogte is {{ min_height }}px.</target>
176176
</trans-unit>
177177
<trans-unit id="47">
178178
<source>This value should be the user current password.</source>

0 commit comments

Comments
 (0)
0