Skip to content

Commit e06c12e

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 1d593fd commit e06c12e

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

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

+39
Original file line numberDiff line numberDiff line change
@@ -1244,6 +1244,15 @@
12441244
</Str>
12451245
<Disp Icon="Str" />
12461246
</Item>
1247+
<Item ItemId=";An_element_access_expression_should_take_an_argument_1011" ItemType="0" PsrId="306" Leaf="true">
1248+
<Str Cat="Text">
1249+
<Val><![CDATA[An element access expression should take an argument.]]></Val>
1250+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1251+
<Val><![CDATA[Bir öğe erişimi ifadesi bir bağımsız değişken almalıdır.]]></Val>
1252+
</Tgt>
1253+
</Str>
1254+
<Disp Icon="Str" />
1255+
</Item>
12471256
<Item ItemId=";An_enum_member_cannot_have_a_numeric_name_2452" ItemType="0" PsrId="306" Leaf="true">
12481257
<Str Cat="Text">
12491258
<Val><![CDATA[An enum member cannot have a numeric name.]]></Val>
@@ -2504,6 +2513,12 @@
25042513
</Str>
25052514
<Disp Icon="Str" />
25062515
</Item>
2516+
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
2517+
<Str Cat="Text">
2518+
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2519+
</Str>
2520+
<Disp Icon="Str" />
2521+
</Item>
25072522
<Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
25082523
<Str Cat="Text">
25092524
<Val><![CDATA[Convert all to default imports]]></Val>
@@ -2531,6 +2546,12 @@
25312546
</Str>
25322547
<Disp Icon="Str" />
25332548
</Item>
2549+
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
2550+
<Str Cat="Text">
2551+
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2552+
</Str>
2553+
<Disp Icon="Str" />
2554+
</Item>
25342555
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
25352556
<Str Cat="Text">
25362557
<Val><![CDATA[Convert to ES6 module]]></Val>
@@ -6500,6 +6521,9 @@
65006521
<Item ItemId=";Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols_6195" ItemType="0" PsrId="306" Leaf="true">
65016522
<Str Cat="Text">
65026523
<Val><![CDATA[Resolve 'keyof' to string valued property names only (no numbers or symbols).]]></Val>
6524+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6525+
<Val><![CDATA['Keyof' değerini yalnızca dize değerli özellik adlarına (sayılar veya simgeler olmadan) çözümleyin.]]></Val>
6526+
</Tgt>
65036527
</Str>
65046528
<Disp Icon="Str" />
65056529
</Item>
@@ -7409,6 +7433,12 @@
74097433
</Str>
74107434
<Disp Icon="Str" />
74117435
</Item>
7436+
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_using_ESNext_for_the_target_and_module_compiler_option_1343" ItemType="0" PsrId="306" Leaf="true">
7437+
<Str Cat="Text">
7438+
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7439+
</Str>
7440+
<Disp Icon="Str" />
7441+
</Item>
74127442
<Item ItemId=";The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527" ItemType="0" PsrId="306" Leaf="true">
74137443
<Str Cat="Text">
74147444
<Val><![CDATA[The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary.]]></Val>
@@ -8756,6 +8786,9 @@
87568786
<Item ItemId=";_0_is_declared_but_never_used_6196" ItemType="0" PsrId="306" Leaf="true">
87578787
<Str Cat="Text">
87588788
<Val><![CDATA['{0}' is declared but never used.]]></Val>
8789+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8790+
<Val><![CDATA['{0}' bildirildi ancak hiç kullanılmadı.]]></Val>
8791+
</Tgt>
87598792
</Str>
87608793
<Disp Icon="Str" />
87618794
</Item>
@@ -9344,6 +9377,12 @@
93449377
</Str>
93459378
<Disp Icon="Str" />
93469379
</Item>
9380+
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
9381+
<Str Cat="Text">
9382+
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9383+
</Str>
9384+
<Disp Icon="Str" />
9385+
</Item>
93479386
<Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
93489387
<Str Cat="Text">
93499388
<Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>

0 commit comments

Comments
 (0)