Skip to content

Commit 3853bf5

Browse files
authored
LEGO: Merge pull request 39318
LEGO: Merge pull request 39318
2 parents 03f0fc4 + 5f04915 commit 3853bf5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

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

+15
Original file line numberDiff line numberDiff line change
@@ -4446,6 +4446,9 @@
44464446
<Item ItemId=";Element_at_index_0_is_variadic_in_one_type_but_not_in_the_other_2622" ItemType="0" PsrId="306" Leaf="true">
44474447
<Str Cat="Text">
44484448
<Val><![CDATA[Element at index {0} is variadic in one type but not in the other.]]></Val>
4449+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4450+
<Val><![CDATA[位於索引 {0} 的元素在一個類型中是可變參數,但在另一個類型中不是。]]></Val>
4451+
</Tgt>
44494452
</Str>
44504453
<Disp Icon="Str" />
44514454
</Item>
@@ -9615,12 +9618,18 @@
96159618
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
96169619
<Str Cat="Text">
96179620
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9621+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9622+
<Val><![CDATA[來源具有 {0} 個元素,但目標只允許 {1} 個。]]></Val>
9623+
</Tgt>
96189624
</Str>
96199625
<Disp Icon="Str" />
96209626
</Item>
96219627
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
96229628
<Str Cat="Text">
96239629
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9630+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9631+
<Val><![CDATA[來源有 {0} 個元素,但目標需要 {1} 個。]]></Val>
9632+
</Tgt>
96249633
</Str>
96259634
<Disp Icon="Str" />
96269635
</Item>
@@ -10044,12 +10053,18 @@
1004410053
<Item ItemId=";Target_allows_only_0_element_s_but_source_may_have_more_2621" ItemType="0" PsrId="306" Leaf="true">
1004510054
<Str Cat="Text">
1004610055
<Val><![CDATA[Target allows only {0} element(s) but source may have more.]]></Val>
10056+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10057+
<Val><![CDATA[目標只允許 {0} 個元素,但來源的元素可能較多。]]></Val>
10058+
</Tgt>
1004710059
</Str>
1004810060
<Disp Icon="Str" />
1004910061
</Item>
1005010062
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
1005110063
<Str Cat="Text">
1005210064
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10065+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10066+
<Val><![CDATA[目標需要 {0} 個元素,但來源的元素可能較少。]]></Val>
10067+
</Tgt>
1005310068
</Str>
1005410069
<Disp Icon="Str" />
1005510070
</Item>

0 commit comments

Comments
 (0)