forked from microsoft/vscode-azureapicenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
35 lines (35 loc) · 2.7 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
{
"azure-api-center.commands.selectSubscriptions.title": "Select Subscriptions...",
"azure-api-center.commands.apiCenterTreeView.refresh.title": "Refresh",
"azure-api-center.commands.open-api-docs.title": "Open API Documentation",
"azure-api-center.commands.open-postman.title": "Test in Postman",
"azure-api-center.commands.generate-api-client.title": "Generate API Client",
"azure-api-center.commands.importOpenApiByFile.title": "Import OpenAPI from File",
"azure-api-center.commands.importOpenApiByLink.title": "Import OpenAPI from Link",
"azure-api-center.commands.exportApi.title": "Export API Specification Document",
"azure-api-center.commands.showOpenApi.title": "Edit OpenAPI",
"azure-api-center.commands.generateHttpFile.title": "Generate HTTP File",
"azure-api-center.commands.registerApi.title": "Register API",
"azure-api-center.commands.setApiRuleset.title": "Set active API Style Guide",
"azure-api-center.commands.detectBreakingChange.title": "Detect Breaking Change",
"azure-api-center.commands.searchApi.title": "Search APIs",
"azure-api-center.commands.cleanupSearchResult.title": "Clean Up Search Result",
"azure-api-center.commands.generateMarkdownDocument.title": "Generate Markdown",
"azure-api-center.commands.generateApiFromCode.title": "Generate API Documentation",
"azure-api-center.commands.selectTenant.title": "Select Tenant...",
"azure-api-center.commands.enableRules.title": "Enable API Analysis",
"azure-api-center.commands.exportRules.title": "Sync Latest Rules to Local",
"azure-api-center.commands.deployRules.title": "Deploy Rules to API Center",
"azure-api-center.commands.openRule.title": "Open Ruleset",
"azure-api-center.commands.addCustomFunction.title": "Add Custom Function",
"azure-api-center.commands.renameCustomFunction.title": "Rename",
"azure-api-center.commands.deleteCustomFunction.title": "Delete",
"azure-api-center.chatParticipants.apicenter.description": "Build, discover, and consume great APIs.",
"azure-api-center.chatParticipants.apicenter.commands.list.description": "List available APIs.",
"azure-api-center.chatParticipants.apicenter.commands.find.description": "Find an API given a search query.",
"azure-api-center.commands.apiCenterWorkspace.collapse.title": "Collapse",
"azure-api-center.views.api-center-treeview.controlplane.title": "Azure API Center",
"azure-api-center.views.api-center-treeview.dataplane.title": "Platform API Catalog",
"azure-api-center.commands.apiCenterWorkspace.addApis.title": "Connect to an API Center",
"azure-api-center.commands.apiCenterWorkspace.removeApis.title": "Disconnect from API Center"
}