Skip to content

Commit 5e1330e

Browse files
authoredMay 8, 2018
LEGO: Merge pull request 23962
LEGO: Merge pull request 23962
2 parents beb7fd8 + ec974a5 commit 5e1330e

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed
 

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

+48
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[Convertire tutte le occorrenze di 'require' in '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[Convertire 'require' in '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>
@@ -4284,6 +4302,12 @@
42844302
</Str>
42854303
<Disp Icon="Str" />
42864304
</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>
42874311
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
42884312
<Str Cat="Text">
42894313
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5580,6 +5604,12 @@
55805604
</Str>
55815605
<Disp Icon="Str" />
55825606
</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>
55835613
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55845614
<Str Cat="Text">
55855615
<Val><![CDATA[Options:]]></Val>
@@ -7428,6 +7458,15 @@
74287458
</Str>
74297459
<Disp Icon="Str" />
74307460
</Item>
7461+
<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">
7462+
<Str Cat="Text">
7463+
<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[La metaproprietà 'import.meta' è consentita solo se si usa 'ESNext' per le opzioni 'target' e 'module' del compilatore.]]></Val>
7466+
</Tgt>
7467+
</Str>
7468+
<Disp Icon="Str" />
7469+
</Item>
74317470
<Item ItemId=";The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527" ItemType="0" PsrId="306" Leaf="true">
74327471
<Str Cat="Text">
74337472
<Val><![CDATA[The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary.]]></Val>
@@ -9366,6 +9405,15 @@
93669405
</Str>
93679406
<Disp Icon="Str" />
93689407
</Item>
9408+
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
9409+
<Str Cat="Text">
9410+
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9411+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9412+
<Val><![CDATA[La chiamata a 'require' può essere convertita in un'importazione.]]></Val>
9413+
</Tgt>
9414+
</Str>
9415+
<Disp Icon="Str" />
9416+
</Item>
93699417
<Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
93709418
<Str Cat="Text">
93719419
<Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>

‎src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl

+48
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,15 @@
25102510
</Str>
25112511
<Disp Icon="Str" />
25122512
</Item>
2513+
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
2514+
<Str Cat="Text">
2515+
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
2516+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2517+
<Val><![CDATA[Konwertuj wszystkie wywołania „require” na wywołania „import”]]></Val>
2518+
</Tgt>
2519+
</Str>
2520+
<Disp Icon="Str" />
2521+
</Item>
25132522
<Item ItemId=";Convert_all_to_default_imports_95035" ItemType="0" PsrId="306" Leaf="true">
25142523
<Str Cat="Text">
25152524
<Val><![CDATA[Convert all to default imports]]></Val>
@@ -2537,6 +2546,15 @@
25372546
</Str>
25382547
<Disp Icon="Str" />
25392548
</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+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2553+
<Val><![CDATA[Konwertuj wywołanie „require” na wywołanie „import”]]></Val>
2554+
</Tgt>
2555+
</Str>
2556+
<Disp Icon="Str" />
2557+
</Item>
25402558
<Item ItemId=";Convert_to_ES6_module_95017" ItemType="0" PsrId="306" Leaf="true">
25412559
<Str Cat="Text">
25422560
<Val><![CDATA[Convert to ES6 module]]></Val>
@@ -4274,6 +4292,12 @@
42744292
</Str>
42754293
<Disp Icon="Str" />
42764294
</Item>
4295+
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
4296+
<Str Cat="Text">
4297+
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
4298+
</Str>
4299+
<Disp Icon="Str" />
4300+
</Item>
42774301
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
42784302
<Str Cat="Text">
42794303
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -5570,6 +5594,12 @@
55705594
</Str>
55715595
<Disp Icon="Str" />
55725596
</Item>
5597+
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
5598+
<Str Cat="Text">
5599+
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
5600+
</Str>
5601+
<Disp Icon="Str" />
5602+
</Item>
55735603
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
55745604
<Str Cat="Text">
55755605
<Val><![CDATA[Options:]]></Val>
@@ -7415,6 +7445,15 @@
74157445
</Str>
74167446
<Disp Icon="Str" />
74177447
</Item>
7448+
<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">
7449+
<Str Cat="Text">
7450+
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
7451+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7452+
<Val><![CDATA[Metawłaściwość „import.meta” jest dozwolona tylko w przypadku podania wartości „ESNext” dla opcji kompilatora „target” i „module”.]]></Val>
7453+
</Tgt>
7454+
</Str>
7455+
<Disp Icon="Str" />
7456+
</Item>
74187457
<Item ItemId=";The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527" ItemType="0" PsrId="306" Leaf="true">
74197458
<Str Cat="Text">
74207459
<Val><![CDATA[The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary.]]></Val>
@@ -9353,6 +9392,15 @@
93539392
</Str>
93549393
<Disp Icon="Str" />
93559394
</Item>
9395+
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
9396+
<Str Cat="Text">
9397+
<Val><![CDATA['require' call may be converted to an import.]]></Val>
9398+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9399+
<Val><![CDATA[Wywołanie „require” może zostać przekonwertowane na wywołanie import.]]></Val>
9400+
</Tgt>
9401+
</Str>
9402+
<Disp Icon="Str" />
9403+
</Item>
93569404
<Item ItemId=";rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107" ItemType="0" PsrId="306" Leaf="true">
93579405
<Str Cat="Text">
93589406
<Val><![CDATA['rootDirs' option is set, using it to resolve relative module name '{0}'.]]></Val>

0 commit comments

Comments
 (0)
Please sign in to comment.