Skip to content

Commit c25e7d5

Browse files
authored
LEGO: Merge pull request 24411
LEGO: Merge pull request 24411
2 parents 9bb60c8 + 5e848f6 commit c25e7d5

File tree

5 files changed

+230
-2
lines changed

5 files changed

+230
-2
lines changed

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,15 @@
10081008
</Str>
10091009
<Disp Icon="Str" />
10101010
</Item>
1011+
<Item ItemId=";Add_missing_typeof_95052" ItemType="0" PsrId="306" Leaf="true">
1012+
<Str Cat="Text">
1013+
<Val><![CDATA[Add missing 'typeof']]></Val>
1014+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1015+
<Val><![CDATA[添加缺少的 "typeof"]]></Val>
1016+
</Tgt>
1017+
</Str>
1018+
<Disp Icon="Str" />
1019+
</Item>
10111020
<Item ItemId=";Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037" ItemType="0" PsrId="306" Leaf="true">
10121021
<Str Cat="Text">
10131022
<Val><![CDATA[Add qualifier to all unresolved variables matching a member name]]></Val>
@@ -1125,6 +1134,15 @@
11251134
</Str>
11261135
<Disp Icon="Str" />
11271136
</Item>
1137+
<Item ItemId=";All_variables_are_unused_6199" ItemType="0" PsrId="306" Leaf="true">
1138+
<Str Cat="Text">
1139+
<Val><![CDATA[All variables are unused.]]></Val>
1140+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1141+
<Val><![CDATA[所有变量均未使用。]]></Val>
1142+
</Tgt>
1143+
</Str>
1144+
<Disp Icon="Str" />
1145+
</Item>
11281146
<Item ItemId=";Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011" ItemType="0" PsrId="306" Leaf="true">
11291147
<Str Cat="Text">
11301148
<Val><![CDATA[Allow default imports from modules with no default export. This does not affect code emit, just typechecking.]]></Val>
@@ -2538,6 +2556,12 @@
25382556
</Str>
25392557
<Disp Icon="Str" />
25402558
</Item>
2559+
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
2560+
<Str Cat="Text">
2561+
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2562+
</Str>
2563+
<Disp Icon="Str" />
2564+
</Item>
25412565
<Item ItemId=";Convert_all_constructor_functions_to_classes_95045" ItemType="0" PsrId="306" Leaf="true">
25422566
<Str Cat="Text">
25432567
<Val><![CDATA[Convert all constructor functions to classes]]></Val>
@@ -6564,6 +6588,15 @@
65646588
</Str>
65656589
<Disp Icon="Str" />
65666590
</Item>
6591+
<Item ItemId=";Remove_all_unused_labels_95054" ItemType="0" PsrId="306" Leaf="true">
6592+
<Str Cat="Text">
6593+
<Val><![CDATA[Remove all unused labels]]></Val>
6594+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6595+
<Val><![CDATA[删除所有未使用的标签]]></Val>
6596+
</Tgt>
6597+
</Str>
6598+
<Disp Icon="Str" />
6599+
</Item>
65676600
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
65686601
<Str Cat="Text">
65696602
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -6603,6 +6636,24 @@
66036636
</Str>
66046637
<Disp Icon="Str" />
66056638
</Item>
6639+
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
6640+
<Str Cat="Text">
6641+
<Val><![CDATA[Remove unused label]]></Val>
6642+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6643+
<Val><![CDATA[删除未使用的标签]]></Val>
6644+
</Tgt>
6645+
</Str>
6646+
<Disp Icon="Str" />
6647+
</Item>
6648+
<Item ItemId=";Remove_variable_statement_90010" ItemType="0" PsrId="306" Leaf="true">
6649+
<Str Cat="Text">
6650+
<Val><![CDATA[Remove variable statement]]></Val>
6651+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6652+
<Val><![CDATA[删除变量语句]]></Val>
6653+
</Tgt>
6654+
</Str>
6655+
<Disp Icon="Str" />
6656+
</Item>
66066657
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
66076658
<Str Cat="Text">
66086659
<Val><![CDATA[Replace import with '{0}'.]]></Val>

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,15 @@
10171017
</Str>
10181018
<Disp Icon="Str" />
10191019
</Item>
1020+
<Item ItemId=";Add_missing_typeof_95052" ItemType="0" PsrId="306" Leaf="true">
1021+
<Str Cat="Text">
1022+
<Val><![CDATA[Add missing 'typeof']]></Val>
1023+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1024+
<Val><![CDATA[Přidat chybějící typeof]]></Val>
1025+
</Tgt>
1026+
</Str>
1027+
<Disp Icon="Str" />
1028+
</Item>
10201029
<Item ItemId=";Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037" ItemType="0" PsrId="306" Leaf="true">
10211030
<Str Cat="Text">
10221031
<Val><![CDATA[Add qualifier to all unresolved variables matching a member name]]></Val>
@@ -1134,6 +1143,15 @@
11341143
</Str>
11351144
<Disp Icon="Str" />
11361145
</Item>
1146+
<Item ItemId=";All_variables_are_unused_6199" ItemType="0" PsrId="306" Leaf="true">
1147+
<Str Cat="Text">
1148+
<Val><![CDATA[All variables are unused.]]></Val>
1149+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1150+
<Val><![CDATA[Žádná z proměnných se nepoužívá.]]></Val>
1151+
</Tgt>
1152+
</Str>
1153+
<Disp Icon="Str" />
1154+
</Item>
11371155
<Item ItemId=";Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011" ItemType="0" PsrId="306" Leaf="true">
11381156
<Str Cat="Text">
11391157
<Val><![CDATA[Allow default imports from modules with no default export. This does not affect code emit, just typechecking.]]></Val>
@@ -2547,6 +2565,12 @@
25472565
</Str>
25482566
<Disp Icon="Str" />
25492567
</Item>
2568+
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
2569+
<Str Cat="Text">
2570+
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2571+
</Str>
2572+
<Disp Icon="Str" />
2573+
</Item>
25502574
<Item ItemId=";Convert_all_constructor_functions_to_classes_95045" ItemType="0" PsrId="306" Leaf="true">
25512575
<Str Cat="Text">
25522576
<Val><![CDATA[Convert all constructor functions to classes]]></Val>
@@ -6573,6 +6597,15 @@
65736597
</Str>
65746598
<Disp Icon="Str" />
65756599
</Item>
6600+
<Item ItemId=";Remove_all_unused_labels_95054" ItemType="0" PsrId="306" Leaf="true">
6601+
<Str Cat="Text">
6602+
<Val><![CDATA[Remove all unused labels]]></Val>
6603+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6604+
<Val><![CDATA[Odebrat všechny nepoužívané popisky]]></Val>
6605+
</Tgt>
6606+
</Str>
6607+
<Disp Icon="Str" />
6608+
</Item>
65766609
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
65776610
<Str Cat="Text">
65786611
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -6612,6 +6645,24 @@
66126645
</Str>
66136646
<Disp Icon="Str" />
66146647
</Item>
6648+
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
6649+
<Str Cat="Text">
6650+
<Val><![CDATA[Remove unused label]]></Val>
6651+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6652+
<Val><![CDATA[Odebrat nepoužitý popisek]]></Val>
6653+
</Tgt>
6654+
</Str>
6655+
<Disp Icon="Str" />
6656+
</Item>
6657+
<Item ItemId=";Remove_variable_statement_90010" ItemType="0" PsrId="306" Leaf="true">
6658+
<Str Cat="Text">
6659+
<Val><![CDATA[Remove variable statement]]></Val>
6660+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6661+
<Val><![CDATA[Odebrat příkaz proměnné]]></Val>
6662+
</Tgt>
6663+
</Str>
6664+
<Disp Icon="Str" />
6665+
</Item>
66156666
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
66166667
<Str Cat="Text">
66176668
<Val><![CDATA[Replace import with '{0}'.]]></Val>

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,15 @@
10051005
</Str>
10061006
<Disp Icon="Str" />
10071007
</Item>
1008+
<Item ItemId=";Add_missing_typeof_95052" ItemType="0" PsrId="306" Leaf="true">
1009+
<Str Cat="Text">
1010+
<Val><![CDATA[Add missing 'typeof']]></Val>
1011+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1012+
<Val><![CDATA[Fehlenden "typeof" hinzufügen]]></Val>
1013+
</Tgt>
1014+
</Str>
1015+
<Disp Icon="Str" />
1016+
</Item>
10081017
<Item ItemId=";Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037" ItemType="0" PsrId="306" Leaf="true">
10091018
<Str Cat="Text">
10101019
<Val><![CDATA[Add qualifier to all unresolved variables matching a member name]]></Val>
@@ -1122,6 +1131,15 @@
11221131
</Str>
11231132
<Disp Icon="Str" />
11241133
</Item>
1134+
<Item ItemId=";All_variables_are_unused_6199" ItemType="0" PsrId="306" Leaf="true">
1135+
<Str Cat="Text">
1136+
<Val><![CDATA[All variables are unused.]]></Val>
1137+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1138+
<Val><![CDATA[Alle Variablen werden nicht verwendet.]]></Val>
1139+
</Tgt>
1140+
</Str>
1141+
<Disp Icon="Str" />
1142+
</Item>
11251143
<Item ItemId=";Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011" ItemType="0" PsrId="306" Leaf="true">
11261144
<Str Cat="Text">
11271145
<Val><![CDATA[Allow default imports from modules with no default export. This does not affect code emit, just typechecking.]]></Val>
@@ -2535,6 +2553,12 @@
25352553
</Str>
25362554
<Disp Icon="Str" />
25372555
</Item>
2556+
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
2557+
<Str Cat="Text">
2558+
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2559+
</Str>
2560+
<Disp Icon="Str" />
2561+
</Item>
25382562
<Item ItemId=";Convert_all_constructor_functions_to_classes_95045" ItemType="0" PsrId="306" Leaf="true">
25392563
<Str Cat="Text">
25402564
<Val><![CDATA[Convert all constructor functions to classes]]></Val>
@@ -6558,6 +6582,15 @@
65586582
</Str>
65596583
<Disp Icon="Str" />
65606584
</Item>
6585+
<Item ItemId=";Remove_all_unused_labels_95054" ItemType="0" PsrId="306" Leaf="true">
6586+
<Str Cat="Text">
6587+
<Val><![CDATA[Remove all unused labels]]></Val>
6588+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6589+
<Val><![CDATA[Alle nicht verwendeten Bezeichnungen entfernen]]></Val>
6590+
</Tgt>
6591+
</Str>
6592+
<Disp Icon="Str" />
6593+
</Item>
65616594
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
65626595
<Str Cat="Text">
65636596
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -6597,6 +6630,24 @@
65976630
</Str>
65986631
<Disp Icon="Str" />
65996632
</Item>
6633+
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
6634+
<Str Cat="Text">
6635+
<Val><![CDATA[Remove unused label]]></Val>
6636+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6637+
<Val><![CDATA[Nicht verwendete Bezeichnung entfernen]]></Val>
6638+
</Tgt>
6639+
</Str>
6640+
<Disp Icon="Str" />
6641+
</Item>
6642+
<Item ItemId=";Remove_variable_statement_90010" ItemType="0" PsrId="306" Leaf="true">
6643+
<Str Cat="Text">
6644+
<Val><![CDATA[Remove variable statement]]></Val>
6645+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6646+
<Val><![CDATA[Variablenanweisung entfernen]]></Val>
6647+
</Tgt>
6648+
</Str>
6649+
<Disp Icon="Str" />
6650+
</Item>
66006651
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
66016652
<Str Cat="Text">
66026653
<Val><![CDATA[Replace import with '{0}'.]]></Val>

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

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,10 +1019,13 @@
10191019
</Item>
10201020
<Item ItemId=";Add_missing_typeof_95052" ItemType="0" PsrId="306" Leaf="true">
10211021
<Str Cat="Text">
1022-
<Val><![CDATA[Add missing typeof]]></Val>
1023-
<Tgt Cat="Text" Stat="Loc" Orig="New">
1022+
<Val><![CDATA[Add missing 'typeof']]></Val>
1023+
<Tgt Cat="Text" Stat="Update" Orig="New">
10241024
<Val><![CDATA[Agregar el objeto typeof que falta]]></Val>
10251025
</Tgt>
1026+
<Prev Cat="Text">
1027+
<Val><![CDATA[Add missing typeof]]></Val>
1028+
</Prev>
10261029
</Str>
10271030
<Disp Icon="Str" />
10281031
</Item>
@@ -1143,6 +1146,12 @@
11431146
</Str>
11441147
<Disp Icon="Str" />
11451148
</Item>
1149+
<Item ItemId=";All_variables_are_unused_6199" ItemType="0" PsrId="306" Leaf="true">
1150+
<Str Cat="Text">
1151+
<Val><![CDATA[All variables are unused.]]></Val>
1152+
</Str>
1153+
<Disp Icon="Str" />
1154+
</Item>
11461155
<Item ItemId=";Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011" ItemType="0" PsrId="306" Leaf="true">
11471156
<Str Cat="Text">
11481157
<Val><![CDATA[Allow default imports from modules with no default export. This does not affect code emit, just typechecking.]]></Val>
@@ -2556,6 +2565,12 @@
25562565
</Str>
25572566
<Disp Icon="Str" />
25582567
</Item>
2568+
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
2569+
<Str Cat="Text">
2570+
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2571+
</Str>
2572+
<Disp Icon="Str" />
2573+
</Item>
25592574
<Item ItemId=";Convert_all_constructor_functions_to_classes_95045" ItemType="0" PsrId="306" Leaf="true">
25602575
<Str Cat="Text">
25612576
<Val><![CDATA[Convert all constructor functions to classes]]></Val>
@@ -6585,6 +6600,9 @@
65856600
<Item ItemId=";Remove_all_unused_labels_95054" ItemType="0" PsrId="306" Leaf="true">
65866601
<Str Cat="Text">
65876602
<Val><![CDATA[Remove all unused labels]]></Val>
6603+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6604+
<Val><![CDATA[Quitar todas las etiquetas no utilizadas]]></Val>
6605+
</Tgt>
65886606
</Str>
65896607
<Disp Icon="Str" />
65906608
</Item>
@@ -6633,6 +6651,12 @@
66336651
</Str>
66346652
<Disp Icon="Str" />
66356653
</Item>
6654+
<Item ItemId=";Remove_variable_statement_90010" ItemType="0" PsrId="306" Leaf="true">
6655+
<Str Cat="Text">
6656+
<Val><![CDATA[Remove variable statement]]></Val>
6657+
</Str>
6658+
<Disp Icon="Str" />
6659+
</Item>
66366660
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
66376661
<Str Cat="Text">
66386662
<Val><![CDATA[Replace import with '{0}'.]]></Val>

0 commit comments

Comments
 (0)