diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 560a80b3f7..02a39c1688 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -115,6 +115,7 @@ const extensionsFilter = filter([ '**/agent.xlf', '**/arc.xlf', '**/asde-deployment.xlf', + '**/azcli.xlf', '**/azurecore.xlf', '**/azurehybridtoolkit.xlf', '**/big-data-cluster.xlf', diff --git a/resources/xlf/LocProject.json b/resources/xlf/LocProject.json index b767255c6a..86d47d331b 100644 --- a/resources/xlf/LocProject.json +++ b/resources/xlf/LocProject.json @@ -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", diff --git a/resources/xlf/en/azcli.xlf b/resources/xlf/en/azcli.xlf new file mode 100644 index 0000000000..2c51843cf2 --- /dev/null +++ b/resources/xlf/en/azcli.xlf @@ -0,0 +1,234 @@ + + + + + Accept + + + 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). + + + 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. + + + Ask Later + + + Azure CLI + + + Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done. + + + An error occurred while parsing the output of az command: {0}. The output is not JSON. + + + Azure CLI user setting: {0}.{1} read, value: {2} + + + Azure CLI user setting: {0}.{1} updated, newValue: {2} + + + Checking for latest available version of Azure CLI + + + Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function. + + + Could not find Azure CLI. Error: {0} + + + Could not find the Azure CLI arcdata extension. Error: {0} + + + Could not find Azure CLI, install it now? If not then some features will not be able to function. + + + Currently installed version of Azure CLI: {0} is same or newer than any other version available + + + Decline + + + Don't Ask Again + + + Error while downloading + + + Download finished + + + Downloading ({0} / {1} MB) + + + Downloading {0} from {1} to {2} + + + Either an endpoint or a namespace must be specified + + + Executing command: '{0} {1}' + + + Failed to parse the JSON of contents at: {0}. +File contents: +{1} +Error: {2} + + + Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}. + + + Getting text contents of resource at URL {0} + + + Error installing Azure CLI and arcdata extension: {0} + + + Installing the Azure CLI arcdata extension... + + + Installing Azure CLI... + + + Latest available Azure CLI version: {0}. + + + Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again. + + + No + + + No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it. + + + No Azure CLI arcdata extension is available. + + + No Azure CLI is available, [install the Azure CLI](command:az.install) to enable the features that require it. + + + 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. + + + No download link available for platform '{0}' +Release info: ${1} + + + No release version available for platform '{0}' +Release info: ${1} + + + An error occurred while parsing the output of az --version. + + + Platform '{0}' is currently unsupported + + + A new version of Azure CLI ( {0} ) is available, do you wish to update to it now? + + + 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. + + + Prompting the user to accept the following: {0} + + + 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). + + + Searching for existing Azure CLI installation... + + + Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2} + + + stderr: {0} + + + stdout: {0} + + + Unexpected error executing command: {0} + + + Unexpected exit code from command: {1} ({0}) + + + 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). + + + No check for new Azure CLI version availability performed as Azure CLI was not found to be installed + + + Error updating Azure CLI: {0} + + + Updating Azure CLI... + + + User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command + + + User Response on prompt to install Azure CLI: {0} + + + User Response on prompt to update Azure CLI: {0} + + + Found version: {0} that Azure CLI can be updated to from current version: {1}. + + + Yes + + + + + Choose whether you will be prompted to download the Azure CLI arcdata extension. + + + Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available. + + + Azure CLI + + + Log debug info to the output channel for all executed az commands + + + Azure CLI Configuration + + + Support for Azure CLI. + + + Azure CLI + + + The user will not be prompted to install the Azure CLI arcdata extension + + + The user will be prompted to install the Azure CLI arcdata extension + + + The user will not be prompted for update of the Azure CLI arcdata extension + + + The user will be prompted for update of the Azure CLI arcdata extension + + + Choose whether you will be prompted to install Azure CLI. + + + The user will not be prompted to install the Azure CLI + + + The user will be prompted to install the Azure CLI + + + Azure CLI + + + \ No newline at end of file