[Validator] added missing Estonian translations

Estonian translations for the following validators:

-  Currency;
-  EqualTo;
-  IdenticalTo;
-  NotEqualTo;
-  NotIdenticalTo;
-  GreaterThan;
-  GreaterThanOrEqual;
-  LessThan;
-  LessThanOrEqual;
This commit is contained in:
Kristen Gilden 2013-05-13 03:28:09 +03:00
parent 8ac4844b04
commit fd2b2602ab
1 changed files with 36 additions and 0 deletions

View File

@ -242,6 +242,42 @@
<source>This value is not a valid ISSN.</source>
<target>Väärtus pole korrektne ISSN.</target>
</trans-unit>
<trans-unit id="64">
<source>This value is not a valid currency.</source>
<target>Väärtus pole korrektne valuuta.</target>
</trans-unit>
<trans-unit id="65">
<source>This value should be equal to {{ compared_value }}.</source>
<target>Väärtus peaks olema võrdne {{ compared_value }}-ga.</target>
</trans-unit>
<trans-unit id="66">
<source>This value should be greater than {{ compared_value }}.</source>
<target>Väärtus peaks olema suurem kui {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>Väärtus peaks olema suurem kui või võrduma {{ compared_value }}-ga.</target>
</trans-unit>
<trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Väärtus peaks olema identne väärtusega {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="69">
<source>This value should be less than {{ compared_value }}.</source>
<target>Väärtus peaks olema väiksem kui {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source>
<target>Väärtus peaks olema väiksem kui või võrduma {{ compared_value }}-ga.</target>
</trans-unit>
<trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source>
<target>Väärtus ei tohiks võrduda {{ compared_value }}-ga.</target>
</trans-unit>
<trans-unit id="72">
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Väärtus ei tohiks olla identne väärtusega {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>