translation - settings, menu

This commit is contained in:
Stela Augustinova
2025-11-14 17:03:54 +01:00
committed by SPRINX0\prochazka
parent 7bb9414be8
commit edf9f3a2be
11 changed files with 77 additions and 23 deletions

View File

@@ -102,6 +102,7 @@
"command.database.databaseSearch": "Database search",
"command.database.export": "Export database",
"command.database.search": "Search",
"command.database.switchRecent": "Switch recent database",
"command.datagrid": "Data grid",
"command.datagrid.addJsonDocument": "Add JSON document",
"command.datagrid.addNewColumn": "Add new column",
@@ -188,6 +189,7 @@
"command.kill": "Kill",
"command.markdown.preview": "Preview",
"command.new": "New",
"command.new.JSShell": "New JavaScript shell",
"command.new.application": "Application",
"command.new.archiveFolder": "Archive folder",
"command.new.collection": "Collection",
@@ -202,6 +204,12 @@
"command.new.markdown": "Markdown page",
"command.new.modelCompare": "Compare DB",
"command.new.modelTransform": "Model transform",
"command.new.newApplication": "New application",
"command.new.newDiagram": "New ER diagram",
"command.new.newJsonl": "New JSON lines file",
"command.new.newModelTransform": "New model transform",
"command.new.newPerspective": "New perspective",
"command.new.newQueryDesign": "New query design",
"command.new.perspective": "Perspective",
"command.new.query": "Query",
"command.new.queryDesign": "Query design",
@@ -671,6 +679,11 @@
"indexEditor.filteredIndexCondition": "Filtered index condition",
"indexEditor.indexName": "Index name",
"indexEditor.isUnique": "Is unique index",
"menu.edit": "Edit",
"menu.file": "File",
"menu.help": "Help",
"menu.tools": "Tools",
"menu.view": "View",
"newObject.compareDescription": "Compare database schemas",
"newObject.compareDisabled": "Database comparison is not available for current database",
"newObject.connectionLocal": "Database connection stored locally",
@@ -714,6 +727,7 @@
"settings.appearance.editorTheme.default": "(use theme default)",
"settings.appearance.fontFamily": "Editor font family",
"settings.appearance.fontSize": "Font size",
"settings.appearance.fontSize.custom": "custom",
"settings.appearance.moreThemes": "More themes are available as",
"settings.appearance.useSystemTheme": "Use system theme",
"settings.behaviour": "Behaviour",
@@ -798,6 +812,8 @@
"settings.tabGroup.showServerName": "Show server name alongside database name in title of the tab group",
"settings.theme": "Themes",
"settings.title": "Settings",
"settings.useNativeWindowTitle": "Use native window title",
"settings.useSystemNativeMenu": "Use system native menu",
"sqlObject.collectionName": "Collection name",
"sqlObject.columnComment": "Column comment",
"sqlObject.columnDataType": "Column data type",