mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Langpack source and XLF update for April 2023 Release (#22554)
This commit is contained in:
@@ -369,6 +369,12 @@
|
||||
<trans-unit id="azurecore.deprecated">
|
||||
<source xml:lang="en">Warning: ADAL has been deprecated, and is scheduled to be removed in a future release. Please use MSAL instead.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azurecore.disable">
|
||||
<source xml:lang="en">Disable</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azurecore.dismiss">
|
||||
<source xml:lang="en">Dismiss</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azurecore.eastasia">
|
||||
<source xml:lang="en">East Asia</source>
|
||||
</trans-unit>
|
||||
@@ -432,6 +438,9 @@
|
||||
<trans-unit id="azurecore.norwaywest">
|
||||
<source xml:lang="en">Norway West</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azurecore.piiLogging.warning">
|
||||
<source xml:lang="en">Warning: Azure PII Logging is enabled. Enabling this option allows personally identifiable information to be logged and should only be used for debugging purposes.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azurecore.postgresServer">
|
||||
<source xml:lang="en">Azure Database for PostgreSQL server</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -306,6 +306,9 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/mssql/dist/tableDesigner/tableDesigner" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="tableDesigner.FailedToGetConnectionStringError">
|
||||
<source xml:lang="en">Failed to get connection string for the table. Please reconnect to the server and try again.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableDesigner.NewTable">
|
||||
<source xml:lang="en">New Table</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -406,6 +406,9 @@
|
||||
<trans-unit id="equalComparison">
|
||||
<source xml:lang="en">The project is already up to date with the database.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorAddingDatabaseReference">
|
||||
<source xml:lang="en">Error adding database reference to {0}. Error: {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorDownloading">
|
||||
<source xml:lang="en">Error downloading {0}. Error: {1}</source>
|
||||
</trans-unit>
|
||||
@@ -418,8 +421,14 @@
|
||||
<trans-unit id="errorMovingFile">
|
||||
<source xml:lang="en">Error when moving file from {0} to {1}. Error: {2}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorNotSupportedInVsCode">
|
||||
<source xml:lang="en">Error: {0} is not currently supported in SQL Database Projects for VS Code.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorPrefix">
|
||||
<source xml:lang="en">Error: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorReadingProjectGuid">
|
||||
<source xml:lang="en">Error trying to read {0} of project '{1}'</source>
|
||||
<source xml:lang="en">Error trying to read {0} of project '{1}'. {2}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorRenamingFile">
|
||||
<source xml:lang="en">Error when renaming file from {0} to {1}. Error: {2}</source>
|
||||
@@ -444,6 +453,9 @@
|
||||
<trans-unit id="excludeAction">
|
||||
<source xml:lang="en">Exclude</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="excludeFolderNotSupported">
|
||||
<source xml:lang="en">Excluding folders is not yet supported</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="excludeObjectTypes">
|
||||
<source xml:lang="en">Exclude Object Types</source>
|
||||
</trans-unit>
|
||||
@@ -636,9 +648,6 @@
|
||||
<trans-unit id="noneElements">
|
||||
<source xml:lang="en">None Elements</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="notValidVariableName">
|
||||
<source xml:lang="en">The variable name '{0}' is not valid.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType">
|
||||
<source xml:lang="en">Object Type</source>
|
||||
</trans-unit>
|
||||
@@ -948,6 +957,12 @@
|
||||
<trans-unit id="sqlcmdVariableAlreadyExists">
|
||||
<source xml:lang="en">A SQLCMD Variable with the same name already exists in this project</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlcmdVariableNameCannotBeWhitespace">
|
||||
<source xml:lang="en">SQLCMD variable name '{0}' cannot contain whitespace</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlcmdVariableNameCannotContainIllegalChars">
|
||||
<source xml:lang="en">SQLCMD variable name '{0}' cannot contain any of the following characters: {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlcmdVariablesNodeName">
|
||||
<source xml:lang="en">SQLCMD Variables</source>
|
||||
</trans-unit>
|
||||
@@ -993,6 +1008,12 @@
|
||||
<trans-unit id="unexpectedProjectContext">
|
||||
<source xml:lang="en">Unable to establish project context. Command invoked from unexpected location: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="unhandledDeleteType">
|
||||
<source xml:lang="en">Unhandled item type during delete: '{0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="unhandledMoveNode">
|
||||
<source xml:lang="en">Unhandled node type for move</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="unknownDataSourceType">
|
||||
<source xml:lang="en">Unknown data source type: </source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -280,6 +280,27 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.azureRecommendation.open">
|
||||
<source xml:lang="en">Open</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.backup.file.backup.size">
|
||||
<source xml:lang="en">Backup size (MB)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.backup.file.name">
|
||||
<source xml:lang="en">File name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.backup.file.number.of.stripes">
|
||||
<source xml:lang="en">Number of stripes</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.backup.file.restore.finish.date">
|
||||
<source xml:lang="en">Restore finish date</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.backup.file.restore.start.date">
|
||||
<source xml:lang="en">Restore start date</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.backup.file.restore.status">
|
||||
<source xml:lang="en">Restore status</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.backup.file.status">
|
||||
<source xml:lang="en">File status</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.backup.location">
|
||||
<source xml:lang="en">Backup location</source>
|
||||
</trans-unit>
|
||||
@@ -757,6 +778,48 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.feedback.issue.title">
|
||||
<source xml:lang="en">Feedback on the migration experience</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.deteected.files">
|
||||
<source xml:lang="en">Detected files</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.last.restored.file.time">
|
||||
<source xml:lang="en">Last restored file time</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.last.uloaded.file.time">
|
||||
<source xml:lang="en">Last uploaded file time</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.last.uploaded.file">
|
||||
<source xml:lang="en">Last uploaded file</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.mi.restore.state">
|
||||
<source xml:lang="en">Managed instance restore state</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.pending.differential.backups">
|
||||
<source xml:lang="en">Pending differential backups</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.queued.files">
|
||||
<source xml:lang="en">Queued files</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.restore.percent.completed">
|
||||
<source xml:lang="en">Restore percent completed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.restore.plan.size">
|
||||
<source xml:lang="en">Restore plan size (MB)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.restored.files">
|
||||
<source xml:lang="en">Restored files</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.restored.size">
|
||||
<source xml:lang="en">Restored size (MB)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.restoring.files">
|
||||
<source xml:lang="en">Restoring files</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.skipped.files">
|
||||
<source xml:lang="en">Skipped files</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.field.label.unrestorable.files">
|
||||
<source xml:lang="en">Unrestorable files</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.file.name">
|
||||
<source xml:lang="en">File name</source>
|
||||
</trans-unit>
|
||||
@@ -767,7 +830,7 @@ This may take some time.</source>
|
||||
<source xml:lang="en">First LSN</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.full.backup.files">
|
||||
<source xml:lang="en">Full backup files</source>
|
||||
<source xml:lang="en">Full backup file(s)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.generic.congratulations">
|
||||
<source xml:lang="en">We have completed the assessment of your SQL Server instance '{0}'.</source>
|
||||
@@ -914,10 +977,10 @@ This may take some time.</source>
|
||||
<source xml:lang="en">Last LSN</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.last.applied.backup.files">
|
||||
<source xml:lang="en">Last applied backup files</source>
|
||||
<source xml:lang="en">Last applied backup file(s)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.last.applied.files.taken.on">
|
||||
<source xml:lang="en">Last applied backup files taken on</source>
|
||||
<source xml:lang="en">Last applied backup taken on</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.last.applied.lsn">
|
||||
<source xml:lang="en">Last applied LSN</source>
|
||||
@@ -1234,6 +1297,84 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.resourceGroups">
|
||||
<source xml:lang="en">Resource group</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backupset.status.none">
|
||||
<source xml:lang="en">None</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backupset.status.queued">
|
||||
<source xml:lang="en">Queued</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backupset.status.restored">
|
||||
<source xml:lang="en">Restored</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backupset.status.restoring">
|
||||
<source xml:lang="en">Restoring</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backupset.status.skipped">
|
||||
<source xml:lang="en">Skipped</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backuptype.database">
|
||||
<source xml:lang="en">Database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backuptype.differentialdatabase">
|
||||
<source xml:lang="en">Differential database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backuptype.differentialfile">
|
||||
<source xml:lang="en">Differential file</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backuptype.differentialpartial">
|
||||
<source xml:lang="en">Differential partial</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backuptype.file">
|
||||
<source xml:lang="en">File</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backuptype.partial">
|
||||
<source xml:lang="en">Partial</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backuptype.transactionlog">
|
||||
<source xml:lang="en">Transaction log</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backuptype.unknown">
|
||||
<source xml:lang="en">Unknown</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.Restoring">
|
||||
<source xml:lang="en">Restoring</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.blocked">
|
||||
<source xml:lang="en">Blocked</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.cancelled">
|
||||
<source xml:lang="en">Cancelled</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.completed">
|
||||
<source xml:lang="en">Completed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.completing.migration">
|
||||
<source xml:lang="en">Completing migration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.failed">
|
||||
<source xml:lang="en">Failed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.initializing">
|
||||
<source xml:lang="en">Initializing</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.none">
|
||||
<source xml:lang="en">None</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.not.started">
|
||||
<source xml:lang="en">Not started</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.restore.completed">
|
||||
<source xml:lang="en">Restore completed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.restore.paused">
|
||||
<source xml:lang="en">Restore paused</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.searching.backups">
|
||||
<source xml:lang="en">Searching backups</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.status.waiting">
|
||||
<source xml:lang="en">Waiting</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.resume.session">
|
||||
<source xml:lang="en">Resume previously saved session</source>
|
||||
</trans-unit>
|
||||
@@ -2014,6 +2155,12 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.storage.account">
|
||||
<source xml:lang="en">Storage account</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.storageAccount.warning.many">
|
||||
<source xml:lang="en">Target instance '{0}' may not be able to access storage account '{1}'. Ensure that the subnet of the target instance is whitelisted on the storage account, and if applicable, that the private endpoint is in the same virtual network as the target server.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.storageAccount.warning.one">
|
||||
<source xml:lang="en">Target instance '{0}' may not be able to access storage accounts '{1}'. Ensure that the subnet of the target instance is whitelisted on the storage accounts, and if applicable, that the private endpoints are on the same virtual network as the target server.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.subscription">
|
||||
<source xml:lang="en">Subscription</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -159,6 +159,15 @@
|
||||
<trans-unit id="azuredatastudio">
|
||||
<source xml:lang="en">Azure Data Studio</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuredatastudio.download">
|
||||
<source xml:lang="en">Download</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuredatastudio.downloadTooltip">
|
||||
<source xml:lang="en">Download this extension from an external source</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuredatastudio.installTooltip">
|
||||
<source xml:lang="en">Install this extension</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionDialogBrowseTree.context">
|
||||
<source xml:lang="en">The connection dialog's browse tree context menu</source>
|
||||
</trans-unit>
|
||||
@@ -3900,6 +3909,9 @@ Error: {1}</source>
|
||||
<trans-unit id="newNotebookAction">
|
||||
<source xml:lang="en">New Notebook</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="newNotebookTask.newNotebook">
|
||||
<source xml:lang="en">New Notebook</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="newViewLabel">
|
||||
<source xml:lang="en">Create New View</source>
|
||||
</trans-unit>
|
||||
@@ -4175,6 +4187,9 @@ Error: {1}</source>
|
||||
<trans-unit id="serverGroup.colors">
|
||||
<source xml:lang="en">Server Group color palette used in the Object Explorer viewlet.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverTree.configuration.title">
|
||||
<source xml:lang="en">Server Tree</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverTree.nodeExpansionTimeout">
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in the Servers view</source>
|
||||
</trans-unit>
|
||||
@@ -5320,18 +5335,18 @@ Error Message: {1}</source>
|
||||
<trans-unit id="addAccountFailedGenericMessage">
|
||||
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="addAccountFailedMessage">
|
||||
<source xml:lang="en">{0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="loggingIn">
|
||||
<source xml:lang="en">Adding account...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="refreshAccountFailedGenericMessage">
|
||||
<source xml:lang="en">Refreshing account failed, check Azure Accounts log for more info.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="refreshCanceled">
|
||||
<source xml:lang="en">Refresh account was canceled by the user</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="refreshFailed">
|
||||
<source xml:lang="en">0
|
||||
Error Message: 1</source>
|
||||
<source xml:lang="en">{0}
|
||||
Error Message: {1}</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/accountManagement/browser/accountPickerImpl" source-language="en" datatype="plaintext"><body>
|
||||
@@ -6201,6 +6216,15 @@ Error Message: 1</source>
|
||||
<trans-unit id="nodeExpansionTimeout">
|
||||
<source xml:lang="en">Node expansion timed out for node {0} for providers {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectExplorerMissingConnectionForSession">
|
||||
<source xml:lang="en">Timeout waiting for session {0} to be created for connection "{1}". This has probably happened because OE service did not recieve a response for createNewSession from the provider for connection "{1}"</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectExplorerMissingSession">
|
||||
<source xml:lang="en">Timed out waiting for session {0} to be created. This has probably happened because OE service did not recieve a response for createNewSession from the provider.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectExplorerSessionIdMissing">
|
||||
<source xml:lang="en">The session ID returned by provider "{0}" for connection "{1}" is invalid.</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/objectExplorer/browser/objectExplorerViewTreeShim" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="firewallCanceled">
|
||||
@@ -6223,6 +6247,11 @@ Error Message: 1</source>
|
||||
<trans-unit id="treeCreation.regTreeAriaLabel">
|
||||
<source xml:lang="en">Servers</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/objectExplorer/browser/treeUpdateUtils" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="objectExplorerTimeout">
|
||||
<source xml:lang="en">Object Explorer expansion timed out for '{0}'</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/profiler/browser/profilerColumnEditorDialog" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="eventSort">
|
||||
|
||||
Reference in New Issue
Block a user