Add Dutch translations for email verification and security messages

This commit is contained in:
2026-03-09 23:27:42 +01:00
parent 254df0f224
commit 15069c4a87
14 changed files with 1093 additions and 32 deletions
+42
View File
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="nl" target-language="nl" datatype="plaintext" original="file.ext">
<header>
<tool tool-id="symfony" tool-name="Symfony"/>
</header>
<body>
<trans-unit id="E69bPZ6" resname="%count% day|%count% days">
<source>%count% day|%count% days</source>
<target>%count% dag|%count% dagen</target>
</trans-unit>
<trans-unit id="H3jnVKg" resname="%count% hour|%count% hours">
<source>%count% hour|%count% hours</source>
<target>%count% uur|%count% uren</target>
</trans-unit>
<trans-unit id="30tji6_" resname="%count% minute|%count% minutes">
<source>%count% minute|%count% minutes</source>
<target>%count% minuut|%count% minuten</target>
</trans-unit>
<trans-unit id="NCe6niW" resname="%count% month|%count% months">
<source>%count% month|%count% months</source>
<target>%count% maand|%count% maanden</target>
</trans-unit>
<trans-unit id="U_NoHhq" resname="%count% year|%count% years">
<source>%count% year|%count% years</source>
<target>%count% jaar|%count% jaar</target>
</trans-unit>
<trans-unit id="GTlrnoK" resname="The link to verify your email appears to be for a different account or email. Please request a new link.">
<source>The link to verify your email appears to be for a different account or email. Please request a new link.</source>
<target>De link om je e-mailadres te verifiëren is voor een andere gebruiker of e-mailadres. Vraag een nieuwe link aan.</target>
</trans-unit>
<trans-unit id="F0PcQoi" resname="The link to verify your email has expired. Please request a new link.">
<source>The link to verify your email has expired. Please request a new link.</source>
<target>De link om je e-mailadres te verifiëren is verlopen. Vraag een nieuwe link aan.</target>
</trans-unit>
<trans-unit id="dSF4hGL" resname="The link to verify your email is invalid. Please request a new link.">
<source>The link to verify your email is invalid. Please request a new link.</source>
<target>De link om je e-mailadres te verifiëren is ongeldig. Vraag een nieuwe link aan.</target>
</trans-unit>
</body>
</file>
</xliff>