Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"previewFeatures.configTitle": "预览功能",
"previewFeatures.configEnable": "启用未发布的预览功能",
"showConnectDialogOnStartup": "在启动时显示连接对话框"
}

View File

@@ -5,5 +5,20 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"newQueryAction.newQuery": "新建查询",
"scriptSelect": "选择前 1000 项",
"scriptExecute": "生成 Execute 脚本",
"scriptAlter": "生成 Alter 脚本",
"editData": "编辑数据",
"scriptCreate": "生成 Create 脚本",
"scriptDelete": "生成 Drop 脚本",
"backupAction.backup": "备份",
"backup.isPreviewFeature": "必须启用预览功能才能使用备份",
"restoreAction.restore": "还原",
"restore.isPreviewFeature": "必须启用预览功能才能使用还原",
"manage": "管理",
"showDetails": "显示详细信息",
"newDatabase": "新建数据库",
"configureDashboard": "了解如何配置仪表板"
}

View File

@@ -7,5 +7,12 @@
"Do not edit this file. It is machine generated."
],
"selectOperationName": "选择",
"createOperationName": "创建"
"createOperationName": "创建",
"insertOperationName": "插入",
"updateOperationName": "更新",
"deleteOperationName": "删除",
"scriptSelectNotFound": "在对象上调用 select 脚本时未返回脚本",
"scriptNotFoundForObject": "在对象 {1} 上运行脚本 {0} 时未返回任何脚本",
"scriptingFailed": "脚本编写失败",
"scriptNotFound": "脚本编写为 {0} 时未返回任何脚本"
}