Skip to content

Commit 7b88890

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 123ae53 commit 7b88890

File tree

5 files changed

+156
-0
lines changed

5 files changed

+156
-0
lines changed

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

+24
Original file line numberDiff line numberDiff line change
@@ -2523,6 +2523,9 @@
25232523
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
25242524
<Str Cat="Text">
25252525
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2526+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2527+
<Val><![CDATA[將所有 'require' 轉換至 'import']]></Val>
2528+
</Tgt>
25262529
</Str>
25272530
<Disp Icon="Str" />
25282531
</Item>
@@ -2556,6 +2559,9 @@
25562559
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
25572560
<Str Cat="Text">
25582561
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2562+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2563+
<Val><![CDATA[將 'require' 轉換至 'import']]></Val>
2564+
</Tgt>
25592565
</Str>
25602566
<Disp Icon="Str" />
25612567
</Item>
@@ -4296,6 +4302,12 @@
42964302
</Str>
42974303
<Disp Icon="Str" />
42984304
</Item>
4305+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4306+
<Str Cat="Text">
4307+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4308+
</Str>
4309+
<Disp Icon="Str" />
4310+
</Item>
42994311
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
43004312
<Str Cat="Text">
43014313
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5592,6 +5604,12 @@
55925604
</Str>
55935605
<Disp Icon="Str" />
55945606
</Item>
5607+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5608+
<Str Cat="Text">
5609+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5610+
</Str>
5611+
<Disp Icon="Str" />
5612+
</Item>
55955613
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55965614
<Str Cat="Text">
55975615
<Val><![CDATA[Options:]]></Val>
@@ -7443,6 +7461,9 @@
74437461
<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">
74447462
<Str Cat="Text">
74457463
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7464+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7465+
<Val><![CDATA[只有在為 'target' 及 'module' 編譯器選項使用 'ESNext' 時,才允許 'import.meta' 中繼屬性。]]></Val>
7466+
</Tgt>
74467467
</Str>
74477468
<Disp Icon="Str" />
74487469
</Item>
@@ -9387,6 +9408,9 @@
93879408
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
93889409
<Str Cat="Text">
93899410
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9411+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9412+
<Val><![CDATA['require' 呼叫可能會轉換為匯入。]]></Val>
9413+
</Tgt>
93909414
</Str>
93919415
<Disp Icon="Str" />
93929416
</Item>

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

+42
Original file line numberDiff line numberDiff line change
@@ -2529,6 +2529,15 @@
25292529
</Str>
25302530
<Disp Icon="Str" />
25312531
</Item>
2532+
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
2533+
<Str Cat="Text">
2534+
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2535+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2536+
<Val><![CDATA[Convertir todas las repeticiones de "require" en "import"]]></Val>
2537+
</Tgt>
2538+
</Str>
2539+
<Disp Icon="Str" />
2540+
</Item>
25322541
<Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
25332542
<Str Cat="Text">
25342543
<Val><![CDATA[Convert all to default imports]]></Val>
@@ -2556,6 +2565,15 @@
25562565
</Str>
25572566
<Disp Icon="Str" />
25582567
</Item>
2568+
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
2569+
<Str Cat="Text">
2570+
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2571+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2572+
<Val><![CDATA[Convertir "require" en "import"]]></Val>
2573+
</Tgt>
2574+
</Str>
2575+
<Disp Icon="Str" />
2576+
</Item>
25592577
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
25602578
<Str Cat="Text">
25612579
<Val><![CDATA[Convert to ES6 module]]></Val>
@@ -4293,6 +4311,12 @@
42934311
</Str>
42944312
<Disp Icon="Str" />
42954313
</Item>
4314+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4315+
<Str Cat="Text">
4316+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4317+
</Str>
4318+
<Disp Icon="Str" />
4319+
</Item>
42964320
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
42974321
<Str Cat="Text">
42984322
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5589,6 +5613,12 @@
55895613
</Str>
55905614
<Disp Icon="Str" />
55915615
</Item>
5616+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5617+
<Str Cat="Text">
5618+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5619+
</Str>
5620+
<Disp Icon="Str" />
5621+
</Item>
55925622
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55935623
<Str Cat="Text">
55945624
<Val><![CDATA[Options:]]></Val>
@@ -7440,6 +7470,9 @@
74407470
<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">
74417471
<Str Cat="Text">
74427472
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7473+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7474+
<Val><![CDATA[La propiedad Meta "import.meta" solo se admite si se usa "ESNext" para las opciones del compilador "target" y "module".]]></Val>
7475+
</Tgt>
74437476
</Str>
74447477
<Disp Icon="Str" />
74457478
</Item>
@@ -9381,6 +9414,15 @@
93819414
</Str>
93829415
<Disp Icon="Str" />
93839416
</Item>
9417+
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
9418+
<Str Cat="Text">
9419+
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9420+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9421+
<Val><![CDATA[La llamada a "require" puede convertirse en una importación.]]></Val>
9422+
</Tgt>
9423+
</Str>
9424+
<Disp Icon="Str" />
9425+
</Item>
93849426
<Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
93859427
<Str Cat="Text">
93869428
<Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>

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

+42
Original file line numberDiff line numberDiff line change
@@ -2529,6 +2529,15 @@
25292529
</Str>
25302530
<Disp Icon="Str" />
25312531
</Item>
2532+
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
2533+
<Str Cat="Text">
2534+
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2535+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2536+
<Val><![CDATA[Convertir tous les 'require' en 'import']]></Val>
2537+
</Tgt>
2538+
</Str>
2539+
<Disp Icon="Str" />
2540+
</Item>
25322541
<Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
25332542
<Str Cat="Text">
25342543
<Val><![CDATA[Convert all to default imports]]></Val>
@@ -2556,6 +2565,15 @@
25562565
</Str>
25572566
<Disp Icon="Str" />
25582567
</Item>
2568+
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
2569+
<Str Cat="Text">
2570+
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2571+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2572+
<Val><![CDATA[Convertir 'require' en 'import']]></Val>
2573+
</Tgt>
2574+
</Str>
2575+
<Disp Icon="Str" />
2576+
</Item>
25592577
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
25602578
<Str Cat="Text">
25612579
<Val><![CDATA[Convert to ES6 module]]></Val>
@@ -4293,6 +4311,12 @@
42934311
</Str>
42944312
<Disp Icon="Str" />
42954313
</Item>
4314+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4315+
<Str Cat="Text">
4316+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4317+
</Str>
4318+
<Disp Icon="Str" />
4319+
</Item>
42964320
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
42974321
<Str Cat="Text">
42984322
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5589,6 +5613,12 @@
55895613
</Str>
55905614
<Disp Icon="Str" />
55915615
</Item>
5616+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5617+
<Str Cat="Text">
5618+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5619+
</Str>
5620+
<Disp Icon="Str" />
5621+
</Item>
55925622
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55935623
<Str Cat="Text">
55945624
<Val><![CDATA[Options:]]></Val>
@@ -7440,6 +7470,9 @@
74407470
<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">
74417471
<Str Cat="Text">
74427472
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7473+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7474+
<Val><![CDATA[La métapropriété 'import.meta' est uniquement autorisée avec 'ESNext' pour les options de compilateur 'target' et 'module'.]]></Val>
7475+
</Tgt>
74437476
</Str>
74447477
<Disp Icon="Str" />
74457478
</Item>
@@ -9381,6 +9414,15 @@
93819414
</Str>
93829415
<Disp Icon="Str" />
93839416
</Item>
9417+
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
9418+
<Str Cat="Text">
9419+
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9420+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9421+
<Val><![CDATA[L'appel de 'require' peut être converti en import.]]></Val>
9422+
</Tgt>
9423+
</Str>
9424+
<Disp Icon="Str" />
9425+
</Item>
93849426
<Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
93859427
<Str Cat="Text">
93869428
<Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>

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

+24
Original file line numberDiff line numberDiff line change
@@ -2523,6 +2523,9 @@
25232523
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
25242524
<Str Cat="Text">
25252525
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2526+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2527+
<Val><![CDATA['require' をすべて 'import' に変換]]></Val>
2528+
</Tgt>
25262529
</Str>
25272530
<Disp Icon="Str" />
25282531
</Item>
@@ -2556,6 +2559,9 @@
25562559
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
25572560
<Str Cat="Text">
25582561
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2562+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2563+
<Val><![CDATA['require' を 'import' に変換]]></Val>
2564+
</Tgt>
25592565
</Str>
25602566
<Disp Icon="Str" />
25612567
</Item>
@@ -4296,6 +4302,12 @@
42964302
</Str>
42974303
<Disp Icon="Str" />
42984304
</Item>
4305+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4306+
<Str Cat="Text">
4307+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4308+
</Str>
4309+
<Disp Icon="Str" />
4310+
</Item>
42994311
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
43004312
<Str Cat="Text">
43014313
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5592,6 +5604,12 @@
55925604
</Str>
55935605
<Disp Icon="Str" />
55945606
</Item>
5607+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5608+
<Str Cat="Text">
5609+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5610+
</Str>
5611+
<Disp Icon="Str" />
5612+
</Item>
55955613
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55965614
<Str Cat="Text">
55975615
<Val><![CDATA[Options:]]></Val>
@@ -7443,6 +7461,9 @@
74437461
<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">
74447462
<Str Cat="Text">
74457463
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7464+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7465+
<Val><![CDATA['Import.meta' メタ プロパティでは、'target' および 'module' コンパイラ オプションに対して 'ESNext' のみが許可されています。]]></Val>
7466+
</Tgt>
74467467
</Str>
74477468
<Disp Icon="Str" />
74487469
</Item>
@@ -9387,6 +9408,9 @@
93879408
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
93889409
<Str Cat="Text">
93899410
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9411+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9412+
<Val><![CDATA['require' の呼び出しはインポートに変換される可能性があります。]]></Val>
9413+
</Tgt>
93909414
</Str>
93919415
<Disp Icon="Str" />
93929416
</Item>

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

+24
Original file line numberDiff line numberDiff line change
@@ -2516,6 +2516,9 @@
25162516
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
25172517
<Str Cat="Text">
25182518
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2519+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2520+
<Val><![CDATA[Tüm 'require' öğelerini 'import' olarak dönüştür]]></Val>
2521+
</Tgt>
25192522
</Str>
25202523
<Disp Icon="Str" />
25212524
</Item>
@@ -2549,6 +2552,9 @@
25492552
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
25502553
<Str Cat="Text">
25512554
<Val><![CDATA[Convert 'require' to 'import']]></Val>
2555+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2556+
<Val><![CDATA['require' öğesini 'import' olarak dönüştür]]></Val>
2557+
</Tgt>
25522558
</Str>
25532559
<Disp Icon="Str" />
25542560
</Item>
@@ -4289,6 +4295,12 @@
42894295
</Str>
42904296
<Disp Icon="Str" />
42914297
</Item>
4298+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4299+
<Str Cat="Text">
4300+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4301+
</Str>
4302+
<Disp Icon="Str" />
4303+
</Item>
42924304
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
42934305
<Str Cat="Text">
42944306
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5585,6 +5597,12 @@
55855597
</Str>
55865598
<Disp Icon="Str" />
55875599
</Item>
5600+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5601+
<Str Cat="Text">
5602+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5603+
</Str>
5604+
<Disp Icon="Str" />
5605+
</Item>
55885606
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55895607
<Str Cat="Text">
55905608
<Val><![CDATA[Options:]]></Val>
@@ -7436,6 +7454,9 @@
74367454
<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">
74377455
<Str Cat="Text">
74387456
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7457+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7458+
<Val><![CDATA['import.meta' meta özelliğine yalnızca 'target' ve 'module' derleyici seçenekleri için 'ESNext' kullanıldığında izin verilir.]]></Val>
7459+
</Tgt>
74397460
</Str>
74407461
<Disp Icon="Str" />
74417462
</Item>
@@ -9380,6 +9401,9 @@
93809401
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
93819402
<Str Cat="Text">
93829403
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9404+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9405+
<Val><![CDATA['require' çağrısı bir import olarak dönüştürülebilir.]]></Val>
9406+
</Tgt>
93839407
</Str>
93849408
<Disp Icon="Str" />
93859409
</Item>

0 commit comments

Comments
 (0)