Skip to content

Commit b58b026

Browse files
author
Jannik Zschiesche
committed
Add several missing translations of the UUID validation message.
1 parent 66dcfa4 commit b58b026

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

Resources/translations/validators.ca.xlf

Lines changed: 4 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>No està permès un fixter buit.</target>
304304
</trans-unit>
305+
<trans-unit id="82">
306+
<source>This is not a valid UUID.</source>
307+
<target>Aquest valor no és un UUID vàlid.</target>
308+
</trans-unit>
305309
</body>
306310
</file>
307311
</xliff>

Resources/translations/validators.de.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@
314314
<source>This is not a valid Business Identifier Code (BIC).</source>
315315
<target>Dieser Wert ist kein gültiger BIC.</target>
316316
</trans-unit>
317+
<trans-unit id="82">
318+
<source>This is not a valid UUID.</source>
319+
<target>Dies ist keine gültige UUID.</target>
320+
</trans-unit>
317321
</body>
318322
</file>
319323
</xliff>

Resources/translations/validators.es.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@
314314
<source>This is not a valid Business Identifier Code (BIC).</source>
315315
<target>No es un Código de Identificación Bancaria (BIC) válido.</target>
316316
</trans-unit>
317+
<trans-unit id="82">
318+
<source>This is not a valid UUID.</source>
319+
<target>Este valor no es un UUID válido.</target>
320+
</trans-unit>
317321
</body>
318322
</file>
319323
</xliff>

Resources/translations/validators.eu.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@
278278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279279
<target>Balio hau ez litzateke {{ compared_value_type }} {{ compared_value }}-(r)en berbera izan behar.</target>
280280
</trans-unit>
281+
<trans-unit id="82">
282+
<source>This is not a valid UUID.</source>
283+
<target>Balio hau ez da onartutako UUID bat.</target>
284+
</trans-unit>
281285
</body>
282286
</file>
283287
</xliff>

Resources/translations/validators.fr.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@
314314
<source>This is not a valid Business Identifier Code (BIC).</source>
315315
<target>Ce n'est pas un code universel d'identification des banques (BIC) valide.</target>
316316
</trans-unit>
317+
<trans-unit id="82">
318+
<source>This is not a valid UUID.</source>
319+
<target>Ceci n'est pas un UUID valide.</target>
320+
</trans-unit>
317321
</body>
318322
</file>
319323
</xliff>

Resources/translations/validators.nl.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@
310310
<source>This is not a valid Business Identifier Code (BIC).</source>
311311
<target>Dit is geen geldige bedrijfsidentificatiecode (BIC/SWIFT).</target>
312312
</trans-unit>
313+
<trans-unit id="82">
314+
<source>This is not a valid UUID.</source>
315+
<target>Deze waarde is geen geldige UUID waarde.</target>
316+
</trans-unit>
313317
</body>
314318
</file>
315319
</xliff>

0 commit comments

Comments
 (0)