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

@@ -5,5 +5,7 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"profiler.settings.viewTemplates": "指定视图模板",
"profiler.settings.sessionTemplates": "指定会话模板"
}

View File

@@ -6,6 +6,21 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profilerAction.connect": "连接",
"profilerAction.disconnect": "断开连接",
"start": "启动",
"create": "新建会话",
"profilerAction.pauseCapture": "暂停",
"profilerAction.resumeCapture": "恢复",
"profilerStop.stop": "停止",
"profiler.clear": "清除数据",
"profiler.findPrevious": "查找上一个字符串"
"profilerAction.autoscrollOn": "自动滚动:开",
"profilerAction.autoscrollOff": "自动滚动: 关",
"profiler.toggleCollapsePanel": "切换折叠面板",
"profiler.editColumns": "编辑列",
"profiler.findNext": "查找下一个字符串",
"profiler.findPrevious": "查找上一个字符串",
"profilerAction.newProfiler": "启动分析器",
"profiler.filter": "筛选器...",
"profiler.clearFilter": "清除筛选器"
}

View File

@@ -5,5 +5,10 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"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

@@ -5,5 +5,13 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"label.find": "查找",
"placeholder.find": "查找",
"label.previousMatchButton": "上一个匹配项",
"label.nextMatchButton": "下一个匹配项",
"label.closeButton": "关闭",
"title.matchesCountLimit": "你的搜索返回了大量结果,将仅突出显示前 999 个匹配项。",
"label.matchesLocation": "{0}/{1}",
"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,5 +6,12 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"profilerEditor.value": "值"
"profiler.viewSelectAccessibleName": "选择视图",
"profiler.sessionSelectAccessibleName": "选择会话",
"profiler.sessionSelectLabel": "选择会话:",
"profiler.viewSelectLabel": "选择视图:",
"text": "文本",
"label": "标签",
"profilerEditor.value": "值",
"details": "详细信息"
}

View File

@@ -5,5 +5,14 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"profilerInput.profiler": "分析器",
"profilerInput.notConnected": "未连接",
"profiler.sessionStopped": "XEvent 分析器会话在服务器 {0} 上意外停止。",
"profiler.sessionCreationError": "启动新会话时出错",
"profiler.eventsLost": "{0} 的 XEvent 分析会话缺失事件。",
"confirmStopProfilerSession": "是否要停止正在运行的 xevent 会话?",
"profilerClosingActions.yes": "是",
"profilerClosingActions.no": "否",
"profilerClosingActions.cancel": "取消"
}

View File

@@ -5,5 +5,6 @@
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
]
],
"profilerTextEditorAriaLabel": "用于事件文本的分析器编辑器。只读"
}