Skip to content

Commit 725dbcc

Browse files
committed
Merge branch 'master' of https://github.com/Microsoft/TypeScript
2 parents 832893e + 7f5f7b1 commit 725dbcc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,8 @@
10201020
<Item ItemId=";Add_missing_typeof_95052" ItemType="0" PsrId="306" Leaf="true">
10211021
<Str Cat="Text">
10221022
<Val><![CDATA[Add missing 'typeof']]></Val>
1023-
<Tgt Cat="Text" Stat="Update" Orig="New">
1024-
<Val><![CDATA[Agregar el objeto typeof que falta]]></Val>
1023+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1024+
<Val><![CDATA[Agregar el elemento "typeof" que falta]]></Val>
10251025
</Tgt>
10261026
<Prev Cat="Text">
10271027
<Val><![CDATA[Add missing typeof]]></Val>
@@ -1149,6 +1149,9 @@
11491149
<Item ItemId=";All_variables_are_unused_6199" ItemType="0" PsrId="306" Leaf="true">
11501150
<Str Cat="Text">
11511151
<Val><![CDATA[All variables are unused.]]></Val>
1152+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1153+
<Val><![CDATA[Todas las variables son no utilizadas.]]></Val>
1154+
</Tgt>
11521155
</Str>
11531156
<Disp Icon="Str" />
11541157
</Item>
@@ -6648,12 +6651,18 @@
66486651
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
66496652
<Str Cat="Text">
66506653
<Val><![CDATA[Remove unused label]]></Val>
6654+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6655+
<Val><![CDATA[Quitar etiqueta no utilizada]]></Val>
6656+
</Tgt>
66516657
</Str>
66526658
<Disp Icon="Str" />
66536659
</Item>
66546660
<Item ItemId=";Remove_variable_statement_90010" ItemType="0" PsrId="306" Leaf="true">
66556661
<Str Cat="Text">
66566662
<Val><![CDATA[Remove variable statement]]></Val>
6663+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6664+
<Val><![CDATA[Quitar la declaración de variable]]></Val>
6665+
</Tgt>
66576666
</Str>
66586667
<Disp Icon="Str" />
66596668
</Item>

0 commit comments

Comments
 (0)