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,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"queryPlanTitle": "查询计划"
}

View File

@@ -0,0 +1,25 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"topOperations.operation": "操作",
"topOperations.object": "对象",
"topOperations.estCost": "预计消耗",
"topOperations.estSubtreeCost": "预计子树成本",
"topOperations.actualRows": "实际行数",
"topOperations.estRows": "预计行数",
"topOperations.actualExecutions": "实际执行",
"topOperations.estCPUCost": "预计 CPU 成本",
"topOperations.estIOCost": "预计 IO 成本",
"topOperations.parallel": "并行",
"topOperations.actualRebinds": "实际重新绑定",
"topOperations.estRebinds": "预计重新绑定",
"topOperations.actualRewinds": "实际后退",
"topOperations.estRewinds": "预计后退",
"topOperations.partitioned": "已分区",
"topOperationsTitle": "顶部操作"
}