LEGO: Merge pull request 38280

LEGO: Merge pull request 38280
This commit is contained in:
csigs 2020-04-30 15:11:27 -07:00 committed by GitHub
commit b57dd52afa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

View file

@ -3646,7 +3646,7 @@
<Str Cat="Text">
<Val><![CDATA[Declaration augments declaration in another file. This cannot be serialized.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[宣告會增強另一個檔案中的宣告。無法將此情況序列化。]]></Val>
<Val><![CDATA[宣告會讓另一個檔案中的宣告增加。這無法序列化。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -7462,7 +7462,7 @@
<Str Cat="Text">
<Val><![CDATA[Parameter '{0}' cannot reference identifier '{1}' declared after it.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[參數 '{0}' 不得參考在其本身之後宣告的識別碼 '{1}'。]]></Val>
<Val><![CDATA[參數 '{0}' 不得參考在其之後宣告的識別碼 '{1}'。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -7471,7 +7471,7 @@
<Str Cat="Text">
<Val><![CDATA[Parameter '{0}' cannot reference itself.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[參數 '{0}' 不得參考自己本身。]]></Val>
<Val><![CDATA[參數 '{0}' 不得參考自身。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -10210,7 +10210,7 @@
<Str Cat="Text">
<Val><![CDATA[The operand of a 'delete' operator must be optional.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['delete' 運算子的運算元必須具有選擇性。]]></Val>
<Val><![CDATA['delete' 運算子的運算元必須是非必須。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@ -10567,7 +10567,7 @@
<Str Cat="Text">
<Val><![CDATA[This is the declaration being augmented. Consider moving the augmenting declaration into the same file.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[此為正在增強中的宣告。請考慮將正在增強的宣告移至相同檔案中。]]></Val>
<Val><![CDATA[此宣告正在增加中。請考慮將正在增加的宣告移至相同的檔案中。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />

View file

@ -3638,6 +3638,9 @@
<Item ItemId=";Declaration_augments_declaration_in_another_file_This_cannot_be_serialized_6232" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Declaration augments declaration in another file. This cannot be serialized.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Bildirim başka bir dosyadaki bildirimi genişlettiğinden serileştirilemez.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@ -7451,12 +7454,18 @@
<Item ItemId=";Parameter_0_cannot_reference_identifier_1_declared_after_it_2373" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Parameter '{0}' cannot reference identifier '{1}' declared after it.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' parametresi, kendisinden sonra bildirilen '{1}' tanımlayıcısına başvuramaz.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Parameter_0_cannot_reference_itself_2372" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Parameter '{0}' cannot reference itself.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' parametresi kendisine başvuramaz.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@ -10550,6 +10559,9 @@
<Item ItemId=";This_is_the_declaration_being_augmented_Consider_moving_the_augmenting_declaration_into_the_same_fil_6233" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[This is the declaration being augmented. Consider moving the augmenting declaration into the same file.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Bu, genişletilmekte olan bildirimdir. Genişleten bildirimi aynı dosyaya taşımayı düşünün.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>