Skip to content

Commit 1fd1dff

Browse files
authored
LEGO: Merge pull request 23916
LEGO: Merge pull request 23916
2 parents cecad27 + 4c48e2c commit 1fd1dff

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

+36
Original file line numberDiff line numberDiff line change
@@ -2520,6 +2520,15 @@
25202520
</Str>
25212521
<Disp Icon="Str" />
25222522
</Item>
2523+
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
2524+
<Str Cat="Text">
2525+
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2526+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2527+
<Val><![CDATA[将所有 "require" 转换为 "import"]]></Val>
2528+
</Tgt>
2529+
</Str>
2530+
<Disp Icon="Str" />
2531+
</Item>
25232532
<Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
25242533
<Str Cat="Text">
25252534
<Val><![CDATA[Convert all to default imports]]></Val>
@@ -2547,6 +2556,15 @@
25472556
</Str>
25482557
<Disp Icon="Str" />
25492558
</Item>
2559+
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
2560+
<Str Cat="Text">
2561+
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2562+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2563+
<Val><![CDATA[将 "require" 转换为 "import"]]></Val>
2564+
</Tgt>
2565+
</Str>
2566+
<Disp Icon="Str" />
2567+
</Item>
25502568
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
25512569
<Str Cat="Text">
25522570
<Val><![CDATA[Convert to ES6 module]]></Val>
@@ -7428,6 +7446,15 @@
74287446
</Str>
74297447
<Disp Icon="Str" />
74307448
</Item>
7449+
<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">
7450+
<Str Cat="Text">
7451+
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7452+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7453+
<Val><![CDATA["import.meta" 元属性仅允许对 "target" 和 "module" 编译器选项使用 "ESNext"。]]></Val>
7454+
</Tgt>
7455+
</Str>
7456+
<Disp Icon="Str" />
7457+
</Item>
74317458
<Item ItemId=";The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527" ItemType="0" PsrId="306" Leaf="true">
74327459
<Str Cat="Text">
74337460
<Val><![CDATA[The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary.]]></Val>
@@ -9366,6 +9393,15 @@
93669393
</Str>
93679394
<Disp Icon="Str" />
93689395
</Item>
9396+
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
9397+
<Str Cat="Text">
9398+
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9399+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9400+
<Val><![CDATA[可将“要求”调用转换为导入。]]></Val>
9401+
</Tgt>
9402+
</Str>
9403+
<Disp Icon="Str" />
9404+
</Item>
93699405
<Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
93709406
<Str Cat="Text">
93719407
<Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>

0 commit comments

Comments
 (0)