Skip to content

Commit bb9e059

Browse files
authored
LEGO: Merge pull request 24936
LEGO: Merge pull request 24936
2 parents 9ab7afc + 498368a commit bb9e059

File tree

4 files changed

+309
-0
lines changed

4 files changed

+309
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,6 +1809,9 @@
18091809
<Item ItemId=";Build_all_projects_including_those_that_appear_to_be_up_to_date_6368" ItemType="0" PsrId="306" Leaf="true">
18101810
<Str Cat="Text">
18111811
<Val><![CDATA[Build all projects, including those that appear to be up to date]]></Val>
1812+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1813+
<Val><![CDATA[Compilar todos los proyectos, incluidos los que aparecen actualizados]]></Val>
1814+
</Tgt>
18121815
</Str>
18131816
<Disp Icon="Str" />
18141817
</Item>
@@ -6330,6 +6333,9 @@
63306333
<Item ItemId=";Project_0_is_up_to_date_6361" ItemType="0" PsrId="306" Leaf="true">
63316334
<Str Cat="Text">
63326335
<Val><![CDATA[Project '{0}' is up to date]]></Val>
6336+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6337+
<Val><![CDATA[El proyecto "{0}" está actualizado]]></Val>
6338+
</Tgt>
63336339
</Str>
63346340
<Disp Icon="Str" />
63356341
</Item>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9633,6 +9633,9 @@
96339633
<Item ItemId=";delete_this_Project_0_is_up_to_date_because_it_was_previously_built_6360" ItemType="0" PsrId="306" Leaf="true">
96349634
<Str Cat="Text">
96359635
<Val><![CDATA[delete this - Project '{0}' is up to date because it was previously built]]></Val>
9636+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9637+
<Val><![CDATA[supprimer ceci - Le projet '{0}' est à jour car il a déjà été généré]]></Val>
9638+
</Tgt>
96369639
</Str>
96379640
<Disp Icon="Str" />
96389641
</Item>

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

Lines changed: 225 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,24 @@
483483
</Str>
484484
<Disp Icon="Str" />
485485
</Item>
486+
<Item ItemId=";A_non_dry_build_would_build_project_0_6357" ItemType="0" PsrId="306" Leaf="true">
487+
<Str Cat="Text">
488+
<Val><![CDATA[A non-dry build would build project '{0}']]></Val>
489+
<Tgt Cat="Text" Stat="Loc" Orig="New">
490+
<Val><![CDATA[Se si esegue una compilazione non di prova, verrà compilato il progetto '{0}']]></Val>
491+
</Tgt>
492+
</Str>
493+
<Disp Icon="Str" />
494+
</Item>
495+
<Item ItemId=";A_non_dry_build_would_delete_the_following_files_Colon_0_6356" ItemType="0" PsrId="306" Leaf="true">
496+
<Str Cat="Text">
497+
<Val><![CDATA[A non-dry build would delete the following files: {0}]]></Val>
498+
<Tgt Cat="Text" Stat="Loc" Orig="New">
499+
<Val><![CDATA[Se si esegue una compilazione non di prova, i file seguenti verranno eliminati: {0}]]></Val>
500+
</Tgt>
501+
</Str>
502+
<Disp Icon="Str" />
503+
</Item>
486504
<Item ItemId=";A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation_2371" ItemType="0" PsrId="306" Leaf="true">
487505
<Str Cat="Text">
488506
<Val><![CDATA[A parameter initializer is only allowed in a function or constructor implementation.]]></Val>
@@ -948,6 +966,15 @@
948966
</Str>
949967
<Disp Icon="Str" />
950968
</Item>
969+
<Item ItemId=";Add_braces_to_arrow_function_95059" ItemType="0" PsrId="306" Leaf="true">
970+
<Str Cat="Text">
971+
<Val><![CDATA[Add braces to arrow function]]></Val>
972+
<Tgt Cat="Text" Stat="Loc" Orig="New">
973+
<Val><![CDATA[Aggiungere le parentesi graffe alla funzione arrow]]></Val>
974+
</Tgt>
975+
</Str>
976+
<Disp Icon="Str" />
977+
</Item>
951978
<Item ItemId=";Add_definite_assignment_assertion_to_property_0_95020" ItemType="0" PsrId="306" Leaf="true">
952979
<Str Cat="Text">
953980
<Val><![CDATA[Add definite assignment assertion to property '{0}']]></Val>
@@ -1017,6 +1044,15 @@
10171044
</Str>
10181045
<Disp Icon="Str" />
10191046
</Item>
1047+
<Item ItemId=";Add_or_remove_braces_in_an_arrow_function_95058" ItemType="0" PsrId="306" Leaf="true">
1048+
<Str Cat="Text">
1049+
<Val><![CDATA[Add or remove braces in an arrow function]]></Val>
1050+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1051+
<Val><![CDATA[Aggiungere o rimuovere le parentesi graffe in una funzione arrow]]></Val>
1052+
</Tgt>
1053+
</Str>
1054+
<Disp Icon="Str" />
1055+
</Item>
10201056
<Item ItemId=";Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037" ItemType="0" PsrId="306" Leaf="true">
10211057
<Str Cat="Text">
10221058
<Val><![CDATA[Add qualifier to all unresolved variables matching a member name]]></Val>
@@ -1758,6 +1794,33 @@
17581794
</Str>
17591795
<Disp Icon="Str" />
17601796
</Item>
1797+
<Item ItemId=";Build_all_projects_including_those_that_appear_to_be_up_to_date_6368" ItemType="0" PsrId="306" Leaf="true">
1798+
<Str Cat="Text">
1799+
<Val><![CDATA[Build all projects, including those that appear to be up to date]]></Val>
1800+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1801+
<Val><![CDATA[Compilare tutti i progetti, anche quelli che sembrano aggiornati]]></Val>
1802+
</Tgt>
1803+
</Str>
1804+
<Disp Icon="Str" />
1805+
</Item>
1806+
<Item ItemId=";Build_one_or_more_projects_and_their_dependencies_if_out_of_date_6364" ItemType="0" PsrId="306" Leaf="true">
1807+
<Str Cat="Text">
1808+
<Val><![CDATA[Build one or more projects and their dependencies, if out of date]]></Val>
1809+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1810+
<Val><![CDATA[Compilare uno o più progetti e le relative dipendenze, se non aggiornate]]></Val>
1811+
</Tgt>
1812+
</Str>
1813+
<Disp Icon="Str" />
1814+
</Item>
1815+
<Item ItemId=";Building_project_0_6358" ItemType="0" PsrId="306" Leaf="true">
1816+
<Str Cat="Text">
1817+
<Val><![CDATA[Building project '{0}'...]]></Val>
1818+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1819+
<Val><![CDATA[Compilazione del progetto '{0}'...]]></Val>
1820+
</Tgt>
1821+
</Str>
1822+
<Disp Icon="Str" />
1823+
</Item>
17611824
<Item ItemId=";Call_decorator_expression_90028" ItemType="0" PsrId="306" Leaf="true">
17621825
<Str Cat="Text">
17631826
<Val><![CDATA[Call decorator expression]]></Val>
@@ -2832,6 +2895,15 @@
28322895
</Str>
28332896
<Disp Icon="Str" />
28342897
</Item>
2898+
<Item ItemId=";Delete_the_outputs_of_all_projects_6365" ItemType="0" PsrId="306" Leaf="true">
2899+
<Str Cat="Text">
2900+
<Val><![CDATA[Delete the outputs of all projects]]></Val>
2901+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2902+
<Val><![CDATA[Eliminare gli output di tutti i progetti]]></Val>
2903+
</Tgt>
2904+
</Str>
2905+
<Disp Icon="Str" />
2906+
</Item>
28352907
<Item ItemId=";Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084" ItemType="0" PsrId="306" Leaf="true">
28362908
<Str Cat="Text">
28372909
<Val><![CDATA[[Deprecated]5D; Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit]]></Val>
@@ -3288,6 +3360,15 @@
32883360
</Str>
32893361
<Disp Icon="Str" />
32903362
</Item>
3363+
<Item ItemId=";Enable_verbose_logging_6366" ItemType="0" PsrId="306" Leaf="true">
3364+
<Str Cat="Text">
3365+
<Val><![CDATA[Enable verbose logging]]></Val>
3366+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3367+
<Val><![CDATA[Abilitare la registrazione dettagliata]]></Val>
3368+
</Tgt>
3369+
</Str>
3370+
<Disp Icon="Str" />
3371+
</Item>
32913372
<Item ItemId=";Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for__7037" ItemType="0" PsrId="306" Leaf="true">
32923373
<Str Cat="Text">
32933374
<Val><![CDATA[Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'.]]></Val>
@@ -5715,6 +5796,15 @@
57155796
</Str>
57165797
<Disp Icon="Str" />
57175798
</Item>
5799+
<Item ItemId=";Option_build_must_be_the_first_command_line_argument_6369" ItemType="0" PsrId="306" Leaf="true">
5800+
<Str Cat="Text">
5801+
<Val><![CDATA[Option '--build' must be the first command line argument.]]></Val>
5802+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5803+
<Val><![CDATA[L'opzione '--build' deve essere il primo argomento della riga di comando.]]></Val>
5804+
</Tgt>
5805+
</Str>
5806+
<Disp Icon="Str" />
5807+
</Item>
57185808
<Item ItemId=";Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047" ItemType="0" PsrId="306" Leaf="true">
57195809
<Str Cat="Text">
57205810
<Val><![CDATA[Option 'isolatedModules' can only be used when either option '--module' is provided or option 'target' is 'ES2015' or higher.]]></Val>
@@ -5751,6 +5841,15 @@
57515841
</Str>
57525842
<Disp Icon="Str" />
57535843
</Item>
5844+
<Item ItemId=";Options_0_and_1_cannot_be_combined_6370" ItemType="0" PsrId="306" Leaf="true">
5845+
<Str Cat="Text">
5846+
<Val><![CDATA[Options '{0}' and '{1}' cannot be combined.]]></Val>
5847+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5848+
<Val><![CDATA[Non è possibile combinare le opzioni '{0}' e '{1}'.]]></Val>
5849+
</Tgt>
5850+
</Str>
5851+
<Disp Icon="Str" />
5852+
</Item>
57545853
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
57555854
<Str Cat="Text">
57565855
<Val><![CDATA[Options:]]></Val>
@@ -6183,6 +6282,69 @@
61836282
</Str>
61846283
<Disp Icon="Str" />
61856284
</Item>
6285+
<Item ItemId=";Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363" ItemType="0" PsrId="306" Leaf="true">
6286+
<Str Cat="Text">
6287+
<Val><![CDATA[Project '{0}' can't be built because its dependency '{1}' has errors]]></Val>
6288+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6289+
<Val><![CDATA[Non è possibile compilare il progetto '{0}' perché la dipendenza '{1}' contiene errori]]></Val>
6290+
</Tgt>
6291+
</Str>
6292+
<Disp Icon="Str" />
6293+
</Item>
6294+
<Item ItemId=";Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date_6353" ItemType="0" PsrId="306" Leaf="true">
6295+
<Str Cat="Text">
6296+
<Val><![CDATA[Project '{0}' is out of date because its dependency '{1}' is out of date]]></Val>
6297+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6298+
<Val><![CDATA[Il progetto '{0}' non è aggiornato perché la dipendenza '{1}' non è aggiornata]]></Val>
6299+
</Tgt>
6300+
</Str>
6301+
<Disp Icon="Str" />
6302+
</Item>
6303+
<Item ItemId=";Project_0_is_out_of_date_because_oldest_output_1_is_older_than_newest_input_2_6350" ItemType="0" PsrId="306" Leaf="true">
6304+
<Str Cat="Text">
6305+
<Val><![CDATA[Project '{0}' is out of date because oldest output '{1}' is older than newest input '{2}']]></Val>
6306+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6307+
<Val><![CDATA[Il progetto '{0}' non è aggiornato perché l'output meno recente '{1}' è meno recente dell'input più recente '{2}']]></Val>
6308+
</Tgt>
6309+
</Str>
6310+
<Disp Icon="Str" />
6311+
</Item>
6312+
<Item ItemId=";Project_0_is_out_of_date_because_output_file_1_does_not_exist_6352" ItemType="0" PsrId="306" Leaf="true">
6313+
<Str Cat="Text">
6314+
<Val><![CDATA[Project '{0}' is out of date because output file '{1}' does not exist]]></Val>
6315+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6316+
<Val><![CDATA[Il progetto '{0}' non è aggiornato perché il file di output '{1}' non esiste]]></Val>
6317+
</Tgt>
6318+
</Str>
6319+
<Disp Icon="Str" />
6320+
</Item>
6321+
<Item ItemId=";Project_0_is_up_to_date_6361" ItemType="0" PsrId="306" Leaf="true">
6322+
<Str Cat="Text">
6323+
<Val><![CDATA[Project '{0}' is up to date]]></Val>
6324+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6325+
<Val><![CDATA[Il progetto '{0}' è aggiornato]]></Val>
6326+
</Tgt>
6327+
</Str>
6328+
<Disp Icon="Str" />
6329+
</Item>
6330+
<Item ItemId=";Project_0_is_up_to_date_because_newest_input_1_is_older_than_oldest_output_2_6351" ItemType="0" PsrId="306" Leaf="true">
6331+
<Str Cat="Text">
6332+
<Val><![CDATA[Project '{0}' is up to date because newest input '{1}' is older than oldest output '{2}']]></Val>
6333+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6334+
<Val><![CDATA[Il progetto '{0}' è aggiornato perché l'input più recente '{1}' è meno recente dell'output meno recente '{2}']]></Val>
6335+
</Tgt>
6336+
</Str>
6337+
<Disp Icon="Str" />
6338+
</Item>
6339+
<Item ItemId=";Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies_6354" ItemType="0" PsrId="306" Leaf="true">
6340+
<Str Cat="Text">
6341+
<Val><![CDATA[Project '{0}' is up to date with .d.ts files from its dependencies]]></Val>
6342+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6343+
<Val><![CDATA[Il progetto '{0}' è aggiornato con i file con estensione d.ts delle relative dipendenze]]></Val>
6344+
</Tgt>
6345+
</Str>
6346+
<Disp Icon="Str" />
6347+
</Item>
61866348
<Item ItemId=";Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0_6202" ItemType="0" PsrId="306" Leaf="true">
61876349
<Str Cat="Text">
61886350
<Val><![CDATA[Project references may not form a circular graph. Cycle detected: {0}]]></Val>
@@ -6192,6 +6354,15 @@
61926354
</Str>
61936355
<Disp Icon="Str" />
61946356
</Item>
6357+
<Item ItemId=";Projects_in_this_build_Colon_0_6355" ItemType="0" PsrId="306" Leaf="true">
6358+
<Str Cat="Text">
6359+
<Val><![CDATA[Projects in this build: {0}]]></Val>
6360+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6361+
<Val><![CDATA[Progetti in questa compilazione: {0}]]></Val>
6362+
</Tgt>
6363+
</Str>
6364+
<Disp Icon="Str" />
6365+
</Item>
61956366
<Item ItemId=";Projects_to_reference_6300" ItemType="0" PsrId="306" Leaf="true">
61966367
<Str Cat="Text">
61976368
<Val><![CDATA[Projects to reference]]></Val>
@@ -6654,6 +6825,15 @@
66546825
</Str>
66556826
<Disp Icon="Str" />
66566827
</Item>
6828+
<Item ItemId=";Remove_braces_from_arrow_function_95060" ItemType="0" PsrId="306" Leaf="true">
6829+
<Str Cat="Text">
6830+
<Val><![CDATA[Remove braces from arrow function]]></Val>
6831+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6832+
<Val><![CDATA[Rimuovere le parentesi graffe dalla funzione arrow]]></Val>
6833+
</Tgt>
6834+
</Str>
6835+
<Disp Icon="Str" />
6836+
</Item>
66576837
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
66586838
<Str Cat="Text">
66596839
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -7227,6 +7407,15 @@
72277407
</Str>
72287408
<Disp Icon="Str" />
72297409
</Item>
7410+
<Item ItemId=";Show_what_would_be_built_or_deleted_if_specified_with_clean_6367" ItemType="0" PsrId="306" Leaf="true">
7411+
<Str Cat="Text">
7412+
<Val><![CDATA[Show what would be built (or deleted, if specified with '--clean')]]></Val>
7413+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7414+
<Val><![CDATA[Mostra gli elementi che vengono compilati (o eliminati, se specificati con l'opzione '--clean')]]></Val>
7415+
</Tgt>
7416+
</Str>
7417+
<Disp Icon="Str" />
7418+
</Item>
72307419
<Item ItemId=";Signature_0_must_be_a_type_predicate_1224" ItemType="0" PsrId="306" Leaf="true">
72317420
<Str Cat="Text">
72327421
<Val><![CDATA[Signature '{0}' must be a type predicate.]]></Val>
@@ -7245,6 +7434,24 @@
72457434
</Str>
72467435
<Disp Icon="Str" />
72477436
</Item>
7437+
<Item ItemId=";Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362" ItemType="0" PsrId="306" Leaf="true">
7438+
<Str Cat="Text">
7439+
<Val><![CDATA[Skipping build of project '{0}' because its dependency '{1}' has errors]]></Val>
7440+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7441+
<Val><![CDATA[La compilazione del progetto '{0}' verrà ignorata perché la dipendenza '{1}' contiene errori]]></Val>
7442+
</Tgt>
7443+
</Str>
7444+
<Disp Icon="Str" />
7445+
</Item>
7446+
<Item ItemId=";Skipping_clean_because_not_all_projects_could_be_located_6371" ItemType="0" PsrId="306" Leaf="true">
7447+
<Str Cat="Text">
7448+
<Val><![CDATA[Skipping clean because not all projects could be located]]></Val>
7449+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7450+
<Val><![CDATA[La pulizia verrà ignorata perché non è stato possibile individuare tutti i progetti]]></Val>
7451+
</Tgt>
7452+
</Str>
7453+
<Disp Icon="Str" />
7454+
</Item>
72487455
<Item ItemId=";Source_Map_Options_6175" ItemType="0" PsrId="306" Leaf="true">
72497456
<Str Cat="Text">
72507457
<Val><![CDATA[Source Map Options]]></Val>
@@ -8853,6 +9060,15 @@
88539060
</Str>
88549061
<Disp Icon="Str" />
88559062
</Item>
9063+
<Item ItemId=";Updating_output_timestamps_of_project_0_6359" ItemType="0" PsrId="306" Leaf="true">
9064+
<Str Cat="Text">
9065+
<Val><![CDATA[Updating output timestamps of project '{0}'...]]></Val>
9066+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9067+
<Val><![CDATA[Aggiornamento dei timestamp di output del progetto '{0}'...]]></Val>
9068+
</Tgt>
9069+
</Str>
9070+
<Disp Icon="Str" />
9071+
</Item>
88569072
<Item ItemId=";Use_synthetic_default_member_95016" ItemType="0" PsrId="306" Leaf="true">
88579073
<Str Cat="Text">
88589074
<Val><![CDATA[Use synthetic 'default' member.]]></Val>
@@ -9402,6 +9618,15 @@
94029618
</Str>
94039619
<Disp Icon="Str" />
94049620
</Item>
9621+
<Item ItemId=";delete_this_Project_0_is_up_to_date_because_it_was_previously_built_6360" ItemType="0" PsrId="306" Leaf="true">
9622+
<Str Cat="Text">
9623+
<Val><![CDATA[delete this - Project '{0}' is up to date because it was previously built]]></Val>
9624+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9625+
<Val><![CDATA[eliminare - Il progetto '{0}' è aggiornato perché è stato compilato in precedenza]]></Val>
9626+
</Tgt>
9627+
</Str>
9628+
<Disp Icon="Str" />
9629+
</Item>
94059630
<Item ItemId=";enum_declarations_can_only_be_used_in_a_ts_file_8015" ItemType="0" PsrId="306" Leaf="true">
94069631
<Str Cat="Text">
94079632
<Val><![CDATA['enum declarations' can only be used in a .ts file.]]></Val>

0 commit comments

Comments
 (0)