minor #30216 [Validator] Add the missing translations for the Dutch (nl) locale (reyostallenberg)

This PR was merged into the 3.4 branch.

Discussion
----------

[Validator] Add the missing translations for the Dutch (nl) locale

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #30177
| License       | MIT

This PR addresses the issue #30177, adding the missing translations for the Dutch (nl) locale.

Commits
-------

02662384c3 [Validator] Add the missing translations for the Dutch (nl) locale
This commit is contained in:
Fabien Potencier 2019-02-12 21:00:30 +01:00
commit a9353c2977
1 changed files with 12 additions and 0 deletions

View File

@ -302,6 +302,10 @@
<source>An empty file is not allowed.</source>
<target>Lege bestanden zijn niet toegestaan.</target>
</trans-unit>
<trans-unit id="79">
<source>The host could not be resolved.</source>
<target>De hostnaam kon niet worden bepaald.</target>
</trans-unit>
<trans-unit id="80">
<source>This value does not match the expected {{ charset }} charset.</source>
<target>Deze waarde is niet in de verwachte tekencodering {{ charset }}.</target>
@ -318,6 +322,14 @@
<source>This is not a valid UUID.</source>
<target>Dit is geen geldige UUID.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Deze waarde zou een meervoud van {{ compared_value }} moeten zijn.</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Deze bedrijfsidentificatiecode (BIC) is niet gekoppeld aan IBAN {{ iban }}.</target>
</trans-unit>
</body>
</file>
</xliff>