Skip to content

Commit ece47d9

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent e4950b2 commit ece47d9

File tree

3 files changed

+75
-6
lines changed

3 files changed

+75
-6
lines changed

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

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3729,6 +3729,12 @@
37293729
</Str>
37303730
<Disp Icon="Str" />
37313731
</Item>
3732+
<Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true">
3733+
<Str Cat="Text">
3734+
<Val><![CDATA[Declare private method '{0}']]></Val>
3735+
</Str>
3736+
<Disp Icon="Str" />
3737+
</Item>
37323738
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
37333739
<Str Cat="Text">
37343740
<Val><![CDATA[Declare private property '{0}']]></Val>
@@ -4713,6 +4719,15 @@
47134719
</Str>
47144720
<Disp Icon="Str" />
47154721
</Item>
4722+
<Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true">
4723+
<Str Cat="Text">
4724+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4725+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4726+
<Val><![CDATA[Impossible d'effectuer l'élévation à une puissance sur des valeurs 'bigint' sauf si l'option 'target' a la valeur 'es2016' ou une valeur correspondant à une version ultérieure.]]></Val>
4727+
</Tgt>
4728+
</Str>
4729+
<Disp Icon="Str" />
4730+
</Item>
47164731
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
47174732
<Str Cat="Text">
47184733
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5163,6 +5178,15 @@
51635178
</Str>
51645179
<Disp Icon="Str" />
51655180
</Item>
5181+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5182+
<Str Cat="Text">
5183+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5184+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5185+
<Val><![CDATA[Corriger tous les types de retour incorrects des fonctions asynchrone]]></Val>
5186+
</Tgt>
5187+
</Str>
5188+
<Disp Icon="Str" />
5189+
</Item>
51665190
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51675191
<Str Cat="Text">
51685192
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8733,6 +8757,15 @@
87338757
</Str>
87348758
<Disp Icon="Str" />
87358759
</Item>
8760+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8761+
<Str Cat="Text">
8762+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8763+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8764+
<Val><![CDATA[Remplacer '{0}' par 'Promise<{1}>']]></Val>
8765+
</Tgt>
8766+
</Str>
8767+
<Disp Icon="Str" />
8768+
</Item>
87368769
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87378770
<Str Cat="Text">
87388771
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10299,11 +10332,11 @@
1029910332
</Str>
1030010333
<Disp Icon="Str" />
1030110334
</Item>
10302-
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true">
10335+
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true">
1030310336
<Str Cat="Text">
10304-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10337+
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val>
1030510338
<Tgt Cat="Text" Stat="Loc" Orig="New">
10306-
<Val><![CDATA[Le type de retour d'une fonction ou d'une méthode async doit être le type Promise<T> global.]]></Val>
10339+
<Val><![CDATA[Le type de retour d'une fonction ou d'une méthode asynchrone doit être le type global Promise<T>. Vouliez-vous vraiment écrire 'Promise<{0}>' ?]]></Val>
1030710340
</Tgt>
1030810341
</Str>
1030910342
<Disp Icon="Str" />

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

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3717,6 +3717,12 @@
37173717
</Str>
37183718
<Disp Icon="Str" />
37193719
</Item>
3720+
<Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true">
3721+
<Str Cat="Text">
3722+
<Val><![CDATA[Declare private method '{0}']]></Val>
3723+
</Str>
3724+
<Disp Icon="Str" />
3725+
</Item>
37203726
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
37213727
<Str Cat="Text">
37223728
<Val><![CDATA[Declare private property '{0}']]></Val>
@@ -4701,6 +4707,15 @@
47014707
</Str>
47024708
<Disp Icon="Str" />
47034709
</Item>
4710+
<Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true">
4711+
<Str Cat="Text">
4712+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4713+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4714+
<Val><![CDATA[Non è possibile usare l'elevamento a potenza su valori 'bigint' a meno che l'opzione 'target' non sia impostata su 'es2016' o versioni successive.]]></Val>
4715+
</Tgt>
4716+
</Str>
4717+
<Disp Icon="Str" />
4718+
</Item>
47044719
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
47054720
<Str Cat="Text">
47064721
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5151,6 +5166,15 @@
51515166
</Str>
51525167
<Disp Icon="Str" />
51535168
</Item>
5169+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5170+
<Str Cat="Text">
5171+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5172+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5173+
<Val><![CDATA[Correggere tutti i tipi restituiti non corretti di una funzione asincrona]]></Val>
5174+
</Tgt>
5175+
</Str>
5176+
<Disp Icon="Str" />
5177+
</Item>
51545178
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51555179
<Str Cat="Text">
51565180
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8721,6 +8745,15 @@
87218745
</Str>
87228746
<Disp Icon="Str" />
87238747
</Item>
8748+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8749+
<Str Cat="Text">
8750+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8751+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8752+
<Val><![CDATA[Sostituire '{0}' con 'Promise<{1}>']]></Val>
8753+
</Tgt>
8754+
</Str>
8755+
<Disp Icon="Str" />
8756+
</Item>
87248757
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87258758
<Str Cat="Text">
87268759
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10287,11 +10320,11 @@
1028710320
</Str>
1028810321
<Disp Icon="Str" />
1028910322
</Item>
10290-
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true">
10323+
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true">
1029110324
<Str Cat="Text">
10292-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10325+
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val>
1029310326
<Tgt Cat="Text" Stat="Loc" Orig="New">
10294-
<Val><![CDATA[Il tipo restituito di un metodo o una funzione asincrona deve essere il tipo globale Promise<T>.]]></Val>
10327+
<Val><![CDATA[Il tipo restituito di un metodo o una funzione asincrona deve essere il tipo globale Promise<T>. Si intendeva scrivere 'Promise<{0}>'?]]></Val>
1029510328
</Tgt>
1029610329
</Str>
1029710330
<Disp Icon="Str" />

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5168,6 +5168,9 @@
51685168
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
51695169
<Str Cat="Text">
51705170
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5171+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5172+
<Val><![CDATA[Исправьте все неправильные возвращаемые типы асинхронных функций.]]></Val>
5173+
</Tgt>
51715174
</Str>
51725175
<Disp Icon="Str" />
51735176
</Item>

0 commit comments

Comments
 (0)