translation-db object

This commit is contained in:
Stela Augustinova
2025-11-10 13:38:09 +01:00
parent d14ffcb736
commit 9ee0b32cac
12 changed files with 223 additions and 66 deletions

View File

@@ -106,6 +106,7 @@
"command.datagrid.viewJsonValue": "View cell as JSON document",
"command.datagrid.witchToTable": "Switch to table",
"command.datgrid.hideColumn": "Hide column",
"command.new.collectionToolbar": "New collection/container",
"command.new.duckdbDatabase": "New DuckDB database",
"command.new.sqliteDatabase": "New SQLite database",
"command.openQuery": "Open query",
@@ -267,6 +268,7 @@
"dataGrid.codeHighlighting": "Code highlighting:",
"dataGrid.codeHighlighting.none": "None (raw text)",
"dataGrid.columns": "Columns",
"dataGrid.dependentTables": "Dependent tables",
"dataGrid.editCellValue": "Edit cell value",
"dataGrid.filters": "Filters",
"dataGrid.formatJson": "Format JSON",
@@ -300,7 +302,7 @@
"database.exportDbModel": "Export DB model",
"database.generateScript": "Generate script",
"database.import": "Import",
"database.newCollection": "New {collectionLabel}",
"database.newCollection": "New collection/container",
"database.newQuery": "New query",
"database.newTable": "New table",
"database.perspective": "Perspective #",
@@ -379,6 +381,48 @@
"datagrid.searchMacros": "Search macros",
"datagrid.setFormat": "Set format: ",
"datagrid.structure": "Structure",
"dbObject.collections": "Collections/Containers",
"dbObject.confirmCloneCollection": "Really create collection/container copy named {name}?",
"dbObject.confirmDropCollection": "Really drop collection {name}?",
"dbObject.copyTableName": "Copy table name",
"dbObject.createCollection": "Create collection/container",
"dbObject.createCollectionBackup": "Create collection/container backup",
"dbObject.createTableBackup": "Create table backup",
"dbObject.designPerspectiveQuery": "Design perspective query",
"dbObject.designQuery": "Design query",
"dbObject.diagram": "Diagram #",
"dbObject.disable": "Disable",
"dbObject.dropCollection": "Drop collection/container",
"dbObject.dropEvent": "Drop event",
"dbObject.dropProcedure": "Drop procedure",
"dbObject.dropTable": "Drop table",
"dbObject.dropTrigger": "Drop trigger",
"dbObject.dropView": "Drop view",
"dbObject.enable": "Enable",
"dbObject.functions": "Functions",
"dbObject.matviews": "Materialized Views",
"dbObject.newCollectionName": "New collection/container name",
"dbObject.openData": "Open data",
"dbObject.openJson": "Open JSON",
"dbObject.openRawData": "Open raw data",
"dbObject.openStructure": "Open structure",
"dbObject.procedures": "Procedures",
"dbObject.query": "Query #",
"dbObject.queryDesigner": "Query designer",
"dbObject.renameCollection": "Rename collection/container",
"dbObject.renameProcedure": "Rename procedure",
"dbObject.renameTable": "Rename table",
"dbObject.renameView": "Rename view",
"dbObject.schedulerEvents": "Scheduler Events",
"dbObject.showDiagram": "Show diagram",
"dbObject.showQuery": "Show query",
"dbObject.showSql": "Show SQL",
"dbObject.sqlGenerator": "SQL generator",
"dbObject.sqlTemplate": "SQL template",
"dbObject.tables": "Tables",
"dbObject.triggers": "Triggers",
"dbObject.truncateTable": "Truncate table",
"dbObject.views": "Views",
"error.driverNotFound": "Invalid database connection, driver not found",
"error.selectedCloudConnection": "Selected connection is from DbGate cloud",
"error.selectedNotCloudConnection": "Selected connection is not from DbGate cloud",
@@ -617,6 +661,7 @@
"sqlObject.columnName": "Column name",
"sqlObject.databaseEmpty": "Database {database} is empty or structure is not loaded, press Refresh button to reload structure",
"sqlObject.loadingStructure": "Loading database structure",
"sqlObject.newCollection": "New collection/container",
"sqlObject.schemaName": "Schema",
"sqlObject.search.placeholder": "Search in tables, views, procedures",
"sqlObject.searchBy": "Search by:",
@@ -684,6 +729,10 @@
"tableEditor.yes": "YES",
"tableStructure.alter": "Alter table",
"tableStructure.create": "Create table",
"translations.dbObject.collectionContainer": "collection/container",
"translations.dbObject.collectionPlural": "collections",
"translations.dbObject.collectionSingular": "collection",
"widget.collectionsContainers": "Collections/containers",
"widget.databaseContent": "Database content",
"widget.databases": "Databases",
"widget.keys": "Keys",