Skip to content

Commit b908d66

Browse files
authored
LEGO: Merge pull request 40566
LEGO: Merge pull request 40566
2 parents 98314d7 + ca7c413 commit b908d66

File tree

2 files changed

+83
-23
lines changed

2 files changed

+83
-23
lines changed

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

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,8 +1503,8 @@
15031503
<Item ItemId=";All_type_parameters_are_unused_6205" ItemType="0" PsrId="306" Leaf="true">
15041504
<Str Cat="Text">
15051505
<Val><![CDATA[All type parameters are unused.]]></Val>
1506-
<Tgt Cat="Text" Stat="Update" Orig="New">
1507-
<Val><![CDATA[Tous les paramètres de type sont inutilisés]]></Val>
1506+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1507+
<Val><![CDATA[Tous les paramètres de type sont inutilisés.]]></Val>
15081508
</Tgt>
15091509
<Prev Cat="Text">
15101510
<Val><![CDATA[All type parameters are unused]]></Val>
@@ -1794,8 +1794,8 @@
17941794
<Item ItemId=";An_expression_of_type_void_cannot_be_tested_for_truthiness_1345" ItemType="0" PsrId="306" Leaf="true">
17951795
<Str Cat="Text">
17961796
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness.]]></Val>
1797-
<Tgt Cat="Text" Stat="Update" Orig="New">
1798-
<Val><![CDATA[Impossible de tester une expression de type 'void' pour déterminer si elle a la valeur true]]></Val>
1797+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1798+
<Val><![CDATA[Impossible de tester une expression de type 'void' pour déterminer si elle a la valeur true.]]></Val>
17991799
</Tgt>
18001800
<Prev Cat="Text">
18011801
<Val><![CDATA[An expression of type 'void' cannot be tested for truthiness]]></Val>
@@ -2625,8 +2625,8 @@
26252625
<Item ItemId=";Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732" ItemType="0" PsrId="306" Leaf="true">
26262626
<Str Cat="Text">
26272627
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension.]]></Val>
2628-
<Tgt Cat="Text" Stat="Update" Orig="New">
2629-
<Val><![CDATA[Le module '{0}' est introuvable. Utilisez '--resolveJsonModule' pour importer le module avec l'extension '.json']]></Val>
2628+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2629+
<Val><![CDATA[Le module '{0}' est introuvable. Utilisez '--resolveJsonModule' pour importer le module avec l'extension '.json'.]]></Val>
26302630
</Tgt>
26312631
<Prev Cat="Text">
26322632
<Val><![CDATA[Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension]]></Val>
@@ -3465,6 +3465,9 @@
34653465
<Item ItemId=";Convert_0_to_1_in_0_95003" ItemType="0" PsrId="306" Leaf="true">
34663466
<Str Cat="Text">
34673467
<Val><![CDATA[Convert '{0}' to '{1} in {0}']]></Val>
3468+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3469+
<Val><![CDATA[Convertir '{0}' en '{1} dans {0}']]></Val>
3470+
</Tgt>
34683471
</Str>
34693472
<Disp Icon="Str" />
34703473
</Item>
@@ -4509,8 +4512,8 @@
45094512
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
45104513
<Str Cat="Text">
45114514
<Val><![CDATA[Dynamic import cannot have type arguments.]]></Val>
4512-
<Tgt Cat="Text" Stat="Update" Orig="New">
4513-
<Val><![CDATA[L'importation dynamique ne peut pas avoir d'arguments de type]]></Val>
4515+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4516+
<Val><![CDATA[L'importation dynamique ne peut pas avoir d'arguments de type.]]></Val>
45144517
</Tgt>
45154518
<Prev Cat="Text">
45164519
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
@@ -8298,8 +8301,8 @@
82988301
<Item ItemId=";Private_identifiers_cannot_be_used_as_parameters_18009" ItemType="0" PsrId="306" Leaf="true">
82998302
<Str Cat="Text">
83008303
<Val><![CDATA[Private identifiers cannot be used as parameters.]]></Val>
8301-
<Tgt Cat="Text" Stat="Update" Orig="New">
8302-
<Val><![CDATA[Les identificateurs privés ne peuvent pas être utilisés en tant que paramètres]]></Val>
8304+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8305+
<Val><![CDATA[Les identificateurs privés ne peuvent pas être utilisés en tant que paramètres.]]></Val>
83038306
</Tgt>
83048307
<Prev Cat="Text">
83058308
<Val><![CDATA[Private identifiers cannot be used as parameters]]></Val>
@@ -8538,8 +8541,8 @@
85388541
<Item ItemId=";Property_0_is_a_static_member_of_type_1_2576" ItemType="0" PsrId="306" Leaf="true">
85398542
<Str Cat="Text">
85408543
<Val><![CDATA[Property '{0}' is a static member of type '{1}'.]]></Val>
8541-
<Tgt Cat="Text" Stat="Update" Orig="New">
8542-
<Val><![CDATA[La propriété '{0}' est un membre statique du type '{1}']]></Val>
8544+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8545+
<Val><![CDATA[La propriété '{0}' est un membre statique de type '{1}'.]]></Val>
85438546
</Tgt>
85448547
<Prev Cat="Text">
85458548
<Val><![CDATA[Property '{0}' is a static member of type '{1}']]></Val>
@@ -12912,8 +12915,8 @@
1291212915
<Item ItemId=";_0_modifier_cannot_be_used_with_a_private_identifier_18019" ItemType="0" PsrId="306" Leaf="true">
1291312916
<Str Cat="Text">
1291412917
<Val><![CDATA['{0}' modifier cannot be used with a private identifier.]]></Val>
12915-
<Tgt Cat="Text" Stat="Update" Orig="New">
12916-
<Val><![CDATA[Le modificateur '{0}' ne peut pas être utilisé avec un identificateur privé]]></Val>
12918+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12919+
<Val><![CDATA[Le modificateur '{0}' ne peut pas être utilisé avec un identificateur privé.]]></Val>
1291712920
</Tgt>
1291812921
<Prev Cat="Text">
1291912922
<Val><![CDATA['{0}' modifier cannot be used with a private identifier]]></Val>

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

Lines changed: 66 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3443,6 +3443,15 @@
34433443
</Str>
34443444
<Disp Icon="Str" />
34453445
</Item>
3446+
<Item ItemId=";Convert_0_to_1_in_0_95003" ItemType="0" PsrId="306" Leaf="true">
3447+
<Str Cat="Text">
3448+
<Val><![CDATA[Convert '{0}' to '{1} in {0}']]></Val>
3449+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3450+
<Val><![CDATA[Converter '{0}' em '{1} em {0}']]></Val>
3451+
</Tgt>
3452+
</Str>
3453+
<Disp Icon="Str" />
3454+
</Item>
34463455
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
34473456
<Str Cat="Text">
34483457
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
@@ -3524,6 +3533,15 @@
35243533
</Str>
35253534
<Disp Icon="Str" />
35263535
</Item>
3536+
<Item ItemId=";Convert_all_type_literals_to_mapped_type_95021" ItemType="0" PsrId="306" Leaf="true">
3537+
<Str Cat="Text">
3538+
<Val><![CDATA[Convert all type literals to mapped type]]></Val>
3539+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3540+
<Val><![CDATA[Converter todos os literais de tipo em tipo mapeado]]></Val>
3541+
</Tgt>
3542+
</Str>
3543+
<Disp Icon="Str" />
3544+
</Item>
35273545
<Item ItemId=";Convert_arrow_function_or_function_expression_95122" ItemType="0" PsrId="306" Leaf="true">
35283546
<Str Cat="Text">
35293547
<Val><![CDATA[Convert arrow function or function expression]]></Val>
@@ -5624,6 +5642,12 @@
56245642
</Str>
56255643
<Disp Icon="Str" />
56265644
</Item>
5645+
<Item ItemId=";Generates_an_event_trace_and_a_list_of_types_6237" ItemType="0" PsrId="306" Leaf="true">
5646+
<Str Cat="Text">
5647+
<Val><![CDATA[Generates an event trace and a list of types.]]></Val>
5648+
</Str>
5649+
<Disp Icon="Str" />
5650+
</Item>
56275651
<Item ItemId=";Generates_corresponding_d_ts_file_6002" ItemType="0" PsrId="306" Leaf="true">
56285652
<Str Cat="Text">
56295653
<Val><![CDATA[Generates corresponding '.d.ts' file.]]></Val>
@@ -6041,6 +6065,12 @@
60416065
</Str>
60426066
<Disp Icon="Str" />
60436067
</Item>
6068+
<Item ItemId=";Include_undefined_in_index_signature_results_6800" ItemType="0" PsrId="306" Leaf="true">
6069+
<Str Cat="Text">
6070+
<Val><![CDATA[Include 'undefined' in index signature results]]></Val>
6071+
</Str>
6072+
<Disp Icon="Str" />
6073+
</Item>
60446074
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
60456075
<Str Cat="Text">
60466076
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@@ -7253,6 +7283,12 @@
72537283
</Str>
72547284
<Disp Icon="Str" />
72557285
</Item>
7286+
<Item ItemId=";Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash_5090" ItemType="0" PsrId="306" Leaf="true">
7287+
<Str Cat="Text">
7288+
<Val><![CDATA[Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a leading './'?]]></Val>
7289+
</Str>
7290+
<Disp Icon="Str" />
7291+
</Item>
72567292
<Item ItemId=";Non_simple_parameter_declared_here_1348" ItemType="0" PsrId="306" Leaf="true">
72577293
<Str Cat="Text">
72587294
<Val><![CDATA[Non-simple parameter declared here.]]></Val>
@@ -7571,6 +7607,12 @@
75717607
</Str>
75727608
<Disp Icon="Str" />
75737609
</Item>
7610+
<Item ItemId=";Option_0_cannot_be_specified_when_option_jsx_is_1_5089" ItemType="0" PsrId="306" Leaf="true">
7611+
<Str Cat="Text">
7612+
<Val><![CDATA[Option '{0}' cannot be specified when option 'jsx' is '{1}'.]]></Val>
7613+
</Str>
7614+
<Disp Icon="Str" />
7615+
</Item>
75747616
<Item ItemId=";Option_0_cannot_be_specified_when_option_target_is_ES3_5048" ItemType="0" PsrId="306" Leaf="true">
75757617
<Str Cat="Text">
75767618
<Val><![CDATA[Option '{0}' cannot be specified when option 'target' is 'ES3'.]]></Val>
@@ -7643,15 +7685,6 @@
76437685
</Str>
76447686
<Disp Icon="Str" />
76457687
</Item>
7646-
<Item ItemId=";Option_paths_cannot_be_used_without_specifying_baseUrl_option_5060" ItemType="0" PsrId="306" Leaf="true">
7647-
<Str Cat="Text">
7648-
<Val><![CDATA[Option 'paths' cannot be used without specifying '--baseUrl' option.]]></Val>
7649-
<Tgt Cat="Text" Stat="Loc" Orig="New">
7650-
<Val><![CDATA[A opção 'paths' não pode ser usada sem se especificar a opção '--baseUrl'.]]></Val>
7651-
</Tgt>
7652-
</Str>
7653-
<Disp Icon="Str" />
7654-
</Item>
76557688
<Item ItemId=";Option_project_cannot_be_mixed_with_source_files_on_a_command_line_5042" ItemType="0" PsrId="306" Leaf="true">
76567689
<Str Cat="Text">
76577690
<Val><![CDATA[Option 'project' cannot be mixed with source files on a command line.]]></Val>
@@ -8747,6 +8780,12 @@
87478780
</Str>
87488781
<Disp Icon="Str" />
87498782
</Item>
8783+
<Item ItemId=";Provides_a_root_package_name_when_using_outFile_with_declarations_1390" ItemType="0" PsrId="306" Leaf="true">
8784+
<Str Cat="Text">
8785+
<Val><![CDATA[Provides a root package name when using outFile with declarations.]]></Val>
8786+
</Str>
8787+
<Disp Icon="Str" />
8788+
</Item>
87508789
<Item ItemId=";Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4098" ItemType="0" PsrId="306" Leaf="true">
87518790
<Str Cat="Text">
87528791
<Val><![CDATA[Public method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
@@ -9893,6 +9932,12 @@
98939932
</Str>
98949933
<Disp Icon="Str" />
98959934
</Item>
9935+
<Item ItemId=";Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react_6238" ItemType="0" PsrId="306" Leaf="true">
9936+
<Str Cat="Text">
9937+
<Val><![CDATA[Specify the module specifier to be used to import the `jsx` and `jsxs` factory functions from. eg, react]]></Val>
9938+
</Str>
9939+
<Disp Icon="Str" />
9940+
</Item>
98969941
<Item ItemId=";Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir_6058" ItemType="0" PsrId="306" Leaf="true">
98979942
<Str Cat="Text">
98989943
<Val><![CDATA[Specify the root directory of input files. Use to control the output directory structure with --outDir.]]></Val>
@@ -10184,6 +10229,12 @@
1018410229
</Str>
1018510230
<Disp Icon="Str" />
1018610231
</Item>
10232+
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10233+
<Str Cat="Text">
10234+
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10235+
</Str>
10236+
<Disp Icon="Str" />
10237+
</Item>
1018710238
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1018810239
<Str Cat="Text">
1018910240
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10265,6 +10316,12 @@
1026510316
</Str>
1026610317
<Disp Icon="Str" />
1026710318
</Item>
10319+
<Item ItemId=";The_bundledPackageName_option_must_be_provided_when_using_outFile_and_node_module_resolution_with_de_1391" ItemType="0" PsrId="306" Leaf="true">
10320+
<Str Cat="Text">
10321+
<Val><![CDATA[The `bundledPackageName` option must be provided when using outFile and node module resolution with declaration emit.]]></Val>
10322+
</Str>
10323+
<Disp Icon="Str" />
10324+
</Item>
1026810325
<Item ItemId=";The_character_set_of_the_input_files_6163" ItemType="0" PsrId="306" Leaf="true">
1026910326
<Str Cat="Text">
1027010327
<Val><![CDATA[The character set of the input files.]]></Val>

0 commit comments

Comments
 (0)