Skip to content

Commit ad8d3d9

Browse files
authored
LEGO: Merge pull request 37390
LEGO: Merge pull request 37390
2 parents 8b6bd41 + fa8efcc commit ad8d3d9

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11403,6 +11403,15 @@
1140311403
</Str>
1140411404
<Disp Icon="Str" />
1140511405
</Item>
11406+
<Item ItemId=";Unused_ts_expect_error_directive_2578" ItemType="0" PsrId="306" Leaf="true">
11407+
<Str Cat="Text">
11408+
<Val><![CDATA[Unused '@ts-expect-error' directive.]]></Val>
11409+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11410+
<Val><![CDATA['@ts-expect-error' ディレクティブが使用されていません。]]></Val>
11411+
</Tgt>
11412+
</Str>
11413+
<Disp Icon="Str" />
11414+
</Item>
1140611415
<Item ItemId=";Updating_output_of_project_0_6373" ItemType="0" PsrId="306" Leaf="true">
1140711416
<Str Cat="Text">
1140811417
<Val><![CDATA[Updating output of project '{0}'...]]></Val>
@@ -11997,12 +12006,9 @@
1199712006
</Str>
1199812007
<Disp Icon="Str" />
1199912008
</Item>
12000-
<Item ItemId=";_0_refers_to_a_value_but_is_being_used_as_a_type_here_2749" ItemType="0" PsrId="306" Leaf="true">
12009+
<Item ItemId=";_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0_2749" ItemType="0" PsrId="306" Leaf="true">
1200112010
<Str Cat="Text">
12002-
<Val><![CDATA['{0}' refers to a value, but is being used as a type here.]]></Val>
12003-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12004-
<Val><![CDATA['{0}' は値を参照しますが、ここでは型として使用されています。]]></Val>
12005-
</Tgt>
12011+
<Val><![CDATA['{0}' refers to a value, but is being used as a type here. Did you mean 'typeof {0}'?]]></Val>
1200612012
</Str>
1200712013
<Disp Icon="Str" />
1200812014
</Item>
@@ -12342,6 +12348,9 @@
1234212348
<Item ItemId=";get_and_set_accessors_cannot_declare_this_parameters_2784" ItemType="0" PsrId="306" Leaf="true">
1234312349
<Str Cat="Text">
1234412350
<Val><![CDATA['get' and 'set' accessors cannot declare 'this' parameters.]]></Val>
12351+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12352+
<Val><![CDATA['get' および 'set' アクセサーでは 'this' パラメーターを宣言できません。]]></Val>
12353+
</Tgt>
1234512354
</Str>
1234612355
<Disp Icon="Str" />
1234712356
</Item>

0 commit comments

Comments
 (0)