10000 fixed UUID error message id in translation files · symfony/symfony@5d76ed7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d76ed7

Browse files
committed
fixed UUID error message id in translation files
1 parent 9bfa971 commit 5d76ed7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
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">
305+
<trans-unit id="83">
306306
<source>This is not a valid UUID.</source>
307307
<target>Aquest valor no és un UUID vàlid.</target>
308308
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.de.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
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">
317+
<trans-unit id="83">
318318
<source>This is not a valid UUID.</source>
319319
<target>Dies ist keine gültige UUID.</target>
320320
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.en.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
<source>This is not a valid Business Identifier Code (BIC).</source>
315315
<target>This is not a valid Business Identifier Code (BIC).</target>
316316
</trans-unit>
317-
<trans-unit id="82">
317+
<trans-unit id="83">
318318
<source>This is not a valid UUID.</source>
319319
<target>This is not a valid UUID.</target>
320320
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.es.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
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">
317+
<trans-unit id="83">
318318
<source>This is not a valid UUID.</source>
319319
<target>Este valor no es un UUID válido.</target>
320320
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
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">
281+
<trans-unit id="83">
282282
<source>This is not a valid UUID.</source>
283283
<target>Balio hau ez da onartutako UUID bat.</target>
284284
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
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">
317+
<trans-unit id="83">
318318
<source>This is not a valid UUID.</source>
319319
<target>Ceci n'est pas un UUID valide.</target>
320320
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
<source>This is not a valid Business Identifier Code (BIC).</source>
315315
<target>Érvénytelen nemzetközi bankazonosító kód (BIC/SWIFT).</target>
316316
</trans-unit>
317-
<trans-unit id="82">
317+
<trans-unit id="83">
318318
<source>This is not a valid UUID.</source>
319319
<target>Érvénytelen egyedi azonosító (UUID).</target>
320320
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.it.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
<source>This is not a valid Business Identifier Code (BIC).</source>
315315
<target>Questo valore non è un codice BIC valido.</target>
316316
</trans-unit>
317-
<trans-unit id="82">
317+
<trans-unit id="83">
318318
<source>This is not a valid UUID.</source>
319319
<target>Questo non è un UUID valido.</target>
320320
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
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">
313+
<trans-unit id="83">
314314
<source>This is not a valid UUID.</source>
315315
<target>Deze waarde is geen geldige UUID waarde.</target>
316316
</trans-unit>

0 commit comments

Comments
 (0)
0