mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 23:30:30 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -7,5 +7,8 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"eventSort": "按事件排序",
|
||||
"nameColumn": "依資料行排序",
|
||||
"profilerColumnDialog.profiler": "分析器",
|
||||
"profilerColumnDialog.ok": "確定",
|
||||
"profilerColumnDialog.cancel": "取消"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"profilerFilterDialog.clear": "全部清除",
|
||||
"profilerFilterDialog.apply": "套用",
|
||||
"profilerFilterDialog.ok": "確定",
|
||||
"profilerFilterDialog.cancel": "取消",
|
||||
"profilerFilterDialog.title": "篩選",
|
||||
"profilerFilterDialog.remove": "移除",
|
||||
"profilerFilterDialog.add": "加入",
|
||||
"profilerFilterDialog.addClauseText": "按一下這裡即可新增子句",
|
||||
"profilerFilterDialog.fieldColumn": "欄位",
|
||||
"profilerFilterDialog.operatorColumn": "運算子",
|
||||
"profilerFilterDialog.valueColumn": "值",
|
||||
"profilerFilterDialog.isNullOperator": "為 Null",
|
||||
"profilerFilterDialog.isNotNullOperator": "非 Null",
|
||||
"profilerFilterDialog.containsOperator": "包含",
|
||||
"profilerFilterDialog.notContainsOperator": "不包含",
|
||||
"profilerFilterDialog.startsWithOperator": "開始於",
|
||||
"profilerFilterDialog.notStartsWithOperator": "不以下列項目開始"
|
||||
}
|
||||
Reference in New Issue
Block a user