Skip to content

Commit 800e613

Browse files
minor symfony#52150 [Validator] Added missing translations for Romanian language for Validator component symfony#51901 (Vitalii)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Added missing translations for Romanian language for Validator component symfony#51901 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix symfony#51901 | License | MIT This PR adds missing translations for Romanian language for Validator component Commits ------- a58c612 [Validator] Added missing translations for Romanian language for Validator component
2 parents 3f7ed60 + a58c612 commit 800e613

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,30 @@
398398
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
399399
<target>Valoarea netmask-ului trebuie sa fie intre {{ min }} si {{ max }}.</target>
400400
</trans-unit>
401+
<trans-unit id="104">
402+
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
403+
<target>Denumirea fișierului este prea lungă. Ea trebuie să conțină {{ filename_max_length }} caractere sau mai puține.|Denumirea fișierului este prea lungă. Ea trebuie să conțină {{ filename_max_length }} caractere sau mai puține.</target>
404+
</trans-unit>
405+
<trans-unit id="105">
406+
<source>The password strength is too low. Please use a stronger password.</source>
407+
<target>Complexitatea parolei este prea mică. Vă rugăm să folosiți o parolă mai puternică.</target>
408+
</trans-unit>
409+
<trans-unit id="106">
410+
<source>This value contains characters that are not allowed by the current restriction-level.</source>
411+
<target>Această valoare conține caractere care nu sunt premise de nivelul de restricționare curent.</target>
412+
</trans-unit>
413+
<trans-unit id="107">
414+
<source>Using invisible characters is not allowed.</source>
415+
<target>Folosirea caracterelor invizibile nu este permisă.</target>
416+
</trans-unit>
417+
<trans-unit id="108">
418+
<source>Mixing numbers from different scripts is not allowed.</source>
419+
<target>Combinarea numerelor din diferite script-uri nu este permisă.</target>
420+
</trans-unit>
421+
<trans-unit id="109">
422+
<source>Using hidden overlay characters is not allowed.</source>
423+
<target>Folosirea caracterelor invizibile suprapuse nu este permisă.</target>
424+
</trans-unit>
401425
</body>
402426
</file>
403427
</xliff>

0 commit comments

Comments
 (0)