Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Hungarian translation and fix typos #15074

Merged
merged 1 commit into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/actions/resources/lang/hu/dissociate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

'modal' => [

'heading' => ':label lecstolása',
'heading' => ':label lecsatolása',

'actions' => [

Expand Down
4 changes: 2 additions & 2 deletions packages/actions/resources/lang/hu/export.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

'completed' => [

'title' => 'AZ exportálás befejeződött',
'title' => 'Az exportálás befejeződött',

'actions' => [

Expand All @@ -67,7 +67,7 @@

'started' => [
'title' => 'Az exportálás elkezdődött',
'body' => 'Elkezdődött 1 exportálása a háttérben.|Elkezdődött :count sor exportálása a háttérben.',
'body' => 'Elkezdődött 1 sor exportálása a háttérben. Ha elkészült, akkor a letöltési hivatkozás egy új értesítésben fog megjelenni.|Elkezdődött :count sor exportálása a háttérben. Ha elkészült, akkor a letöltési hivatkozás egy új értesítésben fog megjelenni.',
],

],
Expand Down
4 changes: 4 additions & 0 deletions packages/actions/resources/lang/hu/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
'file' => [
'label' => 'Fájl',
'placeholder' => 'Tölts fel egy CSV fájlt',
'rules' => [
'duplicate_columns' => '{0} A fájl nem tartalmazhat egynél több üres oszlopfejlécet.|{1,*} A fájl nem tartalmazhat ismétlődő oszlopfejléceket: :columns.',
],
],

'columns' => [
Expand Down Expand Up @@ -72,6 +75,7 @@
'file_name' => 'importálás-:import_id-:csv_name-sikertelen-sorok',
'error_header' => 'hiba',
'system_error' => 'Rendszerhiba, kérlek lépj kapcsolatba az ügyfélszolgálattal.',
'column_mapping_required_for_new_record' => 'A :attribute oszlopot a fájlban lévő oszlopok egyikéhez sem sikerült hozzárendelni, így nem hozhatóak létre új rekordok.',
],

];
30 changes: 29 additions & 1 deletion packages/forms/resources/lang/hu/components.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,44 @@

'add' => [
'label' => 'Új :label',
'modal' => [
'heading' => 'Új :label',
'actions' => [
'add' => [
'label' => 'Új',
],
],
],
],

'add_between' => [
'label' => 'Beillesztés blokkok közé',
'modal' => [
'heading' => 'Új :label',
'actions' => [
'add' => [
'label' => 'Új',
],
],
],
],

'delete' => [
'label' => 'Törlés',
],

'edit' => [
'label' => 'Szerkesztés',
'modal' => [
'heading' => 'Blokk szerkesztése',
'actions' => [
'save' => [
'label' => 'Változtatások mentése',
],
],
],
],

'reorder' => [
'label' => 'Mozgatás',
],
Expand Down Expand Up @@ -405,7 +433,7 @@

'max_items_message' => 'Csak :count elem választható ki.',

'no_search_results_message' => 'Nincs találat',
'no_search_results_message' => 'Nincs találat.',

'placeholder' => 'Válassz ki egy elemet',

Expand Down
2 changes: 1 addition & 1 deletion packages/panels/resources/lang/hu/global-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
'placeholder' => 'Keresés',
],

'no_results_message' => 'Nincs találat',
'no_results_message' => 'Nincs találat.',

];
8 changes: 8 additions & 0 deletions packages/panels/resources/lang/hu/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,12 @@

],

'avatar' => [
'alt' => ':name avatárja',
],

'logo' => [
'alt' => ':name logója',
],

];
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

'notification_resend_throttled' => [
'title' => 'Túl sok újraküldési kísérlet',
'body' => 'Kérjük, hogy próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, hogy próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
2 changes: 1 addition & 1 deletion packages/panels/resources/lang/hu/pages/auth/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

'throttled' => [
'title' => 'Túl sok bejelentkezési kísérlet',
'body' => 'Kérjük, próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

'throttled' => [
'title' => 'Túl sok próbálkozás',
'body' => 'Kérjük, próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

'throttled' => [
'title' => 'Túl sok visszaállítási kísérlet',
'body' => 'Kérjük, próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
2 changes: 1 addition & 1 deletion packages/panels/resources/lang/hu/pages/auth/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

'throttled' => [
'title' => 'Túl sok regisztrációs kísérlet',
'body' => 'Kérjük, próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
7 changes: 7 additions & 0 deletions packages/panels/resources/lang/hu/unsaved-changes-alert.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [

'body' => 'Még nem történt meg a módosítások rögzítése. Biztos, hogy el akarod hagyni ezt az oldalt?',

];
10 changes: 9 additions & 1 deletion packages/support/resources/lang/hu/components/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

'label' => 'Lapozás',

'overview' => ':first / :last megjelenítve a(z) :total találatból',
'overview' => '{1} 1 találat|[2,*] :first - :last megjelenítve a(z) :total találatból',

'fields' => [

Expand All @@ -22,10 +22,18 @@

'actions' => [

'first' => [
'label' => 'Első',
],

'go_to_page' => [
'label' => 'Ugrás az oldalra: :page',
],

'last' => [
'label' => 'Utolsó',
],

'next' => [
'label' => 'Következő',
],
Expand Down
10 changes: 5 additions & 5 deletions packages/tables/resources/lang/hu/filters/query-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
'is_month' => [

'label' => [
'direct' => 'Ezen hónapban',
'inverse' => 'Nem ezen hónapban',
'direct' => 'Ebben a hónapban',
'inverse' => 'Nem ebben a hónapban',
],

'summary' => [
Expand All @@ -135,8 +135,8 @@
'is_year' => [

'label' => [
'direct' => 'Ezen évben',
'inverse' => 'Nem ezen évben',
'direct' => 'Ebben az évben',
'inverse' => 'Nem ebben az évben',
],

'summary' => [
Expand Down Expand Up @@ -175,7 +175,7 @@

'summary' => [
'direct' => ':attribute egyenlő :number',
'inverse' => ':attributenem egyenlő :number',
'inverse' => ':attribute nem egyenlő :number',
],

],
Expand Down
4 changes: 4 additions & 0 deletions packages/tables/resources/lang/hu/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

'columns' => [

'actions' => [
'label' => 'Művelet|Műveletek',
],

'text' => [

'actions' => [
Expand Down
Loading