Skip to content

Commit d39d21e

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 6aa0afb commit d39d21e

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -4374,6 +4374,15 @@
43744374
</Str>
43754375
<Disp Icon="Str" />
43764376
</Item>
4377+
<Item ItemId=";JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_h_8029" ItemType="0" PsrId="306" Leaf="true">
4378+
<Str Cat="Text">
4379+
<Val><![CDATA[JSDoc '@param' tag has name '{0}', but there is no parameter with that name. It would match 'arguments' if it had an array type.]]></Val>
4380+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4381+
<Val><![CDATA[JSDoc "@param" 标记的名称为“{0}”,但该名称没有参数。如果它为数组类型,将匹配 "arguments"。]]></Val>
4382+
</Tgt>
4383+
</Str>
4384+
<Disp Icon="Str" />
4385+
</Item>
43774386
<Item ItemId=";JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags_8021" ItemType="0" PsrId="306" Leaf="true">
43784387
<Str Cat="Text">
43794388
<Val><![CDATA[JSDoc '@typedef' tag should either have a type annotation or be followed by '@property' or '@member' tags.]]></Val>

src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -4374,6 +4374,15 @@
43744374
</Str>
43754375
<Disp Icon="Str" />
43764376
</Item>
4377+
<Item ItemId=";JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_h_8029" ItemType="0" PsrId="306" Leaf="true">
4378+
<Str Cat="Text">
4379+
<Val><![CDATA[JSDoc '@param' tag has name '{0}', but there is no parameter with that name. It would match 'arguments' if it had an array type.]]></Val>
4380+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4381+
<Val><![CDATA[JSDoc '@param' 標籤的名稱為 '{0}',但沒有任何參數使用該名稱。如有陣列類型,則會與 'arguments' 相符。]]></Val>
4382+
</Tgt>
4383+
</Str>
4384+
<Disp Icon="Str" />
4385+
</Item>
43774386
<Item ItemId=";JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags_8021" ItemType="0" PsrId="306" Leaf="true">
43784387
<Str Cat="Text">
43794388
<Val><![CDATA[JSDoc '@typedef' tag should either have a type annotation or be followed by '@property' or '@member' tags.]]></Val>

src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -4371,6 +4371,15 @@
43714371
</Str>
43724372
<Disp Icon="Str" />
43734373
</Item>
4374+
<Item ItemId=";JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_h_8029" ItemType="0" PsrId="306" Leaf="true">
4375+
<Str Cat="Text">
4376+
<Val><![CDATA[JSDoc '@param' tag has name '{0}', but there is no parameter with that name. It would match 'arguments' if it had an array type.]]></Val>
4377+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4378+
<Val><![CDATA[Das JSDoc-Tag "@param" weist den Namen "{0}" auf, es ist jedoch kein Parameter dieses Namens vorhanden. Es läge eine Übereinstimmung mit "arguments" vor, wenn ein Arraytyp vorläge.]]></Val>
4379+
</Tgt>
4380+
</Str>
4381+
<Disp Icon="Str" />
4382+
</Item>
43744383
<Item ItemId=";JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags_8021" ItemType="0" PsrId="306" Leaf="true">
43754384
<Str Cat="Text">
43764385
<Val><![CDATA[JSDoc '@typedef' tag should either have a type annotation or be followed by '@property' or '@member' tags.]]></Val>

src/loc/lcl/kor/diagnosticMessages/diagnosticMessages.generated.json.lcl

+9
Original file line numberDiff line numberDiff line change
@@ -4374,6 +4374,15 @@
43744374
</Str>
43754375
<Disp Icon="Str" />
43764376
</Item>
4377+
<Item ItemId=";JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_h_8029" ItemType="0" PsrId="306" Leaf="true">
4378+
<Str Cat="Text">
4379+
<Val><![CDATA[JSDoc '@param' tag has name '{0}', but there is no parameter with that name. It would match 'arguments' if it had an array type.]]></Val>
4380+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4381+
<Val><![CDATA[JSDoc '@param' 태그에 '{0}' 이름이 있지만, 해당 이름의 매개 변수가 없습니다. 배열 형식이 있는 경우 '인수'를 일치시킵니다.]]></Val>
4382+
</Tgt>
4383+
</Str>
4384+
<Disp Icon="Str" />
4385+
</Item>
43774386
<Item ItemId=";JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags_8021" ItemType="0" PsrId="306" Leaf="true">
43784387
<Str Cat="Text">
43794388
<Val><![CDATA[JSDoc '@typedef' tag should either have a type annotation or be followed by '@property' or '@member' tags.]]></Val>

0 commit comments

Comments
 (0)