Skip to content

Commit 1fb2a12

Browse files
authored
LEGO: Merge pull request 23332
LEGO: Merge pull request 23332
2 parents 8a2b464 + f458e90 commit 1fb2a12

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3771,6 +3771,24 @@
37713771
</Str>
37723772
<Disp Icon="Str" />
37733773
</Item>
3774+
<Item ItemId=";Found_0_errors_6194" ItemType="0" PsrId="306" Leaf="true">
3775+
<Str Cat="Text">
3776+
<Val><![CDATA[Found {0} errors.]]></Val>
3777+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3778+
<Val><![CDATA[{0} 件のエラーが見つかりました。]]></Val>
3779+
</Tgt>
3780+
</Str>
3781+
<Disp Icon="Str" />
3782+
</Item>
3783+
<Item ItemId=";Found_1_error_6193" ItemType="0" PsrId="306" Leaf="true">
3784+
<Str Cat="Text">
3785+
<Val><![CDATA[Found 1 error.]]></Val>
3786+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3787+
<Val><![CDATA[1 件のエラーが見つかりました。]]></Val>
3788+
</Tgt>
3789+
</Str>
3790+
<Disp Icon="Str" />
3791+
</Item>
37743792
<Item ItemId=";Found_package_json_at_0_6099" ItemType="0" PsrId="306" Leaf="true">
37753793
<Str Cat="Text">
37763794
<Val><![CDATA[Found 'package.json' at '{0}'.]]></Val>
@@ -5988,6 +6006,12 @@
59886006
</Str>
59896007
<Disp Icon="Str" />
59906008
</Item>
6009+
<Item ItemId=";Property_0_does_not_exist_on_type_1_Did_you_forget_to_use_await_2570" ItemType="0" PsrId="306" Leaf="true">
6010+
<Str Cat="Text">
6011+
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Did you forget to use 'await'?]]></Val>
6012+
</Str>
6013+
<Disp Icon="Str" />
6014+
</Item>
59916015
<Item ItemId=";Property_0_does_not_exist_on_type_1_Did_you_mean_2_2551" ItemType="0" PsrId="306" Leaf="true">
59926016
<Str Cat="Text">
59936017
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Did you mean '{2}'?]]></Val>

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3761,6 +3761,24 @@
37613761
</Str>
37623762
<Disp Icon="Str" />
37633763
</Item>
3764+
<Item ItemId=";Found_0_errors_6194" ItemType="0" PsrId="306" Leaf="true">
3765+
<Str Cat="Text">
3766+
<Val><![CDATA[Found {0} errors.]]></Val>
3767+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3768+
<Val><![CDATA[Encontrados {0} erros.]]></Val>
3769+
</Tgt>
3770+
</Str>
3771+
<Disp Icon="Str" />
3772+
</Item>
3773+
<Item ItemId=";Found_1_error_6193" ItemType="0" PsrId="306" Leaf="true">
3774+
<Str Cat="Text">
3775+
<Val><![CDATA[Found 1 error.]]></Val>
3776+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3777+
<Val><![CDATA[Encontrado 1 erro.]]></Val>
3778+
</Tgt>
3779+
</Str>
3780+
<Disp Icon="Str" />
3781+
</Item>
37643782
<Item ItemId=";Found_package_json_at_0_6099" ItemType="0" PsrId="306" Leaf="true">
37653783
<Str Cat="Text">
37663784
<Val><![CDATA[Found 'package.json' at '{0}'.]]></Val>
@@ -5975,6 +5993,12 @@
59755993
</Str>
59765994
<Disp Icon="Str" />
59775995
</Item>
5996+
<Item ItemId=";Property_0_does_not_exist_on_type_1_Did_you_forget_to_use_await_2570" ItemType="0" PsrId="306" Leaf="true">
5997+
<Str Cat="Text">
5998+
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Did you forget to use 'await'?]]></Val>
5999+
</Str>
6000+
<Disp Icon="Str" />
6001+
</Item>
59786002
<Item ItemId=";Property_0_does_not_exist_on_type_1_Did_you_mean_2_2551" ItemType="0" PsrId="306" Leaf="true">
59796003
<Str Cat="Text">
59806004
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Did you mean '{2}'?]]></Val>

0 commit comments

Comments
 (0)