You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#61567 [Validator] Update Romanian translations (romeopopescu)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Validator] Update Romanian translations
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fixsymfony#60468
| License | MIT
This PR updates Romanian translations in `validators.ro.xlf`.
- Fixed grammar and spelling issues
- Improved clarity and naturalness of phrasing
- Removed extra plural variants that were incorrect
- Removed unnecessary clarifications in parentheses
- Translated technical terminology
Examples:
**Before:**
`Acest câmp este lipsă.`
**After:**
`Acest câmp lipsește.`
**Before:**
`Această valoare nu reprezintă un URL (link) valid.`
**After:**
`Această valoare nu reprezintă un URL valid.`
**Before:**
`Numărul card invalid.`
**After:**
`Numărul cardului este invalid.`
Commits
-------
182ab04 [Validator] Update Romanian translations
0 commit comments