File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed
src/loc/lcl/chs/diagnosticMessages Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change 6927
6927
</Str>
6928
6928
<Disp Icon="Str" />
6929
6929
</Item>
6930
- <Item ItemId=";Module_0_has_no_exported_member_1_Did_you_mean_2_2724" ItemType="0" PsrId="306" Leaf="true">
6931
- <Str Cat="Text">
6932
- <Val><![CDATA[Module '{0}' has no exported member '{1}'. Did you mean '{2}'?]]></Val>
6933
- <Tgt Cat="Text" Stat="Loc" Orig="New">
6934
- <Val><![CDATA[模块“{0}”没有导出的成员“{1}”。你是否指的是“{2}”?]]></Val>
6935
- </Tgt>
6936
- </Str>
6937
- <Disp Icon="Str" />
6938
- </Item>
6939
6930
<Item ItemId=";Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead_2614" ItemType="0" PsrId="306" Leaf="true">
6940
6931
<Str Cat="Text">
6941
6932
<Val><![CDATA[Module '{0}' has no exported member '{1}'. Did you mean to use 'import {1} from {0}' instead?]]></Val>
12564
12555
</Str>
12565
12556
<Disp Icon="Str" />
12566
12557
</Item>
12558
+ <Item ItemId=";_0_has_no_exported_member_named_1_Did_you_mean_2_2724" ItemType="0" PsrId="306" Leaf="true">
12559
+ <Str Cat="Text">
12560
+ <Val><![CDATA['{0}' has no exported member named '{1}'. Did you mean '{2}'?]]></Val>
12561
+ <Tgt Cat="Text" Stat="Loc" Orig="New">
12562
+ <Val><![CDATA[“{0}”没有导出的成员“{1}”。你是否指的是“{2}”?]]></Val>
12563
+ </Tgt>
12564
+ </Str>
12565
+ <Disp Icon="Str" />
12566
+ </Item>
12567
12567
<Item ItemId=";_0_implicitly_has_an_1_return_type_but_a_better_type_may_be_inferred_from_usage_7050" ItemType="0" PsrId="306" Leaf="true">
12568
12568
<Str Cat="Text">
12569
12569
<Val><![CDATA['{0}' implicitly has an '{1}' return type, but a better type may be inferred from usage.]]></Val>
12672
12672
</Str>
12673
12673
<Disp Icon="Str" />
12674
12674
</Item>
12675
+ <Item ItemId=";_0_is_not_allowed_as_a_variable_declaration_name_1389" ItemType="0" PsrId="306" Leaf="true">
12676
+ <Str Cat="Text">
12677
+ <Val><![CDATA['{0}' is not allowed as a variable declaration name.]]></Val>
12678
+ <Tgt Cat="Text" Stat="Loc" Orig="New">
12679
+ <Val><![CDATA[“{0}”不得用作变量声明名称。]]></Val>
12680
+ </Tgt>
12681
+ </Str>
12682
+ <Disp Icon="Str" />
12683
+ </Item>
12675
12684
<Item ItemId=";_0_is_referenced_directly_or_indirectly_in_its_own_base_expression_2506" ItemType="0" PsrId="306" Leaf="true">
12676
12685
<Str Cat="Text">
12677
12686
<Val><![CDATA['{0}' is referenced directly or indirectly in its own base expression.]]></Val>
You can’t perform that action at this time.
0 commit comments