mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
* initial changes * Enable cloud console * Delete unnecessary code * error handling * error handling * Deal with promises * Fix externals * Fix externals for ws * Cleanup name of terminal * Update yarn.lock * Fix yarn.lock * Fix externals * Cleanup parts of the code * Fix more issues * Fix cloud terminal * Go back to our client ID * Fix message * Respect preferred location * Fix govt cloud * Some more messaging * Enable items on right click * Some feedback * Change to status message
32 lines
1.8 KiB
JSON
32 lines
1.8 KiB
JSON
{
|
|
"azure.displayName": "Azure (Core)",
|
|
"azure.description": "Browse and work with Azure resources",
|
|
"azure.title": "Azure",
|
|
|
|
"azure.resource.config.title": "Azure Resource Configuration",
|
|
"azure.resource.config.filter.description": "The resource filter, each element is an account id, a subscription id and name separated by a slash",
|
|
"azure.resource.explorer.title": "Azure",
|
|
"azure.resource.refreshall.title": "Azure: Refresh All Accounts",
|
|
"azure.resource.refresh.title": "Refresh",
|
|
"azure.resource.signin.title": "Azure: Sign In",
|
|
"azure.resource.selectsubscriptions.title": "Select Subscriptions",
|
|
"azure.resource.startterminal.title": "Start Cloud Shell",
|
|
"azure.resource.connectsqlserver.title": "Connect",
|
|
"azure.resource.connectsqldb.title": "Add to Servers",
|
|
|
|
"accounts.clearTokenCache": "Clear Azure Account Token Cache",
|
|
"azure.accounts.getSubscriptions.title": "Get Azure Account Subscriptions",
|
|
"azure.accounts.getResourceGroups.title": "Get Azure Account Subscription Resource Groups",
|
|
|
|
"config.azureAccountConfigurationSection": "Azure Account Configuration",
|
|
"config.enablePublicCloudDescription": "Should Azure public cloud integration be enabled",
|
|
"config.enableUsGovCloudDescription": "Should US Government Azure cloud (Fairfax) integration be enabled",
|
|
"config.enableChinaCloudDescription": "Should Azure China integration be enabled",
|
|
"config.enableGermanyCloudDescription": "Should Azure Germany integration be enabled",
|
|
"config.azureAuthMethodConfigurationSection": "Azure Authentication Method",
|
|
"config.azureCodeGrantMethod": "Code Grant Method",
|
|
"config.azureDeviceCodeMethod": "Device Code Method",
|
|
"config.noSystemKeychain": "Disable system keychain integration. Credentials will be stored in a flat file in the user's home directory.",
|
|
"config.enableArcFeatures": "Should features related to Azure Arc be enabled (preview)"
|
|
}
|