mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 19:41:37 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
10
i18n/chs/src/sql/parts/queryPlan/queryPlan.i18n.json
Normal file
10
i18n/chs/src/sql/parts/queryPlan/queryPlan.i18n.json
Normal 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": "查询计划"
|
||||
}
|
||||
25
i18n/chs/src/sql/parts/queryPlan/topOperations.i18n.json
Normal file
25
i18n/chs/src/sql/parts/queryPlan/topOperations.i18n.json
Normal 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": "顶部操作"
|
||||
}
|
||||
Reference in New Issue
Block a user