LEGO: Merge pull request 39309

LEGO: Merge pull request 39309
This commit is contained in:
csigs 2020-06-28 09:11:39 -07:00 committed by GitHub
commit 03f0fc4cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4446,6 +4446,9 @@
<Item ItemId=";Element_at_index_0_is_variadic_in_one_type_but_not_in_the_other_2622" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Element at index {0} is variadic in one type but not in the other.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[索引 {0} 处的元素在其中一个类型中是可变元素,在另一个类型中却不是。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@ -9615,12 +9618,18 @@
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[源具有 {0} 个元素,但目标仅允许 {1} 个。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[源具有 {0} 个元素,但目标需要 {1} 个。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@ -10044,12 +10053,18 @@
<Item ItemId=";Target_allows_only_0_element_s_but_source_may_have_more_2621" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Target allows only {0} element(s) but source may have more.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[目标仅允许 {0} 个元素,但源中的元素可能更多。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[目标仅允许 {0} 个元素,但源中的元素可能不够。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>