mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
* 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
82 lines
4.8 KiB
JSON
82 lines
4.8 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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": {
|
|
"dist/azuremonitorServer": {
|
|
"downloadingServiceSizeChannelMsg": "({0} KB)",
|
|
"downloadServiceDoneChannelMsg": "已下载 {0}",
|
|
"downloadingServiceStatusMsg": "正在下载 {0}",
|
|
"downloadingServiceChannelMsg": "正在下载 {0}",
|
|
"failedToStartServiceErrorMsg": "未能启动 {0}",
|
|
"installedServiceChannelMsg": "安装于 {0}",
|
|
"installingServiceStatusMsg": "正在安装 {0}",
|
|
"installingServiceChannelMsg": "正在将 {0} 安装到 {1}",
|
|
"startingServiceStatusMsg": "正在启动 {0}",
|
|
"serviceStartedStatusMsg": "{0} 已启动"
|
|
},
|
|
"dist/features/accountFeature": {
|
|
"kusto.accountDoesNotExist": "帐户不存在。",
|
|
"kusto.missingLinkedAzureAccount": "Azure Data Studio 需要连接 Azure Key Vault 才能访问 Always Encrypted 的列主密钥,但没有可用的链接 Azure 帐户。请添加链接的 Azure 帐户,然后重试查询。",
|
|
"kusto.insufficientlyPrivelagedAzureAccount": "为 {0} 配置的 Azure 帐户没有足够的权限让 Azure Key Vault 访问 Always Encrypted 的列主密钥。"
|
|
},
|
|
"dist/main": {
|
|
"notebookFileType": "笔记本",
|
|
"unsupportedFileType": "仅支持 .ipynb 笔记本",
|
|
"azuremonitor.unsupportedPlatform": "平台不受支持"
|
|
},
|
|
"dist/objectExplorerNodeProvider/command": {
|
|
"progress": "$(sync~spin) {0}...",
|
|
"cancelTooltip": "取消",
|
|
"cancel": "是否取消操作?",
|
|
"azureMonitor.searchServers": "搜索服务器名称"
|
|
},
|
|
"dist/objectExplorerNodeProvider/objectExplorerNodeProvider": {
|
|
"notifyError": "通知节点更改时出错: {0}",
|
|
"rootLabel": "根",
|
|
"sessionNotFound": "节点 {0} 的会话不存在"
|
|
},
|
|
"dist/telemetry": {
|
|
"viewKnownIssuesText": "查看已知问题",
|
|
"serviceCrashMessage": "{0} 个组件意外退出。请重启 Azure Data Studio。"
|
|
},
|
|
"package": {
|
|
"azuremonitor.connectionProperties.dbaPrivilege.label": "管理权限",
|
|
"azuremonitor.connectionProperties.dbaPrivilege.description": "管理权限: SYSDBA 或 SYSOPER",
|
|
"azuremonitor.connectionProperties.authType.displayName": "身份验证类型",
|
|
"azuremonitor.connectionProperties.authType.categoryValues.azureMFA": "Azure Active Directory - 支持 MFA 的通用目录",
|
|
"azuremonitor.displayName": "Azure Monitor 日志",
|
|
"azuremonitor.description": "Azure Monitor Azure Data Studio 的访问权限",
|
|
"azuremonitor.connectionProperties.connectionName.description": "连接的自定义名称",
|
|
"azuremonitor.connectionOptions.databaseName.displayName": "数据库",
|
|
"azuremonitor.connectionProperties.password.description": "指示连接到数据源时使用的密码",
|
|
"azuremonitor.connectionProperties.userName.description": "指示连接到数据源时使用的用户 ID",
|
|
"azuremonitor.connectionProperties.serverName.description": "Log Analytics 工作区 ID",
|
|
"azuremonitor.connectionProperties.metadataPooling.label": "元数据池",
|
|
"azuremonitor.objectsListProperties.name": "名称",
|
|
"azuremonitor.databasesListProperties.name": "名称",
|
|
"azuremonitor.connectionProperties.connectionName.displayName": "名称(可选)",
|
|
"azuremonitor.connectionProperties.password.displayName": "密码",
|
|
"azuremonitor.connectionProperties.proxyUserPassword.description": "代理用户的密码。",
|
|
"azuremonitor.connectionProperties.proxyUserPassword.label": "代理密码",
|
|
"azuremonitor.connectionProperties.proxyUserId.label": "代理用户 ID",
|
|
"azuremonitor.connectionProperties.groupName.security": "安全性",
|
|
"azuremonitor.databasesListProperties.size": "大小(MB)",
|
|
"azuremonitor.connectionProperties.groupName.source": "源",
|
|
"azuremonitor.connectionProperties.authType.description": "指定使用 Azure Monitor 进行身份验证的方法",
|
|
"azuremonitor.connectionOptions.databaseName.description": "数据源中的初始目录或数据库的名称。",
|
|
"azuremonitor.connectionProperties.metadataPooling.description": "此属性指示是否缓存执行查询的元数据信息以提高性能。",
|
|
"azuremonitor.objectsListProperties.metadataTypeName": "类型",
|
|
"azuremonitor.connectionProperties.userName.displayName": "用户名",
|
|
"azuremonitor.connectionProperties.proxyUserId.description": "代理用户的用户名。",
|
|
"azuremonitor.connectionProperties.serverName.displayName": "工作区 ID",
|
|
"azuremonitor.cloud.workspaceProperties.id": "工作区 ID",
|
|
"azuremonitor.cloud.workspaceProperties.name": "工作区名称"
|
|
}
|
|
}
|
|
} |