vscode-azurecontainerapps/package.nls.json

78 строки
7.7 KiB
JSON

{
"containerApps.viewProperties": "View Properties",
"containerApps.reportIssue": "Report Issue...",
"containerApps.revealResource": "Reveal Resource",
"containerApps.description": "An Azure Container Apps extension for Visual Studio Code.",
"containerApps.enableOutputTimestamps": "Prepends each line displayed in the output channel with a timestamp.",
"containerApps.showDraftCommandDeployPopup": "Show an informational deploy pop-up message whenever a draft command is run.",
"containerApps.browse": "Browse",
"containerApps.createContainerApp": "Create Container App...",
"containerApps.createContainerAppFromWorkspace": "Create Container App from Workspace...",
"containerApps.editContainerApp": "Edit Container App (Advanced)...",
"containerApps.updateImage": "Update Container Image...",
"containerApps.deployImageApi": "Deploy Image to Container App (API)...",
"containerApps.deployWorkspaceProject": "Deploy Project from Workspace...",
"containerApps.deployWorkspaceProjectApi": "Deploy Project from Workspace (API)...",
"containerApps.deployWorkspaceProjectToContainerApp": "Deploy Workspace to Container App...",
"containerApps.deleteContainerApp": "Delete Container App...",
"containerApps.disableIngress": "Disable Ingress for Container App",
"containerApps.enableIngress": "Enable Ingress for Container App...",
"containerApps.toggleVisibility": "Switch Ingress Visibility...",
"containerApps.editTargetPort": "Edit Target Port...",
"containerApps.addSecret": "Add Secret...",
"containerApps.editSecretValue": "Edit Secret Value...",
"containerApps.deleteSecret": "Delete Secret...",
"containerApps.chooseRevisionMode": "Choose Revision Mode...",
"containerApps.createRevisionDraft": "Create Draft...",
"containerApps.editRevisionDraft": "Edit Draft (Advanced)...",
"containerApps.deployRevisionDraft": "Deploy Draft...",
"containerApps.discardRevisionDraft": "Discard Draft",
"containerApps.activateRevision": "Activate",
"containerApps.deactivateRevision": "Deactivate",
"containerApps.restartRevision": "Restart",
"containerApps.createManagedEnvironment": "Create Container Apps Environment...",
"containerApps.createManagedEnvironmentDetail": "For managing serverless container apps.",
"containerApps.deleteManagedEnvironment": "Delete Container Apps Environment...",
"containerApps.deleteConfirmation": "The behavior to use when confirming delete of a Container Apps environment.",
"containerApps.deleteConfirmation.EnterName": "Prompts with an input box where you enter the Container Apps environment name to delete.",
"containerApps.deleteConfirmation.ClickButton": "Prompts with a warning dialog where you click a button to delete.",
"containerApps.openInPortal": "Open in Portal",
"containerApps.openConsoleInPortal": "Open Console in Portal",
"containerApps.editScaleRange": "Edit Scaling Range...",
"containerApps.addScaleRule": "Add Scale Rule...",
"containerApps.deleteScaleRule": "Delete Scale Rule...",
"containerApps.connectToGitHub": "Connect to GitHub Repository...",
"containerApps.disconnectRepo": "Disconnect from Repo",
"containerApps.openGitHubRepo": "Open Repo in GitHub",
"containerApps.startStreamingLogs": "Start Streaming Logs...",
"containerApps.stopStreamingLogs": "Stop Streaming Logs...",
"containerApps.createAcr": "Create Azure Container Registry...",
"containerApps.openAcrBuildLogs": "Open Azure Container Registry Build Logs",
"containerApps.deployWorkspaceProject.containerAppName": "When deploying from a local workspace project, the name of the target container app to deploy to.",
"containerApps.deployWorkspaceProject.containerAppResourceGroupName": "When deploying from a local workspace project, the name of the target container app's resource group.",
"containerApps.deployWorkspaceProject.containerRegistryName": "When deploying from a local workspace project, the name of the Azure Container Registry to use for storing and building images.",
"containerApps.deploymentConfiguration": "A saved deployment configuration used for quickly redeploying a workspace project to a container app.",
"containerApps.deploymentConfiguration.label": "The label used when displaying or referencing the configuration. Personalize this to best suit your needs.",
"containerApps.deploymentConfiguration.type": "The deployment strategy type for this configuration.",
"containerApps.deploymentConfiguration.dockerfilePath": "The relative path from the project's root directory to the Dockerfile.",
"containerApps.deploymentConfiguration.srcPath": "The relative path from the project's root directory to the deployment folder.",
"containerApps.deploymentConfiguration.envPath": "The relative path from the project's root directory to the environment variables file (.env).",
"containerApps.deploymentConfiguration.resourceGroup": "The name of the target container app's resource group.",
"containerApps.deploymentConfiguration.containerApp": "The name of the target container app.",
"containerApps.deploymentConfiguration.containerRegistry": "The name of the container registry to use for storing and building images.",
"containerApps.deploymentConfigurations": "A list of saved deployment configurations used for quickly redeploying a workspace project to a container app.",
"containerApps.walkthrough.gettingStarted.internal": "Open Walkthrough",
"containerApps.walkthrough.gettingStarted.title": "Getting Started with Azure Container Apps",
"containerApps.walkthrough.gettingStarted.description": "Learn to deploy a containerized application to Azure Container Apps using a sample GitHub repository.",
"containerApps.walkthrough.addWorkspaceProject.title": "Add a workspace project",
"containerApps.walkthrough.addWorkspaceProject.description": "Starting from an empty workspace, use the button below to clone a sample project from GitHub.\nYou will be prompted by Visual Studio Code at the top of the page. Answer using the provided table values.\n[Clone Repository](command:containerApps.walkthrough.addWorkspaceProject)",
"containerApps.walkthrough.azureSignIn.title": "Sign in to Azure",
"containerApps.walkthrough.azureSignIn.description": "Sign in using the button below.\nYou may be directed to authenticate using your browser. Return to Visual Studio Code once completed.\n[Sign in to Azure](command:containerApps.walkthrough.azureSignIn)",
"containerApps.walkthrough.deployWorkspaceProject.title": "Create and deploy",
"containerApps.walkthrough.deployWorkspaceProject.description": "Create the container app resources necessary to host the application by using the button below.\nYou will be prompted by Visual Studio Code at the top of the page. Answer using the provided table values.\n[Deploy Project from Workspace](command:containerApps.walkthrough.deployWorkspaceProject)",
"containerApps.walkthrough.exploreDetails.title": "Explore details",
"containerApps.walkthrough.exploreDetails.description": "Let's explore what we've accomplished so far.\nIn this walkthrough, the commands were provided to you directly in each step. In practice, most of these commands will need to be accessed via the Azure Resources and Workspace pane.\nUse the provided table to review and discover the real location of each command.",
"containerApps.walkthrough.cleanUpResources.title": "Clean up resources",
"containerApps.walkthrough.cleanUpResources.description": "Remove the resources created in this walkthrough by deleting the containing resource group using the button below.\nYou will be prompted by Visual Studio Code at the top of the page. Answer using the provided table values.\n[Delete Resource Group](command:containerApps.walkthrough.cleanUpResources)"
}