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

@@ -6,5 +6,6 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profiler.settings.viewTemplates": "指定檢視範本",
"profiler.settings.sessionTemplates": "指定工作階段範本"
}

View File

@@ -6,12 +6,21 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profiler.connect": "連接",
"profilerAction.disconnect": "已中斷連線",
"profilerAction.connect": "連接",
"pause": "暫停",
"profilerAction.disconnect": "中斷連線",
"start": "開始",
"create": "新增工作階段",
"profilerAction.pauseCapture": "暫停",
"profilerAction.resumeCapture": "繼續",
"profilerStop.stop": "停止",
"profiler.clear": "清除資料",
"profilerAction.autoscrollOn": "自動捲動: 開啟",
"profilerAction.autoscrollOff": "自動捲動: 關閉",
"profiler.toggleCollapsePanel": "切換折疊面板",
"profiler.editColumns": "編輯欄位",
"profiler.findNext": "尋找下一個字串"
"profiler.findNext": "尋找下一個字串",
"profiler.findPrevious": "尋找前一個字串",
"profilerAction.newProfiler": "啟動分析工具",
"profiler.filter": "篩選...",
"profiler.clearFilter": "清除篩選"
}

View File

@@ -7,5 +7,8 @@
"Do not edit this file. It is machine generated."
],
"eventSort": "按事件排序",
"nameColumn": "依資料行排序",
"profilerColumnDialog.profiler": "分析器",
"profilerColumnDialog.ok": "確定",
"profilerColumnDialog.cancel": "取消"
}

View File

@@ -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": "不以下列項目開始"
}

View File

@@ -7,5 +7,11 @@
"Do not edit this file. It is machine generated."
],
"label.find": "尋找",
"label.previousMatchButton": "上一個符合項目"
"placeholder.find": "尋找",
"label.previousMatchButton": "上一個符合項目",
"label.nextMatchButton": "下一個符合項目",
"label.closeButton": "關閉",
"title.matchesCountLimit": "您的搜尋傳回了大量結果,只會將前 999 個相符項目醒目提示。",
"label.matchesLocation": "{1} 的 {0}",
"label.noResults": "查無結果"
}

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"ProfilerTableEditor.eventCountFiltered": "事件 (已篩選): {0}/{1}",
"ProfilerTableEditor.eventCount": "事件: {0}"
}

View File

@@ -6,6 +6,12 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profiler.viewSelectAccessibleName": "選取檢視",
"profiler.sessionSelectAccessibleName": "選取工作階段",
"profiler.sessionSelectLabel": "選取工作階段:",
"profiler.viewSelectLabel": "選取檢視:",
"text": "文字",
"label": "標籤",
"profilerEditor.value": "值"
"profilerEditor.value": "值",
"details": "詳細資料"
}

View File

@@ -6,5 +6,13 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profilerInput.profiler": "分析器"
"profilerInput.profiler": "分析器",
"profilerInput.notConnected": "未連線",
"profiler.sessionStopped": "伺服器 {0} 上的 XEvent 分析工具工作階段意外停止。",
"profiler.sessionCreationError": "啟動新的工作階段時發生錯誤",
"profiler.eventsLost": "{0} 的 XEvent 分析工具工作階段遺失事件。",
"confirmStopProfilerSession": "要停止正在執行的 XEvent 工作階段嗎?",
"profilerClosingActions.yes": "是",
"profilerClosingActions.no": "否",
"profilerClosingActions.cancel": "取消"
}