From fa66fd5f4532b4a7565973a9f10304a89af86e93 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 21 Sep 2022 21:13:51 +0100 Subject: [PATCH] New translations en.json (Indonesian) --- packages/nc-gui/lang/id.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/lang/id.json b/packages/nc-gui/lang/id.json index b255203ab4..ce59e4f90d 100644 --- a/packages/nc-gui/lang/id.json +++ b/packages/nc-gui/lang/id.json @@ -103,7 +103,8 @@ "editor": "Editor", "commenter": "Komentator", "viewer": "Penonton" - } + }, + "sqlVIew": "SQL View" }, "datatype": { "ID": "Indo", @@ -157,6 +158,7 @@ "isNotNull": "bukan null." }, "title": { + "erdView": "ERD View", "newProj": "Proyek baru", "myProject": "Proyek saya", "formTitle": "Bentuk judul", @@ -406,7 +408,14 @@ "linkRecord": "Link record", "addNewRecord": "Add new record", "useConnectionUrl": "Use Connection URL", - "toggleCommentsDraw": "Toggle comments draw" + "toggleCommentsDraw": "Toggle comments draw", + "erd": { + "showColumns": "Show Columns", + "showPkAndFk": "Show Primary and Foreign Keys", + "showSqlViews": "Show SQL Views", + "showMMTables": "Show Many to Many tables", + "showJunctionTableNames": "Show Junction Table Names" + } }, "tooltip": { "saveChanges": "Simpan perubahan",