translation-connections,sqlObject,column,filter

This commit is contained in:
Stela Augustinova
2025-10-27 15:04:04 +01:00
committed by SPRINX0\prochazka
parent 8663ab2d28
commit 0e211dc91b
16 changed files with 619 additions and 168 deletions

View File

@@ -3,9 +3,14 @@
"app.preparingPlugins": "Preparing plugins ...",
"app.starting": "Starting DbGate",
"authToken": "Auth token",
"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)",
"command.datagrid.addNewColumn": "Add new column",
"command.datagrid.addNewColumn.toolbar": "New column",
"command.datagrid.cloneRows": "Clone rows",
@@ -41,6 +46,7 @@
"command.tabs.previousTab": "Previous tab",
"command.tabs.reopenClosedTab": "Reopen closed tab",
"common.archive": "Archive (JSONL)",
"common.cancel": "Cancel",
"common.close": "Close",
"common.connections": "Connections",
"common.database": "Database",
@@ -52,17 +58,76 @@
"common.save": "Save",
"common.saveToArchive": "Save to archive",
"common.schema": "Schema",
"common.searchBy": "Search by:",
"connection.accessKeyId": "Access Key ID",
"connection.allowedDatabases": "Allowed databases, one per line",
"connection.allowedDatabasesRegex": "Allowed databases regular expression",
"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.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.databaseName": "Database name",
"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.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.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.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.useUrl": "Use database URL",
"connection.user": "User",
"connection.viewDetails": "View details",
"connection.windowsDomain": "Domain (specify to use NTLM authentication)",
"database.backup": "Backup #",
"database.compare": "Compare",
"database.copyDatabaseName": "Copy database name",
@@ -105,6 +170,75 @@
"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",
"importExport.createZipFileInArchive": "Create ZIP file in archive",
"importExport.exportToZipArchive": "Output ZIP archive",
"importExport.exportToZipFile": "Export to ZIP file",
@@ -211,6 +345,19 @@
"settings.tabGroup.showServerName": "Show server name alongside database name in title of the tab group",
"settings.theme": "Themes",
"settings.title": "Settings",
"sqlObject.collectionName": "Collection name",
"sqlObject.columnComment": "Column comment",
"sqlObject.columnDataType": "Column data type",
"sqlObject.columnName": "Column name",
"sqlObject.loadingStructure": "Loading database structure",
"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",
"summaryProcesses.actions": "Actions",
"summaryProcesses.client": "Client",
"summaryProcesses.connectionId": "Connection ID",