Skip to content

Commit 9c77195

Browse files
authored
LEGO: Merge pull request 20014
LEGO: Merge pull request 20014
2 parents 7e8851e + 96dcf39 commit 9c77195

File tree

1 file changed

+39
-6
lines changed

1 file changed

+39
-6
lines changed

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

+39-6
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,9 @@
16141614
<Item ItemId=";Cannot_create_an_instance_of_an_abstract_class_2511" ItemType="0" PsrId="306" Leaf="true">
16151615
<Str Cat="Text">
16161616
<Val><![CDATA[Cannot create an instance of an abstract class.]]></Val>
1617+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1618+
<Val><![CDATA[无法创建抽象类的实例。]]></Val>
1619+
</Tgt>
16171620
</Str>
16181621
<Disp Icon="Str" />
16191622
</Item>
@@ -3181,7 +3184,7 @@
31813184
<Str Cat="Text">
31823185
<Val><![CDATA[Extract constant]]></Val>
31833186
<Tgt Cat="Text" Stat="Loc" Orig="New">
3184-
<Val><![CDATA[解压缩常数]]></Val>
3187+
<Val><![CDATA[提取常数]]></Val>
31853188
</Tgt>
31863189
</Str>
31873190
<Disp Icon="Str" />
@@ -3190,7 +3193,7 @@
31903193
<Str Cat="Text">
31913194
<Val><![CDATA[Extract function]]></Val>
31923195
<Tgt Cat="Text" Stat="Loc" Orig="New">
3193-
<Val><![CDATA[解压缩函数]]></Val>
3196+
<Val><![CDATA[提取函数]]></Val>
31943197
</Tgt>
31953198
</Str>
31963199
<Disp Icon="Str" />
@@ -3199,7 +3202,7 @@
31993202
<Str Cat="Text">
32003203
<Val><![CDATA[Extract symbol]]></Val>
32013204
<Tgt Cat="Text" Stat="Loc" Orig="New">
3202-
<Val><![CDATA[解压缩符号]]></Val>
3205+
<Val><![CDATA[提取符号]]></Val>
32033206
</Tgt>
32043207
</Str>
32053208
<Disp Icon="Str" />
@@ -3208,7 +3211,7 @@
32083211
<Str Cat="Text">
32093212
<Val><![CDATA[Extract to {0} in {1}]]></Val>
32103213
<Tgt Cat="Text" Stat="Loc" Orig="New">
3211-
<Val><![CDATA[解压缩到 {1} 中的 {0}]]></Val>
3214+
<Val><![CDATA[提取到 {1} 中的 {0}]]></Val>
32123215
</Tgt>
32133216
</Str>
32143217
<Disp Icon="Str" />
@@ -3217,7 +3220,7 @@
32173220
<Str Cat="Text">
32183221
<Val><![CDATA[Extract to {0} in {1} scope]]></Val>
32193222
<Tgt Cat="Text" Stat="Loc" Orig="New">
3220-
<Val><![CDATA[解压缩到 {1} 范围中的 {0}]]></Val>
3223+
<Val><![CDATA[提取到 {1} 范围中的 {0}]]></Val>
32213224
</Tgt>
32223225
</Str>
32233226
<Disp Icon="Str" />
@@ -3226,7 +3229,7 @@
32263229
<Str Cat="Text">
32273230
<Val><![CDATA[Extract to {0} in enclosing scope]]></Val>
32283231
<Tgt Cat="Text" Stat="Loc" Orig="New">
3229-
<Val><![CDATA[解压缩到封闭范围中的 {0}]]></Val>
3232+
<Val><![CDATA[提取到封闭范围中的 {0}]]></Val>
32303233
</Tgt>
32313234
</Str>
32323235
<Disp Icon="Str" />
@@ -5274,24 +5277,36 @@
52745277
<Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4036" ItemType="0" PsrId="306" Leaf="true">
52755278
<Str Cat="Text">
52765279
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5280+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5281+
<Val><![CDATA[导出类中的公共 setter“{0}”的参数类型具有或正在使用私有模块“{2}”中的名称“{1}”。]]></Val>
5282+
</Tgt>
52775283
</Str>
52785284
<Disp Icon="Str" />
52795285
</Item>
52805286
<Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1_4037" ItemType="0" PsrId="306" Leaf="true">
52815287
<Str Cat="Text">
52825288
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
5289+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5290+
<Val><![CDATA[导出类中的公共 setter“{0}”的参数类型具有或正在使用专用名称“{1}”。]]></Val>
5291+
</Tgt>
52835292
</Str>
52845293
<Disp Icon="Str" />
52855294
</Item>
52865295
<Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_mod_4034" ItemType="0" PsrId="306" Leaf="true">
52875296
<Str Cat="Text">
52885297
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5298+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5299+
<Val><![CDATA[导出类中的公共静态 setter“{0}”的参数类型具有或正在使用私有模块“{2}”中的名称“{1}”。]]></Val>
5300+
</Tgt>
52895301
</Str>
52905302
<Disp Icon="Str" />
52915303
</Item>
52925304
<Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1_4035" ItemType="0" PsrId="306" Leaf="true">
52935305
<Str Cat="Text">
52945306
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
5307+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5308+
<Val><![CDATA[导出类中的公共静态 setter“{0}”的参数类型具有或正在使用专用名称“{1}”。]]></Val>
5309+
</Tgt>
52955310
</Str>
52965311
<Disp Icon="Str" />
52975312
</Item>
@@ -6003,18 +6018,27 @@
60036018
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_4041" ItemType="0" PsrId="306" Leaf="true">
60046019
<Str Cat="Text">
60056020
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
6021+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6022+
<Val><![CDATA[导出类中的公共 getter“{0}”的返回类型具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。]]></Val>
6023+
</Tgt>
60066024
</Str>
60076025
<Disp Icon="Str" />
60086026
</Item>
60096027
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4042" ItemType="0" PsrId="306" Leaf="true">
60106028
<Str Cat="Text">
60116029
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
6030+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6031+
<Val><![CDATA[导出类中的公共 getter“{0}”的返回类型具有或正在使用私有模块“{2}”中的名称“{1}”。]]></Val>
6032+
</Tgt>
60126033
</Str>
60136034
<Disp Icon="Str" />
60146035
</Item>
60156036
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1_4043" ItemType="0" PsrId="306" Leaf="true">
60166037
<Str Cat="Text">
60176038
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
6039+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6040+
<Val><![CDATA[导出类中的公共 getter“{0}”的返回类型具有或正在使用专用名称“{1}”。]]></Val>
6041+
</Tgt>
60186042
</Str>
60196043
<Disp Icon="Str" />
60206044
</Item>
@@ -6048,18 +6072,27 @@
60486072
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_modul_4038" ItemType="0" PsrId="306" Leaf="true">
60496073
<Str Cat="Text">
60506074
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
6075+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6076+
<Val><![CDATA[导出类中的公共静态 getter“{0}”的返回类型具有或正在使用外部模块“{2}”中的名称“{1}”,但不能为其命名。]]></Val>
6077+
</Tgt>
60516078
</Str>
60526079
<Disp Icon="Str" />
60536080
</Item>
60546081
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_4039" ItemType="0" PsrId="306" Leaf="true">
60556082
<Str Cat="Text">
60566083
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
6084+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6085+
<Val><![CDATA[导出类中的公共静态 getter“{0}”的返回类型具有或正在使用私有模块“{2}”中的名称“{1}”。]]></Val>
6086+
</Tgt>
60576087
</Str>
60586088
<Disp Icon="Str" />
60596089
</Item>
60606090
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1_4040" ItemType="0" PsrId="306" Leaf="true">
60616091
<Str Cat="Text">
60626092
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
6093+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6094+
<Val><![CDATA[导出类中的公共静态 getter“{0}”的返回类型具有或正在使用专用名称“{1}”。]]></Val>
6095+
</Tgt>
60636096
</Str>
60646097
<Disp Icon="Str" />
60656098
</Item>

0 commit comments

Comments
 (0)