From bdb42c7b5cdb4af417326d1958ed46636ac822cd Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 21 Sep 2022 21:13:49 +0100 Subject: [PATCH] New translations en.json (Thai) --- packages/nc-gui/lang/th.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/lang/th.json b/packages/nc-gui/lang/th.json index c06eea3fcf..c72b004088 100644 --- a/packages/nc-gui/lang/th.json +++ b/packages/nc-gui/lang/th.json @@ -103,7 +103,8 @@ "editor": "บรรณาธิการ", "commenter": "ผู้วิจารณ์", "viewer": "ผู้ดู" - } + }, + "sqlVIew": "SQL View" }, "datatype": { "ID": "id", @@ -157,6 +158,7 @@ "isNotNull": "ไม่เป็นโมฆะ" }, "title": { + "erdView": "ERD View", "newProj": "โครงการใหม่", "myProject": "โครงการของฉัน", "formTitle": "ชื่อรูปแบบ", @@ -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": "บันทึกการเปลี่ยนแปลง",