From 43ef645a851b505eea54467de105484f78536068 Mon Sep 17 00:00:00 2001 From: Tamas Balog Date: Fri, 2 May 2025 16:13:03 +0200 Subject: [PATCH] Add Hungarian translation for recently added properties --- src/i18n/locales/hu.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/i18n/locales/hu.js b/src/i18n/locales/hu.js index 5446bc9..3f3f0c2 100644 --- a/src/i18n/locales/hu.js +++ b/src/i18n/locales/hu.js @@ -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", @@ -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", @@ -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", }, };