From 931b0b590afabaca343020b1da6eef68310da50d Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 21 Sep 2022 21:14:12 +0100 Subject: [PATCH] New translations en.json (German) --- packages/nc-gui/lang/de.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/lang/de.json b/packages/nc-gui/lang/de.json index 14c5fa81ad..97a1eb76a3 100644 --- a/packages/nc-gui/lang/de.json +++ b/packages/nc-gui/lang/de.json @@ -103,7 +103,8 @@ "editor": "Bearbeiter", "commenter": "Kommentator", "viewer": "Zuschauer" - } + }, + "sqlVIew": "SQL View" }, "datatype": { "ID": "ID", @@ -157,6 +158,7 @@ "isNotNull": "ist nicht Null" }, "title": { + "erdView": "ERD View", "newProj": "Neues Projekt", "myProject": "Meine Projekte", "formTitle": "Formular Titel", @@ -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": "Ă„nderungen speichern",