Skip to content

Commit

Permalink
minor #52267 [Validator] Add missing Estonian translations (Randel Palu)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

[Validator] Add missing Estonian translations

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Issues        | Fix #51939
| License       | MIT

Added missing Estonian translations

Commits
-------

625019f [Validator] Added missing Estonian translations #51939
  • Loading branch information
fabpot committed Oct 24, 2023
2 parents 7f9f5bb + 625019f commit e30b4bf
Showing 1 changed file with 24 additions and 0 deletions.
Expand Up @@ -402,6 +402,30 @@
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
<target>Võrgumaski väärtus peaks olema vahemikus {{ min }} kuni {{ max }}.</target>
</trans-unit>
<trans-unit id="104">
<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>
<target>Failinimi on liiga pikk. See peaks olema {{ filename_max_length }} tähemärk või vähem.|Failinimi on liiga pikk. See peaks olema {{ filename_max_length }} tähemärki või vähem.</target>
</trans-unit>
<trans-unit id="105">
<source>The password strength is too low. Please use a stronger password.</source>
<target>Parooli tugevus on liiga madal. Palun kasuta tugevamat parooli.</target>
</trans-unit>
<trans-unit id="106">
<source>This value contains characters that are not allowed by the current restriction-level.</source>
<target>See väärtus sisaldab tähemärke, mida praegune piirangu tase ei luba.</target>
</trans-unit>
<trans-unit id="107">
<source>Using invisible characters is not allowed.</source>
<target>Mittenähtavate tähemärkide kasutamine ei ole lubatud.</target>
</trans-unit>
<trans-unit id="108">
<source>Mixing numbers from different scripts is not allowed.</source>
<target>Eri kirjasüsteemidest pärit numbrite koos kasutamine pole lubatud.</target>
</trans-unit>
<trans-unit id="109">
<source>Using hidden overlay characters is not allowed.</source>
<target>Peidetud tähemärkide kasutamine pole lubatud.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit e30b4bf

Please sign in to comment.