mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
10
i18n/cht/src/sql/parts/queryPlan/queryPlan.i18n.json
Normal file
10
i18n/cht/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/cht/src/sql/parts/queryPlan/topOperations.i18n.json
Normal file
25
i18n/cht/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