Skip to content

Commit 38ed8eb

Browse files
authored
LEGO: Merge pull request 47655
LEGO: Merge pull request 47655
1 parent 0b9f8b4 commit 38ed8eb

File tree

3 files changed

+177
-15
lines changed

3 files changed

+177
-15
lines changed

Diff for: src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl

+141-15
Original file line numberDiff line numberDiff line change
@@ -855,15 +855,21 @@
855855
</Str>
856856
<Disp Icon="Str" />
857857
</Item>
858-
<Item ItemId=";A_super_call_must_be_the_first_statement_in_the_constructor_when_a_class_contains_initialized_proper_2376" ItemType="0" PsrId="306" Leaf="true">
858+
<Item ItemId=";A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401" ItemType="0" PsrId="306" Leaf="true">
859859
<Str Cat="Text">
860-
<Val><![CDATA[A 'super' call must be the first statement in the constructor when a class contains initialized properties, parameter properties, or private identifiers.]]></Val>
860+
<Val><![CDATA[A 'super' call must be a root-level statement within a constructor of a derived class that contains initialized properties, parameter properties, or private identifiers.]]></Val>
861861
<Tgt Cat="Text" Stat="Loc" Orig="New">
862-
<Val><![CDATA[Una chiamata 'super' deve essere la prima istruzione del costruttore quando una classe contiene proprietà inizializzate, proprietà di parametri o identificatori privati.]]></Val>
862+
<Val><![CDATA[Una chiamata 'super' deve essere un'istruzione a livello radice all'interno di un costruttore di una classe derivata che contiene proprietà inizializzate, proprietà dei parametri o identificatori privati.]]></Val>
863+
</Tgt>
864+
</Str>
865+
<Disp Icon="Str" />
866+
</Item>
867+
<Item ItemId=";A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376" ItemType="0" PsrId="306" Leaf="true">
868+
<Str Cat="Text">
869+
<Val><![CDATA[A 'super' call must be the first statement in the constructor to refer to 'super' or 'this' when a derived class contains initialized properties, parameter properties, or private identifiers.]]></Val>
870+
<Tgt Cat="Text" Stat="Loc" Orig="New">
871+
<Val><![CDATA[Una chiamata 'super' deve essere la prima istruzione del costruttore a fare riferimento a 'super' o 'this' quando una classe derivata contiene proprietà inizializzate, proprietà di parametri o identificatori privati.]]></Val>
863872
</Tgt>
864-
<Prev Cat="Text">
865-
<Val><![CDATA[A 'super' call must be the first statement in the constructor when a class contains initialized properties or has parameter properties.]]></Val>
866-
</Prev>
867873
</Str>
868874
<Disp Icon="Str" />
869875
</Item>
@@ -2121,11 +2127,11 @@
21212127
</Str>
21222128
<Disp Icon="Str" />
21232129
</Item>
2124-
<Item ItemId=";An_object_literal_cannot_have_multiple_properties_with_the_same_name_in_strict_mode_1117" ItemType="0" PsrId="306" Leaf="true">
2130+
<Item ItemId=";An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117" ItemType="0" PsrId="306" Leaf="true">
21252131
<Str Cat="Text">
2126-
<Val><![CDATA[An object literal cannot have multiple properties with the same name in strict mode.]]></Val>
2132+
<Val><![CDATA[An object literal cannot have multiple properties with the same name.]]></Val>
21272133
<Tgt Cat="Text" Stat="Loc" Orig="New">
2128-
<Val><![CDATA[Un valore letterale di oggetto non può contenere più proprietà con lo stesso nome in modalità strict.]]></Val>
2134+
<Val><![CDATA[Un valore letterale di oggetto non può contenere più proprietà con lo stesso nome.]]></Val>
21292135
</Tgt>
21302136
</Str>
21312137
<Disp Icon="Str" />
@@ -2916,6 +2922,15 @@
29162922
</Str>
29172923
<Disp Icon="Str" />
29182924
</Item>
2925+
<Item ItemId=";Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311" ItemType="0" PsrId="306" Leaf="true">
2926+
<Str Cat="Text">
2927+
<Val><![CDATA[Cannot find name '{0}'. Did you mean to write this in an async function?]]></Val>
2928+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2929+
<Val><![CDATA[Impossibile trovare il nome '{0}'. Si intendeva scrivere questo elemento in una funzione asincrona?]]></Val>
2930+
</Tgt>
2931+
</Str>
2932+
<Disp Icon="Str" />
2933+
</Item>
29192934
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583" ItemType="0" PsrId="306" Leaf="true">
29202935
<Str Cat="Text">
29212936
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{1}' or later.]]></Val>
@@ -3609,6 +3624,15 @@
36093624
</Str>
36103625
<Disp Icon="Str" />
36113626
</Item>
3627+
<Item ItemId=";Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_w_4124" ItemType="0" PsrId="306" Leaf="true">
3628+
<Str Cat="Text">
3629+
<Val><![CDATA[Compiler option '{0}' of value '{1}' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'.]]></Val>
3630+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3631+
<Val><![CDATA[L'opzione del compilatore '{0}' del valore '{1}' è instabile. Usare TypeScript notturno per disattivare l'errore. Provare ad eseguire l'aggiornamento con 'npm install -D typescript@next'.]]></Val>
3632+
</Tgt>
3633+
</Str>
3634+
<Disp Icon="Str" />
3635+
</Item>
36123636
<Item ItemId=";Compiler_option_0_requires_a_value_of_type_1_5024" ItemType="0" PsrId="306" Leaf="true">
36133637
<Str Cat="Text">
36143638
<Val><![CDATA[Compiler option '{0}' requires a value of type {1}.]]></Val>
@@ -5241,11 +5265,11 @@
52415265
</Str>
52425266
<Disp Icon="Str" />
52435267
</Item>
5244-
<Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_1324" ItemType="0" PsrId="306" Leaf="true">
5268+
<Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_or_nodenext_1324" ItemType="0" PsrId="306" Leaf="true">
52455269
<Str Cat="Text">
5246-
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext'.]]></Val>
5270+
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext' or 'nodenext'.]]></Val>
52475271
<Tgt Cat="Text" Stat="Loc" Orig="New">
5248-
<Val><![CDATA[Le importazioni dinamiche supportano un secondo argomento solo quando l'opzione '--module' è impostata su 'esnext'.]]></Val>
5272+
<Val><![CDATA[Le importazioni dinamiche supportano un secondo argomento solo quando l'opzione “--modulo” è impostata su esnext” o “nodenext”.]]></Val>
52495273
</Tgt>
52505274
</Str>
52515275
<Disp Icon="Str" />
@@ -5766,6 +5790,15 @@
57665790
</Str>
57675791
<Disp Icon="Str" />
57685792
</Item>
5793+
<Item ItemId=";Errors_Files_6041" ItemType="0" PsrId="306" Leaf="true">
5794+
<Str Cat="Text">
5795+
<Val><![CDATA[Errors Files]]></Val>
5796+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5797+
<Val><![CDATA[File di errori]]></Val>
5798+
</Tgt>
5799+
</Str>
5800+
<Disp Icon="Str" />
5801+
</Item>
57695802
<Item ItemId=";Examples_Colon_0_6026" ItemType="0" PsrId="306" Leaf="true">
57705803
<Str Cat="Text">
57715804
<Val><![CDATA[Examples: {0}]]></Val>
@@ -6543,6 +6576,24 @@
65436576
</Str>
65446577
<Disp Icon="Str" />
65456578
</Item>
6579+
<Item ItemId=";Found_0_errors_in_1_files_6261" ItemType="0" PsrId="306" Leaf="true">
6580+
<Str Cat="Text">
6581+
<Val><![CDATA[Found {0} errors in {1} files.]]></Val>
6582+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6583+
<Val><![CDATA[Sono stati trovati {0} errori nei file {1}.]]></Val>
6584+
</Tgt>
6585+
</Str>
6586+
<Disp Icon="Str" />
6587+
</Item>
6588+
<Item ItemId=";Found_0_errors_in_the_same_file_starting_at_Colon_1_6260" ItemType="0" PsrId="306" Leaf="true">
6589+
<Str Cat="Text">
6590+
<Val><![CDATA[Found {0} errors in the same file, starting at: {1}]]></Val>
6591+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6592+
<Val><![CDATA[Sono stati trovati {0} errori nello stesso file, a partire da: {1}]]></Val>
6593+
</Tgt>
6594+
</Str>
6595+
<Disp Icon="Str" />
6596+
</Item>
65466597
<Item ItemId=";Found_1_error_6216" ItemType="0" PsrId="306" Leaf="true">
65476598
<Str Cat="Text">
65486599
<Val><![CDATA[Found 1 error.]]></Val>
@@ -6561,6 +6612,15 @@
65616612
</Str>
65626613
<Disp Icon="Str" />
65636614
</Item>
6615+
<Item ItemId=";Found_1_error_in_1_6259" ItemType="0" PsrId="306" Leaf="true">
6616+
<Str Cat="Text">
6617+
<Val><![CDATA[Found 1 error in {1}]]></Val>
6618+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6619+
<Val><![CDATA[È stato trovato 1 errore in {1}]]></Val>
6620+
</Tgt>
6621+
</Str>
6622+
<Disp Icon="Str" />
6623+
</Item>
65646624
<Item ItemId=";Found_package_json_at_0_6099" ItemType="0" PsrId="306" Leaf="true">
65656625
<Str Cat="Text">
65666626
<Val><![CDATA[Found 'package.json' at '{0}'.]]></Val>
@@ -7068,11 +7128,29 @@
70687128
</Str>
70697129
<Disp Icon="Str" />
70707130
</Item>
7071-
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_2821" ItemType="0" PsrId="306" Leaf="true">
7131+
<Item ItemId=";Import_assertion_values_must_be_string_literal_expressions_2837" ItemType="0" PsrId="306" Leaf="true">
70727132
<Str Cat="Text">
7073-
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext'.]]></Val>
7133+
<Val><![CDATA[Import assertion values must be string literal expressions.]]></Val>
70747134
<Tgt Cat="Text" Stat="Loc" Orig="New">
7075-
<Val><![CDATA[Le asserzioni di importazione sono supportate solo quando l'opzione '--module' è impostata su 'esnext'.]]></Val>
7135+
<Val><![CDATA[I valori di asserzione di importazione devono essere espressioni letterali delle stringhe.]]></Val>
7136+
</Tgt>
7137+
</Str>
7138+
<Disp Icon="Str" />
7139+
</Item>
7140+
<Item ItemId=";Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836" ItemType="0" PsrId="306" Leaf="true">
7141+
<Str Cat="Text">
7142+
<Val><![CDATA[Import assertions are not allowed on statements that transpile to commonjs 'require' calls.]]></Val>
7143+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7144+
<Val><![CDATA[Le asserzioni di importazione non sono consentite nelle istruzioni che eseguono il transpile nelle chiamate 'require' di commonjs.]]></Val>
7145+
</Tgt>
7146+
</Str>
7147+
<Disp Icon="Str" />
7148+
</Item>
7149+
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821" ItemType="0" PsrId="306" Leaf="true">
7150+
<Str Cat="Text">
7151+
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext' or 'nodenext'.]]></Val>
7152+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7153+
<Val><![CDATA[Le asserzioni di importazione sono supportate solo quando l'opzione “--module” è impostata su “esnext” o “nodenext”.]]></Val>
70767154
</Tgt>
70777155
</Str>
70787156
<Disp Icon="Str" />
@@ -7308,6 +7386,15 @@
73087386
</Str>
73097387
<Disp Icon="Str" />
73107388
</Item>
7389+
<Item ItemId=";Includes_imports_of_types_referenced_by_0_90054" ItemType="0" PsrId="306" Leaf="true">
7390+
<Str Cat="Text">
7391+
<Val><![CDATA[Includes imports of types referenced by '{0}']]></Val>
7392+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7393+
<Val><![CDATA[Include importazioni di tipi a cui fa riferimento '{0}']]></Val>
7394+
</Tgt>
7395+
</Str>
7396+
<Disp Icon="Str" />
7397+
</Item>
73117398
<Item ItemId=";Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_conf_6914" ItemType="0" PsrId="306" Leaf="true">
73127399
<Str Cat="Text">
73137400
<Val><![CDATA[Including --watch, -w will start watching the current project for the file changes. Once set, you can config watch mode with:]]></Val>
@@ -10557,6 +10644,24 @@
1055710644
</Str>
1055810645
<Disp Icon="Str" />
1055910646
</Item>
10647+
<Item ItemId=";Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2834" ItemType="0" PsrId="306" Leaf="true">
10648+
<Str Cat="Text">
10649+
<Val><![CDATA[Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node12' or 'nodenext'. Consider adding an extension to the import path.]]></Val>
10650+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10651+
<Val><![CDATA[I percorsi di importazione relativi necessitano di estensioni di file esplicite nelle importazioni EcmaScript quando '--moduleResolution' è 'node12' o 'nodenext'. Provare ad aggiungere un'estensione al percorso di importazione.]]></Val>
10652+
</Tgt>
10653+
</Str>
10654+
<Disp Icon="Str" />
10655+
</Item>
10656+
<Item ItemId=";Relative_import_paths_need_explicit_file_extensions_in_EcmaScript_imports_when_moduleResolution_is_n_2835" ItemType="0" PsrId="306" Leaf="true">
10657+
<Str Cat="Text">
10658+
<Val><![CDATA[Relative import paths need explicit file extensions in EcmaScript imports when '--moduleResolution' is 'node12' or 'nodenext'. Did you mean '{0}'?]]></Val>
10659+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10660+
<Val><![CDATA[I percorsi di importazione relativi necessitano di estensioni di file esplicite nelle importazioni EcmaScript quando '--moduleResolution' è 'node12' o 'nodenext'. Si intendeva "{0}"?]]></Val>
10661+
</Tgt>
10662+
</Str>
10663+
<Disp Icon="Str" />
10664+
</Item>
1056010665
<Item ItemId=";Remove_a_list_of_directories_from_the_watch_process_6628" ItemType="0" PsrId="306" Leaf="true">
1056110666
<Str Cat="Text">
1056210667
<Val><![CDATA[Remove a list of directories from the watch process.]]></Val>
@@ -10683,6 +10788,18 @@
1068310788
</Str>
1068410789
<Disp Icon="Str" />
1068510790
</Item>
10791+
<Item ItemId=";Remove_type_from_import_declaration_from_0_90055" ItemType="0" PsrId="306" Leaf="true">
10792+
<Str Cat="Text">
10793+
<Val><![CDATA[Remove 'type' from import declaration from "{0}"]]></Val>
10794+
</Str>
10795+
<Disp Icon="Str" />
10796+
</Item>
10797+
<Item ItemId=";Remove_type_from_import_of_0_from_1_90056" ItemType="0" PsrId="306" Leaf="true">
10798+
<Str Cat="Text">
10799+
<Val><![CDATA[Remove 'type' from import of '{0}' from "{1}"]]></Val>
10800+
</Str>
10801+
<Disp Icon="Str" />
10802+
</Item>
1068610803
<Item ItemId=";Remove_type_parameters_90012" ItemType="0" PsrId="306" Leaf="true">
1068710804
<Str Cat="Text">
1068810805
<Val><![CDATA[Remove type parameters]]></Val>
@@ -15681,6 +15798,15 @@
1568115798
</Str>
1568215799
<Disp Icon="Str" />
1568315800
</Item>
15801+
<Item ItemId=";catch_or_finally_expected_1472" ItemType="0" PsrId="306" Leaf="true">
15802+
<Str Cat="Text">
15803+
<Val><![CDATA['catch' or 'finally' expected.]]></Val>
15804+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15805+
<Val><![CDATA[È previsto 'catch' o 'finally'.]]></Val>
15806+
</Tgt>
15807+
</Str>
15808+
<Disp Icon="Str" />
15809+
</Item>
1568415810
<Item ItemId=";const_declarations_can_only_be_declared_inside_a_block_1156" ItemType="0" PsrId="306" Leaf="true">
1568515811
<Str Cat="Text">
1568615812
<Val><![CDATA['const' declarations can only be declared inside a block.]]></Val>

Diff for: src/loc/lcl/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl

+18
Original file line numberDiff line numberDiff line change
@@ -10775,6 +10775,24 @@
1077510775
</Str>
1077610776
<Disp Icon="Str" />
1077710777
</Item>
10778+
<Item ItemId=";Remove_type_from_import_declaration_from_0_90055" ItemType="0" PsrId="306" Leaf="true">
10779+
<Str Cat="Text">
10780+
<Val><![CDATA[Remove 'type' from import declaration from "{0}"]]></Val>
10781+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10782+
<Val><![CDATA[Usuń element „type” z deklaracji importu z elementu „ {0}”]]></Val>
10783+
</Tgt>
10784+
</Str>
10785+
<Disp Icon="Str" />
10786+
</Item>
10787+
<Item ItemId=";Remove_type_from_import_of_0_from_1_90056" ItemType="0" PsrId="306" Leaf="true">
10788+
<Str Cat="Text">
10789+
<Val><![CDATA[Remove 'type' from import of '{0}' from "{1}"]]></Val>
10790+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10791+
<Val><![CDATA[Usuń element „type” z importu elementu „{0}” z „{1}”]]></Val>
10792+
</Tgt>
10793+
</Str>
10794+
<Disp Icon="Str" />
10795+
</Item>
1077810796
<Item ItemId=";Remove_type_parameters_90012" ItemType="0" PsrId="306" Leaf="true">
1077910797
<Str Cat="Text">
1078010798
<Val><![CDATA[Remove type parameters]]></Val>

Diff for: src/loc/lcl/trk/diagnosticMessages/diagnosticMessages.generated.json.lcl

+18
Original file line numberDiff line numberDiff line change
@@ -10781,6 +10781,24 @@
1078110781
</Str>
1078210782
<Disp Icon="Str" />
1078310783
</Item>
10784+
<Item ItemId=";Remove_type_from_import_declaration_from_0_90055" ItemType="0" PsrId="306" Leaf="true">
10785+
<Str Cat="Text">
10786+
<Val><![CDATA[Remove 'type' from import declaration from "{0}"]]></Val>
10787+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10788+
<Val><![CDATA["{0}" içindeki içeri aktarma bildiriminden “type”ı kaldırın]]></Val>
10789+
</Tgt>
10790+
</Str>
10791+
<Disp Icon="Str" />
10792+
</Item>
10793+
<Item ItemId=";Remove_type_from_import_of_0_from_1_90056" ItemType="0" PsrId="306" Leaf="true">
10794+
<Str Cat="Text">
10795+
<Val><![CDATA[Remove 'type' from import of '{0}' from "{1}"]]></Val>
10796+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10797+
<Val><![CDATA["{1}" içindeki “{0}” içe aktarımından “type”ı kaldırın]]></Val>
10798+
</Tgt>
10799+
</Str>
10800+
<Disp Icon="Str" />
10801+
</Item>
1078410802
<Item ItemId=";Remove_type_parameters_90012" ItemType="0" PsrId="306" Leaf="true">
1078510803
<Str Cat="Text">
1078610804
<Val><![CDATA[Remove type parameters]]></Val>

0 commit comments

Comments
 (0)