Skip to content

Commit 53cbd0d

Browse files
committed
minor symfony#28030 Fix UUID error message id in translation files (fabpot)
This PR was merged into the 2.8 branch. Discussion ---------- Fix UUID error message id in translation files | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Id 82 is already taken for the generic error message. <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- 5d76ed7 fixed UUID error message id in translation files
2 parents 9bfa971 + 5d76ed7 commit 53cbd0d

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)