Skip to content

Commit bf30322

Browse files
authored
Add Hungarian translation for recently added properties (#433)
1 parent 580ccff commit bf30322

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/i18n/locales/hu.js

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ const hu = {
4949
field_details: "Mezők részletei",
5050
reset_view: "Nézet alaphelyzetbe",
5151
show_grid: "Rács",
52+
show_datatype: "Adattípus",
5253
show_cardinality: "Kardinalitás",
5354
theme: "Téma",
5455
light: "Világos",
@@ -114,6 +115,7 @@ const hu = {
114115
type: "Típus",
115116
null: "Null",
116117
not_null: "Nem null",
118+
nullable: "Nullázható",
117119
primary: "Elsődleges",
118120
unique: "Egyedi",
119121
autoincrement: "Automatikus növelés",
@@ -258,6 +260,9 @@ const hu = {
258260
show_relationship_labels: "Kapcsolatcímkék",
259261
docs: "Dokumentáció",
260262
supported_types: "Támogatott fájltípusok:",
263+
bulk_update: "Csoportos frissítés",
264+
multiselect: "Csoportos kijelölés",
265+
export_saved_data: "Mentett adatok exportálása",
261266
},
262267
};
263268

0 commit comments

Comments
 (0)