Files
azuredatastudio/extensions/resource-deployment/package.nls.json
2023-01-18 20:29:28 -08:00

67 lines
4.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",
"version-display-name": "Version",
"sql-2017-display-name": "SQL Server 2017",
"sql-2019-display-name": "SQL Server 2019",
"sql-2022-display-name": "SQL Server 2022",
"docker-sql-2017-title": "Deploy SQL Server 2017 container images",
"docker-sql-2019-title": "Deploy SQL Server 2019 container images",
"docker-sql-2022-title": "Deploy SQL Server 2022 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",
"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.",
"microsoft-privacy-statement": "Microsoft Privacy Statement",
"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",
"azure-sql-mi-display-name": "Azure SQL managed instance",
"azure-sql-mi-display-description": "Create a SQL Managed Instance in either Azure or a customer-managed environment",
"azure-sql-mi-okButton-text": "Open in Portal",
"azure-sql-mi-resource-type-option-label": "Resource Type",
"azure-sql-mi-agreement": "I accept {0} and {1}.",
"azure-sql-mi-agreement-eula": "Azure SQL MI License Terms",
"azure-sql-mi-help-text": "Azure SQL Managed Instance provides full SQL Server access and feature compatibility for migrating SQL Servers to Azure, or developing new applications. {0}.",
"azure-sql-mi-help-text-learn-more" : "Learn More"
}