Skip to content

Commit 3f96eed

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: [Routing] Add missing options in docblock [VarDumper] Fix dumping continuations [HttpFoundation] fixed Request::getContent() reusage bug [Form] Skip CSRF validation on form when POST max size is exceeded Enhance the phpDoc return types so IDEs can handle the configuration tree. fixes Remove 3.0 from branch suggestions for fixes in PR template [Process] Strengthen Windows pipe files opening (again...) Fix #19531 [Form] DateType fails parsing when midnight is not a valid time
2 parents 30351e1 + 446ccb6 commit 3f96eed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Resources/translations/validators.nl.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<body>
55
<trans-unit id="1">
66
<source>This value should be false.</source>
7-
<target>Deze waarde mag niet waar zijn.</target>
7+
<target>Deze waarde moet onwaar zijn.</target>
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>This value should be true.</source>
@@ -36,7 +36,7 @@
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>This field was not expected.</source>
39-
<target>Dit veld was niet verwacht.</target>
39+
<target>Dit veld werd niet verwacht.</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>This field is missing.</source>
@@ -56,7 +56,7 @@
5656
</trans-unit>
5757
<trans-unit id="14">
5858
<source>The file could not be found.</source>
59-
<target>Het bestand is niet gevonden.</target>
59+
<target>Het bestand kon niet gevonden worden.</target>
6060
</trans-unit>
6161
<trans-unit id="15">
6262
<source>The file is not readable.</source>
@@ -100,7 +100,7 @@
100100
</trans-unit>
101101
<trans-unit id="25">
102102
<source>This value is not valid.</source>
103-
<target>Deze waarde is ongeldig.</target>
103+
<target>Deze waarde is niet geldig.</target>
104104
</trans-unit>
105105
<trans-unit id="26">
106106
<source>This value is not a valid time.</source>
@@ -124,7 +124,7 @@
124124
</trans-unit>
125125
<trans-unit id="34">
126126
<source>The file could not be uploaded.</source>
127-
<target>Het bestand kon niet geüpload worden.</target>
127+
<target>Het bestand kon niet worden geüpload.</target>
128128
</trans-unit>
129129
<trans-unit id="35">
130130
<source>This value should be a valid number.</source>
@@ -140,15 +140,15 @@
140140
</trans-unit>
141141
<trans-unit id="38">
142142
<source>This value is not a valid language.</source>
143-
<target>Deze waarde representeert geen geldige taal.</target>
143+
<target>Deze waarde is geen geldige taal.</target>
144144
</trans-unit>
145145
<trans-unit id="39">
146146
<source>This value is not a valid locale.</source>
147-
<target>Deze waarde representeert geen geldige lokalisering.</target>
147+
<target>Deze waarde is geen geldige locale.</target>
148148
</trans-unit>
149149
<trans-unit id="40">
150150
<source>This value is not a valid country.</source>
151-
<target>Deze waarde representeert geen geldig land.</target>
151+
<target>Deze waarde is geen geldig land.</target>
152152
</trans-unit>
153153
<trans-unit id="41">
154154
<source>This value is already used.</source>
@@ -184,7 +184,7 @@
184184
</trans-unit>
185185
<trans-unit id="49">
186186
<source>The file was only partially uploaded.</source>
187-
<target>Het bestand is niet geheel geüpload.</target>
187+
<target>Het bestand is slechts gedeeltelijk geüpload.</target>
188188
</trans-unit>
189189
<trans-unit id="50">
190190
<source>No file was uploaded.</source>

0 commit comments

Comments
 (0)