Skip to content

Commit 8154f90

Browse files
[Validator] Add the missing translations for the Dutch (nl) locale
1 parent caa53d3 commit 8154f90

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Resources/translations/validators.nl.xlf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@
302302
<source>An empty file is not allowed.</source>
303303
<target>Lege bestanden zijn niet toegestaan.</target>
304304
</trans-unit>
305+
<trans-unit id="79">
306+
<source>The host could not be resolved.</source>
307+
<target>De hostnaam kon niet worden bepaald.</target>
308+
</trans-unit>
305309
<trans-unit id="80">
306310
<source>This value does not match the expected {{ charset }} charset.</source>
307311
<target>Deze waarde is niet in de verwachte tekencodering {{ charset }}.</target>
@@ -318,6 +322,14 @@
318322
<source>This is not a valid UUID.</source>
319323
<target>Dit is geen geldige UUID.</target>
320324
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Deze waarde zou een meervoud van {{ compared_value }} moeten zijn.</target>
328+
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>Deze bedrijfsidentificatiecode (BIC) is niet gekoppeld aan IBAN {{ iban }}.</target>
332+
</trans-unit>
321333
</body>
322334
</file>
323335
</xliff>

0 commit comments

Comments
 (0)