mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
[Loc] add azcli for localization (#18127)
This commit is contained in:
@@ -115,6 +115,7 @@ const extensionsFilter = filter([
|
||||
'**/agent.xlf',
|
||||
'**/arc.xlf',
|
||||
'**/asde-deployment.xlf',
|
||||
'**/azcli.xlf',
|
||||
'**/azurecore.xlf',
|
||||
'**/azurehybridtoolkit.xlf',
|
||||
'**/big-data-cluster.xlf',
|
||||
|
||||
@@ -26,6 +26,12 @@
|
||||
"LclFile": "resources\\localization\\LCL\\{Lang}\\asde-deployment.xlf.lcl",
|
||||
"CopyOption": "LangIDOnPath",
|
||||
"OutputPath": "resources\\xlf"
|
||||
},
|
||||
{
|
||||
"SourceFile": "resources\\xlf\\en\\azcli.xlf",
|
||||
"LclFile": "resources\\localization\\LCL\\{Lang}\\azcli.xlf.lcl",
|
||||
"CopyOption": "LangIDOnPath",
|
||||
"OutputPath": "resources\\xlf"
|
||||
},
|
||||
{
|
||||
"SourceFile": "resources\\xlf\\en\\azurecore.xlf",
|
||||
|
||||
234
resources/xlf/en/azcli.xlf
Normal file
234
resources/xlf/en/azcli.xlf
Normal file
@@ -0,0 +1,234 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/azcli/dist/localizedConstants" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="az.accept">
|
||||
<source xml:lang="en">Accept</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.arcdataExtensionNotInstalled">
|
||||
<source xml:lang="en">This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.arcdataInstalled">
|
||||
<source xml:lang="en">The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.askLater">
|
||||
<source xml:lang="en">Ask Later</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.az">
|
||||
<source xml:lang="en">Azure CLI</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.azInstalled">
|
||||
<source xml:lang="en">Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.azOutputParseErrorCaught">
|
||||
<source xml:lang="en">An error occurred while parsing the output of az command: {0}. The output is not JSON.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.azUserSettingReadLog">
|
||||
<source xml:lang="en">Azure CLI user setting: {0}.{1} read, value: {2}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.azUserSettingUpdatedLog">
|
||||
<source xml:lang="en">Azure CLI user setting: {0}.{1} updated, newValue: {2}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.checkingLatestAzVersion">
|
||||
<source xml:lang="en">Checking for latest available version of Azure CLI</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.couldNotFindArcdataWithPrompt">
|
||||
<source xml:lang="en">Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.couldNotFindAz">
|
||||
<source xml:lang="en">Could not find Azure CLI. Error: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.couldNotFindAzArc">
|
||||
<source xml:lang="en">Could not find the Azure CLI arcdata extension. Error: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.couldNotFindAzWithPrompt">
|
||||
<source xml:lang="en">Could not find Azure CLI, install it now? If not then some features will not be able to function.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.currentlyInstalledVersionIsLatest">
|
||||
<source xml:lang="en">Currently installed version of Azure CLI: {0} is same or newer than any other version available</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.decline">
|
||||
<source xml:lang="en">Decline</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.doNotAskAgain">
|
||||
<source xml:lang="en">Don't Ask Again</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.downloadError">
|
||||
<source xml:lang="en">Error while downloading</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.downloadFinished">
|
||||
<source xml:lang="en">Download finished</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.downloadingProgressMb">
|
||||
<source xml:lang="en">Downloading ({0} / {1} MB)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.downloadingTo">
|
||||
<source xml:lang="en">Downloading {0} from {1} to {2}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.endpointOrNamespaceRequired">
|
||||
<source xml:lang="en">Either an endpoint or a namespace must be specified</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.executingCommand">
|
||||
<source xml:lang="en">Executing command: '{0} {1}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.failedToParseReleaseInfo">
|
||||
<source xml:lang="en">Failed to parse the JSON of contents at: {0}.
|
||||
File contents:
|
||||
{1}
|
||||
Error: {2}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.foundExistingAz">
|
||||
<source xml:lang="en">Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.gettingTextContentsOfUrl">
|
||||
<source xml:lang="en">Getting text contents of resource at URL {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.installError">
|
||||
<source xml:lang="en">Error installing Azure CLI and arcdata extension: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.installingArcdata">
|
||||
<source xml:lang="en">Installing the Azure CLI arcdata extension...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.installingAz">
|
||||
<source xml:lang="en">Installing Azure CLI...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.latestAzVersionAvailable">
|
||||
<source xml:lang="en">Latest available Azure CLI version: {0}.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.missingRequiredVersion">
|
||||
<source xml:lang="en">Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.no">
|
||||
<source xml:lang="en">No</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noAz">
|
||||
<source xml:lang="en">No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noAzArc">
|
||||
<source xml:lang="en">No Azure CLI arcdata extension is available.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noAzWithLink">
|
||||
<source xml:lang="en">No Azure CLI is available, [install the Azure CLI](command:az.install) to enable the features that require it.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noAzureCLI">
|
||||
<source xml:lang="en">No Azure CLI is available. Install the latest version manually from [here](https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noDownloadLink">
|
||||
<source xml:lang="en">No download link available for platform '{0}'
|
||||
Release info: ${1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noReleaseVersion">
|
||||
<source xml:lang="en">No release version available for platform '{0}'
|
||||
Release info: ${1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.parseVersionError">
|
||||
<source xml:lang="en">An error occurred while parsing the output of az --version.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.platformUnsupported">
|
||||
<source xml:lang="en">Platform '{0}' is currently unsupported</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.promptForAzUpdate">
|
||||
<source xml:lang="en">A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.promptForRequiredAzUpdate">
|
||||
<source xml:lang="en">This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.promptLog">
|
||||
<source xml:lang="en">Prompting the user to accept the following: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.requiredVersionNotAvailable">
|
||||
<source xml:lang="en">This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.searchingForAz">
|
||||
<source xml:lang="en">Searching for existing Azure CLI installation...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.skipInstall">
|
||||
<source xml:lang="en">Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.stderrOutput">
|
||||
<source xml:lang="en">stderr: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.stdoutOutput">
|
||||
<source xml:lang="en">stdout: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.unexpectedCommandError">
|
||||
<source xml:lang="en">Unexpected error executing command: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.unexpectedExitCode">
|
||||
<source xml:lang="en">Unexpected exit code from command: {1} ({0})</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.unsupportedArcDataVersion">
|
||||
<source xml:lang="en">Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.updateCheckSkipped">
|
||||
<source xml:lang="en">No check for new Azure CLI version availability performed as Azure CLI was not found to be installed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.updateError">
|
||||
<source xml:lang="en">Error updating Azure CLI: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.updatingAz">
|
||||
<source xml:lang="en">Updating Azure CLI...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.userRequestedInstall">
|
||||
<source xml:lang="en">User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.userResponseInstall">
|
||||
<source xml:lang="en">User Response on prompt to install Azure CLI: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.userResponseUpdate">
|
||||
<source xml:lang="en">User Response on prompt to update Azure CLI: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.versionForUpdate">
|
||||
<source xml:lang="en">Found version: {0} that Azure CLI can be updated to from current version: {1}.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.yes">
|
||||
<source xml:lang="en">Yes</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/azcli/package" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="azcli.arc.azArcdataInstallKey.description">
|
||||
<source xml:lang="en">Choose whether you will be prompted to download the Azure CLI arcdata extension.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.azArcdataUpdateKey.description">
|
||||
<source xml:lang="en">Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.category">
|
||||
<source xml:lang="en">Azure CLI</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.config.debug">
|
||||
<source xml:lang="en">Log debug info to the output channel for all executed az commands</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.config.title">
|
||||
<source xml:lang="en">Azure CLI Configuration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.description">
|
||||
<source xml:lang="en">Support for Azure CLI.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.displayName">
|
||||
<source xml:lang="en">Azure CLI</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.install.dontPrompt.description">
|
||||
<source xml:lang="en">The user will not be prompted to install the Azure CLI arcdata extension</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.install.prompt.description">
|
||||
<source xml:lang="en">The user will be prompted to install the Azure CLI arcdata extension</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.update.dontPrompt.description">
|
||||
<source xml:lang="en">The user will not be prompted for update of the Azure CLI arcdata extension</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.update.prompt.description">
|
||||
<source xml:lang="en">The user will be prompted for update of the Azure CLI arcdata extension</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.azCliInstallKey.description">
|
||||
<source xml:lang="en">Choose whether you will be prompted to install Azure CLI.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.install.dontPrompt.description">
|
||||
<source xml:lang="en">The user will not be prompted to install the Azure CLI</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.install.prompt.description">
|
||||
<source xml:lang="en">The user will be prompted to install the Azure CLI</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.category">
|
||||
<source xml:lang="en">Azure CLI</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user