blob: e798c0f5f8532f206fad424b9dfc2c77da139dd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="d:\program files (x86)\microsoft visual studio\2017\community\team tools\static analysis tools\fxcop\Xml\CodeAnalysisReport.xsl"?>
<FxCopReport Version="15.0">
<Localized>
<String Key="Category">类别</String>
<String Key="Certainty">确定性</String>
<String Key="CollapseAll">全部折叠</String>
<String Key="CheckId">检查 ID</String>
<String Key="Error">错误</String>
<String Key="Errors">错误</String>
<String Key="ExpandAll">全部展开</String>
<String Key="Help">帮助</String>
<String Key="Line">行</String>
<String Key="Messages">消息</String>
<String Key="LocationNotStoredInPdb">[位置未存储在 Pdb 中]</String>
<String Key="Project">项目</String>
<String Key="Resolution">解析</String>
<String Key="Rule">规则</String>
<String Key="RuleFile">规则文件</String>
<String Key="RuleDescription">规则说明</String>
<String Key="Source">源</String>
<String Key="Status">状态</String>
<String Key="Target">目标</String>
<String Key="Warning">警告</String>
<String Key="Warnings">警告</String>
<String Key="ReportTitle">代码分析报告</String>
</Localized>
</FxCopReport>
|