diff --git a/packages/nc-gui/lang/fi.json b/packages/nc-gui/lang/fi.json index 2f8133d192..8963e1d6b2 100644 --- a/packages/nc-gui/lang/fi.json +++ b/packages/nc-gui/lang/fi.json @@ -103,7 +103,8 @@ "editor": "Toimittaja", "commenter": "Kommentti", "viewer": "Katselija" - } + }, + "sqlVIew": "SQL View" }, "datatype": { "ID": "Id", @@ -157,6 +158,7 @@ "isNotNull": "ei ole nolla" }, "title": { + "erdView": "ERD View", "newProj": "Uusi projekti", "myProject": "Omat hankkeet", "formTitle": "Muodosta otsikko", @@ -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": "Tallenna muutokset",