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

@@ -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": "取消"
}