vscode-azurefunctions/package.nls.json

34 строки
2.6 KiB
JSON

{
"extension.description": "An Azure Functions extension for Visual Studio Code.",
"azFunc.refresh": "Refresh",
"azFunc.loadMore": "Load More...",
"azFunc.createNewProject": "Create New Project",
"azFunc.createFunction": "Create Function",
"azFunc.createFunctionApp": "Create Function App in Azure",
"azFunc.openInPortal": "Open In Portal",
"azFunc.startFunctionApp": "Start",
"azFunc.stopFunctionApp": "Stop",
"azFunc.restartFunctionApp": "Restart",
"azFunc.deleteFunctionApp": "Delete Function App",
"azFunc.copyFunctionUrl": "Copy Function Url",
"azFunc.deleteFunction": "Delete Function",
"azFunc.showExplorerDescription": "Show or hide the Azure Functions Explorer",
"azFunc.templateFilterDescription": "Specify the templates to display when creating a new function. The supported values are 'Verified', 'Core', and 'All'. The 'Verified' category is a subset of 'Core' that has been verified to work with the latest VS Code extension.",
"azFunc.projectRuntimeDescription": "The default runtime to use when performing operations in the Azure Functions extension (e.g. \"Create New Function\"). \"~1\" is currently the latest version approved for production use.",
"azFunc.projectLanguageDescription": "The default language to use when performing operations in the Azure Functions extension (e.g. \"Create New Function\"). \"F#\", and \"JavaScript\" are currently the only languages approved for production use with runtime \"~1\". \"JavaScript\", \"C#\", and \"Java\" are the only languages that currently support debugging in VS Code.",
"azFunc.deploy": "Deploy to Function App",
"azFunc.configureDeploymentSource": "Configure Deployment Source",
"azFunc.appSettings.add": "Add new setting...",
"azFunc.appSettings.edit": "Edit setting...",
"azFunc.appSettings.rename": "Rename setting...",
"azFunc.appSettings.delete": "Delete setting",
"azFunc.pickProcess": "Pick Process",
"azFunc.deploySubpathDescription": "The default subpath of a workspace folder to use when deploying.",
"azFunc.installDotnetTemplates": "Install templates for the .NET CLI",
"azFunc.uninstallDotnetTemplates": "Uninstall templates for the .NET CLI",
"azFunc.showCoreToolsWarningDescription": "Show a warning if your installed version of Azure Functions Core Tools is out-of-date.",
"azFunc.show64BitWarningDescription": "Show a warning to install a 64-bit version of the Azure Functions Core Tools when you create a .NET Framework project.",
"azFunc.startStreamingLogs": "Start Streaming Logs",
"azFunc.stopStreamingLogs": "Stop Streaming Logs"
}