mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 11:01:37 -05:00
Langpack Source update with fix for hashed strings (#24400)
* Initial update to german vscode * more cleanup for vscode git german. * added working alias replacer, need to add all string entities * added aliased bundle strings * added extension files, need to update package and readme * added update to changelog, and restored vscode extensions * added comments
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"resource-type-sql-edge-display-name": "Azure SQL Edge",
|
||||
"resource-type-sql-edge-description": "Azure SQL Edge (预览)是一个适合 IoT 和 IoT Edge 部署的优化关系数据库引擎。",
|
||||
"extension-displayName": "Azure SQL Edge 部署扩展",
|
||||
"docker-sql-port-field": "Azure SQL Edge 端口",
|
||||
"sqlserver-info-section-title": "Azure SQL Edge 信息",
|
||||
"docker-sql-password-field": "Azure SQL Edge 实例(sa)密码",
|
||||
"azure-info-section-title": "Azure 信息",
|
||||
"vm_password_confirm": "确认虚拟机管理员密码",
|
||||
"docker-confirm-sql-password-field": "确认密码",
|
||||
"docker-container-name-field": "容器名称",
|
||||
"sql-edge-local-title": "在本地计算机上部署 Azure SQL Edge 容器实例",
|
||||
"sql-edge-remote-title": "在远程计算机上部署 Azure SQL Edge 容器实例",
|
||||
"sql-edge-azure-title": "通过 IoT 中心将 Azure SQL Edge 部署到新的 Azure VM",
|
||||
"sql-edge-azure-single-device-title": "将 Azure SQL Edge 部署到现有设备",
|
||||
"sql-edge-azure-multi-device-title": "将 Azure SQL Edge 部署到多个 Azure IoT 设备",
|
||||
"sql-edge-type-display-name": "部署目标",
|
||||
"device-id": "设备 ID",
|
||||
"device-ip-address": "设备 IP 地址",
|
||||
"docker-settings-section-title": "Docker 设置",
|
||||
"sql-edge-azure-single-device-display-name": "Azure IoT 中心的现有设备",
|
||||
"edge-agreement": "我接受 {0} 和 {1}。",
|
||||
"docker-imagetag-field": "图像标记",
|
||||
"iot-hub-name": "IoT 中心名称",
|
||||
"device-target-condition-learn-more": "详细了解目标状况。",
|
||||
"sql-edge-local-display-name": "本地容器实例",
|
||||
"azure_location": "位置",
|
||||
"edge-eula": "Microsoft Azure SQL Edge 许可协议",
|
||||
"microsoft-privacy-statement": "Microsoft 隐私声明",
|
||||
"sql-edge-azure-multi-device-display-name": "Azure IoT 中心的多个设备",
|
||||
"edge-remote-target-field": "名称或 IP 地址",
|
||||
"sql-edge-azure-display-name": "新建 Azure IoT 中心和虚拟机(密码身份验证)",
|
||||
"sql-edge-azure-sshkey-display-name": "新建 Azure IoT 中心和虚拟机(ssh 公钥身份验证)",
|
||||
"package_path": "包文件",
|
||||
"edge-remote-password-field": "密码",
|
||||
"docker-password-field": "密码",
|
||||
"package_path_description": "SQL Server 包文件的路径(dacpac、bacpac)或压缩包文件。",
|
||||
"extension-description": "提供部署 Microsoft SQL Server 的基于笔记本的体验",
|
||||
"docker-registry-field": "注册表",
|
||||
"sql-edge-remote-display-name": "远程容器实例",
|
||||
"docker-repository-field": "存储库",
|
||||
"azure_resource_group": "资源组",
|
||||
"package-files": "SQL Server 包文件",
|
||||
"vm_ssh_public_key": "SSH 公钥",
|
||||
"azure_subscription_id": "订阅 ID",
|
||||
"device-target-condition": "目标条件",
|
||||
"remote-info-section-title": "目标计算机信息",
|
||||
"edge-remote-username-field": "用户名",
|
||||
"docker-username-field": "用户名",
|
||||
"vm_password": "虚拟机管理员密码",
|
||||
"vm_admin": "虚拟机管理员用户名",
|
||||
"vm_password_validation_error_message": "VM 密码的长度必须为 12 到 123 个字符,且包含大写字符、小写字符、数字、特殊字符。",
|
||||
"device-ip-address-description": "将用于在部署后连接到 Azure SQL Edge 实例"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user