File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ const hu = {
49
49
field_details : "Mezők részletei" ,
50
50
reset_view : "Nézet alaphelyzetbe" ,
51
51
show_grid : "Rács" ,
52
+ show_datatype : "Adattípus" ,
52
53
show_cardinality : "Kardinalitás" ,
53
54
theme : "Téma" ,
54
55
light : "Világos" ,
@@ -114,6 +115,7 @@ const hu = {
114
115
type : "Típus" ,
115
116
null : "Null" ,
116
117
not_null : "Nem null" ,
118
+ nullable : "Nullázható" ,
117
119
primary : "Elsődleges" ,
118
120
unique : "Egyedi" ,
119
121
autoincrement : "Automatikus növelés" ,
@@ -258,6 +260,9 @@ const hu = {
258
260
show_relationship_labels : "Kapcsolatcímkék" ,
259
261
docs : "Dokumentáció" ,
260
262
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" ,
261
266
} ,
262
267
} ;
263
268
You can’t perform that action at this time.
0 commit comments