mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-05 20:44:19 +01:00
Refactor translations to XLIFF format, enhance elimination workflows, and update compose configuration
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.
This commit is contained in:
26
translations/validators.nl.xliff
Normal file
26
translations/validators.nl.xliff
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user