mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
* fixed some easy typos on sql db wizard. * Fixed some instructions in the notebook * - Added option to enable or disable firewall rules * converted toggle firewall dropdown to checkbox
85 lines
5.0 KiB
JSON
85 lines
5.0 KiB
JSON
{
|
|
"extension-displayName": "SQL Server Deployment extension for Azure Data Studio",
|
|
"extension-description": "Provides a notebook-based experience to deploy Microsoft SQL Server",
|
|
"deploy-resource-command-name": "New Deployment…",
|
|
"deploy-resource-command-category": "Deployment",
|
|
"resource-type-sql-image-display-name": "SQL Server container image",
|
|
"resource-type-sql-image-description": "Run SQL Server container image with docker",
|
|
"resource-type-sql-bdc-display-name": "SQL Server Big Data Cluster",
|
|
"resource-type-sql-bdc-description": "SQL Server Big Data Cluster allows you to deploy scalable clusters of SQL Server, Spark, and HDFS containers running on Kubernetes",
|
|
"version-display-name": "Version",
|
|
"sql-2017-display-name": "SQL Server 2017",
|
|
"sql-2019-display-name": "SQL Server 2019",
|
|
"bdc-2019-display-name": "SQL Server 2019",
|
|
"bdc-deployment-target": "Deployment target",
|
|
"bdc-deployment-target-new-aks": "New Azure Kubernetes Service Cluster",
|
|
"bdc-deployment-target-existing-aks": "Existing Azure Kubernetes Service Cluster",
|
|
"bdc-deployment-target-existing-kubeadm": "Existing Kubernetes Cluster (kubeadm)",
|
|
"bdc-deployment-target-existing-aro": "Existing Azure Red Hat OpenShift cluster",
|
|
"bdc-deployment-target-existing-openshift": "Existing OpenShift cluster",
|
|
"docker-sql-2017-title": "Deploy SQL Server 2017 container images",
|
|
"docker-sql-2019-title": "Deploy SQL Server 2019 container images",
|
|
"docker-container-name-field": "Container name",
|
|
"docker-sql-password-field": "SQL Server password",
|
|
"docker-confirm-sql-password-field": "Confirm password",
|
|
"docker-sql-port-field": "Port",
|
|
"bdc-cluster-settings-section-title": "SQL Server Big Data Cluster settings",
|
|
"bdc-cluster-name-field": "Cluster name",
|
|
"bdc-controller-username-field": "Controller username",
|
|
"bdc-password-field": "Password",
|
|
"bdc-confirm-password-field": "Confirm password",
|
|
"bdc-azure-settings-section-title": "Azure settings",
|
|
"bdc-azure-subscription-id-field": "Subscription id",
|
|
"bdc-azure-subscription-id-placeholder": "Use my default Azure subscription",
|
|
"bdc-azure-resource-group-field": "Resource group name",
|
|
"bdc-azure-region-field": "Region",
|
|
"bdc-azure-aks-name-field": "AKS cluster name",
|
|
"bdc-azure-vm-size-field": "VM size",
|
|
"bdc-azure-vm-count-field": "VM count",
|
|
"bdc-storage-class-field": "Storage class name",
|
|
"bdc-data-size-field": "Capacity for data (GB)",
|
|
"bdc-log-size-field": "Capacity for logs (GB)",
|
|
"resource-type-sql-windows-setup-display-name": "SQL Server on Windows",
|
|
"resource-type-sql-windows-setup-description": "Run SQL Server on Windows, select a version to get started.",
|
|
"bdc-agreement": "I accept {0}, {1} and {2}.",
|
|
"microsoft-privacy-statement": "Microsoft Privacy Statement",
|
|
"bdc-agreement-azdata-eula": "azdata License Terms",
|
|
"bdc-agreement-bdc-eula": "SQL Server License Terms",
|
|
"deployment.configuration.title": "Deployment configuration",
|
|
"azdata-install-location-description": "Location of the azdata package used for the install command",
|
|
"azure-sqlvm-display-name": "SQL Server on Azure Virtual Machine",
|
|
"azure-sqlvm-description": "Create SQL virtual machines on Azure. Best for migrations and applications requiring OS-level access.",
|
|
"azure-sqlvm-deploy-dialog-title": "Deploy Azure SQL virtual machine",
|
|
"azure-sqlvm-deploy-dialog-action-text": "Script to notebook",
|
|
"azure-sqlvm-agreement": "I accept {0}, {1} and {2}.",
|
|
"azure-sqlvm-agreement-sqlvm-eula": "Azure SQL VM License Terms",
|
|
"azure-sqlvm-agreement-azdata-eula": "azdata License Terms",
|
|
"azure-sqlvm-azure-account-page-label":"Azure information",
|
|
"azure-sqlvm-azure-location-label": "Azure locations",
|
|
"azure-sqlvm-vm-information-page-label": "VM information",
|
|
"azure-sqlvm-image-label": "Image",
|
|
"azure-sqlvm-image-sku-label": "VM image SKU",
|
|
"azure-sqlvm-publisher-label": "Publisher",
|
|
"azure-sqlvm-vmname-label": "Virtual machine name",
|
|
"azure-sqlvm-vmsize-label": "Size",
|
|
"azure-sqlvm-storage-page-lable": "Storage account",
|
|
"azure-sqlvm-storage-accountname-label": "Storage account name",
|
|
"azure-sqlvm-storage-sku-label": "Storage account SKU type",
|
|
"azure-sqlvm-vm-administrator-account-page-label": "Administrator account",
|
|
"azure-sqlvm-username-label": "Username",
|
|
"azure-sqlvm-password-label": "Password",
|
|
"azure-sqlvm-password-confirm-label": "Confirm password",
|
|
"azure-sqlvm-vm-summary-page-label": "Summary",
|
|
"azure-sqldb-display-name": "Azure SQL Database",
|
|
"azure-sqldb-description": "Create a SQL database, database server, or elastic pool in Azure.",
|
|
"azure-sqldb-portal-ok-button-text": "Create in Azure portal",
|
|
"azure-sqldb-notebook-ok-button-text": "Select",
|
|
"resource-type-display-name": "Resource Type",
|
|
"sql-azure-single-database-display-name": "Single Database",
|
|
"sql-azure-elastic-pool-display-name": "Elastic Pool",
|
|
"sql-azure-database-server-display-name": "Database Server",
|
|
"azure-sqldb-agreement": "I accept {0}, {1} and {2}.",
|
|
"azure-sqldb-agreement-sqldb-eula": "Azure SQL DB License Terms",
|
|
"azure-sqldb-agreement-azdata-eula": "azdata License Terms"
|
|
}
|