Skip to content

Commit ea2bc4c

Browse files
authored
LEGO: Merge pull request 24157
LEGO: Merge pull request 24157
2 parents b4ca23d + c52b069 commit ea2bc4c

File tree

3 files changed

+87
-6
lines changed

3 files changed

+87
-6
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,6 +3102,9 @@
31023102
<Item ItemId=";Dynamic_import_is_only_supported_when_module_flag_is_commonjs_or_esNext_1323" ItemType="0" PsrId="306" Leaf="true">
31033103
<Str Cat="Text">
31043104
<Val><![CDATA[Dynamic import is only supported when '--module' flag is 'commonjs' or 'esNext'.]]></Val>
3105+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3106+
<Val><![CDATA[L'importation dynamique est prise en charge uniquement quand l'indicateur '--module' a la valeur 'commonjs' ou 'esNext'.]]></Val>
3107+
</Tgt>
31053108
</Str>
31063109
<Disp Icon="Str" />
31073110
</Item>
@@ -5289,6 +5292,9 @@
52895292
<Item ItemId=";Move_to_a_new_file_95049" ItemType="0" PsrId="306" Leaf="true">
52905293
<Str Cat="Text">
52915294
<Val><![CDATA[Move to a new file]]></Val>
5295+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5296+
<Val><![CDATA[Déplacer vers un nouveau fichier]]></Val>
5297+
</Tgt>
52925298
</Str>
52935299
<Disp Icon="Str" />
52945300
</Item>
@@ -6558,6 +6564,15 @@
65586564
</Str>
65596565
<Disp Icon="Str" />
65606566
</Item>
6567+
<Item ItemId=";Remove_all_unreachable_code_95051" ItemType="0" PsrId="306" Leaf="true">
6568+
<Str Cat="Text">
6569+
<Val><![CDATA[Remove all unreachable code]]></Val>
6570+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6571+
<Val><![CDATA[Supprimer tout le code inaccessible]]></Val>
6572+
</Tgt>
6573+
</Str>
6574+
<Disp Icon="Str" />
6575+
</Item>
65616576
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
65626577
<Str Cat="Text">
65636578
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -6588,6 +6603,15 @@
65886603
</Str>
65896604
<Disp Icon="Str" />
65906605
</Item>
6606+
<Item ItemId=";Remove_unreachable_code_95050" ItemType="0" PsrId="306" Leaf="true">
6607+
<Str Cat="Text">
6608+
<Val><![CDATA[Remove unreachable code]]></Val>
6609+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6610+
<Val><![CDATA[Supprimer le code inaccessible]]></Val>
6611+
</Tgt>
6612+
</Str>
6613+
<Disp Icon="Str" />
6614+
</Item>
65916615
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
65926616
<Str Cat="Text">
65936617
<Val><![CDATA[Replace import with '{0}'.]]></Val>

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

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3081,20 +3081,20 @@
30813081
</Str>
30823082
<Disp Icon="Str" />
30833083
</Item>
3084-
<Item ItemId=";Dynamic_import_cannot_be_used_when_targeting_ECMAScript_2015_modules_1323" ItemType="0" PsrId="306" Leaf="true">
3084+
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
30853085
<Str Cat="Text">
3086-
<Val><![CDATA[Dynamic import cannot be used when targeting ECMAScript 2015 modules.]]></Val>
3086+
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
30873087
<Tgt Cat="Text" Stat="Loc" Orig="New">
3088-
<Val><![CDATA[Non è possibile usare l'importazione dinamica quando come destinazione si impostano moduli ECMAScript 2015.]]></Val>
3088+
<Val><![CDATA[Nell'importazione dinamica non possono essere presenti argomenti tipo]]></Val>
30893089
</Tgt>
30903090
</Str>
30913091
<Disp Icon="Str" />
30923092
</Item>
3093-
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
3093+
<Item ItemId=";Dynamic_import_is_only_supported_when_module_flag_is_commonjs_or_esNext_1323" ItemType="0" PsrId="306" Leaf="true">
30943094
<Str Cat="Text">
3095-
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
3095+
<Val><![CDATA[Dynamic import is only supported when '--module' flag is 'commonjs' or 'esNext'.]]></Val>
30963096
<Tgt Cat="Text" Stat="Loc" Orig="New">
3097-
<Val><![CDATA[Nell'importazione dinamica non possono essere presenti argomenti tipo]]></Val>
3097+
<Val><![CDATA[L'importazione dinamica è supportata solo quando il valore del flag '--module' è 'commonjs' o 'esNext'.]]></Val>
30983098
</Tgt>
30993099
</Str>
31003100
<Disp Icon="Str" />
@@ -5280,6 +5280,15 @@
52805280
</Str>
52815281
<Disp Icon="Str" />
52825282
</Item>
5283+
<Item ItemId=";Move_to_a_new_file_95049" ItemType="0" PsrId="306" Leaf="true">
5284+
<Str Cat="Text">
5285+
<Val><![CDATA[Move to a new file]]></Val>
5286+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5287+
<Val><![CDATA[Passare a un nuovo file]]></Val>
5288+
</Tgt>
5289+
</Str>
5290+
<Disp Icon="Str" />
5291+
</Item>
52835292
<Item ItemId=";Multiple_consecutive_numeric_separators_are_not_permitted_6189" ItemType="0" PsrId="306" Leaf="true">
52845293
<Str Cat="Text">
52855294
<Val><![CDATA[Multiple consecutive numeric separators are not permitted.]]></Val>
@@ -6546,6 +6555,15 @@
65466555
</Str>
65476556
<Disp Icon="Str" />
65486557
</Item>
6558+
<Item ItemId=";Remove_all_unreachable_code_95051" ItemType="0" PsrId="306" Leaf="true">
6559+
<Str Cat="Text">
6560+
<Val><![CDATA[Remove all unreachable code]]></Val>
6561+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6562+
<Val><![CDATA[Rimuovere tutto il codice non eseguibile]]></Val>
6563+
</Tgt>
6564+
</Str>
6565+
<Disp Icon="Str" />
6566+
</Item>
65496567
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
65506568
<Str Cat="Text">
65516569
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -6576,6 +6594,15 @@
65766594
</Str>
65776595
<Disp Icon="Str" />
65786596
</Item>
6597+
<Item ItemId=";Remove_unreachable_code_95050" ItemType="0" PsrId="306" Leaf="true">
6598+
<Str Cat="Text">
6599+
<Val><![CDATA[Remove unreachable code]]></Val>
6600+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6601+
<Val><![CDATA[Rimuovere il codice non eseguibile]]></Val>
6602+
</Tgt>
6603+
</Str>
6604+
<Disp Icon="Str" />
6605+
</Item>
65796606
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
65806607
<Str Cat="Text">
65816608
<Val><![CDATA[Replace import with '{0}'.]]></Val>

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,6 +3083,9 @@
30833083
<Item ItemId=";Dynamic_import_is_only_supported_when_module_flag_is_commonjs_or_esNext_1323" ItemType="0" PsrId="306" Leaf="true">
30843084
<Str Cat="Text">
30853085
<Val><![CDATA[Dynamic import is only supported when '--module' flag is 'commonjs' or 'esNext'.]]></Val>
3086+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3087+
<Val><![CDATA[Só há suporte para importação dinâmica quando o sinalizador '--module' é 'commonjs' ou 'esNext'.]]></Val>
3088+
</Tgt>
30863089
</Str>
30873090
<Disp Icon="Str" />
30883091
</Item>
@@ -5267,6 +5270,15 @@
52675270
</Str>
52685271
<Disp Icon="Str" />
52695272
</Item>
5273+
<Item ItemId=";Move_to_a_new_file_95049" ItemType="0" PsrId="306" Leaf="true">
5274+
<Str Cat="Text">
5275+
<Val><![CDATA[Move to a new file]]></Val>
5276+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5277+
<Val><![CDATA[Mover para um novo arquivo]]></Val>
5278+
</Tgt>
5279+
</Str>
5280+
<Disp Icon="Str" />
5281+
</Item>
52705282
<Item ItemId=";Multiple_consecutive_numeric_separators_are_not_permitted_6189" ItemType="0" PsrId="306" Leaf="true">
52715283
<Str Cat="Text">
52725284
<Val><![CDATA[Multiple consecutive numeric separators are not permitted.]]></Val>
@@ -6530,6 +6542,15 @@
65306542
</Str>
65316543
<Disp Icon="Str" />
65326544
</Item>
6545+
<Item ItemId=";Remove_all_unreachable_code_95051" ItemType="0" PsrId="306" Leaf="true">
6546+
<Str Cat="Text">
6547+
<Val><![CDATA[Remove all unreachable code]]></Val>
6548+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6549+
<Val><![CDATA[Remover todo o código inacessível]]></Val>
6550+
</Tgt>
6551+
</Str>
6552+
<Disp Icon="Str" />
6553+
</Item>
65336554
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
65346555
<Str Cat="Text">
65356556
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -6560,6 +6581,15 @@
65606581
</Str>
65616582
<Disp Icon="Str" />
65626583
</Item>
6584+
<Item ItemId=";Remove_unreachable_code_95050" ItemType="0" PsrId="306" Leaf="true">
6585+
<Str Cat="Text">
6586+
<Val><![CDATA[Remove unreachable code]]></Val>
6587+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6588+
<Val><![CDATA[Remover código inacessível]]></Val>
6589+
</Tgt>
6590+
</Str>
6591+
<Disp Icon="Str" />
6592+
</Item>
65636593
<Item ItemId=";Replace_import_with_0_95015" ItemType="0" PsrId="306" Leaf="true">
65646594
<Str Cat="Text">
65656595
<Val><![CDATA[Replace import with '{0}'.]]></Val>

0 commit comments

Comments
 (0)