From ab9090e4274ac13935742c171cfbff43af808d9a Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 21 Sep 2022 21:13:58 +0100 Subject: [PATCH] New translations en.json (Turkish) --- packages/nc-gui/lang/tr.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/lang/tr.json b/packages/nc-gui/lang/tr.json index 383ce42da8..ca07f211cf 100644 --- a/packages/nc-gui/lang/tr.json +++ b/packages/nc-gui/lang/tr.json @@ -103,7 +103,8 @@ "editor": "Editör", "commenter": "Yorumcu", "viewer": "İzleyici" - } + }, + "sqlVIew": "SQL View" }, "datatype": { "ID": "ID", @@ -157,6 +158,7 @@ "isNotNull": "null değil" }, "title": { + "erdView": "ERD View", "newProj": "Yeni proje", "myProject": "Benim projelerim", "formTitle": "Form başlığı", @@ -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": "Değişiklikleri Kaydet",