Skip to content

Commit b7dfa62

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: fixed UUID error message id in translation files Add several missing translations of the UUID validation message. Serbo-Croatian has Serbian plural rule [Validator] Add missing UUID validator message translation (hu) [Validator] Add missing UUID validator message translation (en) add missing translation for uuid validator Fix PHPDoc return type [MonologBridge] Improve FirePHPHandler Fix SVGs not scaling in IE9, IE10, and IE11
2 parents 9923e57 + 48345c1 commit b7dfa62

File tree

9 files changed

+36
-0
lines changed

9 files changed

+36
-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="83">
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
@@ -318,6 +318,10 @@
318318
<source>Error</source>
319319
<target>Fehler</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Dies ist keine gültige UUID.</target>
324+
</trans-unit>
321325
</body>
322326
</file>
323327
</xliff>

Resources/translations/validators.en.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@
318318
<source>Error</source>
319319
<target>Error</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>This is not a valid UUID.</target>
324+
</trans-unit>
321325
</body>
322326
</file>
323327
</xliff>

Resources/translations/validators.es.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@
318318
<source>Error</source>
319319
<target>Error</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Este valor no es un UUID válido.</target>
324+
</trans-unit>
321325
</body>
322326
</file>
323327
</xliff>

Resources/translations/validators.eu.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@
282282
<source>Error</source>
283283
<target>Errore</target>
284284
</trans-unit>
285+
<trans-unit id="83">
286+
<source>This is not a valid UUID.</source>
287+
<target>Balio hau ez da onartutako UUID bat.</target>
288+
</trans-unit>
285289
</body>
286290
</file>
287291
</xliff>

Resources/translations/validators.fr.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@
318318
<source>Error</source>
319319
<target>Erreur</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Ceci n'est pas un UUID valide.</target>
324+
</trans-unit>
321325
</body>
322326
</file>
323327
</xliff>

Resources/translations/validators.hu.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@
318318
<source>Error</source>
319319
<target>Hiba</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Érvénytelen egyedi azonosító (UUID).</target>
324+
</trans-unit>
321325
</body>
322326
</file>
323327
</xliff>

Resources/translations/validators.it.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@
318318
<source>Error</source>
319319
<target>Errore</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Questo non è un UUID valido.</target>
324+
</trans-unit>
321325
</body>
322326
</file>
323327
</xliff>

Resources/translations/validators.nl.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@
314314
<source>Error</source>
315315
<target>Fout</target>
316316
</trans-unit>
317+
<trans-unit id="83">
318+
<source>This is not a valid UUID.</source>
319+
<target>Deze waarde is geen geldige UUID waarde.</target>
320+
</trans-unit>
317321
</body>
318322
</file>
319323
</xliff>

0 commit comments

Comments
 (0)