From b2760fef4429d679ea531c1300b602c0312cec8a Mon Sep 17 00:00:00 2001 From: navi Date: Wed, 21 Sep 2022 21:14:01 +0100 Subject: [PATCH] New translations en.json (Spanish) --- packages/nc-gui/lang/es.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/lang/es.json b/packages/nc-gui/lang/es.json index ce9e1aaa76..28701fff45 100644 --- a/packages/nc-gui/lang/es.json +++ b/packages/nc-gui/lang/es.json @@ -103,7 +103,8 @@ "editor": "Editor", "commenter": "Comentarista", "viewer": "Visor" - } + }, + "sqlVIew": "SQL View" }, "datatype": { "ID": "ID", @@ -157,6 +158,7 @@ "isNotNull": "no es nulo" }, "title": { + "erdView": "ERD View", "newProj": "Nuevo proyecto", "myProject": "Mis proyectos", "formTitle": "Título del formulario", @@ -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": "Guardar cambios",