mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 12:44:20 +01:00
This commit switches translations from YAML to XLIFF format for better standardization, updates the elimination preparation process with UI and functionality improvements, tweaks form structures, adjusts compose.override.yaml for improved asset handling, and optimizes back office usability with refined translation handling.
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?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="B9r0Hn5" resname="Error">
|
|
<source>Error</source>
|
|
<target>Fout</target>
|
|
</trans-unit>
|
|
<trans-unit id="B7yoMOR" resname="Please enter a password">
|
|
<source>Please enter a password</source>
|
|
<target>Voer je wachtwoord in</target>
|
|
</trans-unit>
|
|
<trans-unit id="vsM4tSv" resname="There is already an account with this email">
|
|
<source>There is already an account with this email</source>
|
|
<target>Er is al een account met dit e-mailadres</target>
|
|
</trans-unit>
|
|
<trans-unit id="_OmnKuR" resname="Your password should be at least {{ limit }} characters">
|
|
<source>Your password should be at least {{ limit }} characters</source>
|
|
<target>Je wachtwoord moet minimaal {{ limit }} karakters lang zijn</target>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff>
|