-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathpackage.nls.json
More file actions
63 lines (63 loc) · 5.74 KB
/
package.nls.json
File metadata and controls
63 lines (63 loc) · 5.74 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
62
63
{
"cosmosdb.command.account.create": "Create Azure Cosmos DB…",
"cosmosdb.command.account.create.description": "NoSQL database for your web apps",
"cosmosdb.command.account.delete": "Delete Account…",
"cosmosdb.command.account.unsupported": "Open Unsupported Account",
"cosmosdb.command.connection.add": "New Connection…",
"cosmosdb.command.connection.copy": "Copy Connection String",
"cosmosdb.command.connection.emulator.add": "New Emulator Connection…",
"cosmosdb.command.connection.remove": "Remove Connection…",
"cosmosdb.command.container.create": "Create Container…",
"cosmosdb.command.container.delete": "Delete Container…",
"cosmosdb.command.database.create": "Create Database…",
"cosmosdb.command.database.delete": "Delete Database…",
"cosmosdb.command.document.import": "Import Document into a Container…",
"cosmosdb.command.filter": "Filter…",
"cosmosdb.command.issue.report": "Report Issue…",
"cosmosdb.command.document.create": "Create Item…",
"cosmosdb.command.document.delete": "Delete Item…",
"cosmosdb.command.document.open": "Open Item",
"cosmosdb.command.offer.container.view": "View Container Offer",
"cosmosdb.command.offer.database.view": "View Database Offer",
"cosmosdb.command.query.editor.open": "Open Query Editor",
"cosmosdb.command.refresh": "Refresh",
"cosmosdb.command.sort": "Sort…",
"cosmosdb.command.stored_procedure.create": "Create Stored Procedure…",
"cosmosdb.command.stored_procedure.delete": "Delete Stored Procedure…",
"cosmosdb.command.stored_procedure.execute": "Execute Stored Procedure…",
"cosmosdb.command.stored_procedure.open": "Open Stored Procedure",
"cosmosdb.command.trigger.create": "Create Trigger…",
"cosmosdb.command.trigger.delete": "Delete Trigger…",
"cosmosdb.command.trigger.open": "Open Trigger",
"cosmosdb.command.update": "Update to Cloud",
"cosmosdb.command.ai.deploy_instruction_files": "Copy LLM instructions to user profile folder",
"cosmosdb.command.ai.remove_instruction_files": "Remove LLM instructions from user profile folder",
"cosmosdb.command.schema.delete_all": "Delete All Saved Schemas",
"cosmosdb.configuration.batch.size": "The batch size to be used when querying Azure Database resources.",
"cosmosdb.configuration.confirmation.style": "The behavior to use when confirming operations that cannot be undone, such as deleting resources.",
"cosmosdb.configuration.confirmation.style.button": "Button Click Confirmation",
"cosmosdb.configuration.confirmation.style.button.description": "Prompts with a warning dialog where you click a button to confirm deletion.",
"cosmosdb.configuration.confirmation.style.challenge": "Challenge Confirmation",
"cosmosdb.configuration.confirmation.style.challenge.description": "Prompts with a challenge where you select the correct number among multiple options to confirm deletion.",
"cosmosdb.configuration.confirmation.style.word": "Word Entry Confirmation",
"cosmosdb.configuration.confirmation.style.word.description": "Prompts with an input box where you enter the name of the resource to confirm deletion.",
"cosmosdb.configuration.document.label.fields": "The field values to display as labels in the treeview for Cosmos DB and MongoDB documents, in priority order",
"cosmosdb.configuration.emulator.port": "Port to use when connecting to a CosmosDB Emulator instance",
"cosmosdb.configuration.endpoint.discovery": "Flag to enable/disable automatic redirecting of requests based on read/write operations.",
"cosmosdb.configuration.oauth.enable": "Always authenticate using Entra ID RBAC when connecting to Cosmos DB NoSQL Accounts. [Enable RBAC and assign Roles](https://aka.ms/cosmos-native-rbac).",
"cosmosdb.configuration.operation.summaries": "Show detailed operation summaries, displaying messages for actions such as database drops, document additions, deletions, or similar events.",
"cosmosdb.configuration.save.prompt": "Show warning dialog when uploading a document to the cloud.",
"cosmosdb.configuration.csv.separator": "The separator to use when exporting data to a CSV file (i.e. `;`, | or `,`).",
"cosmosdb.configuration.preferredAuthenticationMethod": "Select a preferred authentication method for Cosmos DB accounts.",
"cosmosdb.configuration.preferredAuthenticationMethod.auto": "Automatic",
"cosmosdb.configuration.preferredAuthenticationMethod.auto.description": "Selects the best authentication method based on the account configuration",
"cosmosdb.configuration.preferredAuthenticationMethod.accountKey": "Account Key",
"cosmosdb.configuration.preferredAuthenticationMethod.accountKey.description": "[LocalAuth](https://learn.microsoft.com/azure/cosmos-db/nosql/security/how-to-disable-key-based-authentication) must be enabled, this is not recommended for production environments",
"cosmosdb.configuration.preferredAuthenticationMethod.entraId": "VS Code Entra ID",
"cosmosdb.configuration.preferredAuthenticationMethod.entraId.description": "Sign in to VS Code using Entra ID",
"cosmosdb.configuration.preferredAuthenticationMethod.managedIdentity": "Managed Identity",
"cosmosdb.configuration.preferredAuthenticationMethod.managedIdentity.description": "Only supported when running in Azure (i.e. a VM), [learn more](https://learn.microsoft.com/en-us/azure/cosmos-db/how-to-setup-managed-identity)",
"cosmosdb.configuration.authentication.managedIdentity.clientID": "The Client ID of the Managed Identity to use when authenticating with Entra ID using a User-assigned Managed Identity.",
"cosmosdb.configuration.manage-llm-assets": "Manage LLM assets. Allow the extension to keep LLM-related files updated.",
"cosmosdb.configuration.queryEditor.generateSchemaBasedOnQueries": "When enabled, schema generation also considers query results to infer the container schema."
}