mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
* updates for English XLF files * added xml-language-features * another update to sql.xlf * changed locproject entry to match new format.
381 lines
20 KiB
XML
381 lines
20 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
|
<file original="extensions/cms/package" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="cms.displayName">
|
|
<source xml:lang="en">SQL Server Central Management Servers</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.description">
|
|
<source xml:lang="en">Support for managing SQL Server Central Management Servers</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.title">
|
|
<source xml:lang="en">Central Management Servers</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionProvider.displayName">
|
|
<source xml:lang="en">Microsoft SQL Server</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.explorer.title">
|
|
<source xml:lang="en">Central Management Servers</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.refresh.title">
|
|
<source xml:lang="en">Refresh</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.refreshServerGroup.title">
|
|
<source xml:lang="en">Refresh Server Group</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.deleteRegisteredServer.title">
|
|
<source xml:lang="en">Delete</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.addRegisteredServer.title">
|
|
<source xml:lang="en">New Server Registration...</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.deleteServerGroup.title">
|
|
<source xml:lang="en">Delete</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.addServerGroup.title">
|
|
<source xml:lang="en">New Server Group...</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.registerCmsServer.title">
|
|
<source xml:lang="en">Add Central Management Server</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.deleteCmsServer.title">
|
|
<source xml:lang="en">Delete</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.configuration.title">
|
|
<source xml:lang="en">MSSQL configuration</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.query.displayBitAsNumber">
|
|
<source xml:lang="en">Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.format.alignColumnDefinitionsInColumns">
|
|
<source xml:lang="en">Should column definitions be aligned?</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.format.datatypeCasing">
|
|
<source xml:lang="en">Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.format.keywordCasing">
|
|
<source xml:lang="en">Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.format.placeCommasBeforeNextStatement">
|
|
<source xml:lang="en">should commas be placed at the beginning of each statement in a list e.g. ', mycolumn2' instead of at the end e.g. 'mycolumn1,'</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.format.placeSelectStatementReferencesOnNewLine">
|
|
<source xml:lang="en">Should references to objects in a select statements be split into separate lines? E.g. for 'SELECT C1, C2 FROM T1' both C1 and C2 will be on separate lines</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.logDebugInfo">
|
|
<source xml:lang="en">[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.tracingLevel">
|
|
<source xml:lang="en">[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.logRetentionMinutes">
|
|
<source xml:lang="en">Number of minutes to retain log files for backend services. Default is 1 week.</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.logFilesRemovalLimit">
|
|
<source xml:lang="en">Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up.</source>
|
|
</trans-unit>
|
|
<trans-unit id="ignorePlatformWarning">
|
|
<source xml:lang="en">[Optional] Do not show unsupported platform warnings</source>
|
|
</trans-unit>
|
|
<trans-unit id="onprem.databaseProperties.recoveryModel">
|
|
<source xml:lang="en">Recovery Model</source>
|
|
</trans-unit>
|
|
<trans-unit id="onprem.databaseProperties.lastBackupDate">
|
|
<source xml:lang="en">Last Database Backup</source>
|
|
</trans-unit>
|
|
<trans-unit id="onprem.databaseProperties.lastLogBackupDate">
|
|
<source xml:lang="en">Last Log Backup</source>
|
|
</trans-unit>
|
|
<trans-unit id="onprem.databaseProperties.compatibilityLevel">
|
|
<source xml:lang="en">Compatibility Level</source>
|
|
</trans-unit>
|
|
<trans-unit id="onprem.databaseProperties.owner">
|
|
<source xml:lang="en">Owner</source>
|
|
</trans-unit>
|
|
<trans-unit id="onprem.serverProperties.serverVersion">
|
|
<source xml:lang="en">Version</source>
|
|
</trans-unit>
|
|
<trans-unit id="onprem.serverProperties.serverEdition">
|
|
<source xml:lang="en">Edition</source>
|
|
</trans-unit>
|
|
<trans-unit id="onprem.serverProperties.machineName">
|
|
<source xml:lang="en">Computer Name</source>
|
|
</trans-unit>
|
|
<trans-unit id="onprem.serverProperties.osVersion">
|
|
<source xml:lang="en">OS Version</source>
|
|
</trans-unit>
|
|
<trans-unit id="cloud.databaseProperties.azureEdition">
|
|
<source xml:lang="en">Edition</source>
|
|
</trans-unit>
|
|
<trans-unit id="cloud.databaseProperties.serviceLevelObjective">
|
|
<source xml:lang="en">Pricing Tier</source>
|
|
</trans-unit>
|
|
<trans-unit id="cloud.databaseProperties.compatibilityLevel">
|
|
<source xml:lang="en">Compatibility Level</source>
|
|
</trans-unit>
|
|
<trans-unit id="cloud.databaseProperties.owner">
|
|
<source xml:lang="en">Owner</source>
|
|
</trans-unit>
|
|
<trans-unit id="cloud.serverProperties.serverVersion">
|
|
<source xml:lang="en">Version</source>
|
|
</trans-unit>
|
|
<trans-unit id="cloud.serverProperties.serverEdition">
|
|
<source xml:lang="en">Type</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.provider.displayName">
|
|
<source xml:lang="en">Microsoft SQL Server</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.connectionName.displayName">
|
|
<source xml:lang="en">Name (optional)</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.connectionName.description">
|
|
<source xml:lang="en">Custom name of the connection</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.serverName.displayName">
|
|
<source xml:lang="en">Server</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.serverName.description">
|
|
<source xml:lang="en">Name of the SQL Server instance</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.serverDescription.displayName">
|
|
<source xml:lang="en">Server Description</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.serverDescription.description">
|
|
<source xml:lang="en">Description of the SQL Server instance</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.authType.displayName">
|
|
<source xml:lang="en">Authentication type</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.authType.description">
|
|
<source xml:lang="en">Specifies the method of authenticating with SQL Server</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.authType.categoryValues.sqlLogin">
|
|
<source xml:lang="en">SQL Login</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.authType.categoryValues.integrated">
|
|
<source xml:lang="en">Windows Authentication</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.authType.categoryValues.azureMFA">
|
|
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.userName.displayName">
|
|
<source xml:lang="en">User name</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.userName.description">
|
|
<source xml:lang="en">Indicates the user ID to be used when connecting to the data source</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.password.displayName">
|
|
<source xml:lang="en">Password</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.password.description">
|
|
<source xml:lang="en">Indicates the password to be used when connecting to the data source</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.applicationIntent.displayName">
|
|
<source xml:lang="en">Application intent</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.applicationIntent.description">
|
|
<source xml:lang="en">Declares the application workload type when connecting to a server</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.asynchronousProcessing.displayName">
|
|
<source xml:lang="en">Asynchronous processing</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.asynchronousProcessing.description">
|
|
<source xml:lang="en">When true, enables usage of the Asynchronous functionality in the .Net Framework Data Provider</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.connectTimeout.displayName">
|
|
<source xml:lang="en">Connect timeout</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.connectTimeout.description">
|
|
<source xml:lang="en">The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.currentLanguage.displayName">
|
|
<source xml:lang="en">Current language</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.currentLanguage.description">
|
|
<source xml:lang="en">The SQL Server language record name</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.columnEncryptionSetting.displayName">
|
|
<source xml:lang="en">Column encryption</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.columnEncryptionSetting.description">
|
|
<source xml:lang="en">Default column encryption setting for all the commands on the connection</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.encrypt.displayName">
|
|
<source xml:lang="en">Encrypt</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.encrypt.description">
|
|
<source xml:lang="en">When true, SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.persistSecurityInfo.displayName">
|
|
<source xml:lang="en">Persist security info</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.persistSecurityInfo.description">
|
|
<source xml:lang="en">When false, security-sensitive information, such as the password, is not returned as part of the connection</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.trustServerCertificate.displayName">
|
|
<source xml:lang="en">Trust server certificate</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.trustServerCertificate.description">
|
|
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.attachedDBFileName.displayName">
|
|
<source xml:lang="en">Attached DB file name</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.attachedDBFileName.description">
|
|
<source xml:lang="en">The name of the primary file, including the full path name, of an attachable database</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.contextConnection.displayName">
|
|
<source xml:lang="en">Context connection</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.contextConnection.description">
|
|
<source xml:lang="en">When true, indicates the connection should be from the SQL server context. Available only when running in the SQL Server process</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.port.displayName">
|
|
<source xml:lang="en">Port</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.connectRetryCount.displayName">
|
|
<source xml:lang="en">Connect retry count</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.connectRetryCount.description">
|
|
<source xml:lang="en">Number of attempts to restore connection</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.connectRetryInterval.displayName">
|
|
<source xml:lang="en">Connect retry interval</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.connectRetryInterval.description">
|
|
<source xml:lang="en">Delay between attempts to restore connection</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.applicationName.displayName">
|
|
<source xml:lang="en">Application name</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.applicationName.description">
|
|
<source xml:lang="en">The name of the application</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.workstationId.displayName">
|
|
<source xml:lang="en">Workstation Id</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.workstationId.description">
|
|
<source xml:lang="en">The name of the workstation connecting to SQL Server</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.pooling.displayName">
|
|
<source xml:lang="en">Pooling</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.pooling.description">
|
|
<source xml:lang="en">When true, the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.maxPoolSize.displayName">
|
|
<source xml:lang="en">Max pool size</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.maxPoolSize.description">
|
|
<source xml:lang="en">The maximum number of connections allowed in the pool</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.minPoolSize.displayName">
|
|
<source xml:lang="en">Min pool size</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.minPoolSize.description">
|
|
<source xml:lang="en">The minimum number of connections allowed in the pool</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.loadBalanceTimeout.displayName">
|
|
<source xml:lang="en">Load balance timeout</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.loadBalanceTimeout.description">
|
|
<source xml:lang="en">The minimum amount of time (in seconds) for this connection to live in the pool before being destroyed</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.replication.displayName">
|
|
<source xml:lang="en">Replication</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.replication.description">
|
|
<source xml:lang="en">Used by SQL Server in Replication</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.attachDbFilename.displayName">
|
|
<source xml:lang="en">Attach DB filename</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.failoverPartner.displayName">
|
|
<source xml:lang="en">Failover partner</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.failoverPartner.description">
|
|
<source xml:lang="en">The name or network address of the instance of SQL Server that acts as a failover partner</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.multiSubnetFailover.displayName">
|
|
<source xml:lang="en">Multi subnet failover</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.multipleActiveResultSets.displayName">
|
|
<source xml:lang="en">Multiple active result sets</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.multipleActiveResultSets.description">
|
|
<source xml:lang="en">When true, multiple result sets can be returned and read from one connection</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.packetSize.displayName">
|
|
<source xml:lang="en">Packet size</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.packetSize.description">
|
|
<source xml:lang="en">Size in bytes of the network packets used to communicate with an instance of SQL Server</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.typeSystemVersion.displayName">
|
|
<source xml:lang="en">Type system version</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.connectionOptions.typeSystemVersion.description">
|
|
<source xml:lang="en">Indicates which server type system then provider will expose through the DataReader</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/cms/dist/cmsResource/tree/cmsResourceTreeNode" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="cms.resource.cmsResourceTreeNode.noResourcesLabel">
|
|
<source xml:lang="en">No resources found</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/cms/dist/cmsResource/tree/cmsResourceEmptyTreeNode" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="cms.resource.tree.CmsTreeNode.addCmsServerLabel">
|
|
<source xml:lang="en">Add Central Management Server...</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/cms/dist/cmsResource/tree/treeProvider" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="cms.resource.tree.treeProvider.loadError">
|
|
<source xml:lang="en">Unexpected error occurred while loading saved servers {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.resource.tree.treeProvider.loadingLabel">
|
|
<source xml:lang="en">Loading ...</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/cms/dist/cmsResource/cmsResourceCommands" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="cms.errors.sameCmsServerName">
|
|
<source xml:lang="en">Central Management Server Group already has a Registered Server with the name {0}</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.errors.azureNotAllowed">
|
|
<source xml:lang="en">Azure SQL Servers cannot be used as Central Management Servers</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.confirmDeleteServer">
|
|
<source xml:lang="en">Are you sure you want to delete</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.yes">
|
|
<source xml:lang="en">Yes</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.no">
|
|
<source xml:lang="en">No</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.AddServerGroup">
|
|
<source xml:lang="en">Add Server Group</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.OK">
|
|
<source xml:lang="en">OK</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.Cancel">
|
|
<source xml:lang="en">Cancel</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.ServerGroupName">
|
|
<source xml:lang="en">Server Group Name</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.ServerGroupDescription">
|
|
<source xml:lang="en">Server Group Description</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.errors.sameServerGroupName">
|
|
<source xml:lang="en">{0} already has a Server Group with the name {1}</source>
|
|
</trans-unit>
|
|
<trans-unit id="cms.confirmDeleteGroup">
|
|
<source xml:lang="en">Are you sure you want to delete</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
<file original="extensions/cms/dist/cmsUtils" source-language="en" datatype="plaintext"><body>
|
|
<trans-unit id="cms.errors.sameServerUnderCms">
|
|
<source xml:lang="en">You cannot add a shared registered server with the same name as the Configuration Server</source>
|
|
</trans-unit>
|
|
</body></file>
|
|
</xliff> |