8000 [Validator] Add missing Hungarian translations · symfony/symfony@62e5a91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62e5a91

Browse files
1edfabpot
authored andcommitted
[Validator] Add missing Hungarian translations
1 parent 95d46c2 commit 62e5a91

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,29 @@
335335
<target>Ez az érték érvényes JSON kell, hogy legyen.</target>
336336
</trans-unit>
337337
<trans-unit id="87">
338+
<source>This value should be positive.</source>
339+
<target>Ennek az értéknek pozitívnak kell lennie.</target>
340+
</trans-unit>
341+
<trans-unit id="88">
342+
<source>This value should be either positive or zero.</source>
343+
<target>Ennek az értéknek pozitívnak vagy nullának kell lennie.</target>
344+
</trans-unit>
345+
<trans-unit id="89">
346+
<source>This value should be negative.</source>
347+
<target>Ennek az értéknek negatívnak kell lennie.</target>
348+
</trans-unit>
349+
<trans-unit id="90">
350+
<source>This value should be either negative or zero.</source>
351+
<target>Ennek az értéknek negatívnak vagy nullának kell lennie.</target>
352+
</trans-unit>
353+
<trans-unit id="91">
338354
<source>This collection should contain only unique elements.</source>
339355
<target>Ez a gyűjtemény csak egyedi elemeket tartalmazhat.</target>
340356
</trans-unit>
357+
<trans-unit id="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>Ez az érték nem egy érvényes időzóna.</target>
360+
</trans-unit>
341361
</body>
342362
</file>
343363
</xliff>

0 commit comments

Comments
 (0)
0