Skip to content

Commit

Permalink
[Validator] Add missing Hungarian translations
Browse files Browse the repository at this point in the history
  • Loading branch information
1ed authored and fabpot committed Apr 7, 2019
1 parent 95d46c2 commit 62e5a91
Showing 1 changed file with 20 additions and 0 deletions.
Expand Up @@ -335,9 +335,29 @@
<target>Ez az érték érvényes JSON kell, hogy legyen.</target>
</trans-unit>
<trans-unit id="87">
<source>This value should be positive.</source>
<target>Ennek az értéknek pozitívnak kell lennie.</target>
</trans-unit>
<trans-unit id="88">
<source>This value should be either positive or zero.</source>
<target>Ennek az értéknek pozitívnak vagy nullának kell lennie.</target>
</trans-unit>
<trans-unit id="89">
<source>This value should be negative.</source>
<target>Ennek az értéknek negatívnak kell lennie.</target>
</trans-unit>
<trans-unit id="90">
<source>This value should be either negative or zero.</source>
<target>Ennek az értéknek negatívnak vagy nullának kell lennie.</target>
</trans-unit>
<trans-unit id="91">
<source>This collection should contain only unique elements.</source>
<target>Ez a gyűjtemény csak egyedi elemeket tartalmazhat.</target>
</trans-unit>
<trans-unit id="92">
<source>This value is not a valid timezone.</source>
<target>Ez az érték nem egy érvényes időzóna.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 62e5a91

Please sign in to comment.