mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* local deployment * eula update * remote deployment * fix wording * new extension * script * spacing * fix test * loc strings
54 lines
3.2 KiB
JSON
54 lines
3.2 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",
|
|
"sql-2017-docker-notebook": "./notebooks/docker/2017/deploy-sql2017-image.ipynb",
|
|
"sql-2019-docker-notebook": "./notebooks/docker/2019/deploy-sql2019-image.ipynb",
|
|
"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-2019-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-aks.ipynb",
|
|
"bdc-2019-existing-aks-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-aks.ipynb",
|
|
"bdc-2019-existing-kubeadm-notebook": "./notebooks/bdc/2019/deploy-bdc-existing-kubeadm.ipynb",
|
|
"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"
|
|
}
|