-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.nls.json
More file actions
61 lines (61 loc) · 5.38 KB
/
package.nls.json
File metadata and controls
61 lines (61 loc) · 5.38 KB
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
{
"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.editApi.title": "Edit API Specification Document",
"azure-api-center.commands.generateHttpFile.title": "Generate HTTP File",
"azure-api-center.commands.registerApi.title": "Register API",
"azure-api-center.commands.registerMCP.title": "Register MCP (Preview)",
"azure-api-center.commands.createApiEnvironment.title": "Create API Environment",
"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 OpenAPI Spec from Current File",
"azure-api-center.commands.generateApiSpecFromCodeProject.title": "Generate OpenAPI Spec from Entire Project",
"azure-api-center.commands.selectTenant.title": "Select Tenant...",
"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": "Api Center Portal View",
"azure-api-center.commands.apiCenterWorkspace.addApis.title": "Connect to an API Center",
"azure-api-center.commands.apiCenterWorkspace.removeApis.title": "Disconnect from API Center",
"azure-api-center.commands.apiCenterWorkspace.learnApiPortal.title": "Learn about API Center Portal",
"azure-api-center.commands.getCredential.title": "Get Credential",
"azure-api-center.commands.createDeclarativeAgent.title": "Create M365 Copilot Declarative Agent",
"azure-api-center.commands.copyDeploymentUrl.title": "Copy Runtime URL",
"azure-api-center.commands.openInPortal.title": "Open in Azure Portal",
"azure-api-center.commands.createIntegrationFromApim.title": "Create new integration with Azure API Management",
"azure-api-center.lmTool.getSpectralRules.displayName": "@apicenter Get Spectral Rules",
"azure-api-center.lmTool.getSpectralRules.userDescription": "Get Spectral rules from active API style guide.",
"azure-api-center.lmTool.searchApis.displayName": "@apicenter Search APIs",
"azure-api-center.lmTool.searchApis.userDescription": "Search for available APIs in Azure API Center.",
"azure-api-center.lmTool.searchApiVersions.displayName": "@apicenter Search API versions",
"azure-api-center.lmTool.searchApiVersions.userDescription": "Search for available API versions in Azure API Center.",
"azure-api-center.lmTool.searchApiDefinitions.displayName": "@apicenter Search API definitions",
"azure-api-center.lmTool.searchApiDefinitions.userDescription": "Search for API definitions in Azure API Center.",
"azure-api-center.lmTool.exportApiSpecification.displayName": "@apicenter Export API specification",
"azure-api-center.lmTool.exportApiSpecification.userDescription": "Export API specification from Azure API Center.",
"azure-api-center.lmTool.searchAuthentication.displayName": "@apicenter Search Authentication",
"azure-api-center.lmTool.searchAuthentication.userDescription": "Search for authentication information under API version in Azure API Center.",
"azure-api-center.lmTool.getCredential.displayName": "@apicenter Get Credential",
"azure-api-center.lmTool.getCredential.userDescription": "Get credential under authentication from Azure API Center.",
"azure-api-center.lmTool.searchApiDeployments.displayName": "@apicenter Search API deployments",
"azure-api-center.lmTool.searchApiDeployments.userDescription": "Search for API deployments in Azure API Center.",
"azure-api-center.commands.setActiveDataPlaneAccount.title": "Set Active Data Plane Account",
"azure-api-center.commands.createApiCenterService.title": "Create API Center Service in Azure"
}