Skip to content

Commit 5dbb7d3

Browse files
authored
LEGO: Merge pull request 44766
LEGO: Merge pull request 44766
1 parent 0b3a154 commit 5dbb7d3

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,15 @@
810810
</Str>
811811
<Disp Icon="Str" />
812812
</Item>
813+
<Item ItemId=";A_return_statement_cannot_be_used_inside_a_class_static_block_18041" ItemType="0" PsrId="306" Leaf="true">
814+
<Str Cat="Text">
815+
<Val><![CDATA[A 'return' statement cannot be used inside a class static block.]]></Val>
816+
<Tgt Cat="Text" Stat="Loc" Orig="New">
817+
<Val><![CDATA['return' ステートメントの使用が無効です。クラスの静的ブロック内では使用できません。]]></Val>
818+
</Tgt>
819+
</Str>
820+
<Disp Icon="Str" />
821+
</Item>
813822
<Item ItemId=";A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl_6167" ItemType="0" PsrId="306" Leaf="true">
814823
<Str Cat="Text">
815824
<Val><![CDATA[A series of entries which re-map imports to lookup locations relative to the 'baseUrl'.]]></Val>
@@ -2385,6 +2394,15 @@
23852394
</Str>
23862395
<Disp Icon="Str" />
23872396
</Item>
2397+
<Item ItemId=";Await_expression_cannot_be_used_inside_a_class_static_block_18037" ItemType="0" PsrId="306" Leaf="true">
2398+
<Str Cat="Text">
2399+
<Val><![CDATA[Await expression cannot be used inside a class static block.]]></Val>
2400+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2401+
<Val><![CDATA[await 式はクラスの静的ブロック内では使用できません。]]></Val>
2402+
</Tgt>
2403+
</Str>
2404+
<Disp Icon="Str" />
2405+
</Item>
23882406
<Item ItemId=";BUILD_OPTIONS_6919" ItemType="0" PsrId="306" Leaf="true">
23892407
<Str Cat="Text">
23902408
<Val><![CDATA[BUILD OPTIONS]]></Val>
@@ -3243,6 +3261,15 @@
32433261
</Str>
32443262
<Disp Icon="Str" />
32453263
</Item>
3264+
<Item ItemId=";Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class_2816" ItemType="0" PsrId="306" Leaf="true">
3265+
<Str Cat="Text">
3266+
<Val><![CDATA[Cannot use 'this' in a static property initializer of a decorated class.]]></Val>
3267+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3268+
<Val><![CDATA[デコレートされたクラスの静的プロパティ初期化子で 'this' を使用できません。]]></Val>
3269+
</Tgt>
3270+
</Str>
3271+
<Disp Icon="Str" />
3272+
</Item>
32463273
<Item ItemId=";Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1_6377" ItemType="0" PsrId="306" Leaf="true">
32473274
<Str Cat="Text">
32483275
<Val><![CDATA[Cannot write file '{0}' because it will overwrite '.tsbuildinfo' file generated by referenced project '{1}']]></Val>
@@ -6528,6 +6555,15 @@
65286555
</Str>
65296556
<Disp Icon="Str" />
65306557
</Item>
6558+
<Item ItemId=";For_await_loops_cannot_be_used_inside_a_class_static_block_18038" ItemType="0" PsrId="306" Leaf="true">
6559+
<Str Cat="Text">
6560+
<Val><![CDATA['For await' loops cannot be used inside a class static block.]]></Val>
6561+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6562+
<Val><![CDATA['For await' ループは、クラスの静的ブロック内では使用できません。]]></Val>
6563+
</Tgt>
6564+
</Str>
6565+
<Disp Icon="Str" />
6566+
</Item>
65316567
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
65326568
<Str Cat="Text">
65336569
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -7566,6 +7602,15 @@
75667602
</Str>
75677603
<Disp Icon="Str" />
75687604
</Item>
7605+
<Item ItemId=";Invalid_use_of_0_It_cannot_be_used_inside_a_class_static_block_18039" ItemType="0" PsrId="306" Leaf="true">
7606+
<Str Cat="Text">
7607+
<Val><![CDATA[Invalid use of '{0}'. It cannot be used inside a class static block.]]></Val>
7608+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7609+
<Val><![CDATA['{0}' の使用が無効です。クラスの静的ブロック内では使用できません。]]></Val>
7610+
</Tgt>
7611+
</Str>
7612+
<Disp Icon="Str" />
7613+
</Item>
75697614
<Item ItemId=";Invalid_use_of_0_Modules_are_automatically_in_strict_mode_1215" ItemType="0" PsrId="306" Leaf="true">
75707615
<Str Cat="Text">
75717616
<Val><![CDATA[Invalid use of '{0}'. Modules are automatically in strict mode.]]></Val>
@@ -9990,6 +10035,15 @@
999010035
</Str>
999110036
<Disp Icon="Str" />
999210037
</Item>
10038+
<Item ItemId=";Property_0_has_no_initializer_and_is_not_definitely_assigned_in_a_class_static_block_2817" ItemType="0" PsrId="306" Leaf="true">
10039+
<Str Cat="Text">
10040+
<Val><![CDATA[Property '{0}' has no initializer and is not definitely assigned in a class static block.]]></Val>
10041+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10042+
<Val><![CDATA[プロパティ '{0}' に初期化子がなく、クラスの静的ブロックで明確に割り当てられていません。]]></Val>
10043+
</Tgt>
10044+
</Str>
10045+
<Disp Icon="Str" />
10046+
</Item>
999310047
<Item ItemId=";Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor_2564" ItemType="0" PsrId="306" Leaf="true">
999410048
<Str Cat="Text">
999510049
<Val><![CDATA[Property '{0}' has no initializer and is not definitely assigned in the constructor.]]></Val>

0 commit comments

Comments
 (0)