8000 minor #30216 [Validator] Add the missing translations for the Dutch (… · symfony/symfony@a9353c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9353c2

Browse files
committed
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 ------- 0266238 [Validator] Add the missing translations for the Dutch (nl) locale
2 parents bc7ff55 + 0266238 commit a9353c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/Symfony/Component/Validator/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)
0