forked from microsoft/vscode-cosmosdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
95 lines (95 loc) · 8.11 KB
/
package.nls.json
File metadata and controls
95 lines (95 loc) · 8.11 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"cosmosdb.command.account.create": "Create Database Server…",
"cosmosdb.command.account.create.description": "SQL or NoSQL databases for your web apps.",
"cosmosdb.command.account.delete": "Delete 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.graph.create": "Create Graph…",
"cosmosdb.command.graph.delete": "Delete Graph…",
"cosmosdb.command.graph.explorer": "Open Graph Explorer",
"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.mongo.collection.create": "Create Collection…",
"cosmosdb.command.mongo.collection.delete": "Delete Collection…",
"cosmosdb.command.mongo.collection.open": "Open Collection",
"cosmosdb.command.mongo.database.connect": "Connect to this database",
"cosmosdb.command.mongo.database.delete": "Delete Database…",
"cosmosdb.command.mongo.document.create": "Create Document…",
"cosmosdb.command.mongo.document.export": "Export Documents from Collection…",
"cosmosdb.command.mongo.document.import": "Import Documents into Collection…",
"cosmosdb.command.mongo.scrapbook.execute": "Execute MongoDB Command",
"cosmosdb.command.mongo.scrapbook.execute_all": "Execute All MongoDB Commands",
"cosmosdb.command.mongo.scrapbook.new": "New Mongo Scrapbook",
"cosmosdb.command.mongo.shell.launch": "Launch Shell",
"cosmosdb.command.offer.container.view": "View Container Offer",
"cosmosdb.command.offer.database.view": "View Database Offer",
"cosmosdb.command.postgres.account.delete": "Delete Server…",
"cosmosdb.command.postgres.account.detach": "Detach Server…",
"cosmosdb.command.postgres.connection.copy": "Copy Connection String",
"cosmosdb.command.postgres.credentials.enter": "Enter Server Credentials",
"cosmosdb.command.postgres.database.connect": "Connect to Database…",
"cosmosdb.command.postgres.database.create": "Create Database…",
"cosmosdb.command.postgres.database.delete": "Delete Database…",
"cosmosdb.command.postgres.firewall.configure": "Configure Firewall",
"cosmosdb.command.postgres.function.create": "Create Function Query…",
"cosmosdb.command.postgres.function.delete": "Delete Function…",
"cosmosdb.command.postgres.function.open": "Open Function",
"cosmosdb.command.postgres.passwordless.wiki": "Learn more about authenticating with Azure Active Directory",
"cosmosdb.command.postgres.query.execute": "Execute Query…",
"cosmosdb.command.postgres.stored_procedure.create": "Create Stored Procedure Query…",
"cosmosdb.command.postgres.stored_procedure.delete": "Delete Stored Procedure…",
"cosmosdb.command.postgres.stored_procedure.open": "Open Stored Procedure",
"cosmosdb.command.postgres.table.delete": "Delete Table…",
"cosmosdb.command.query.container.connect": "Connect to NoSQL container",
"cosmosdb.command.query.editor.open": "Open Query Editor",
"cosmosdb.command.query.execute": "Execute NoSQL Query",
"cosmosdb.command.query.plan": "Get NoSQL Query Plan",
"cosmosdb.command.query.scrapbook.open": "Open Query Scrapbook",
"cosmosdb.command.refresh": "Refresh",
"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.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.mongo.port": "Port to use when connecting to a CosmosDB Mongo Emulator instance",
"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.mongo.shell.args": "Arguments to pass when starting the Mongo shell.",
"cosmosdb.configuration.mongo.shell.path": "Full path to folder and executable to start the Mongo shell, needed by some Mongo scrapbook commands. The default is to search in the system path for 'mongo'.",
"cosmosdb.configuration.mongo.shell.timeout": "The duration allowed (in seconds) for the Mongo shell to execute a command. Default value is 30 seconds.",
"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 Usier-assigned Managed Identity."
}