From cb20532e81e2b3f7285c16e6b3fcc4183f040c8a Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 21 Sep 2022 21:14:07 +0100 Subject: [PATCH] New translations en.json (Korean) --- packages/nc-gui/lang/ko.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/lang/ko.json b/packages/nc-gui/lang/ko.json index 929f534d67..98e33da9d5 100644 --- a/packages/nc-gui/lang/ko.json +++ b/packages/nc-gui/lang/ko.json @@ -103,7 +103,8 @@ "editor": "편집자", "commenter": "해설자", "viewer": "뷰어" - } + }, + "sqlVIew": "SQL View" }, "datatype": { "ID": "ID", @@ -157,6 +158,7 @@ "isNotNull": "is not null" }, "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": "변경 사항 저장",