forked from microsoft/vscode-azureappservice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
68 lines (68 loc) · 5.08 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"appService.AddAzureDatabasesConnection": "Add Database Connection to Web App...",
"appService.Browse": "Browse Website",
"appService.ConfigureDeploymentSource": "Configure Deployment Source...",
"appService.CreateSlot": "Create New Deployment Slot...",
"appService.CreateWebApp": "Create New Web App...",
"appService.CreateWebAppAdvanced": "Create New Web App... (Advanced)",
"appService.Delete": "Delete...",
"appService.Deploy": "Deploy to Web App...",
"appService.DeploySlot": "Deploy to Slot...",
"appService.DeploymentScript": "Generate Azure CLI Script",
"appService.DisconnectRepo": "Disconnect from Repo...",
"appService.EnableFileLogging": "Enable File Logging",
"appService.InstallCosmosDBExtension": "Install Azure Databases Extension",
"appService.LoadMore": "Load More",
"appService.OpenInPortal": "Open in Portal",
"appService.Redeploy": "Redeploy",
"appService.Refresh": "Refresh",
"appService.RemoveCosmosDBConnection": "Remove Connection...",
"appService.ReportIssue": "Report Issue...",
"appService.Restart": "Restart",
"appService.RevealConnection": "Reveal in Azure Databases Extension",
"appService.RevealConnectionInAppSettings": "Reveal in Application Settings",
"appService.ScaleUp": "Scale up App Service Plan...",
"appService.Start": "Start",
"appService.StartRemoteDebug": "Start Remote Debugging",
"appService.StartSsh": "SSH into Web App",
"appService.Stop": "Stop",
"appService.StopLogStream": "Stop Streaming Logs",
"appService.SwapSlots": "Swap Deployment Slot...",
"appService.ViewCommitInGitHub": "View Commit in GitHub",
"appService.ViewProperties": "View Properties",
"appService.appSettings.Add": "Add New Setting...",
"appService.appSettings.Delete": "Delete...",
"appService.appSettings.Download": "Download Remote Settings...",
"appService.appSettings.Edit": "Edit...",
"appService.appSettings.Rename": "Rename...",
"appService.appSettings.ToggleSlotSetting": "Toggle as Slot Setting",
"appService.appSettings.Upload": "Upload Local Settings...",
"appService.connectToGitHub": "Connect to GitHub Repository...",
"appService.connections": "Array of web apps with its connections",
"appService.connections.appId": "Web app id.",
"appService.connections.connId": "Connection id",
"appService.connections.connection": "Connections of specific web app.",
"appService.connections.dbArray": "Array of Cosmos DB database ids.",
"appService.createWebAppDetail": "Host your APIs and full stack apps.",
"appService.createWebAppTitle": "Create App Service Web App...",
"appService.defaultWebAppToDeploy": "The default web app to use when deploying represented by its full Azure id. Every subsequent deployment of this workspace will deploy to this web app or slot. Can be disabled by setting to \"None\"",
"appService.deploySubpath": "The default subpath of a workspace folder to use when deploying.",
"appService.description": "An Azure App Service management extension for Visual Studio Code.",
"appService.enableOutputTimestamps": "Prepends each line displayed in the Azure App Service output channel with a timestamp",
"appService.enablePythonRemoteDebugging": "Enable remote debugging for Python web apps (experimental)",
"appService.postDeployTask": "The name of the task to run after zip deployments.",
"appService.preDeployTask": "The name of the task to run before deploying.",
"appService.showBuildDuringDeployPrompt": "Show prompt to improve performance of Zip Deploy by excluding build artifacts from the zip file and running a build during deployment.",
"appService.showDeployConfirmation": "Ask for confirmation before deploying to Azure App Service (deploying will overwrite any previous deployment and cannot be undone).",
"appService.showDeploySubpathWarning": "Show a warning when the \"deploySubpath\" setting does not match the selected folder for deploying.",
"appService.showExplorer": "Show or hide the App Service Explorer",
"appService.showHiddenStacks": "Show hidden runtime stacks when creating a web app in Azure. WARNING: These stacks may be in preview or may not be available in all regions.",
"appService.showPlanPerformanceWarning": "Shows a warning that performance may drop when creating an app in an App Service Plan that has more than 3 web apps associated to it",
"appService.showPreDeployWarning": "Shows warning that project is not configured for VS Code deployments",
"appService.showSavePrompt": "Show warning dialog on remote file uploading.",
"appService.startStreamingLogs": "Start Streaming Logs",
"appService.toggleAppSettingVisibility": "Toggle App Value Visibility",
"appService.viewDeploymentLogs": "View Deployment Logs",
"appService.zipGlobPattern": "Defines which files in the workspace to deploy. This applies to Zip deploy only, has no effect on other deployment methods.",
"appService.zipIgnorePattern": "Defines which files in the workspace to ignore for Zip deploy. This applies to Zip deploy only, has no effect on other deployment methods."
}