Browse Source

New translations en.json (Russian)

pull/3747/head
navi 2 years ago
parent
commit
3be7c6ad7b
  1. 13
      packages/nc-gui/lang/ru.json

13
packages/nc-gui/lang/ru.json

@ -103,7 +103,8 @@
"editor": "Редактор",
"commenter": "Комментатор",
"viewer": "Просмотр"
}
},
"sqlVIew": "SQL View"
},
"datatype": {
"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": "Сохранить изменения",

Loading…
Cancel
Save