Skip to content

Commit 58bf08c

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent dd6dc5e commit 58bf08c

File tree

1 file changed

+47
-2
lines changed

1 file changed

+47
-2
lines changed

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

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,10 +1000,13 @@
10001000
</Item>
10011001
<Item ItemId=";Add_missing_typeof_95052" ItemType="0" PsrId="306" Leaf="true">
10021002
<Str Cat="Text">
1003-
<Val><![CDATA[Add missing typeof]]></Val>
1003+
<Val><![CDATA[Add missing 'typeof']]></Val>
10041004
<Tgt Cat="Text" Stat="Loc" Orig="New">
1005-
<Val><![CDATA[Adicionar typeof ausente]]></Val>
1005+
<Val><![CDATA[Adicionar 'typeof' ausente]]></Val>
10061006
</Tgt>
1007+
<Prev Cat="Text">
1008+
<Val><![CDATA[Add missing typeof]]></Val>
1009+
</Prev>
10071010
</Str>
10081011
<Disp Icon="Str" />
10091012
</Item>
@@ -1124,6 +1127,15 @@
11241127
</Str>
11251128
<Disp Icon="Str" />
11261129
</Item>
1130+
<Item ItemId=";All_variables_are_unused_6199" ItemType="0" PsrId="306" Leaf="true">
1131+
<Str Cat="Text">
1132+
<Val><![CDATA[All variables are unused.]]></Val>
1133+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1134+
<Val><![CDATA[Nenhuma das variáveis está sendo utilizada.]]></Val>
1135+
</Tgt>
1136+
</Str>
1137+
<Disp Icon="Str" />
1138+
</Item>
11271139
<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">
11281140
<Str Cat="Text">
11291141
<Val><![CDATA[Allow default imports from modules with no default export. This does not affect code emit, just typechecking.]]></Val>
@@ -2537,6 +2549,12 @@
25372549
</Str>
25382550
<Disp Icon="Str" />
25392551
</Item>
2552+
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
2553+
<Str Cat="Text">
2554+
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2555+
</Str>
2556+
<Disp Icon="Str" />
2557+
</Item>
25402558
<Item ItemId=";Convert_all_constructor_functions_to_classes_95045" ItemType="0" PsrId="306" Leaf="true">
25412559
<Str Cat="Text">
25422560
<Val><![CDATA[Convert all constructor functions to classes]]></Val>
@@ -6560,6 +6578,15 @@
65606578
</Str>
65616579
<Disp Icon="Str" />
65626580
</Item>
6581+
<Item ItemId=";Remove_all_unused_labels_95054" ItemType="0" PsrId="306" Leaf="true">
6582+
<Str Cat="Text">
6583+
<Val><![CDATA[Remove all unused labels]]></Val>
6584+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6585+
<Val><![CDATA[Remover todos os rótulos não utilizados]]></Val>
6586+
</Tgt>
6587+
</Str>
6588+
<Disp Icon="Str" />
6589+
</Item>
65636590
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
65646591
<Str Cat="Text">
65656592
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -6599,6 +6626,24 @@
65996626
</Str>
66006627
<Disp Icon="Str" />
66016628
</Item>
6629+
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
6630+
<Str Cat="Text">
6631+
<Val><![CDATA[Remove unused label]]></Val>
6632+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6633+
<Val><![CDATA[Remover rótulo não utilizado]]></Val>
6634+
</Tgt>
6635+
</Str>
6636+
<Disp Icon="Str" />
6637+
</Item>
6638+
<Item ItemId=";Remove_variable_statement_90010" ItemType="0" PsrId="306" Leaf="true">
6639+
<Str Cat="Text">
6640+
<Val><![CDATA[Remove variable statement]]></Val>
6641+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6642+
<Val><![CDATA[Remover instrução de variável]]></Val>
6643+
</Tgt>
6644+
</Str>
6645+
<Disp Icon="Str" />
6646+
</Item>
66026647
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
66036648
<Str Cat="Text">
66046649
<Val><![CDATA[Replace import with '{0}'.]]></Val>

0 commit comments

Comments
 (0)