mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 17:23:56 -05:00
Update to langpack base source file, and fix to xlf generation. (#22829)
* update to build lib and langpack base files * fix for gulp localization xlf task and xlf update * fix to yarn
This commit is contained in:
@@ -268,6 +268,9 @@
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/azurecore/dist/azureResource/tree/flatAccountTreeNode" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="azure.resource.flatAccountTreeNode.noResourcesLabel">
|
||||
<source xml:lang="en">No Resources found.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure.resource.throttleerror">
|
||||
<source xml:lang="en">Requests from this account have been throttled. To retry, please select a smaller number of subscriptions.</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -95,14 +95,11 @@
|
||||
<trans-unit id="cms.connectionOptions.applicationName.displayName">
|
||||
<source xml:lang="en">Application name</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.attachedDBFileName.description">
|
||||
<trans-unit id="cms.connectionOptions.attachDbFilename.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.attachedDBFileName.displayName">
|
||||
<source xml:lang="en">Attached DB file name</source>
|
||||
<trans-unit id="cms.connectionOptions.attachDbFilename.displayName">
|
||||
<source xml:lang="en">Attach DB filename</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.authType.categoryValues.azureMFA">
|
||||
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
|
||||
@@ -120,10 +117,10 @@
|
||||
<source xml:lang="en">Authentication type</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>
|
||||
<source xml:lang="en">Enables or disables Always Encrypted for the connection</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.columnEncryptionSetting.displayName">
|
||||
<source xml:lang="en">Column encryption</source>
|
||||
<source xml:lang="en">Always Encrypted</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.commandTimeout.description">
|
||||
<source xml:lang="en">The length of time (in seconds) to wait for a command to execute before terminating the attempt and generating an error</source>
|
||||
@@ -167,6 +164,27 @@
|
||||
<trans-unit id="cms.connectionOptions.currentLanguage.displayName">
|
||||
<source xml:lang="en">Current language</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS">
|
||||
<source xml:lang="en">Azure Attestation</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS">
|
||||
<source xml:lang="en">Host Guardian Service</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.categoryValues.None">
|
||||
<source xml:lang="en">None</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.description">
|
||||
<source xml:lang="en">Specifies a protocol for attesting a server-side enclave used with Always Encrypted with Secure enclaves</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.displayName">
|
||||
<source xml:lang="en">Attestation protocol</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationUrl.description">
|
||||
<source xml:lang="en">Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with Secure enclaves</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationUrl.displayName">
|
||||
<source xml:lang="en">Attestation URL</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
</trans-unit>
|
||||
@@ -278,6 +296,12 @@
|
||||
<trans-unit id="cms.connectionOptions.replication.displayName">
|
||||
<source xml:lang="en">Replication</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure enclaves for the connection</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure enclaves</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverDescription.description">
|
||||
<source xml:lang="en">Description of the SQL Server instance</source>
|
||||
</trans-unit>
|
||||
@@ -290,6 +314,9 @@
|
||||
<trans-unit id="cms.connectionOptions.serverName.displayName">
|
||||
<source xml:lang="en">Server</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverName.placeholder">
|
||||
<source xml:lang="en">e.g. tcp:servername,1433</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. This property is not supported with Encrypt=Strict.</source>
|
||||
</trans-unit>
|
||||
@@ -320,9 +347,15 @@
|
||||
<trans-unit id="cms.description">
|
||||
<source xml:lang="en">Support for managing SQL Server Central Management Servers</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.disabled">
|
||||
<source xml:lang="en">Disabled</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.displayName">
|
||||
<source xml:lang="en">SQL Server Central Management Servers</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.format.alignColumnDefinitionsInColumns">
|
||||
<source xml:lang="en">Should column definitions be aligned?</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -100,6 +100,9 @@
|
||||
<trans-unit id="dataworkspace.projectFilePlaceholder">
|
||||
<source xml:lang="en">Select project file</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectFileTitle">
|
||||
<source xml:lang="en">Project file</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectLocationPlaceholder">
|
||||
<source xml:lang="en">Select location to create project</source>
|
||||
</trans-unit>
|
||||
@@ -115,9 +118,6 @@
|
||||
<trans-unit id="dataworkspace.projectParentDirectoryNotExistError">
|
||||
<source xml:lang="en">The selected project location '{0}' does not exist or is not a directory.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectsFailedToLoad">
|
||||
<source xml:lang="en">Some projects failed to load. To view more details, [open the developer console](command:workbench.action.toggleDevTools)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.remoteGitRepo">
|
||||
<source xml:lang="en">Remote git repository</source>
|
||||
</trans-unit>
|
||||
@@ -181,6 +181,9 @@
|
||||
<trans-unit id="openedProjectsUndefinedAfterRefresh">
|
||||
<source xml:lang="en">List of opened projects should not be undefined after refresh from disk.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="projectFailedToLoad">
|
||||
<source xml:lang="en">Project '{0}' failed to load: {1} To view more details, [open the developer console](command:workbench.action.toggleDevTools).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="projectNameNull">
|
||||
<source xml:lang="en">Project name is null</source>
|
||||
</trans-unit>
|
||||
@@ -194,7 +197,7 @@
|
||||
<source xml:lang="en">File name cannot be over 255 characters</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="trailingWhitespaceErrorMessage">
|
||||
<source xml:lang="en">File name cannot end with a whitespace</source>
|
||||
<source xml:lang="en">File name cannot start or end with whitespace</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="undefinedFilenameErrorMessage">
|
||||
<source xml:lang="en">Undefined name</source>
|
||||
|
||||
@@ -1,20 +1,80 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/git/dist/actionButton" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="scm button commit and push title">
|
||||
<source xml:lang="en">{0} Commit & Push</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button commit and push tooltip">
|
||||
<source xml:lang="en">Commit & Push Changes</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button commit and sync title">
|
||||
<source xml:lang="en">{0} Commit & Sync</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button commit and sync tooltip">
|
||||
<source xml:lang="en">Commit & Sync Changes</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button commit title">
|
||||
<source xml:lang="en">{0} Commit</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button commit to new branch and push tooltip">
|
||||
<source xml:lang="en">Commit to New Branch & Push Changes</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button commit to new branch and sync tooltip">
|
||||
<source xml:lang="en">Commit to New Branch & Sync Changes</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button commit to new branch tooltip">
|
||||
<source xml:lang="en">Commit Changes to New Branch</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button commit tooltip">
|
||||
<source xml:lang="en">Commit Changes</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button committing and pushing tooltip">
|
||||
<source xml:lang="en">Committing & Pushing Changes...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button committing and synching tooltip">
|
||||
<source xml:lang="en">Committing & Synching Changes...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button committing to new branch and pushing tooltip">
|
||||
<source xml:lang="en">Committing to New Branch & Pushing Changes...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button committing to new branch and synching tooltip">
|
||||
<source xml:lang="en">Committing to New Branch & Synching Changes...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button committing to new branch tooltip">
|
||||
<source xml:lang="en">Committing Changes to New Branch...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button committing tooltip">
|
||||
<source xml:lang="en">Committing Changes...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button continue title">
|
||||
<source xml:lang="en">{0} Continue</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button continue tooltip">
|
||||
<source xml:lang="en">Continue Rebase</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button continuing tooltip">
|
||||
<source xml:lang="en">Continuing Rebase...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button publish branch">
|
||||
<source xml:lang="en">Publish Branch</source>
|
||||
<note>{Locked="Branch"}
|
||||
Do not translate "Branch" as it is a git term</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button publish branch running">
|
||||
<source xml:lang="en">Publishing Branch...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button publish title">
|
||||
<source xml:lang="en">$(cloud-upload) Publish Branch</source>
|
||||
<note>{Locked="Branch"}
|
||||
Do not translate "Branch" as it is a git term</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button sync description">
|
||||
<source xml:lang="en">{0} Sync Changes {1}{2}</source>
|
||||
<source xml:lang="en">{0} Sync Changes{1}{2}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm button sync title">
|
||||
<source xml:lang="en">{0} {1}{2}</source>
|
||||
<trans-unit id="scm publish branch action button title">
|
||||
<source xml:lang="en">{0} Publish Branch</source>
|
||||
<note>{Locked="Branch"}
|
||||
Do not translate "Branch" as it is a git term</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="scm secondary button commit">
|
||||
<source xml:lang="en">Commit</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="syncing changes">
|
||||
<source xml:lang="en">Synchronizing Changes...</source>
|
||||
@@ -43,6 +103,12 @@
|
||||
<trans-unit id="HEAD not available">
|
||||
<source xml:lang="en">HEAD version of '{0}' is not available.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="Theirs">
|
||||
<source xml:lang="en">Theirs</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="Yours">
|
||||
<source xml:lang="en">Yours</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="add">
|
||||
<source xml:lang="en">Add to Workspace</source>
|
||||
</trans-unit>
|
||||
@@ -78,15 +144,15 @@
|
||||
<trans-unit id="branch name">
|
||||
<source xml:lang="en">Branch name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="branch name does not match sanitized">
|
||||
<source xml:lang="en">The new branch will be '{0}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="branch name format invalid">
|
||||
<source xml:lang="en">Branch name needs to match regex: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cant push">
|
||||
<source xml:lang="en">Can't push refs to remote. Try running 'Pull' first to integrate your changes.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="changed">
|
||||
<source xml:lang="en">{0} Log level changed to: {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="checkout detached">
|
||||
<source xml:lang="en">Checkout detached...</source>
|
||||
</trans-unit>
|
||||
@@ -108,15 +174,26 @@
|
||||
<trans-unit id="commit anyway">
|
||||
<source xml:lang="en">Create Empty Commit</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="commit changes">
|
||||
<source xml:lang="en">Commit Anyway</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="commit hash">
|
||||
<source xml:lang="en">Commit Hash</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="commit message">
|
||||
<source xml:lang="en">Commit message</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="commit to branch">
|
||||
<source xml:lang="en">Commit to a New Branch</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="commitMessageWithHeadLabel2">
|
||||
<source xml:lang="en">Message (commit on '{0}')</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="confirm branch protection commit">
|
||||
<source xml:lang="en">You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.
|
||||
|
||||
How would you like to proceed?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="confirm delete">
|
||||
<source xml:lang="en">Are you sure you want to DELETE {0}?
|
||||
This is IRREVERSIBLE!
|
||||
@@ -146,7 +223,7 @@ This is IRREVERSIBLE, your current working set will be FOREVER LOST.</source>
|
||||
<trans-unit id="confirm discard multiple">
|
||||
<source xml:lang="en">Are you sure you want to discard changes in {0} files?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="confirm emtpy commit">
|
||||
<trans-unit id="confirm empty commit">
|
||||
<source xml:lang="en">Are you sure you want to create an empty commit?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="confirm force delete branch">
|
||||
@@ -189,6 +266,9 @@ Are you sure to continue?</source>
|
||||
<trans-unit id="current">
|
||||
<source xml:lang="en">Current</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="default">
|
||||
<source xml:lang="en">Default</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="delete">
|
||||
<source xml:lang="en">Delete File</source>
|
||||
</trans-unit>
|
||||
@@ -226,6 +306,9 @@ What would you like to do?</source>
|
||||
<trans-unit id="drop one stash">
|
||||
<source xml:lang="en">Are you sure you want to drop ALL stashes? There is 1 stash that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="empty commit">
|
||||
<source xml:lang="en">Commit operation was cancelled due to empty commit message.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="force">
|
||||
<source xml:lang="en">Force Checkout</source>
|
||||
</trans-unit>
|
||||
@@ -544,16 +627,21 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="yes never again">
|
||||
<source xml:lang="en">Yes, Don't Show Again</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/git/dist/log" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="gitLogLevel">
|
||||
<source xml:lang="en">Log level: {0}</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/git/dist/main" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="skipped">
|
||||
<source xml:lang="en">{0} Skipped found git in: {1}</source>
|
||||
<source xml:lang="en">Skipped found git in: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="using git">
|
||||
<source xml:lang="en">{0} Using git {1} from {2}</source>
|
||||
<source xml:lang="en">Using git {0} from {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="validating">
|
||||
<source xml:lang="en">{0} Validating found git in: {1}</source>
|
||||
<source xml:lang="en">Validating found git in: {0}</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/git/dist/model" source-language="en" datatype="plaintext"><body>
|
||||
@@ -691,6 +779,9 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="open">
|
||||
<source xml:lang="en">Open</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="open.merge">
|
||||
<source xml:lang="en">Open Merge</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="pull">
|
||||
<source xml:lang="en">Pull</source>
|
||||
</trans-unit>
|
||||
@@ -883,6 +974,12 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="command.commitEmptyNoVerify">
|
||||
<source xml:lang="en">Commit Empty (No Verify)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.commitMessageAccept">
|
||||
<source xml:lang="en">Accept Commit Message</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.commitMessageDiscard">
|
||||
<source xml:lang="en">Discard Commit Message</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.commitNoVerify">
|
||||
<source xml:lang="en">Commit (No Verify)</source>
|
||||
</trans-unit>
|
||||
@@ -922,6 +1019,9 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="command.fetchPrune">
|
||||
<source xml:lang="en">Fetch (Prune)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.git.acceptMerge">
|
||||
<source xml:lang="en">Accept Merge</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.ignore">
|
||||
<source xml:lang="en">Add to .gitignore</source>
|
||||
</trans-unit>
|
||||
@@ -1000,6 +1100,15 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="command.restoreCommitTemplate">
|
||||
<source xml:lang="en">Restore Commit Template</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.revealFileInOS.linux">
|
||||
<source xml:lang="en">Open Containing Folder</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.revealFileInOS.mac">
|
||||
<source xml:lang="en">Reveal in Finder</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.revealFileInOS.windows">
|
||||
<source xml:lang="en">Reveal in File Explorer</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.revealInExplorer">
|
||||
<source xml:lang="en">Reveal in Explorer View</source>
|
||||
</trans-unit>
|
||||
@@ -1132,6 +1241,42 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="config.autorefresh">
|
||||
<source xml:lang="en">Whether auto refreshing is enabled.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchPrefix">
|
||||
<source xml:lang="en">Prefix used when creating a new branch.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchProtection">
|
||||
<source xml:lang="en">List of protected branches. By default, a prompt is shown before changes are committed to a protected branch. The prompt can be controlled using the `#git.branchProtectionPrompt#` setting.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchProtectionPrompt">
|
||||
<source xml:lang="en">Controls whether a prompt is being before changes are committed to a protected branch.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchProtectionPrompt.alwaysCommit">
|
||||
<source xml:lang="en">Always commit changes to the protected branch.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchProtectionPrompt.alwaysCommitToNewBranch">
|
||||
<source xml:lang="en">Always commit changes to a new branch.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchProtectionPrompt.alwaysPrompt">
|
||||
<source xml:lang="en">Always prompt before changes are committed to a protected branch.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchRandomNameDictionary">
|
||||
<source xml:lang="en">List of dictionaries used for the randomly generated branch name. Each value represents the dictionary used to generate the segment of the branch name. Supported dictionaries: `adjectives`, `animals`, `colors` and `numbers`.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchRandomNameDictionary.adjectives">
|
||||
<source xml:lang="en">A random adjective</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchRandomNameDictionary.animals">
|
||||
<source xml:lang="en">A random animal name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchRandomNameDictionary.colors">
|
||||
<source xml:lang="en">A random color name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchRandomNameDictionary.numbers">
|
||||
<source xml:lang="en">A random number between 100 and 999</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchRandomNameEnable">
|
||||
<source xml:lang="en">Controls whether a random name is generated when creating a new branch.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchSortOrder">
|
||||
<source xml:lang="en">Controls the sort order for branches.</source>
|
||||
</trans-unit>
|
||||
@@ -1139,7 +1284,7 @@ These files will be FOREVER LOST.</source>
|
||||
<source xml:lang="en">A regular expression to validate new branch names.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.branchWhitespaceChar">
|
||||
<source xml:lang="en">The character to replace whitespace in new branch names.</source>
|
||||
<source xml:lang="en">The character to replace whitespace in new branch names, and to separate segments of a randomly generated branch name.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.checkoutType">
|
||||
<source xml:lang="en">Controls what type of git refs are listed when running `Checkout to...`.</source>
|
||||
@@ -1158,6 +1303,9 @@ These files will be FOREVER LOST.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.commandsToLog">
|
||||
<source xml:lang="en">List of git commands (ex: commit, push) that would have their `stdout` logged to the [git output](command:git.showOutput). If the git command has a client-side hook configured, the client-side hook's `stdout` will also be logged to the [git output](command:git.showOutput).</source>
|
||||
<note>{Locked='](command:git.showOutput'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.confirmEmptyCommits">
|
||||
<source xml:lang="en">Always confirm the creation of empty commits for the 'Git: Commit Empty' command.</source>
|
||||
@@ -1249,6 +1397,36 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="config.inputValidationSubjectLength">
|
||||
<source xml:lang="en">Controls the commit message subject length threshold for showing a warning. Unset it to inherit the value of `config.inputValidationLength`.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.logLevel">
|
||||
<source xml:lang="en">Specifies how much information (if any) to log to the [git output](command:git.showOutput).</source>
|
||||
<note>{Locked='](command:git.showOutput'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for VS Code
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.logLevel.critical">
|
||||
<source xml:lang="en">Log only critical information</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.logLevel.debug">
|
||||
<source xml:lang="en">Log only debug, information, warning, error, and critical information</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.logLevel.error">
|
||||
<source xml:lang="en">Log only error, and critical information</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.logLevel.info">
|
||||
<source xml:lang="en">Log only information, warning, error, and critical information</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.logLevel.off">
|
||||
<source xml:lang="en">Log nothing</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.logLevel.trace">
|
||||
<source xml:lang="en">Log all information</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.logLevel.warn">
|
||||
<source xml:lang="en">Log only warning, error, and critical information</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.mergeEditor">
|
||||
<source xml:lang="en">Open the merge editor for files that are currently under conflict.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.openAfterClone">
|
||||
<source xml:lang="en">Controls whether to open a repository automatically after cloning.</source>
|
||||
</trans-unit>
|
||||
@@ -1327,6 +1505,18 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="config.scanRepositories">
|
||||
<source xml:lang="en">List of paths to search for git repositories in.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showActionButton">
|
||||
<source xml:lang="en">Controls whether an action button is shown in the Source Control view.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showActionButton.commit">
|
||||
<source xml:lang="en">Show an action button to commit changes when the local branch has modified files ready to be committed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showActionButton.publish">
|
||||
<source xml:lang="en">Show an action button to publish the local branch when it does not have a tracking remote branch.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showActionButton.sync">
|
||||
<source xml:lang="en">Show an action button to synchronize changes when the local branch is either ahead or behind the remote branch.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showCommitInput">
|
||||
<source xml:lang="en">Controls whether to show the commit input in the Git source control panel.</source>
|
||||
</trans-unit>
|
||||
@@ -1339,18 +1529,6 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="config.showPushSuccessNotification">
|
||||
<source xml:lang="en">Controls whether to show a notification when a push is successful.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showUnpublishedCommitsButton">
|
||||
<source xml:lang="en">Controls whether to show an action button to sync or publish, if there are unpublished commits.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showUnpublishedCommitsButton.always">
|
||||
<source xml:lang="en">Always shows the action button, if there are unpublished commits.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showUnpublishedCommitsButton.never">
|
||||
<source xml:lang="en">Never shows the action button.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.showUnpublishedCommitsButton.whenEmpty">
|
||||
<source xml:lang="en">Only shows the action button if there are no other changes and there are unpublished commits.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.smartCommitChanges">
|
||||
<source xml:lang="en">Control which changes are automatically staged by Smart Commit.</source>
|
||||
</trans-unit>
|
||||
@@ -1370,7 +1548,10 @@ These files will be FOREVER LOST.</source>
|
||||
<source xml:lang="en">Controls whether a notification comes up when running the Sync action, which allows the user to cancel the operation.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.terminalAuthentication">
|
||||
<source xml:lang="en">Controls whether to enable Azure Data Studio to be the authentication handler for git processes spawned in the integrated terminal. Note: terminals need to be restarted to pick up a change in this setting.</source>
|
||||
<source xml:lang="en">Controls whether to enable VS Code to be the authentication handler for git processes spawned in the integrated terminal. Note: terminals need to be restarted to pick up a change in this setting.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.terminalGitEditor">
|
||||
<source xml:lang="en">Controls whether to enable VS Code to be git editor for git processes spawned in the integrated terminal. Note: terminals need to be restarted to pick up a change in this setting.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.timeline.date">
|
||||
<source xml:lang="en">Controls which date to use for items in the Timeline view.</source>
|
||||
@@ -1402,12 +1583,18 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="config.useCommitInputAsStashMessage">
|
||||
<source xml:lang="en">Controls whether to use the message from the commit input box as the default stash message.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.useEditorAsCommitInput">
|
||||
<source xml:lang="en">Controls whether a full text editor will be used to author commit messages, whenever no message is provided in the commit input box.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.useForcePushWithLease">
|
||||
<source xml:lang="en">Controls whether force pushing uses the safer force-with-lease variant.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.useIntegratedAskPass">
|
||||
<source xml:lang="en">Controls whether GIT_ASKPASS should be overwritten to use the integrated version.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.verboseCommit">
|
||||
<source xml:lang="en">Enable verbose output when `#git.useEditorAsCommitInput#` is enabled.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="description">
|
||||
<source xml:lang="en">Git SCM Integration</source>
|
||||
</trans-unit>
|
||||
@@ -1447,6 +1634,9 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="view.workbench.cloneRepository">
|
||||
<source xml:lang="en">You can clone a repository locally.
|
||||
[Clone Repository](command:git.clone 'Clone a repository once the git extension has activated')</source>
|
||||
<note>{Locked='](command:git.clone'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.learnMore">
|
||||
<source xml:lang="en">To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).</source>
|
||||
@@ -1454,48 +1644,67 @@ These files will be FOREVER LOST.</source>
|
||||
<trans-unit id="view.workbench.scm.disabled">
|
||||
<source xml:lang="en">If you would like to use git features, please enable git in your [settings](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).
|
||||
To learn more about how to use git and source control in VS Code [read our docs](https://aka.ms/vscode-scm).</source>
|
||||
<note>{Locked='](command:workbench.action.openSettings?%5B%22git.enabled%22%5D'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.scm.empty">
|
||||
<source xml:lang="en">In order to use git features, you can open a folder containing a git repository or clone from a URL.
|
||||
[Open Folder](command:vscode.openFolder)
|
||||
[Clone Repository](command:git.clone)
|
||||
To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).</source>
|
||||
<note>{Locked='](command:vscode.openFolder'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.scm.emptyWorkspace">
|
||||
<source xml:lang="en">The workspace currently open doesn't have any folders containing git repositories.
|
||||
[Add Folder to Workspace](command:workbench.action.addRootFolder)
|
||||
To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).</source>
|
||||
<note>{Locked='](command:workbench.action.addRootFolder'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.scm.folder">
|
||||
<source xml:lang="en">The folder currently open doesn't have a git repository. You can initialize a repository which will enable source control features powered by git.
|
||||
[Initialize Repository](command:git.init?%5Btrue%5D)
|
||||
To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).</source>
|
||||
<note>{Locked='](command:git.init?%5Btrue%5D'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.scm.missing">
|
||||
<source xml:lang="en">A valid git installation was not detected, more details can be found in the [git output](command:git.showOutput).
|
||||
Please [install git](https://git-scm.com/), or learn more about how to use git and source control in Azure Data Studio in [our docs](https://aka.ms/vscode-scm).
|
||||
If you're using a different version control system, you can [search the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22) for additional extensions.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.scm.missing.guide">
|
||||
<source xml:lang="en">Install Git, a popular source control system, to track code changes and collaborate with others. Learn more in our [Git guides](https://aka.ms/vscode-scm).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.scm.missing.guide.linux">
|
||||
<trans-unit id="view.workbench.scm.missing.linux">
|
||||
<source xml:lang="en">Source control depends on Git being installed.
|
||||
[Download Git for Linux](https://git-scm.com/download/linux)
|
||||
After installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).</source>
|
||||
<note>{Locked='](command:workbench.action.reloadWindow'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.scm.missing.guide.mac">
|
||||
<trans-unit id="view.workbench.scm.missing.mac">
|
||||
<source xml:lang="en">[Download Git for macOS](https://git-scm.com/download/mac)
|
||||
After installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).</source>
|
||||
<note>{Locked='](command:workbench.action.reloadWindow'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.scm.missing.guide.windows">
|
||||
<trans-unit id="view.workbench.scm.missing.windows">
|
||||
<source xml:lang="en">[Download Git for Windows](https://git-scm.com/download/win)
|
||||
After installing, please [reload](command:workbench.action.reloadWindow) (or [troubleshoot](command:git.showOutput)). Additional source control providers can be installed [from the Marketplace](command:workbench.extensions.search?%22%40category%3A%5C%22scm%20providers%5C%22%22).</source>
|
||||
<note>{Locked='](command:workbench.action.reloadWindow'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="view.workbench.scm.workspace">
|
||||
<source xml:lang="en">The workspace currently open doesn't have any folders containing git repositories. You can initialize a repository on a folder which will enable source control features powered by git.
|
||||
[Initialize Repository](command:git.init)
|
||||
To learn more about how to use git and source control in Azure Data Studio [read our docs](https://aka.ms/vscode-scm).</source>
|
||||
<note>{Locked='](command:git.init'}
|
||||
Do not translate the 'command:*' part inside of the '(..)'. It is an internal command syntax for Azure Data Studio
|
||||
Please make sure there is no space between the right bracket and left parenthesis: ]( this is an internal syntax for links</note>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
</xliff>
|
||||
@@ -193,6 +193,9 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">{0} - New (Preview)</source>
|
||||
<note>{0} object type.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.noActionScriptedMessage">
|
||||
<source xml:lang="en">There is no action to be scripted.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.noConnectionUriError">
|
||||
<source xml:lang="en">Failed to retrieve the connection information, please reconnect and try again.</source>
|
||||
</trans-unit>
|
||||
@@ -232,6 +235,15 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">Rename {0} '{1}' to '{2}'</source>
|
||||
<note>{0} object type, {1}: original name, {2}: new name</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.scriptError">
|
||||
<source xml:lang="en">An error occurred while generating script. {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.scriptGenerated">
|
||||
<source xml:lang="en">Script has been generated successfully. You can close the dialog to view it in the newly opened editor.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.scriptText">
|
||||
<source xml:lang="en">Script</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectManagement.selectedLabel">
|
||||
<source xml:lang="en">Selected</source>
|
||||
</trans-unit>
|
||||
@@ -394,14 +406,11 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<trans-unit id="mssql.connectionOptions.applicationName.displayName">
|
||||
<source xml:lang="en">Application name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.attachDbFilename.displayName">
|
||||
<source xml:lang="en">Attach DB filename</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.attachedDBFileName.description">
|
||||
<trans-unit id="mssql.connectionOptions.attachDbFilename.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="mssql.connectionOptions.attachedDBFileName.displayName">
|
||||
<source xml:lang="en">Attached DB file name</source>
|
||||
<trans-unit id="mssql.connectionOptions.attachDbFilename.displayName">
|
||||
<source xml:lang="en">Attach DB filename</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.authType.categoryValues.azureMFA">
|
||||
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
|
||||
@@ -482,13 +491,13 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<source xml:lang="en">None</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.enclaveAttestationProtocol.description">
|
||||
<source xml:lang="en">Specifies a protocol for attesting a server-side enclave used with Always Encrypted with secure enclaves</source>
|
||||
<source xml:lang="en">Specifies a protocol for attesting a server-side enclave used with Always Encrypted with Secure enclaves</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.enclaveAttestationProtocol.displayName">
|
||||
<source xml:lang="en">Attestation protocol</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.enclaveAttestationUrl.description">
|
||||
<source xml:lang="en">Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with secure enclaves</source>
|
||||
<source xml:lang="en">Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with Secure enclaves</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.enclaveAttestationUrl.displayName">
|
||||
<source xml:lang="en">Attestation URL</source>
|
||||
@@ -616,6 +625,9 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<trans-unit id="mssql.connectionOptions.serverName.displayName">
|
||||
<source xml:lang="en">Server</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.connectionOptions.serverName.placeholder">
|
||||
<source xml:lang="en">e.g. tcp:servername,1433</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="mssql.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. This property is not supported with Encrypt=Strict.</source>
|
||||
</trans-unit>
|
||||
@@ -877,24 +889,12 @@ Note: A self-signed certificate offers only limited protection and is not a reco
|
||||
<trans-unit id="title.designTable">
|
||||
<source xml:lang="en">Design</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.newApplicationRole">
|
||||
<source xml:lang="en">New Application Role</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.newDatabaseRole">
|
||||
<source xml:lang="en">New Database Role</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.newLogin">
|
||||
<source xml:lang="en">New Login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.newServerRole">
|
||||
<source xml:lang="en">New Server Role</source>
|
||||
<trans-unit id="title.newObject">
|
||||
<source xml:lang="en">New</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.newTable">
|
||||
<source xml:lang="en">New Table</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.newUser">
|
||||
<source xml:lang="en">New User</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.objectProperties">
|
||||
<source xml:lang="en">Properties (Preview)</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -389,7 +389,7 @@
|
||||
<source xml:lang="en">Enter new SQLCMD Variable name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterNewValueForVar">
|
||||
<source xml:lang="en">Enter new value for variable '{0}'</source>
|
||||
<source xml:lang="en">Enter new default value for variable '{0}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterPassword">
|
||||
<source xml:lang="en">Enter {0} admin password</source>
|
||||
@@ -648,6 +648,12 @@
|
||||
<trans-unit id="noneElements">
|
||||
<source xml:lang="en">None Elements</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="nupkgNamePlaceholder">
|
||||
<source xml:lang="en">NuGet package name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="nupkgText">
|
||||
<source xml:lang="en">Published data-tier application (.nupkg)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType">
|
||||
<source xml:lang="en">Object Type</source>
|
||||
</trans-unit>
|
||||
@@ -726,6 +732,9 @@
|
||||
<trans-unit id="projectNamePlaceholderText">
|
||||
<source xml:lang="en">Enter project name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="projectNeedsUpdatingForCrossPlat">
|
||||
<source xml:lang="en">The targets, references, and system database references need to be updated to build the project '{0}'.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="projectReferenceElement">
|
||||
<source xml:lang="en">Project reference</source>
|
||||
</trans-unit>
|
||||
@@ -795,9 +804,6 @@
|
||||
<trans-unit id="reloadProject">
|
||||
<source xml:lang="en">Would you like to reload your database project?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="reloadValuesFromProjectButtonTitle">
|
||||
<source xml:lang="en">Reload values from project</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="reset">
|
||||
<source xml:lang="en">Reset</source>
|
||||
</trans-unit>
|
||||
@@ -822,6 +828,9 @@
|
||||
<trans-unit id="retryWaitMessage">
|
||||
<source xml:lang="en">Waiting for {0} seconds before another attempt for operation '{1}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="revertSqlCmdVarsButtonTitle">
|
||||
<source xml:lang="en">Revert values to project defaults</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="runViaNpx">
|
||||
<source xml:lang="en">Run via npx</source>
|
||||
</trans-unit>
|
||||
@@ -831,6 +840,12 @@
|
||||
<trans-unit id="sameDatabase">
|
||||
<source xml:lang="en">Same database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="save">
|
||||
<source xml:lang="en">Save</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="saveProfileAsButtonText">
|
||||
<source xml:lang="en">Save Profile as...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schema">
|
||||
<source xml:lang="en">Schema</source>
|
||||
</trans-unit>
|
||||
@@ -1029,8 +1044,11 @@
|
||||
<trans-unit id="updateProjectDatabaseReferencesForRoundTrip">
|
||||
<source xml:lang="en">The system database references need to be updated to build the project '{0}'. If the project was created in SSDT, it will continue to work in both tools. Do you want to update the project?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="updateProjectForRoundTrip">
|
||||
<source xml:lang="en">The targets, references, and system database references need to be updated to build the project '{0}'. If the project was created in SSDT, it will continue to work in both tools. Do you want to update the project?</source>
|
||||
<trans-unit id="updateProjectForCrossPlatform">
|
||||
<source xml:lang="en">{0} If the project was created in SSDT, it will continue to work in both tools. Do you want to update the project?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="updateProjectForCrossPlatformShort">
|
||||
<source xml:lang="en">Update {0} for cross-platform support?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="updateProjectFromDatabaseDialogName">
|
||||
<source xml:lang="en">Update project from database</source>
|
||||
@@ -1056,6 +1074,12 @@
|
||||
<trans-unit id="valueCannotBeEmpty">
|
||||
<source xml:lang="en">Value cannot be empty</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="version">
|
||||
<source xml:lang="en">Version</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="versionPlaceholder">
|
||||
<source xml:lang="en">NuGet package version</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="viewFriendlyName">
|
||||
<source xml:lang="en">View</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -334,6 +334,12 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.blob.resourceGroup.select.prompt">
|
||||
<source xml:lang="en">Select a resource group value first.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.blob.storage.folder.info">
|
||||
<source xml:lang="en">When uploading database backups to your blob container, ensure that backup files from different databases are stored in separate folders. Only the root of the container and folders at most one level deep are supported.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.blob.storage.folder.warning">
|
||||
<source xml:lang="en">There are multiple databases with the same backup location selected. Ensure that backup files from different databases are stored in separate folders.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.blob.storage.header.text">
|
||||
<source xml:lang="en">Azure Storage Blob Container details</source>
|
||||
</trans-unit>
|
||||
@@ -506,7 +512,7 @@ This may take some time.</source>
|
||||
<source xml:lang="en">3. Verify that all log backups have been restored on the target database. The "Log backups pending restore" value should be zero.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.cutover.type">
|
||||
<source xml:lang="en">Mode</source>
|
||||
<source xml:lang="en">Migration mode</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.description">
|
||||
<source xml:lang="en">Determine the migration readiness of your SQL Server instances, identify a recommended Azure SQL target, and complete the migration of your SQL Server instance to Azure SQL Managed Instance, SQL Server on Azure Virtual Machines or Azure SQL Database.</source>
|
||||
@@ -598,6 +604,18 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.database.loading.tables">
|
||||
<source xml:lang="en">Loading tables list...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.context.menu.tool.tip">
|
||||
<source xml:lang="en">Click this column to activate the context command menu</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.duration.tool.tip">
|
||||
<source xml:lang="en">The duration of the migration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.finish.time.tool.tip">
|
||||
<source xml:lang="en">The fininish time for the migration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.migration.mode.tool.tip">
|
||||
<source xml:lang="en">In Azure Database Migration Service, you can migrate your databases offline or while they are online. In an offline migration, application downtime starts when the migration starts. To limit downtime to the time it takes you to cut over to the new environment after the migration, use an online migration.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.mode.description">
|
||||
<source xml:lang="en">To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.</source>
|
||||
</trans-unit>
|
||||
@@ -625,29 +643,53 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.database.migration.service.created.successfully">
|
||||
<source xml:lang="en">Successfully created a Database Migration Service.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.start.time.tool.tip">
|
||||
<source xml:lang="en">The start time for the migration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.status">
|
||||
<source xml:lang="en">Database migration status</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.status.label">
|
||||
<source xml:lang="en">Database migration status: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.target.instance.database.name.tool.tip">
|
||||
<source xml:lang="en">The target database name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.target.instance.server.name.tool.tip">
|
||||
<source xml:lang="en">The target server name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration.target.type.tool.tip">
|
||||
<source xml:lang="en">The azure resource target type [SQL Managed Instance, SQL Virtual Machine, SQL Database]</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.missing.tables">
|
||||
<source xml:lang="en">0 tables found.</source>
|
||||
<source xml:lang="en">0 tables found on source database.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.page.description">
|
||||
<source xml:lang="en">Select the location of the database backups to use during migration.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.schema.migration.dacpac">
|
||||
<source xml:lang="en">SQL Server dacpac extension</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.schema.migration.help">
|
||||
<source xml:lang="en">Make sure to migrate the database schema from source to target by using the {0} or the {1} in Azure Data Studio before selecting the list of tables to migrate.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.schema.migration.project">
|
||||
<source xml:lang="en">SQL Database Projects extension</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.status.column">
|
||||
<source xml:lang="en">Migration status</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.status.tool.tip">
|
||||
<source xml:lang="en">The current status of the migration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.table.refresh.label">
|
||||
<source xml:lang="en">Refresh</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.table.selection.description">
|
||||
<source xml:lang="en">To migrate to the Azure SQL target, select tables in each database for migration.</source>
|
||||
<source xml:lang="en">For each database below, click Edit to select the tables to migrate from source to target. Then, before clicking Next, validate the provided configuration by clicking 'Run validation'.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.table.selection.label">
|
||||
<source xml:lang="en">Migration table selection</source>
|
||||
<source xml:lang="en">Table selection</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.table.source.column.label">
|
||||
<source xml:lang="en">Source database</source>
|
||||
@@ -1042,6 +1084,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.mins">
|
||||
<source xml:lang="en">{0} mins</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.missing.table.name.column">
|
||||
<source xml:lang="en">Table name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.missing.targetPassword.error">
|
||||
<source xml:lang="en">To continue, enter a valid target password.</source>
|
||||
</trans-unit>
|
||||
@@ -1297,6 +1342,9 @@ 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.restart.migration.wizard">
|
||||
<source xml:lang="en">Restart migration wizard</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.restore.backupset.status.none">
|
||||
<source xml:lang="en">None</source>
|
||||
</trans-unit>
|
||||
@@ -1444,6 +1492,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.select.database.to.migrate">
|
||||
<source xml:lang="en">Select the databases to migrate.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.select.migration.tables">
|
||||
<source xml:lang="en">Select tables for migration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.select.prompt">
|
||||
<source xml:lang="en">Click on SQL Server instance or any of the databases on the left to view its details.</source>
|
||||
</trans-unit>
|
||||
@@ -1954,10 +2005,16 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.source.databases">
|
||||
<source xml:lang="en">Source databases</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.source.details.sqlAuth">
|
||||
<trans-unit id="sql.migration.source.details.sqlAuth.db">
|
||||
<source xml:lang="en">Enter the SQL Authentication credentials used to connect to SQL Server instance {0}. These credentials will be used to connect to the SQL Server instance from the self-hosted integration runtime.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.source.details.sqlAuth.nonDb">
|
||||
<source xml:lang="en">Enter the SQL Authentication credentials used to connect to SQL Server instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup files.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.source.details.windowAuth">
|
||||
<trans-unit id="sql.migration.source.details.windowAuth.db">
|
||||
<source xml:lang="en">Enter the Windows Authentication credentials used to connect to SQL Server instance {0}. These credentials will be used to connect to the SQL Server instance from the self-hosted integration runtime.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.source.details.windowAuth.nonDb">
|
||||
<source xml:lang="en">Enter the Windows Authentication credentials used to connect to SQL Server instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup files.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.source.login">
|
||||
@@ -2026,9 +2083,15 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.src.database">
|
||||
<source xml:lang="en">Source database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.src.database.tool.tip">
|
||||
<source xml:lang="en">Name of the source database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.src.server">
|
||||
<source xml:lang="en">Source name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.src.server.tool.tip">
|
||||
<source xml:lang="en">Name of the source server</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.start.login.migration.button">
|
||||
<source xml:lang="en">Migrate</source>
|
||||
</trans-unit>
|
||||
@@ -2222,7 +2285,7 @@ This may take some time.</source>
|
||||
<source xml:lang="en">Table migration status: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.table.missing.count">
|
||||
<source xml:lang="en">Missing target tables excluded from list: {0}</source>
|
||||
<source xml:lang="en">Tables missing on target: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.table.select.label">
|
||||
<source xml:lang="en">Select tables for {0}</source>
|
||||
@@ -2595,6 +2658,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.wizard.sku.choose_a_target">
|
||||
<source xml:lang="en">Choose your Azure SQL target</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.sku.choose_a_target.help">
|
||||
<source xml:lang="en">Not sure which Azure SQL target is right for you? Learn more</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.sku.error">
|
||||
<source xml:lang="en">An error occurred while generating SKU recommendations for the server '{0}'.</source>
|
||||
</trans-unit>
|
||||
@@ -2640,6 +2706,15 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.yes">
|
||||
<source xml:lang="en">Yes</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.retry.migration.prompt">
|
||||
<source xml:lang="en">Do you want to retry the failed table migrations?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.retry.migration.summary">
|
||||
<source xml:lang="en">Please resolve any errors before retrying the migration.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.retry.migration.title">
|
||||
<source xml:lang="en">The migration failed with the following errors:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="total.databases.selected">
|
||||
<source xml:lang="en">{0} of {1} databases selected</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -644,7 +644,7 @@ Default Skipped Commands:
|
||||
<source xml:lang="en">Color of the range limiting the search. The color must not be opaque so as not to hide underlying decorations.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryEditorNullBackground">
|
||||
<source xml:lang="en">The background color for null values in the query editor results grid.</source>
|
||||
<source xml:lang="en">The background color for null values in the query editor results grid. To disable the background color, you can use a transparent color like {0}.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tileBorder">
|
||||
<source xml:lang="en">The border color of tiles</source>
|
||||
@@ -1878,6 +1878,9 @@ Default Skipped Commands:
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/dashboard/browser/core/dashboardPage.component" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="dashboard.configureDashboardTooltip">
|
||||
<source xml:lang="en">Learn more about how to configure the dashboard</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dashboard.generalTabGroupHeader">
|
||||
<source xml:lang="en">General</source>
|
||||
</trans-unit>
|
||||
@@ -4176,6 +4179,15 @@ Error: {1}</source>
|
||||
<trans-unit id="serverTree.newConnection">
|
||||
<source xml:lang="en">New Connection</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverTreeViewChangeNotification">
|
||||
<source xml:lang="en">Server tree has changed. Please reload the window to see the changes.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverTreeViewChangeNotification.doNotReload">
|
||||
<source xml:lang="en">Don't Reload</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverTreeViewChangeNotification.reload">
|
||||
<source xml:lang="en">Reload</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="servers.noConnections">
|
||||
<source xml:lang="en">No connections found.</source>
|
||||
</trans-unit>
|
||||
@@ -4194,7 +4206,7 @@ Error: {1}</source>
|
||||
<source xml:lang="en">The timeout in seconds for expanding a node in the Servers view</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverTree.useAsyncServerTree">
|
||||
<source xml:lang="en">(Preview) Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering.</source>
|
||||
<source xml:lang="en">Use the new async server tree for the Servers view and Connection Dialog with support for new features such as dynamic node filtering. Requires a restart to take effect.</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/preferences/browser/sqlSettingsLayout" source-language="en" datatype="plaintext"><body>
|
||||
@@ -4477,13 +4489,13 @@ Error: {1}</source>
|
||||
<source xml:lang="en">Parse Query</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryActions.notConnected">
|
||||
<source xml:lang="en">Please connect to a server</source>
|
||||
<source xml:lang="en">Please connect to a server before running this action.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryActions.parseSyntaxFailure">
|
||||
<source xml:lang="en">Command failed: </source>
|
||||
<source xml:lang="en">Failed to parse the query: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryActions.parseSyntaxSuccess">
|
||||
<source xml:lang="en">Commands completed successfully</source>
|
||||
<source xml:lang="en">Successfully parsed the query.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryActions.queryResultsCopySuccess">
|
||||
<source xml:lang="en">Successfully copied query and results.</source>
|
||||
@@ -4618,6 +4630,9 @@ Error: {1}</source>
|
||||
<source xml:lang="en">Cancel</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="changeConnectionDatabaseLabel">
|
||||
<source xml:lang="en">Change</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="changeConnectionDatabaseTooltip">
|
||||
<source xml:lang="en">Change Connection</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="changeDatabase.failed">
|
||||
@@ -4653,9 +4668,15 @@ Error: {1}</source>
|
||||
<trans-unit id="query.multiSelectionNotSupported">
|
||||
<source xml:lang="en">Running query is not supported when the editor is in multiple selection mode.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryEditor.exportSqlAsNotebook">
|
||||
<trans-unit id="queryEditor.exportSqlAsNotebookLabel">
|
||||
<source xml:lang="en">To Notebook</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryEditor.exportSqlAsNotebookTooltip">
|
||||
<source xml:lang="en">Export as Notebook</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryEditor.parse">
|
||||
<source xml:lang="en">Parse</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="runQueryLabel">
|
||||
<source xml:lang="en">Run</source>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user