Skip to content

Commit f914db0

Browse files
authored
LEGO: Merge pull request 37133
LEGO: Merge pull request 37133
2 parents 4e25aed + a3d4822 commit f914db0

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7001,6 +7001,12 @@
70017001
</Str>
70027002
<Disp Icon="Str" />
70037003
</Item>
7004+
<Item ItemId=";Only_named_exports_may_use_export_type_1383" ItemType="0" PsrId="306" Leaf="true">
7005+
<Str Cat="Text">
7006+
<Val><![CDATA[Only named exports may use 'export type'.]]></Val>
7007+
</Str>
7008+
<Disp Icon="Str" />
7009+
</Item>
70047010
<Item ItemId=";Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340" ItemType="0" PsrId="306" Leaf="true">
70057011
<Str Cat="Text">
70067012
<Val><![CDATA[Only public and protected methods of the base class are accessible via the 'super' keyword.]]></Val>
@@ -7028,11 +7034,20 @@
70287034
</Str>
70297035
<Disp Icon="Str" />
70307036
</Item>
7031-
<Item ItemId=";Option_0_can_only_be_specified_in_tsconfig_json_file_6064" ItemType="0" PsrId="306" Leaf="true">
7037+
<Item ItemId=";Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line_6230" ItemType="0" PsrId="306" Leaf="true">
7038+
<Str Cat="Text">
7039+
<Val><![CDATA[Option '{0}' can only be specified in 'tsconfig.json' file or set to 'false' or 'null' on command line.]]></Val>
7040+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7041+
<Val><![CDATA[A opção '{0}' somente pode ser especificada no arquivo 'tsconfig.json' ou definida como 'false' ou 'null' na linha de comando.]]></Val>
7042+
</Tgt>
7043+
</Str>
7044+
<Disp Icon="Str" />
7045+
</Item>
7046+
<Item ItemId=";Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line_6064" ItemType="0" PsrId="306" Leaf="true">
70327047
<Str Cat="Text">
7033-
<Val><![CDATA[Option '{0}' can only be specified in 'tsconfig.json' file.]]></Val>
7048+
<Val><![CDATA[Option '{0}' can only be specified in 'tsconfig.json' file or set to 'null' on command line.]]></Val>
70347049
<Tgt Cat="Text" Stat="Loc" Orig="New">
7035-
<Val><![CDATA[A opção '{0}' pode ser especificada no arquivo 'tsconfig.json'.]]></Val>
7050+
<Val><![CDATA[A opção '{0}' somente pode ser especificada no arquivo 'tsconfig.json' ou definida como 'null' na linha de comando.]]></Val>
70367051
</Tgt>
70377052
</Str>
70387053
<Disp Icon="Str" />
@@ -9521,6 +9536,9 @@
95219536
<Item ItemId=";Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3_6229" ItemType="0" PsrId="306" Leaf="true">
95229537
<Str Cat="Text">
95239538
<Val><![CDATA[Tag '{0}' expects at least '{1}' arguments, but the JSX factory '{2}' provides at most '{3}'.]]></Val>
9539+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9540+
<Val><![CDATA[A tag '{0}' espera no mínimo os argumentos '{1}', mas o alocador JSX '{2}' fornece no máximo '{3}'.]]></Val>
9541+
</Tgt>
95249542
</Str>
95259543
<Disp Icon="Str" />
95269544
</Item>

0 commit comments

Comments
 (0)