Skip to content

Commit 083dbe4

Browse files
authored
LEGO: Merge pull request 38424
LEGO: Merge pull request 38424
2 parents cbc959b + 92b7d8b commit 083dbe4

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

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

+36-3
Original file line numberDiff line numberDiff line change
@@ -3717,6 +3717,12 @@
37173717
</Str>
37183718
<Disp Icon="Str" />
37193719
</Item>
3720+
<Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true">
3721+
<Str Cat="Text">
3722+
<Val><![CDATA[Declare private method '{0}']]></Val>
3723+
</Str>
3724+
<Disp Icon="Str" />
3725+
</Item>
37203726
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
37213727
<Str Cat="Text">
37223728
<Val><![CDATA[Declare private property '{0}']]></Val>
@@ -4701,6 +4707,15 @@
47014707
</Str>
47024708
<Disp Icon="Str" />
47034709
</Item>
4710+
<Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true">
4711+
<Str Cat="Text">
4712+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4713+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4714+
<Val><![CDATA['target' オプションが 'es2016' 以降に設定されている場合を除き、'bigint' 値に対して累乗を実行することはできません。]]></Val>
4715+
</Tgt>
4716+
</Str>
4717+
<Disp Icon="Str" />
4718+
</Item>
47044719
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
47054720
<Str Cat="Text">
47064721
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5151,6 +5166,15 @@
51515166
</Str>
51525167
<Disp Icon="Str" />
51535168
</Item>
5169+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5170+
<Str Cat="Text">
5171+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5172+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5173+
<Val><![CDATA[非同期関数の無効な戻り値の型をすべて修正します]]></Val>
5174+
</Tgt>
5175+
</Str>
5176+
<Disp Icon="Str" />
5177+
</Item>
51545178
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51555179
<Str Cat="Text">
51565180
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8721,6 +8745,15 @@
87218745
</Str>
87228746
<Disp Icon="Str" />
87238747
</Item>
8748+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8749+
<Str Cat="Text">
8750+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8751+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8752+
<Val><![CDATA['{0}' を 'Promise<{1}>' に置き換える]]></Val>
8753+
</Tgt>
8754+
</Str>
8755+
<Disp Icon="Str" />
8756+
</Item>
87248757
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87258758
<Str Cat="Text">
87268759
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10287,11 +10320,11 @@
1028710320
</Str>
1028810321
<Disp Icon="Str" />
1028910322
</Item>
10290-
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true">
10323+
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true">
1029110324
<Str Cat="Text">
10292-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10325+
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val>
1029310326
<Tgt Cat="Text" Stat="Loc" Orig="New">
10294-
<Val><![CDATA[非同期関数または非同期メソッドの戻り値の型は、グローバル Promise<T> 型である必要があります。]]></Val>
10327+
<Val><![CDATA[非同期関数または非同期メソッドの戻り値の型は、グローバル Promise<T> 型である必要があります。'Promise<{0}>' と書き込むつもりでしたか?]]></Val>
1029510328
</Tgt>
1029610329
</Str>
1029710330
<Disp Icon="Str" />

0 commit comments

Comments
 (0)