Skip to content

Commit

Permalink
minor #39036 Add Romanian missing translations (gabiudrescu)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

   Add Romanian missing translations

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | kinda
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #38758
| License       | MIT
| Doc PR        | n/a

Commits
-------

6aa31a13c7 Add Romanian missing translations
  • Loading branch information
fabpot committed Nov 27, 2020
2 parents 56c8d75 + b87625c commit c51efa6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/translations/security.ro.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@
<source>Account is locked.</source>
<target>Contul este blocat.</target>
</trans-unit>
<trans-unit id="17">
<source>Too many failed login attempts, please try again later.</source>
<target>Prea multe încercări de autentificare eșuate, vă rugăm să încercați mai târziu.</target>
</trans-unit>
<trans-unit id="18">
<source>Invalid or expired login link.</source>
<target>Link de autentificare invalid sau expirat.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit c51efa6

Please sign in to comment.