Skip to content

Commit 9d9dfb4

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 29922d0 commit 9d9dfb4

File tree

3 files changed

+73
-43
lines changed

3 files changed

+73
-43
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2730,36 +2730,54 @@
27302730
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2582" ItemType="0" PsrId="306" Leaf="true">
27312731
<Str Cat="Text">
27322732
<Val><![CDATA[Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.]]></Val>
2733+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2734+
<Val><![CDATA[No se encuentra el nombre "{0}". ¿Necesita instalar definiciones de tipo para un ejecutor de pruebas? Pruebe "npm i --save-dev @types/jest" o "npm i --save-dev @types/mocha".]]></Val>
2735+
</Tgt>
27332736
</Str>
27342737
<Disp Icon="Str" />
27352738
</Item>
27362739
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2593" ItemType="0" PsrId="306" Leaf="true">
27372740
<Str Cat="Text">
27382741
<Val><![CDATA[Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.]]></Val>
2742+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2743+
<Val><![CDATA[No se encuentra el nombre "{0}". ¿Necesita instalar definiciones de tipo para un ejecutor de pruebas? Pruebe "npm i --save-dev @types/jest" o "npm i --save-dev @types/mocha" y, a continuación, agregue "jest" o "mocha" al campo de tipos del archivo tsconfig.]]></Val>
2744+
</Tgt>
27392745
</Str>
27402746
<Disp Icon="Str" />
27412747
</Item>
27422748
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2581" ItemType="0" PsrId="306" Leaf="true">
27432749
<Str Cat="Text">
27442750
<Val><![CDATA[Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery`.]]></Val>
2751+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2752+
<Val><![CDATA[No se encuentra el nombre "{0}". ¿Necesita instalar definiciones de tipo para jQuery? Pruebe "npm i --save-dev @types/jquery".]]></Val>
2753+
</Tgt>
27452754
</Str>
27462755
<Disp Icon="Str" />
27472756
</Item>
27482757
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2592" ItemType="0" PsrId="306" Leaf="true">
27492758
<Str Cat="Text">
27502759
<Val><![CDATA[Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery` and then add `jquery` to the types field in your tsconfig.]]></Val>
2760+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2761+
<Val><![CDATA[No se encuentra el nombre "{0}". ¿Necesita instalar definiciones de tipo para jQuery? Pruebe "npm i --save-dev @types/jquery" y, a continuación, agregue "jquery" al campo de tipos del archivo tsconfig.]]></Val>
2762+
</Tgt>
27512763
</Str>
27522764
<Disp Icon="Str" />
27532765
</Item>
27542766
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2580" ItemType="0" PsrId="306" Leaf="true">
27552767
<Str Cat="Text">
27562768
<Val><![CDATA[Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.]]></Val>
2769+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2770+
<Val><![CDATA[No se encuentra el nombre "{0}". ¿Necesita instalar definiciones de tipo para el nodo? Pruebe "npm i --save-dev @types/node".]]></Val>
2771+
</Tgt>
27572772
</Str>
27582773
<Disp Icon="Str" />
27592774
</Item>
27602775
<Item ItemId=";Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2591" ItemType="0" PsrId="306" Leaf="true">
27612776
<Str Cat="Text">
27622777
<Val><![CDATA[Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add `node` to the types field in your tsconfig.]]></Val>
2778+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2779+
<Val><![CDATA[No se encuentra el nombre "{0}". ¿Necesita instalar definiciones de tipo para el nodo? Pruebe "npm i --save-dev @types/node" y, a continuación, agregue "node" al campo de tipos del archivo tsconfig.]]></Val>
2780+
</Tgt>
27632781
</Str>
27642782
<Disp Icon="Str" />
27652783
</Item>
@@ -11295,6 +11313,9 @@
1129511313
<Item ItemId=";Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare__7035" ItemType="0" PsrId="306" Leaf="true">
1129611314
<Str Cat="Text">
1129711315
<Val><![CDATA[Try `npm i --save-dev @types/{1}` if it exists or add a new declaration (.d.ts) file containing `declare module '{0}';`]]></Val>
11316+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11317+
<Val><![CDATA[Pruebe "npm i --save-dev @types/{1}" si existe o agregue un nuevo archivo de declaración (.d.ts) que incluya "declare module '{0}';".]]></Val>
11318+
</Tgt>
1129811319
</Str>
1129911320
<Disp Icon="Str" />
1130011321
</Item>

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,8 +2697,8 @@
26972697
<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">
26982698
<Str Cat="Text">
26992699
<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>
2700-
<Tgt Cat="Text" Stat="Update" Orig="New">
2701-
<Val><![CDATA[Non è possibile trovare il nome '{0}'. È necessario modificare la libreria di destinazione? Provare a impostare l'opzione `lib` del compilatore su es2015 o versioni successive.]]></Val>
2700+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2701+
<Val><![CDATA[Non è possibile trovare il nome '{0}'. È necessario modificare la libreria di destinazione? Provare a impostare l'opzione `lib` del compilatore su '{1}' o versioni successive.]]></Val>
27022702
</Tgt>
27032703
<Prev Cat="Text">
27042704
<Val><![CDATA[Cannot find name '{0}'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.]]></Val>
@@ -8514,6 +8514,9 @@
85148514
<Item ItemId=";Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550" ItemType="0" PsrId="306" Leaf="true">
85158515
<Str Cat="Text">
85168516
<Val><![CDATA[Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the `lib` compiler option to '{2}' or later.]]></Val>
8517+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8518+
<Val><![CDATA[La proprietà '{0}' non esiste nel tipo '{1}'. È necessario modificare la libreria di destinazione? Provare a impostare l'opzione `lib` del compilatore su '{2}' o versioni successive.]]></Val>
8519+
</Tgt>
85178520
</Str>
85188521
<Disp Icon="Str" />
85198522
</Item>
@@ -12945,6 +12948,9 @@
1294512948
<Item ItemId=";_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031" ItemType="0" PsrId="306" Leaf="true">
1294612949
<Str Cat="Text">
1294712950
<Val><![CDATA['{0}' modifier cannot appear on class elements of this kind.]]></Val>
12951+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12952+
<Val><![CDATA[Il modificatore '{0}' non può essere incluso in elementi di classe di questo tipo.]]></Val>
12953+
</Tgt>
1294812954
</Str>
1294912955
<Disp Icon="Str" />
1295012956
</Item>

0 commit comments

Comments
 (0)