Skip to content

Commit 0e2d8b4

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent d338c20 commit 0e2d8b4

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8556,6 +8556,15 @@
85568556
</Str>
85578557
<Disp Icon="Str" />
85588558
</Item>
8559+
<Item ItemId=";Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead_2576" ItemType="0" PsrId="306" Leaf="true">
8560+
<Str Cat="Text">
8561+
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Did you mean to access the static member '{2}' instead?]]></Val>
8562+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8563+
<Val><![CDATA[Vlastnost {0} v typu {1} neexistuje. Chtěli jste místo toho přistoupit ke statickému členu {2}?]]></Val>
8564+
</Tgt>
8565+
</Str>
8566+
<Disp Icon="Str" />
8567+
</Item>
85598568
<Item ItemId=";Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550" ItemType="0" PsrId="306" Leaf="true">
85608569
<Str Cat="Text">
85618570
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the `lib` compiler option to '{2}' or later.]]></Val>
@@ -8640,18 +8649,6 @@
86408649
</Str>
86418650
<Disp Icon="Str" />
86428651
</Item>
8643-
<Item ItemId=";Property_0_is_a_static_member_of_type_1_2576" ItemType="0" PsrId="306" Leaf="true">
8644-
<Str Cat="Text">
8645-
<Val><![CDATA[Property '{0}' is a static member of type '{1}'.]]></Val>
8646-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8647-
<Val><![CDATA[Vlastnost {0} není statický člen typu {1}.]]></Val>
8648-
</Tgt>
8649-
<Prev Cat="Text">
8650-
<Val><![CDATA[Property '{0}' is a static member of type '{1}']]></Val>
8651-
</Prev>
8652-
</Str>
8653-
<Disp Icon="Str" />
8654-
</Item>
86558652
<Item ItemId=";Property_0_is_declared_but_its_value_is_never_read_6138" ItemType="0" PsrId="306" Leaf="true">
86568653
<Str Cat="Text">
86578654
<Val><![CDATA[Property '{0}' is declared but its value is never read.]]></Val>

0 commit comments

Comments
 (0)