mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update ASDE strings (#11317)
* update strings * comments * update license term link
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"extension-displayName": "Azure SQL DB Edge Deployment Extension",
|
||||
"extension-description": "Provides a notebook-based experience to deploy Azure SQL DB Edge",
|
||||
"extension-displayName": "Azure SQL Edge Deployment Extension",
|
||||
"extension-description": "Provides a notebook-based experience to deploy Azure SQL Edge",
|
||||
"docker-container-name-field": "Container name",
|
||||
"docker-sql-password-field": "SQL Server password",
|
||||
"docker-sql-password-field": "SQL Server (sa) password",
|
||||
"docker-confirm-sql-password-field": "Confirm password",
|
||||
"docker-sql-port-field": "SQL Server Port",
|
||||
"microsoft-privacy-statement": "Microsoft Privacy Statement",
|
||||
"resource-type-sql-edge-display-name": "Azure SQL DB Edge",
|
||||
"resource-type-sql-edge-description": "Deploy Azure SQL DB Edge (Preview)",
|
||||
"resource-type-sql-edge-display-name": "Azure SQL Edge",
|
||||
"resource-type-sql-edge-description": "Azure SQL Edge (Preview) is an optimized relational database engine geared for IoT and IoT Edge deployments.",
|
||||
"sql-edge-type-display-name": "Deployment target",
|
||||
"sql-edge-local-display-name": "Local",
|
||||
"sql-edge-remote-display-name": "Remote",
|
||||
"sql-edge-local-title": "Deploy Azure SQL DB Edge locally",
|
||||
"sql-edge-local-display-name": "Local container instance",
|
||||
"sql-edge-remote-display-name": "Remote container instance",
|
||||
"sql-edge-local-title": "Deploy Azure SQL Edge container instance on local machine",
|
||||
"docker-settings-section-title": "Docker settings",
|
||||
"docker-registry-field": "Registry",
|
||||
"docker-repository-field": "Repository",
|
||||
@@ -19,21 +19,21 @@
|
||||
"docker-username-field": "Username",
|
||||
"docker-password-field": "Password",
|
||||
"edge-agreement": "I accept {0} and {1}.",
|
||||
"edge-eula": "Microsoft SQL Server License Agreement",
|
||||
"sql-edge-remote-title": "Deploy Azure SQL DB Edge on a remote machine",
|
||||
"edge-eula": "Microsoft Azure SQL Edge License Agreement",
|
||||
"sql-edge-remote-title": "Deploy Azure SQL Edge container instance on remote machine",
|
||||
"remote-info-section-title": "Target machine information",
|
||||
"edge-remote-target-field": "Name or IP address",
|
||||
"edge-remote-username-field": "Username",
|
||||
"edge-remote-password-field": "Password",
|
||||
"sql-edge-azure-display-name": "An Azure VM via Azure IoT Hub",
|
||||
"sql-edge-azure-title": "Deploy Azure SQL DB Edge to an Azure VM via IoT hub",
|
||||
"sql-edge-azure-display-name": "Azure VM via Azure IoT Hub",
|
||||
"sql-edge-azure-title": "Deploy Azure SQL Edge to an Azure VM via IoT hub",
|
||||
"azure_subscription_id": "Subscription id",
|
||||
"azure_resource_group": "Resource group",
|
||||
"azure_location": "Location",
|
||||
"vm_admin": "VM admin username",
|
||||
"vm_password": "VM admin password",
|
||||
"vm_password_confirm": "Confirm VM admin password",
|
||||
"iot_device_id": "VM name (device id)",
|
||||
"iot_device_id": "VM name",
|
||||
"dacpac_path": "Dacpac zip file",
|
||||
"azure-info-section-title": "Azure information",
|
||||
"sqlserver-info-section-title": "SQL Server information",
|
||||
|
||||
Reference in New Issue
Block a user