Skip to content

Commit 8fed72c

Browse files
committed
Hungarian language
Extending the LangueType class with hungarian language and fix some words
1 parent 8aa9f31 commit 8fed72c

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

src/Form/Type/LanguageType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function configureOptions(OptionsResolver $resolver): void
2323
'Nederlands' => 'nl',
2424
'Български' => 'bg',
2525
'Русский' => 'ru',
26+
'Magyar' => 'hu',
2627
],
2728
'label' => 'label.locale',
2829
]);

translations/messages.hu.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</trans-unit>
9595
<trans-unit id="properties">
9696
<source>properties</source>
97-
<target>Tulajdonságok</target>
97+
<target>Ingatlanok</target>
9898
</trans-unit>
9999
<trans-unit id="locations">
100100
<source>locations</source>
@@ -432,11 +432,11 @@
432432
</trans-unit>
433433
<trans-unit id="title.my_properties">
434434
<source>title.my_properties</source>
435-
<target>Saját tulajdonságaim</target>
435+
<target>Saját ingatlanjaim</target>
436436
</trans-unit>
437437
<trans-unit id="title.properties_on_map">
438438
<source>title.properties_on_map</source>
439-
<target>Az összes tulajdonság a térképen</target>
439+
<target>Az összes ingatlan a térképen</target>
440440
</trans-unit>
441441
<trans-unit id="title.login">
442442
<source>title.login</source>
@@ -460,7 +460,7 @@
460460
</trans-unit>
461461
<trans-unit id="title.latest_properties">
462462
<source>title.latest_properties</source>
463-
<target>Legújabb tulajdonságok</target>
463+
<target>Legújabb ingatlanok</target>
464464
</trans-unit>
465465
<trans-unit id="title.add_page">
466466
<source>title.add_page</source>
@@ -472,11 +472,11 @@
472472
</trans-unit>
473473
<trans-unit id="title.add_property">
474474
<source>title.add_property</source>
475-
<target>Tulajdonság hozzáadása</target>
475+
<target>Ingatlan hozzáadása</target>
476476
</trans-unit>
477477
<trans-unit id="title.edit_property">
478478
<source>title.edit_property</source>
479-
<target>Tulajdonság szerkesztése</target>
479+
<target>Ingatlan szerkesztése</target>
480480
</trans-unit>
481481
<trans-unit id="title.add_city">
482482
<source>title.add_city</source>
@@ -641,7 +641,7 @@
641641
</trans-unit>
642642
<trans-unit id="label.settings.show_similar_properties">
643643
<source>label.settings.show_similar_properties</source>
644-
<target>Hasonló tulajdonságok megjelenítése</target>
644+
<target>Hasonló ingatlanok megjelenítése</target>
645645
</trans-unit>
646646
<trans-unit id="label.settings.ymaps_key">
647647
<source>label.settings.ymaps_key</source>
@@ -845,7 +845,7 @@
845845
</trans-unit>
846846
<trans-unit id="label.title">
847847
<source>label.title</source>
848-
<target>Cím</target>
848+
<target>Megnevezés</target>
849849
</trans-unit>
850850
<trans-unit id="label.link_text">
851851
<source>label.link_text</source>
@@ -861,7 +861,7 @@
861861
</trans-unit>
862862
<trans-unit id="label.new_tab">
863863
<source>label.new_tab</source>
864-
<target>Új lapon megnyitás</target>
864+
<target>Megnyitás új lapon</target>
865865
</trans-unit>
866866
<trans-unit id="label.nofollow">
867867
<source>label.nofollow</source>

0 commit comments

Comments
 (0)