Skip to content

Add Hungarian translation for recently added properties #433

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

Merged
merged 1 commit into from
May 2, 2025
Merged
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
5 changes: 5 additions & 0 deletions src/i18n/locales/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const hu = {
field_details: "Mezők részletei",
reset_view: "Nézet alaphelyzetbe",
show_grid: "Rács",
show_datatype: "Adattípus",
show_cardinality: "Kardinalitás",
theme: "Téma",
light: "Világos",
Expand Down Expand Up @@ -114,6 +115,7 @@ const hu = {
type: "Típus",
null: "Null",
not_null: "Nem null",
nullable: "Nullázható",
primary: "Elsődleges",
unique: "Egyedi",
autoincrement: "Automatikus növelés",
Expand Down Expand Up @@ -258,6 +260,9 @@ const hu = {
show_relationship_labels: "Kapcsolatcímkék",
docs: "Dokumentáció",
supported_types: "Támogatott fájltípusok:",
bulk_update: "Csoportos frissítés",
multiselect: "Csoportos kijelölés",
export_saved_data: "Mentett adatok exportálása",
},
};

Expand Down