8000 minor #53456 [Validator] reviewed Estonian and Romanian translations … · symfony/symfony@d7ba8ff · GitHub
[go: up one dir, main page]

Skip to content

Commit d7ba8ff

Browse files
minor #53456 [Validator] reviewed Estonian and Romanian translations (thunderer)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] reviewed Estonian and Romanian translations | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix #53368, Fix #53298 | License | MIT Added translations with help from professional translator. Commits ------- df753aa [Validator] added missing Estonian and Romanian translations
2 parents 2cd0493 + df753aa commit d7ba8ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@
436436
</trans-unit>
437437
<trans-unit id="112">
438438
<source>This is not a valid MAC address.</source>
439-
<target state="needs-review-translation">See ei ole kehtiv MAC-aadress.</target>
439+
<target>See ei ole kehtiv MAC-aadress.</target>
440440
</trans-unit>
441441
</body>
442442
</file>

src/Symfony/Component/Validator/Resources/translations/validators.ro.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-review-translation">Codificarea caracterelor detectată este invalidă ({{ detected }}). Codificările permise sunt {{ encodings }}.</target>
435+
<target>Codificarea caracterelor detectate nu este valabilă ({{ detected }}). Codificările permise sunt {{ encodings }}.</target>
436436
</trans-unit>
437437
<trans-unit id="112">
438438
<source>This is not a valid MAC address.</source>
439-
<target state="needs-review-translation">Acesta nu este un adresă MAC validă.</target>
439+
<target>Aceasta nu este o adresă MAC validă.</target>
440440
</trans-unit>
441441
</body>
442442
</file>

0 commit comments

Comments
 (0)
0