From 268a82a9b2409b92b5184ee5b3b343c1c7825cf4 Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 21 Sep 2022 21:14:05 +0100 Subject: [PATCH] New translations en.json (Norwegian) --- packages/nc-gui/lang/no.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/lang/no.json b/packages/nc-gui/lang/no.json index 4997131f62..0f06bd91f6 100644 --- a/packages/nc-gui/lang/no.json +++ b/packages/nc-gui/lang/no.json @@ -103,7 +103,8 @@ "editor": "Redaktør", "commenter": "Kommenterer", "viewer": "Seer." - } + }, + "sqlVIew": "SQL View" }, "datatype": { "ID": "Id.", @@ -157,6 +158,7 @@ "isNotNull": "er ikke null" }, "title": { + "erdView": "ERD View", "newProj": "Nytt prosjekt", "myProject": "Mine prosjekter", "formTitle": "Skjema tittel", @@ -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": "Lagre endringer",