Skip to content

Commit 6d81577

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent e7774c6 commit 6d81577

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7188,6 +7188,15 @@
71887188
</Str>
71897189
<Disp Icon="Str" />
71907190
</Item>
7191+
<Item ItemId=";Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033" ItemType="0" PsrId="306" Leaf="true">
7192+
<Str Cat="Text">
7193+
<Val><![CDATA[Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead.]]></Val>
7194+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7195+
<Val><![CDATA[Solo le enumerazioni numeriche possono includere membri calcolati, ma il tipo di questa espressione è '{0}'. Se non sono necessari controlli di esaustività, provare a usare un valore letterale di oggetto.]]></Val>
7196+
</Tgt>
7197+
</Str>
7198+
<Disp Icon="Str" />
7199+
</Item>
71917200
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
71927201
<Str Cat="Text">
71937202
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7181,6 +7181,15 @@
71817181
</Str>
71827182
<Disp Icon="Str" />
71837183
</Item>
7184+
<Item ItemId=";Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033" ItemType="0" PsrId="306" Leaf="true">
7185+
<Str Cat="Text">
7186+
<Val><![CDATA[Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead.]]></Val>
7187+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7188+
<Val><![CDATA[Somente enumerações numéricas podem ter membros computados, mas esta expressão tem o tipo '{0}'. Se você não precisar de verificações de exaustão, considere o uso de um literal de objeto.]]></Val>
7189+
</Tgt>
7190+
</Str>
7191+
<Disp Icon="Str" />
7192+
</Item>
71847193
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
71857194
<Str Cat="Text">
71867195
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>

0 commit comments

Comments
 (0)