mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
907 lines
46 KiB
JSON
907 lines
46 KiB
JSON
{
|
|
"app.databaseName": "Database name",
|
|
"app.loading_plugin": "Loading plugin {plugin} ...",
|
|
"app.preparingPlugins": "Preparing plugins ...",
|
|
"app.starting": "Starting DbGate",
|
|
"authToken": "Auth token",
|
|
"chart.detect": "Detect chart",
|
|
"chart.open": "Open chart",
|
|
"clipboard.SQLInsert": "SQL INSERTs",
|
|
"clipboard.SQLUpdate": "SQL UPDATEs",
|
|
"clipboard.copyCSV": "Copy as CSV",
|
|
"clipboard.copyJSON": "Copy as JSON",
|
|
"clipboard.copyJSONLines": "Copy as JSON lines/NDJSON",
|
|
"clipboard.copyMongoInsert": "Copy as Mongo INSERTs",
|
|
"clipboard.copyOnlyHeadres": "Copy only headers",
|
|
"clipboard.copySQLInsert": "Copy as SQL INSERTs",
|
|
"clipboard.copySQLUpdate": "Copy as SQL UPDATEs",
|
|
"clipboard.copyWithHeaders": "Copy with headers",
|
|
"clipboard.copyWithoutHeaders": "Copy without headers",
|
|
"clipboard.copyYAML": "Copy as YAML",
|
|
"clipboard.mongoInsert": "Mongo INSERTs",
|
|
"clipboard.onlyHeaders": "Only Headers",
|
|
"clipboard.withHeaders": "With headers",
|
|
"clipboard.withoutHeaders": "Without headers",
|
|
"column.addNew": "Add new column",
|
|
"column.copyName": "Copy name",
|
|
"column.dropColumn": "Drop column",
|
|
"column.fixed": "Fixed columns (like SQL)",
|
|
"column.name": "Column name",
|
|
"column.renameColumn": "Rename column",
|
|
"column.search": "Search columns",
|
|
"column.variable": "Variable columns (like MongoDB)",
|
|
"columnEditor.addColumn": "Add column {columnNumber}",
|
|
"columnEditor.autoIncrement": "Is Autoincrement",
|
|
"columnEditor.columnComment": "Comment",
|
|
"columnEditor.columnName": "Column name",
|
|
"columnEditor.computedExpression": "Computed expression",
|
|
"columnEditor.defaultValue": "Default value. Please use valid SQL expression, eg. 'Hello World' for string value, '' for empty string",
|
|
"columnEditor.editColumn": "Edit column",
|
|
"columnEditor.isPrimaryKey": "Is Primary Key",
|
|
"columnEditor.isSparse": "Sparse",
|
|
"columnEditor.isUnsigned": "Unsigned",
|
|
"columnEditor.isZerofill": "Zero fill",
|
|
"columnsConstraintEditor.addNewColumn": "Add new column",
|
|
"columnsConstraintEditor.chooseColumn": "Choose column",
|
|
"columnsConstraintEditor.selectColumn": "Select column",
|
|
"command.about": "About",
|
|
"command.about.show": "Show",
|
|
"command.about.toolbar": "About",
|
|
"command.app.checkForUpdates": "Check for updates",
|
|
"command.app.disconnect": "Disconnect",
|
|
"command.app.loggedUser": "Logged user",
|
|
"command.app.logout": "Logout",
|
|
"command.application": "Application",
|
|
"command.application.becomeSponsor": "Become sponsor",
|
|
"command.application.documentation": "Documentation",
|
|
"command.application.maximize": "Maximize",
|
|
"command.application.minimize": "Minimize",
|
|
"command.application.openIssue": "Report problem or feature request",
|
|
"command.application.reload": "Reload",
|
|
"command.application.toggleDevTools": "Toggle Dev Tools",
|
|
"command.application.toggleFullScreen": "Toggle full screen",
|
|
"command.application.unsetCurrentDatabase": "Unset current database",
|
|
"command.application.web": "DbGate web",
|
|
"command.application.zoomIn": "Zoom in",
|
|
"command.application.zoomOut": "Zoom out",
|
|
"command.application.zoomReset": "Reset zoom",
|
|
"command.archiveFile": "Archive file",
|
|
"command.archiveFile.save": "Save",
|
|
"command.archiveFile.saveAs": "Save as",
|
|
"command.cloud": "Cloud",
|
|
"command.cloud.logout": "Logout",
|
|
"command.collectionData": "Collection data",
|
|
"command.collectionData.collapseAll": "Collapse all",
|
|
"command.collectionData.expandAll": "Expand all",
|
|
"command.collectionData.save": "Save",
|
|
"command.commandPalette": "Command palette",
|
|
"command.commandPalette.show": "Show",
|
|
"command.copy": "Copy",
|
|
"command.dataForm": "Data form",
|
|
"command.dataForm.addToFilter": "Add to filter",
|
|
"command.dataForm.copyToClipboard": "Copy to clipboard",
|
|
"command.dataForm.filterSelected": "Filter this value",
|
|
"command.dataForm.goToFirst": "First",
|
|
"command.dataForm.goToLast": "Last",
|
|
"command.dataForm.goToNext": "Next",
|
|
"command.dataForm.goToPrevious": "Previous",
|
|
"command.dataForm.redo": "Redo",
|
|
"command.dataForm.removeField": "Remove field",
|
|
"command.dataForm.revertRowChanges": "Revert row changes",
|
|
"command.dataForm.setNull": "Set NULL",
|
|
"command.dataForm.undo": "Undo",
|
|
"command.dataGrid": "Data grid",
|
|
"command.dataGrid.export": "Export",
|
|
"command.dataGrid.openQuery": "Open query",
|
|
"command.dataGrid.reconnect": "Reconnect",
|
|
"command.database": "Database",
|
|
"command.database.changeRecent": "Change to recent",
|
|
"command.database.changeStatus": "Change status",
|
|
"command.database.chat": "Database chat",
|
|
"command.database.compare": "Compare databases",
|
|
"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",
|
|
"command.datagrid.addNewColumn.toolbar": "New column",
|
|
"command.datagrid.autoRefresh.seconds": "seconds",
|
|
"command.datagrid.clearFilter": "Clear filter",
|
|
"command.datagrid.cloneRows": "Clone rows",
|
|
"command.datagrid.cloneRows.toolbar": "Clone row(s)",
|
|
"command.datagrid.copyToClipboard": "Copy to clipboard",
|
|
"command.datagrid.deleteSelectedRows": "Delete selected rows",
|
|
"command.datagrid.deleteSelectedRows.toolbar": "Delete row(s)",
|
|
"command.datagrid.editCell": "Edit cell value",
|
|
"command.datagrid.editJsonDocument": "Edit row as JSON document",
|
|
"command.datagrid.editSelection": "Edit selection as table",
|
|
"command.datagrid.filterSelected": "Filter selected value",
|
|
"command.datagrid.findColumn": "Find column",
|
|
"command.datagrid.generateSql": "Generate SQL",
|
|
"command.datagrid.insertNewRow": "Insert new row",
|
|
"command.datagrid.insertNewRow.toolbar": "New row",
|
|
"command.datagrid.loadCellFromFile": "Load cell from file",
|
|
"command.datagrid.openJsonArrayInSheet": "Open array as table",
|
|
"command.datagrid.openSelectionInMap": "Open selection in map",
|
|
"command.datagrid.reconnect": "Reconnect",
|
|
"command.datagrid.redo": "Redo",
|
|
"command.datagrid.removeField": "Remove field",
|
|
"command.datagrid.revertAllChanges": "Revert all changes",
|
|
"command.datagrid.revertAllChanges.toolbar": "Revert all",
|
|
"command.datagrid.revertRowChanges": "Revert row changes",
|
|
"command.datagrid.saveCellToFile": "Save cell to file",
|
|
"command.datagrid.sendToDataDeployer": "Send to data deployer",
|
|
"command.datagrid.setAutoRefresh.1": "Refresh every 1 second",
|
|
"command.datagrid.setAutoRefresh.10": "Refresh every 10 seconds",
|
|
"command.datagrid.setAutoRefresh.15": "Refresh every 15 seconds",
|
|
"command.datagrid.setAutoRefresh.30": "Refresh every 30 seconds",
|
|
"command.datagrid.setAutoRefresh.5": "Refresh every 5 seconds",
|
|
"command.datagrid.setAutoRefresh.60": "Refresh every 60 seconds",
|
|
"command.datagrid.setNull": "Set NULL",
|
|
"command.datagrid.startAutoRefresh": "Start auto refresh",
|
|
"command.datagrid.stopAutoRefresh": "Stop auto refresh",
|
|
"command.datagrid.switchToJSON": "Switch to JSON",
|
|
"command.datagrid.switchToform": "Switch to form",
|
|
"command.datagrid.toggleLeftPanel": "Toggle left panel",
|
|
"command.datagrid.undo": "Undo",
|
|
"command.datagrid.viewJsonDocument": "View row as JSON document",
|
|
"command.datagrid.viewJsonValue": "View cell as JSON document",
|
|
"command.datagrid.witchToTable": "Switch to table",
|
|
"command.datgrid.hideColumn": "Hide column",
|
|
"command.designer": "Designer",
|
|
"command.designer.arrange": "Arrange",
|
|
"command.designer.exportDiagram": "Export diagram",
|
|
"command.designer.remove": "Remove",
|
|
"command.designer.removeSelectedTables": "Remove selected tables",
|
|
"command.diagram": "Diagram",
|
|
"command.edit": "Edit",
|
|
"command.edit.copy": "Copy",
|
|
"command.edit.cut": "Cut",
|
|
"command.edit.paste": "Paste",
|
|
"command.edit.redo": "Redo",
|
|
"command.edit.selectAll": "Select All",
|
|
"command.edit.undo": "Undo",
|
|
"command.execute": "Execute",
|
|
"command.favoriteJsonEditor": "Favorite JSON editor",
|
|
"command.favoriteJsonEditor.preview": "Preview",
|
|
"command.favoriteJsonEditor.save": "Save",
|
|
"command.file": "File",
|
|
"command.file.exit": "Exit",
|
|
"command.file.import": "Import data",
|
|
"command.file.open": "Open",
|
|
"command.file.openArchive": "Open DB Model/Archive",
|
|
"command.file.quit": "Quit",
|
|
"command.file.resetLayout": "Reset layout data & settings",
|
|
"command.file.resetLayoutConfirm": "Really reset layout data? All opened tabs, settings and layout data will be lost. Connections and saved files will be preserved. After this, restart DbGate for applying changes.",
|
|
"command.find": "Find",
|
|
"command.folder": "Folder",
|
|
"command.folder.openData": "Open data folder",
|
|
"command.folder.openLogs": "Open logs",
|
|
"command.internal": "Internal",
|
|
"command.internal.loadCampaigns": "Load campaign list",
|
|
"command.internal.showCampaigns": "Show campaigns",
|
|
"command.jsonl.closePreview": "Close preview",
|
|
"command.jsonl.preview": "Preview",
|
|
"command.jsonl.previewNewTab": "Preview in new tab",
|
|
"command.jsonl.save": "Save",
|
|
"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",
|
|
"command.new.collectionToolbar": "New collection/container",
|
|
"command.new.connection": "Add connection",
|
|
"command.new.connectionCloud": "Connection on Cloud",
|
|
"command.new.connectionFolder": "Connection folder",
|
|
"command.new.connectionFolderToolbar": "Add connection folder",
|
|
"command.new.diagram": "ER Diagram",
|
|
"command.new.duckdbDatabase": "New DuckDB database",
|
|
"command.new.jsonl": "JSON Lines",
|
|
"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",
|
|
"command.new.queryToolbar": "New query",
|
|
"command.new.shell": "JavaScript Shell",
|
|
"command.new.sqliteDatabase": "New SQLite database",
|
|
"command.new.table": "Table",
|
|
"command.new.tableToolbar": "New table",
|
|
"command.openQuery": "Open query",
|
|
"command.paste": "Paste",
|
|
"command.query": "Query",
|
|
"command.query.AiAssistant": "AI Assistant",
|
|
"command.query.autocommitOffSwitch": "Auto commit: OFF",
|
|
"command.query.autocommitOnSwitch": "Auto commit: ON",
|
|
"command.query.beginTransaction": "Begin transaction",
|
|
"command.query.commitTransaction": "Commit transaction",
|
|
"command.query.commitTransactionToolbar": "Commit",
|
|
"command.query.executeCurrent": "Execute current",
|
|
"command.query.formatCode": "Format code",
|
|
"command.query.insertSqlJoin": "Insert SQL Join",
|
|
"command.query.rollbackTransaction": "Rollback transaction",
|
|
"command.query.rollbackTransactionToolbar": "Rollback",
|
|
"command.query.toggleAutoExecute": "Toggle auto execute",
|
|
"command.query.toggleFixedConnection": "Toggle fixed connection",
|
|
"command.query.toggleVisibleResultTabs": "Toggle visible result tabs",
|
|
"command.queryData": "Query data",
|
|
"command.queryData.stopLoading": "Stop loading",
|
|
"command.redo": "Redo",
|
|
"command.replace": "Replace",
|
|
"command.save": "Save",
|
|
"command.saveAs": "Save As",
|
|
"command.saveToDisk": "Save to disk",
|
|
"command.serverSummary": "Server summary",
|
|
"command.settings": "Settings",
|
|
"command.settings.change": "Change",
|
|
"command.settings.exportConnections": "Export connections",
|
|
"command.settings.importConnections": "Import connections",
|
|
"command.settings.shortcuts": "Keyboard shortcuts",
|
|
"command.shell.copyNodeScript": "Copy nodejs script",
|
|
"command.sidebar": "Sidebar",
|
|
"command.sidebar.show": "Show",
|
|
"command.sidebar.toggleToolbar": "Toggle sidebar",
|
|
"command.sql": "SQL",
|
|
"command.sql.generator": "SQL Generator",
|
|
"command.sqlObject": "SQL Object",
|
|
"command.sqlObject.find": "Find",
|
|
"command.tableData": "Table data",
|
|
"command.tableData.save": "Save",
|
|
"command.tableEditor": "Table editor",
|
|
"command.tableEditor.reset": "Reset changes",
|
|
"command.tableEditor.save": "Save",
|
|
"command.tabs": "Tabs",
|
|
"command.tabs.addToFavorites": "Add current tab to favorites",
|
|
"command.tabs.changelog": "Changelog",
|
|
"command.tabs.closeAll": "Close all tabs",
|
|
"command.tabs.closeTab": "Close tab",
|
|
"command.tabs.closeTabsButCurrentDb": "Close tabs but current DB",
|
|
"command.tabs.closeTabsWithCurrentDb": "Close tabs with current DB",
|
|
"command.tabs.nextTab": "Next tab",
|
|
"command.tabs.previousTab": "Previous tab",
|
|
"command.tabs.reopenClosedTab": "Reopen closed tab",
|
|
"command.theme": "Theme",
|
|
"command.theme.change": "Change",
|
|
"command.theme.changeToolbar": "Change theme",
|
|
"command.toggleComment": "Toggle comment",
|
|
"command.toolbar": "Toolbar",
|
|
"command.toolbar.hide": "Hide",
|
|
"command.toolbar.show": "Show",
|
|
"command.undo": "Undo",
|
|
"command.view": "View",
|
|
"command.view.reset": "Reset view",
|
|
"command.view.restart": "Restart DbGate (or reload on web) for applying changes",
|
|
"commandModal.category": "Category",
|
|
"commandModal.configure": "Configure command",
|
|
"commandModal.keyboard": "Keyboard",
|
|
"commandModal.keyboardShortcut": "Keyboard shortcut",
|
|
"commandModal.name": "Name",
|
|
"commandModal.showKeyCombination": "Show desired key combination and press ENTER",
|
|
"common.addNew": "Add new",
|
|
"common.advanced": "Advanced",
|
|
"common.archive": "Archive (JSONL)",
|
|
"common.cancel": "Cancel",
|
|
"common.close": "Close",
|
|
"common.column": "Column ",
|
|
"common.compare": "Compare database",
|
|
"common.connection": "Connection",
|
|
"common.connectionOnCloud": "Connection on Cloud",
|
|
"common.connections": "Connections",
|
|
"common.createNew": "Create new",
|
|
"common.data": "Data",
|
|
"common.database": "Database",
|
|
"common.databaseChat": "Database Chat",
|
|
"common.datagrid.deepRefresh": "Refresh with structure",
|
|
"common.delete": "Delete",
|
|
"common.description": "Description",
|
|
"common.erDiagram": "ER Diagram",
|
|
"common.error": "Error",
|
|
"common.execute": "Execute",
|
|
"common.export": "Export",
|
|
"common.exportDatabase": "Export database",
|
|
"common.featurePremium": "This feature is available only in DbGate Premium",
|
|
"common.general": "General",
|
|
"common.import": "Import",
|
|
"common.kill": "Kill",
|
|
"common.loadingData": "Loading data",
|
|
"common.name": "Name",
|
|
"common.notSelectedOptional": "(not selected - optional)",
|
|
"common.parameters": "Parameters",
|
|
"common.passwordEncrypted": "Password is encrypted",
|
|
"common.perspective": "Perspective",
|
|
"common.query": "Query",
|
|
"common.queryDesigner": "Query Designer",
|
|
"common.queryEditor": "SQL query editor",
|
|
"common.refresh": "Refresh",
|
|
"common.remove": "Remove",
|
|
"common.reset": "Reset",
|
|
"common.save": "Save",
|
|
"common.saveAndNext": "Save and next",
|
|
"common.saveToArchive": "Save to archive",
|
|
"common.schema": "Schema",
|
|
"common.search": "Search",
|
|
"common.searchBy": "Search by:",
|
|
"common.sqlGenerator": "SQL Generator",
|
|
"common.table": "Table",
|
|
"common.testingConnection": "Testing connection",
|
|
"connection.accessKeyId": "Access Key ID",
|
|
"connection.allowedDatabases": "Allowed databases, one per line",
|
|
"connection.allowedDatabasesRegex": "Allowed databases regular expression",
|
|
"connection.askPassword": "Don't save, ask for password",
|
|
"connection.askUser": "Don't save, ask for login and password",
|
|
"connection.authentication": "Authentication",
|
|
"connection.autoDetectNatMap": "Auto detect NAT map (use for Redis Cluster in Docker network)",
|
|
"connection.chooseType": "Choose type",
|
|
"connection.clientLibraryPath": "Client library path",
|
|
"connection.closeConfirm": "Closing connection will close {count} opened tabs, continue?",
|
|
"connection.clusterNodes": "Cluster nodes",
|
|
"connection.color": "Color",
|
|
"connection.connect": "Connect",
|
|
"connection.connectionDefinition": "Service account key JSON",
|
|
"connection.copyToCloudFolder": "Copy to cloud folder",
|
|
"connection.createDatabase": "Create database",
|
|
"connection.createNewFolder": "Create connection folder",
|
|
"connection.createNewFolderName": "New connection folder name",
|
|
"connection.database": "Database name",
|
|
"connection.databaseFile": "Database file",
|
|
"connection.databaseFilePath": "Database file (path on server)",
|
|
"connection.databaseUrl": "Database URL",
|
|
"connection.defaultDatabase": "Default database",
|
|
"connection.delete": "Delete",
|
|
"connection.deleteConfirm": "Really delete connection {name}?",
|
|
"connection.disconnect": "Disconnect",
|
|
"connection.displayName": "Display name",
|
|
"connection.dockerWarning": "Under docker, localhost and 127.0.0.1 will not work, use dockerhost instead",
|
|
"connection.duplicate": "Duplicate",
|
|
"connection.edit": "Edit",
|
|
"connection.endpointKey": "Key",
|
|
"connection.engine": "Database engine",
|
|
"connection.engineDriverNotFound": "Engine driver {engine} not found, review installed plugins and change engine in edit connection dialog",
|
|
"connection.fillDetails": "Fill database connection details",
|
|
"connection.isReadOnly": "Is read only",
|
|
"connection.keySeparator": "Key separator",
|
|
"connection.localDataCenter": "Local DataCenter",
|
|
"connection.new.folder.title": "Add new connection folder",
|
|
"connection.new.title": "Add new connection",
|
|
"connection.newQuery": "New Query (server)",
|
|
"connection.password": "Password",
|
|
"connection.passwordMode": "Password mode",
|
|
"connection.recentUnsaved": "Recent & unsaved",
|
|
"connection.refresh": "Refresh",
|
|
"connection.refresh.title": "Refresh connection list",
|
|
"connection.saveEncrypted": "Save and encrypt",
|
|
"connection.saveRaw": "Save raw (UNSAFE!!)",
|
|
"connection.search.placeholder": "Search connection or database",
|
|
"connection.secretAccessKey": "Secret access key",
|
|
"connection.selectType": "(select connection type)",
|
|
"connection.server": "Server",
|
|
"connection.serverSummary": "Server summary",
|
|
"connection.serviceName": "Service name",
|
|
"connection.singleDatabase": "Use only database {defaultDatabase}",
|
|
"connection.socketPath": "Socket path",
|
|
"connection.sshTunnel.agentFound": "SSH Agent found",
|
|
"connection.sshTunnel.agentNotFound": "SSH Agent not found",
|
|
"connection.sshTunnel.authMethod.userPassword": "Username & password",
|
|
"connection.sshTunnel.authentication": "SSH Authentication",
|
|
"connection.sshTunnel.keyFilePassphrase": "Key file passphrase",
|
|
"connection.sshTunnel.privateKeyFile": "Private key file",
|
|
"connection.sshTunnel.privateKeyFilePath": "Private key file (path on server)",
|
|
"connection.sshTunnel.use": "Use SSH tunnel",
|
|
"connection.ssl.caCert": "CA Cert (optional)",
|
|
"connection.ssl.certificate": "Certificate (optional)",
|
|
"connection.ssl.certificateKeyFilePassword": "Certificate key file password (optional)",
|
|
"connection.ssl.keyFile": "Key file (optional)",
|
|
"connection.ssl.rejectUnauthorized": "Reject unauthorized",
|
|
"connection.ssl.use": "Use SSL",
|
|
"connection.trustServerCertificate": "Trust server certificate",
|
|
"connection.type": "Connection type",
|
|
"connection.useSeparateSchemas": "Use schemas separately (use this if you have many large schemas)",
|
|
"connection.useUrl": "Use database URL",
|
|
"connection.user": "User",
|
|
"connection.viewDetails": "View details",
|
|
"connection.windowsDomain": "Domain (specify to use NTLM authentication)",
|
|
"dataForm.loadingRowCount": "Loading row count...",
|
|
"dataForm.noData": "No data",
|
|
"dataForm.outOfBounds": "Out of bounds: {current} / {total}",
|
|
"dataForm.rowCount": "Row: {current} / {total}",
|
|
"dataGrid.chooseValue": "Choose value from {field}",
|
|
"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",
|
|
"dataGrid.formatJson.invalid": "Not valid JSON",
|
|
"dataGrid.macros": "Macros",
|
|
"dataGrid.multiColumnFilter": "Multi column filter",
|
|
"dataGrid.references": "References",
|
|
"dataGrid.referencesTables": "References tables",
|
|
"dataGrid.searchReferences": "Search references",
|
|
"dataGrid.value": "Value",
|
|
"database.backup": "Backup #",
|
|
"database.chooseArchiveFolderForDataDeployer": "Choose archive folder for data deployer",
|
|
"database.closeConfirm": "Closing connection will close {count} opened tabs, continue?",
|
|
"database.compare": "Compare",
|
|
"database.compareWithCurrentDb": "Compare with {name}",
|
|
"database.copyDatabaseName": "Copy database name",
|
|
"database.createDatabaseBackup": "Create database backup",
|
|
"database.createNewApplication": "Create new application",
|
|
"database.dataDeployer": "Data deployer",
|
|
"database.databaseChat": "Database chat",
|
|
"database.databaseProfiler": "Database profiler",
|
|
"database.designPerspectiveQuery": "Design perspective query",
|
|
"database.designQuery": "Design query",
|
|
"database.diagram": "Diagram #",
|
|
"database.disconnect": "Disconnect",
|
|
"database.dropAllObjectsConfirm": "This will generate script, after executing this script all objects in {name} will be dropped. Continue?",
|
|
"database.dropConfirm": "Really drop database {name}? All opened sessions with this database will be forcefully closed.",
|
|
"database.dropDatabase": "Drop database",
|
|
"database.editApplications": "Edit application",
|
|
"database.export": "Export",
|
|
"database.exportDbModel": "Export DB model",
|
|
"database.generateScript": "Generate script",
|
|
"database.import": "Import",
|
|
"database.newCollection": "New collection/container",
|
|
"database.newQuery": "New query",
|
|
"database.newTable": "New table",
|
|
"database.perspective": "Perspective #",
|
|
"database.profiler": "Profiler",
|
|
"database.queryDesigner": "Query #",
|
|
"database.refreshSchemas": "Refresh schemas",
|
|
"database.restore": "Restore #",
|
|
"database.restoreDatabaseBackup": "Restore database backup",
|
|
"database.shellDropAllObjects": "Shell: Drop all objects",
|
|
"database.shellRunScript": "Shell: Run script",
|
|
"database.shellTitle": "Shell #",
|
|
"database.showDiagram": "Show diagram",
|
|
"database.sqlGenerator": "SQL Generator",
|
|
"datagrid.closeTabs.close": "Close tabs",
|
|
"datagrid.closeTabs.header": "Confirm close tabs",
|
|
"datagrid.closeTabs.modifiedFiles": "Following files are modified, really close tabs? After closing, you could reopen them in history",
|
|
"datagrid.columnNameFilter": "Column name filter",
|
|
"datagrid.copyAdvanced": "Copy advanced",
|
|
"datagrid.macros.calculation": "Calculation",
|
|
"datagrid.macros.calculationDescription": "Custom expression. Use row.column_name for accessing column values, value for original value",
|
|
"datagrid.macros.changeTextCase": "Change text case",
|
|
"datagrid.macros.changeTextCaseDescription": "Uppercase, lowercase and other case functions",
|
|
"datagrid.macros.changeTextCaseType": "Type",
|
|
"datagrid.macros.currentDate": "Current date",
|
|
"datagrid.macros.currentDateDescription": "Gets current date",
|
|
"datagrid.macros.dayName": "Day name",
|
|
"datagrid.macros.delimiter": "Delimiter",
|
|
"datagrid.macros.detail": "Macro detail",
|
|
"datagrid.macros.duplicateColumns": "Duplicate columns",
|
|
"datagrid.macros.duplicateColumnsDescription": "Duplicate selected columns",
|
|
"datagrid.macros.expression": "Expression",
|
|
"datagrid.macros.extractDateFields": "Extract date fields",
|
|
"datagrid.macros.extractDateFieldsDescription": "Extract year, month, day and other date/time fields from selection and adds it as new columns",
|
|
"datagrid.macros.format": "Format",
|
|
"datagrid.macros.generateUUID": "Generate UUID",
|
|
"datagrid.macros.generateUUIDDescription": "Generate unique identifier",
|
|
"datagrid.macros.hourName": "Hour name",
|
|
"datagrid.macros.minuteName": "Minute name",
|
|
"datagrid.macros.monthName": "Month name",
|
|
"datagrid.macros.noParameters": "This macro has no parameters",
|
|
"datagrid.macros.padCharacter": "Character",
|
|
"datagrid.macros.padLeft": "Pad left",
|
|
"datagrid.macros.padLeftDescription": "Returns string of a specified length in which the beginning of the current string is padded with spaces or other character",
|
|
"datagrid.macros.padLength": "Length",
|
|
"datagrid.macros.padRight": "Pad right",
|
|
"datagrid.macros.padRightDescription": "Returns string of a specified length in which the end of the current string is padded with spaces or other character",
|
|
"datagrid.macros.postfix": "Postfix",
|
|
"datagrid.macros.prefix": "Prefix",
|
|
"datagrid.macros.removeDiacritics": "Remove diacritics",
|
|
"datagrid.macros.removeDiacriticsDescription": "Removes diacritics from selected cells",
|
|
"datagrid.macros.rowIndex": "Row index",
|
|
"datagrid.macros.rowIndexDescription": "Index of row from 1 (autoincrement)",
|
|
"datagrid.macros.searchReplaceText": "Search & replace text",
|
|
"datagrid.macros.searchReplaceTextCaseSensitive": "Case sensitive",
|
|
"datagrid.macros.searchReplaceTextDescription": "Search & replace text or regular expression",
|
|
"datagrid.macros.searchReplaceTextFind": "Find",
|
|
"datagrid.macros.searchReplaceTextIsRegex": "Regular expression",
|
|
"datagrid.macros.searchReplaceTextReplaceWith": "Replace with",
|
|
"datagrid.macros.secondName": "Second name",
|
|
"datagrid.macros.splitColumns": "Split columns",
|
|
"datagrid.macros.splitColumnsDescription": "Split selected columns",
|
|
"datagrid.macros.textGroup": "Text",
|
|
"datagrid.macros.toBoolean": "Convert to boolean",
|
|
"datagrid.macros.toBooleanDescription": "Converts to boolean",
|
|
"datagrid.macros.toInt": "Convert to integer",
|
|
"datagrid.macros.toIntDescription": "Converts to integral number",
|
|
"datagrid.macros.toNumber": "Convert to number",
|
|
"datagrid.macros.toNumberDescription": "Converts to number",
|
|
"datagrid.macros.toString": "Convert to string",
|
|
"datagrid.macros.toStringDescription": "Converts to string",
|
|
"datagrid.macros.toolsGroup": "Tools",
|
|
"datagrid.macros.trim": "Trim",
|
|
"datagrid.macros.trimDescription": "Removes leading and trailing whitespace",
|
|
"datagrid.macros.version": "Version",
|
|
"datagrid.macros.yearName": "Year name",
|
|
"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",
|
|
"export.currentArchive": "Current archive",
|
|
"export.exportAdvanced": "Export advanced...",
|
|
"export.result": "Export result",
|
|
"file.allSupported": "All supported files",
|
|
"file.diagramFiles": "Diagram files",
|
|
"file.duckdb": "DuckDB database",
|
|
"file.jsonFiles": "JSON files",
|
|
"file.perspectiveFiles": "Perspective files",
|
|
"file.queryDesignerFiles": "Query designer files",
|
|
"file.sqlFiles": "SQL files",
|
|
"file.sqliteDatabase": "SQLite database",
|
|
"filter.after": "After...",
|
|
"filter.and": "And",
|
|
"filter.arrayIsEmpty": "Array is empty",
|
|
"filter.arrayIsNotEmpty": "Array is not empty",
|
|
"filter.before": "Before...",
|
|
"filter.beginsWith": "Begins With...",
|
|
"filter.between": "Between...",
|
|
"filter.clear": "Clear Filter",
|
|
"filter.contains": "Contains...",
|
|
"filter.doesNotBeginWith": "Does Not Begin With...",
|
|
"filter.doesNotContain": "Does Not Contain...",
|
|
"filter.doesNotEndWith": "Does Not End With...",
|
|
"filter.doesNotEqual": "Does Not Equal...",
|
|
"filter.endsWith": "Ends With...",
|
|
"filter.equals": "Equals...",
|
|
"filter.fieldDoesNotExist": "Field does not exist",
|
|
"filter.fieldExists": "Field exists",
|
|
"filter.greaterThan": "Greater Than...",
|
|
"filter.greaterThanOrEqualTo": "Greater Than Or Equal To...",
|
|
"filter.hasNotEmptyValue": "Has Not Empty Value",
|
|
"filter.isAfter": "is after",
|
|
"filter.isAfterOrEqual": "is after or equal",
|
|
"filter.isBefore": "is before",
|
|
"filter.isBeforeOrEqual": "is before or equal",
|
|
"filter.isEmptyOrNull": "Is Empty Or Null",
|
|
"filter.isFalse": "Is False",
|
|
"filter.isFalseOrNull": "Is False or NULL",
|
|
"filter.isGreater": "is greater",
|
|
"filter.isGreaterOrEqual": "is greater or equal",
|
|
"filter.isNotNull": "Is Not Null",
|
|
"filter.isNull": "Is Null",
|
|
"filter.isSmaller": "is smaller",
|
|
"filter.isSmallerOrEqual": "is smaller or equal",
|
|
"filter.isTrue": "Is True",
|
|
"filter.isTrueOrNull": "Is True or NULL",
|
|
"filter.lastMonth": "Last Month",
|
|
"filter.lastWeek": "Last Week",
|
|
"filter.lastYear": "Last Year",
|
|
"filter.lessThan": "Less Than...",
|
|
"filter.lessThanOrEqualTo": "Less Than Or Equal To...",
|
|
"filter.modal.beginsWith": "begins with",
|
|
"filter.modal.contains": "contains",
|
|
"filter.modal.doesNotBeginWith": "does not begin with",
|
|
"filter.modal.doesNotContain": "does not contain",
|
|
"filter.modal.doesNotEndWith": "does not end with",
|
|
"filter.modal.doesNotEqual": "does not equal",
|
|
"filter.modal.endsWith": "ends with",
|
|
"filter.modal.equals": "equals",
|
|
"filter.modal.fieldDoesNotExist": "field does not exist",
|
|
"filter.modal.fieldExists": "field exists",
|
|
"filter.modal.isNotNull": "is not NULL",
|
|
"filter.modal.isNull": "is NULL",
|
|
"filter.modal.sqlCondition": "SQL condition",
|
|
"filter.modal.sqlConditionRight": "SQL condition - right side only",
|
|
"filter.multipleValues": "Filter multiple values",
|
|
"filter.nextMonth": "Next Month",
|
|
"filter.nextWeek": "Next Week",
|
|
"filter.nextYear": "Next Year",
|
|
"filter.or": "Or",
|
|
"filter.setFilter": "Set filter",
|
|
"filter.showRowsWhere": "Show rows where",
|
|
"filter.sqlCondition": "SQL condition ...",
|
|
"filter.sqlConditionRight": "SQL condition - right side ...",
|
|
"filter.thisMonth": "This Month",
|
|
"filter.thisWeek": "This Week",
|
|
"filter.thisYear": "This Year",
|
|
"filter.today": "Today",
|
|
"filter.tomorrow": "Tomorrow",
|
|
"filter.yesterday": "Yesterday",
|
|
"foreignKey.baseColumns": "Base columns",
|
|
"foreignKey.refColumns": "Referenced columns",
|
|
"foreignKey.refTableName": "Referenced table",
|
|
"foreignKeyEditor.addColumn": "Add column",
|
|
"foreignKeyEditor.addForeignKey": "Add foreign key",
|
|
"foreignKeyEditor.baseColumn": "Base column - ",
|
|
"foreignKeyEditor.editForeignKey": "Edit foreign key",
|
|
"foreignKeyEditor.onDeleteAction": "On delete action",
|
|
"foreignKeyEditor.onUpdateAction": "On update action",
|
|
"foreignKeyEditor.refColumn": "Ref column - ",
|
|
"foreignKeyEditor.referencedTable": "Referenced table",
|
|
"foreignKeyEditor.tableNotSet": "(table not set)",
|
|
"importExport.createZipFileInArchive": "Create ZIP file in archive",
|
|
"importExport.exportToZipArchive": "Output ZIP archive",
|
|
"importExport.exportToZipFile": "Export to ZIP file",
|
|
"importExport.importFromZipArchive": "Input ZIP archive",
|
|
"importExport.importFromZipFile": "Import from ZIP file (in archive folder)",
|
|
"importExport.sourceFiles": "Source files",
|
|
"importExport.tablesViewsCollections": "Tables / views / collections",
|
|
"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",
|
|
"newObject.connectionLocalDisabled": "You are not allowed to create new connections",
|
|
"newObject.connectionOnCloudDescription": "Database connection stored on DbGate Cloud",
|
|
"newObject.connectionOnCloudDisabled": "For creating connections on DbGate Cloud, you need to be logged in",
|
|
"newObject.databaseChatDescription": "Chat with your database using AI",
|
|
"newObject.databaseChatDisabled": "Database chat is not available for current database",
|
|
"newObject.erDiagramDescription": "Visualize database structure",
|
|
"newObject.erDiagramDisabled": "ER Diagram is not available for current database",
|
|
"newObject.exportDescription": "Export to file like CSV, JSON, Excel, or other DB",
|
|
"newObject.exportDisabled": "Export is not available for current database",
|
|
"newObject.perspectiveDescription": "Join complex data from multiple databases",
|
|
"newObject.queryDesignerDescription": "Design SQL queries visually",
|
|
"newObject.queryDesignerDisabled": "Query Designer is not available for current database",
|
|
"newObject.sqlGeneratorDescription": "Generate SQL scripts for database objects",
|
|
"newObject.sqlGeneratorDisabled": "SQL Generator is not available for current database",
|
|
"newObject.tableDescription": "Create table in the current database",
|
|
"newObject.tableDisabled": "Table creation is not available for current database",
|
|
"query.limitRows": "Limit {queryRowsLimit} rows",
|
|
"query.named": ":variable",
|
|
"query.noParameters": "(no parameters)",
|
|
"query.positional": "? (positional)",
|
|
"query.unlimitedRows": "Unlimited rows",
|
|
"query.variable": "#variable",
|
|
"schema.add": "Add new schema",
|
|
"schema.allSchemas": "All schemas ({count})",
|
|
"schema.createSchema": "Create schema",
|
|
"schema.delete": "Delete schema",
|
|
"schema.resetToDefault": "Reset to default",
|
|
"schema.schemaName": "Schema name",
|
|
"serverSummaryTab.databases": "Databases",
|
|
"serverSummaryTab.errorTitle": "Error loading server summary",
|
|
"serverSummaryTab.loadingMessage": "Loading server details",
|
|
"serverSummaryTab.processes": "Processes",
|
|
"serverSummaryTab.variables": "Variables",
|
|
"settings.appearance": "Application theme",
|
|
"settings.appearance.afterInstalling": "After installing theme plugin (try search \"theme\" in available extensions) new themes will be available here.",
|
|
"settings.appearance.customSize": "Custom size",
|
|
"settings.appearance.editorTheme": "Theme",
|
|
"settings.appearance.editorTheme.default": "(use theme default)",
|
|
"settings.appearance.fontFamily": "Editor font family",
|
|
"settings.appearance.fontSize": "Font size",
|
|
"settings.appearance.moreThemes": "More themes are available as",
|
|
"settings.appearance.useSystemTheme": "Use system theme",
|
|
"settings.behaviour": "Behaviour",
|
|
"settings.behaviour.jsonPreviewWrap": "Wrap JSON in preview",
|
|
"settings.behaviour.openDetailOnArrows": "Open detail on keyboard navigation",
|
|
"settings.behaviour.singleClickPreview": "When you single-click or select a file in the \"Tables, Views, Functions\" view, it is shown in a preview mode and reuses an existing tab (preview tab). This is useful if you are quickly browsing tables and don\\'t want every visited table to have its own tab. When you start editing the table or use double-click to open the table from the \"Tables\" view, a new tab is dedicated to that table.",
|
|
"settings.behaviour.useTabPreviewMode": "Use tab preview mode",
|
|
"settings.confirmations": "Confirmations",
|
|
"settings.confirmations.skipConfirm.collectionDataSave": "Skip confirmation when saving collection data (NoSQL)",
|
|
"settings.confirmations.skipConfirm.tableDataSave": "Skip confirmation when saving table data (SQL)",
|
|
"settings.connection": "Connection",
|
|
"settings.connection.autoRefresh": "Automatic refresh of database model on background",
|
|
"settings.connection.autoRefreshInterval": "Interval between automatic DB structure reloads in seconds",
|
|
"settings.connection.showOnlyTabsFromSelectedDatabase": "Show only tabs from selected database",
|
|
"settings.connection.sshBindHost": "Local host address for SSH connections",
|
|
"settings.dataGrid.alignNumbersRight": "Align numbers to right",
|
|
"settings.dataGrid.collectionPageSize": "Collection page size (for MongoDB JSON view, must be between 5 and 1000)",
|
|
"settings.dataGrid.coloringMode": "Row coloring mode",
|
|
"settings.dataGrid.coloringMode.2-primary": "Every 2-nd row, primary color",
|
|
"settings.dataGrid.coloringMode.2-secondary": "Every 2-nd row, secondary color",
|
|
"settings.dataGrid.coloringMode.36": "Every 3rd and 6th row",
|
|
"settings.dataGrid.coloringMode.none": "None",
|
|
"settings.dataGrid.defaultAutoRefreshInterval": "Default grid auto refresh interval in seconds",
|
|
"settings.dataGrid.pageSize": "Page size (number of rows for incremental loading, must be between 5 and 50000)",
|
|
"settings.dataGrid.showAllColumnsWhenSearch": "Show all columns when searching",
|
|
"settings.dataGrid.showHintColumns": "Show foreign key hints",
|
|
"settings.dataGrid.thousandsSeparator": "Use thousands separator for numbers",
|
|
"settings.dataGrid.title": "Data grid",
|
|
"settings.defaultActions": "Default actions",
|
|
"settings.defaultActions.collectionClick": "NoSQL collection click",
|
|
"settings.defaultActions.connectionClick": "Connection click",
|
|
"settings.defaultActions.connectionClick.connect": "Connect",
|
|
"settings.defaultActions.connectionClick.none": "Do nothing",
|
|
"settings.defaultActions.connectionClick.openDetails": "Edit / open details",
|
|
"settings.defaultActions.databaseClick": "Database click",
|
|
"settings.defaultActions.databaseClick.none": "Do nothing",
|
|
"settings.defaultActions.databaseClick.switch": "Switch database",
|
|
"settings.defaultActions.functionClick": "Function click",
|
|
"settings.defaultActions.materializedViewClick": "Materialized view click",
|
|
"settings.defaultActions.procedureClick": "Procedure click",
|
|
"settings.defaultActions.tableClick": "Table click",
|
|
"settings.defaultActions.useLastUsedAction": "Use last used action",
|
|
"settings.defaultActions.viewClick": "View click",
|
|
"settings.editor.keybinds": "Editor keybinds",
|
|
"settings.editor.wordWrap": "Enable word wrap",
|
|
"settings.externalTools": "External tools",
|
|
"settings.general": "General",
|
|
"settings.license": "License",
|
|
"settings.localization": "Localization",
|
|
"settings.localization.language": "Language",
|
|
"settings.localization.reloadWarning": "Application will be reloaded to apply new language settings",
|
|
"settings.nativeMenuRestartWarning": "Native menu settings will be applied after app restart",
|
|
"settings.other": "Other",
|
|
"settings.other.ai.allowSendModels": "Allow to send DB models and query snippets to AI service",
|
|
"settings.other.autoUpdateApplication": "Auto update application",
|
|
"settings.other.autoUpdateApplication.check": "Check for new versions",
|
|
"settings.other.autoUpdateApplication.download": "Check and download new versions",
|
|
"settings.other.autoUpdateApplication.skip": "Do not check for new versions",
|
|
"settings.other.externalTools.mysql": "mysql (restore MySQL database)",
|
|
"settings.other.externalTools.mysqlPlugins": "Folder with mysql plugins (for example for authentication). Set only in case of problems",
|
|
"settings.other.externalTools.mysqldump": "mysqldump (backup MySQL database)",
|
|
"settings.other.externalTools.pg_dump": "pg_dump (backup PostgreSQL database)",
|
|
"settings.other.externalTools.psql": "psql (restore PostgreSQL database)",
|
|
"settings.other.gistCreateToken": "API token for creating error gists",
|
|
"settings.other.license": "License",
|
|
"settings.other.licenseKey": "License key",
|
|
"settings.other.licenseKey.checkForNew": "Check for new license key",
|
|
"settings.other.licenseKey.expiration": "License key expiration:",
|
|
"settings.other.licenseKey.invalid": "License key is invalid",
|
|
"settings.other.licenseKey.valid": "License key is valid",
|
|
"settings.other.licenseKey.validTo": "License valid to:",
|
|
"settings.session": "Query sessions",
|
|
"settings.session.autoClose": "Automatic close query sessions after period without any activity",
|
|
"settings.session.autoCloseTimeout": "Interval, after which query session without activity is closed (in minutes)",
|
|
"settings.sqlEditor": "SQL editor",
|
|
"settings.sqlEditor.disableExecuteCurrentLine": "Disable current line execution (Execute current)",
|
|
"settings.sqlEditor.disableSplitByEmptyLine": "Disable split by empty line",
|
|
"settings.sqlEditor.limitRows": "Return only N rows from query",
|
|
"settings.sqlEditor.limitRowsPlaceholder": "(No rows limit)",
|
|
"settings.sqlEditor.showTableAliasesInCodeCompletion": "Show table aliases in code completion",
|
|
"settings.sqlEditor.sqlCommandsCase": "SQL commands case",
|
|
"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",
|
|
"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:",
|
|
"sqlObject.tableComment": "Table comment",
|
|
"sqlObject.tableEngine": "Table engine",
|
|
"sqlObject.tableViewProcedureName": "Table/view/procedure name",
|
|
"sqlObject.tablesWithRows": "Only tables with rows",
|
|
"sqlObject.viewProcedureTriggerText": "View/procedure/trigger text",
|
|
"sqlObjectList.refreshDatabase": "Refresh database connection and object list",
|
|
"summaryProcesses.actions": "Actions",
|
|
"summaryProcesses.client": "Client",
|
|
"summaryProcesses.connectionId": "Connection ID",
|
|
"summaryProcesses.killConfirm": "Are you sure you want to kill process {processId}?",
|
|
"summaryProcesses.killError": "Error while killing process {processId}: {errorMessage}",
|
|
"summaryProcesses.killSuccess": "Process {processId} killed successfully",
|
|
"summaryProcesses.namespace": "Namespace",
|
|
"summaryProcesses.operation": "Operation",
|
|
"summaryProcesses.processId": "Process ID",
|
|
"summaryProcesses.runningTime": "Running Time",
|
|
"summaryProcesses.state": "State",
|
|
"summaryProcesses.waitingFor": "Waiting For",
|
|
"summaryVariables.value": "Value",
|
|
"summaryVariables.variable": "Variable",
|
|
"tab.administration": "Administration",
|
|
"tableData.viewColumns": "View columns",
|
|
"tableEdit.addConstraintLabel": "Add {constraintLabel}",
|
|
"tableEdit.editConstraintLabel": "Edit {constraintLabel}",
|
|
"tableEdit.unique": "unique",
|
|
"tableEditor": "Table editor",
|
|
"tableEditor.addColumn": "Add column",
|
|
"tableEditor.addForeignKey": "Add foreign key",
|
|
"tableEditor.addIndex": "Add index",
|
|
"tableEditor.addPrimaryKey": "Add primary key",
|
|
"tableEditor.addUnique": "Add unique",
|
|
"tableEditor.columnComment": "Comment",
|
|
"tableEditor.columns": "Columns",
|
|
"tableEditor.computedExpression": "Computed Expression",
|
|
"tableEditor.constraintName": "Constraint name",
|
|
"tableEditor.copydefinitions": "Copy definitions",
|
|
"tableEditor.copynames": "Copy names",
|
|
"tableEditor.dataType": "Data type",
|
|
"tableEditor.defaultValue": "Default value",
|
|
"tableEditor.dependencies": "Dependencies",
|
|
"tableEditor.foreignKeys": "Foreign keys ({foreignKeyCount})",
|
|
"tableEditor.indexes": "Indexes ({indexCount})",
|
|
"tableEditor.isPersisted": "Is Persisted",
|
|
"tableEditor.isSparse": "Is Sparse",
|
|
"tableEditor.isUnsigned": "Unsigned",
|
|
"tableEditor.isZeroFill": "Zero fill",
|
|
"tableEditor.no": "NO",
|
|
"tableEditor.noConstraintDefined": "No {constraintLabel} defined",
|
|
"tableEditor.nocolumnsdefined": "No columns defined",
|
|
"tableEditor.noforeignkeydefined": "No foreign key defined",
|
|
"tableEditor.noindexdefined": "No index defined",
|
|
"tableEditor.notnull": "NOT NULL",
|
|
"tableEditor.nouniquedefined": "No unique defined",
|
|
"tableEditor.null": "NULL",
|
|
"tableEditor.nullability": "Nullability",
|
|
"tableEditor.primaryKey": "primary key",
|
|
"tableEditor.remove": "Remove",
|
|
"tableEditor.tablename": "Table name",
|
|
"tableEditor.tableproperties": "Table properties",
|
|
"tableEditor.unique": "Unique",
|
|
"tableEditor.uniqueConstraints": "Unique constraints ({constraintCount})",
|
|
"tableEditor.yes": "YES",
|
|
"tableStructure.alter": "Alter table",
|
|
"tableStructure.create": "Create table",
|
|
"tabsPanel.addToFavorites": "Add to favorites",
|
|
"tabsPanel.closeAll": "Close all",
|
|
"tabsPanel.closeOthers": "Close others",
|
|
"tabsPanel.closeTabsWithDb": "Close tabs with DB {database}",
|
|
"tabsPanel.closeTabsWithOtherDb": "Close tabs with other DB than {database}",
|
|
"tabsPanel.closeToTheRight": "Close to the right",
|
|
"tabsPanel.duplicate": "Duplicate",
|
|
"tabsPanel.pinTab": "Pin tab",
|
|
"tabsPanel.switchDatabase": "Switch database",
|
|
"widget.collectionsContainers": "Collections/containers",
|
|
"widget.databaseContent": "Database content",
|
|
"widget.databases": "Databases",
|
|
"widget.keys": "Keys",
|
|
"widget.pinned": "Pinned",
|
|
"widget.tablesViewsFunctions": "Tables, views, functions",
|
|
"widgets.managePlugins": "Manage plugins",
|
|
"widgets.viewApplicationLogs": "View application logs"
|
|
} |