Skip to content

Commit 7cb70ae

Browse files
minor symfony#53435 [Validator] Added missing Finnish, Italian, and Serbian Cyryllic translations (thunderer)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Added missing Finnish, Italian, and Serbian Cyryllic translations | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix symfony#53292, Fix symfony#53288, Fix symfony#53300 | License | MIT Added missing translations with help from a professional translator. Commits ------- ba811a8 [Validator] added missing Finnish, Italian, and Serbian Cyryllic translations
2 parents 218313e + ba811a8 commit 7cb70ae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,11 @@
432432
</trans-unit>
433433
<trans-unit id="111">
434434
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
435-
<target state="needs-translation">The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</target>
435+
<target>Havaittu merkistö on virheellinen ({{ detected }}). Sallitut merkistöt ovat {{ encodings }}.</target>
436436
</trans-unit>
437437
<trans-unit id="112">
438438
<source>This is not a valid MAC address.</source>
439-
<target state="needs-translation">This is not a valid MAC address.</target>
439+
<target>Tämä ei ole kelvollinen MAC-osoite.</target>
440440
</trans-unit>
441441
</body>
442442
</file>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,11 @@
432432
</trans-unit>
433433
<trans-unit id="111">
434434
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
435-
<target state="needs-translation">The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</target>
435+
<target>La codifica dei caratteri rilevata non è valida ({{ detected }}). Le codifiche ammesse sono {{ encodings }}.</target>
436436
</trans-unit>
437437
<trans-unit id="112">
438438
<source>This is not a valid MAC address.</source>
439-
<target state="needs-translation">This is not a valid MAC address.</target>
439+
<target>Questo non è un indirizzo MAC valido.</target>
440440
</trans-unit>
441441
</body>
442442
</file>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,11 +432,11 @@
432432
</trans-unit>
433433
<trans-unit id="111">
434434
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
435-
<target state="needs-translation">The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</target>
435+
<target>Откривено кодирање знакова је неважеће ({{ detected }}). Дозвољена кодирања су {{ encodings }}.</target>
436436
</trans-unit>
437437
<trans-unit id="112">
438438
<source>This is not a valid MAC address.</source>
439-
<target state="needs-translation">This is not a valid MAC address.</target>
439+
<target>Ово није важећа MAC-адреса.</target>
440440
</trans-unit>
441441
</body>
442442
</file>

0 commit comments

Comments
 (0)