8000 [FrameworkBundle] updated hungarian validator messages · symfony/symfony@fa45f0e · GitHub
[go: up one dir, main page]

Skip to content

Commit fa45f0e

Browse files
committed
[FrameworkBundle] updated hungarian validator messages
1 parent 4ac3bdd commit fa45f0e

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hu.xlf

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>The fields {{ fields }} were not expected.</source>
39-
<target>Váratlan mezők: {{ fields }} .</target>
39+
<target>Váratlan mezők: {{ fields }}.</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>The fields {{ fields }} are missing.</source>
@@ -72,7 +72,7 @@
7272
</trans-unit>
7373
<trans-unit id="18">
7474
<source>This value should be {{ limit }} or less.</source>
75-
<target>Ez az érték {{ limit }} vagy kevesebb kell, hogy legyen.</target>
75+
<target>Ez az érték {{ limit }} vagy kevesebb legyen.</target>
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value is too long. It should have {{ limit }} characters or less.</source>
@@ -96,7 +96,7 @@
9696
</trans-unit>
9797
<trans-unit id="24">
9898
<source>This value should be null.</source>
99-
<target>Ennek az értéknek nullnak kéne lennie .</target>
99+
<target>Ennek az értéknek nullnak kéne lennie.</target>
100100
</trans-unit>
101101
<trans-unit id="25">
102102
<source>This value is not valid.</source>
@@ -194,6 +194,26 @@
194194
<source>This value should have exactly {{ limit }} characters.</source>
195195
<target>Ez az érték pontosan {{ limit }} karaktert tartalmazzon.</target>
196196
</trans-unit>
197+
<trans-unit id="49">
198+
<source>The file was only partially uploaded.</source>
199+
<target>A fájl csak részben lett feltöltve.</target>
200+
</trans-unit>
201+
<trans-unit id="50">
202+
<source>No file was uploaded.</source>
203+
<target>Nem lett fájl feltöltve.</target>
204+
</trans-unit>
205+
<trans-unit id="51">
206+
<source>No temporary folder was configured in php.ini.</source>
207+
<target>Nincs ideiglenes könyvtár beállítva a php.ini-ben.</target>
208+
</trans-unit>
209+
<trans-unit id="52">
210+
<source>Cannot write temporary file to disk.</source>
211+
<target>Nem írható ideiglenes fájl a lemezre.</target>
212+
</trans-unit>
213+
<trans-unit id="53">
214+
<source>A PHP extension caused the upload to fail.</source>
215+
<target>Egy PHP bővítmény miatt a feltöltés nem sikerült.</target>
216+
</trans-unit>
197217
</body>
198218
</file>
199219
</xliff>

0 commit comments

Comments
 (0)
0