Skip to content

Commit 43b5fec

Browse files
authored
LEGO: Merge pull request 40822
LEGO: Merge pull request 40822
2 parents 3e824f1 + 79c7562 commit 43b5fec

File tree

4 files changed

+95
-62
lines changed

4 files changed

+95
-62
lines changed

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

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@
14321432
<Str Cat="Text">
14331433
<Val><![CDATA[Add 'void' to Promise resolved without a value]]></Val>
14341434
<Tgt Cat="Text" Stat="Loc" Orig="New">
1435-
<Val><![CDATA[Ajouter 'void' à une promesse résolue sans valeur]]></Val>
1435+
<Val><![CDATA[Ajouter 'void' à un Promise résolu sans valeur]]></Val>
14361436
</Tgt>
14371437
</Str>
14381438
<Disp Icon="Str" />
@@ -1441,7 +1441,7 @@
14411441
<Str Cat="Text">
14421442
<Val><![CDATA[Add 'void' to all Promises resolved without a value]]></Val>
14431443
<Tgt Cat="Text" Stat="Loc" Orig="New">
1444-
<Val><![CDATA[Ajouter 'void' à Toutes les promesses résolues sans valeur]]></Val>
1444+
<Val><![CDATA[Ajouter 'void' à toutes les promesses résolues sans valeur]]></Val>
14451445
</Tgt>
14461446
</Str>
14471447
<Disp Icon="Str" />
@@ -3969,6 +3969,24 @@
39693969
</Str>
39703970
<Disp Icon="Str" />
39713971
</Item>
3972+
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
3973+
<Str Cat="Text">
3974+
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
3975+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3976+
<Val><![CDATA[Les déclarations avec des assertions d'affectation définies doivent également avoir des annotations de type.]]></Val>
3977+
</Tgt>
3978+
</Str>
3979+
<Disp Icon="Str" />
3980+
</Item>
3981+
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
3982+
<Str Cat="Text">
3983+
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3984+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3985+
<Val><![CDATA[Les déclarations avec des initialiseurs ne peuvent pas avoir également des assertions d'affectation définies.]]></Val>
3986+
</Tgt>
3987+
</Str>
3988+
<Disp Icon="Str" />
3989+
</Item>
39723990
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
39733991
<Str Cat="Text">
39743992
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@@ -4071,15 +4089,6 @@
40714089
</Str>
40724090
<Disp Icon="Str" />
40734091
</Item>
4074-
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
4075-
<Str Cat="Text">
4076-
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
4077-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4078-
<Val><![CDATA[Les assertions d'assignation définies peuvent être utilisées uniquement avec une annotation de type.]]></Val>
4079-
</Tgt>
4080-
</Str>
4081-
<Disp Icon="Str" />
4082-
</Item>
40834092
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
40844093
<Str Cat="Text">
40854094
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@@ -9142,7 +9151,7 @@
91429151
<Str Cat="Text">
91439152
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
91449153
<Tgt Cat="Text" Stat="Loc" Orig="New">
9145-
<Val><![CDATA[Supprimer les déclarations inutilisées pour : '{0}']]></Val>
9154+
<Val><![CDATA[Supprimer les déclarations inutilisées pour '{0}']]></Val>
91469155
</Tgt>
91479156
</Str>
91489157
<Disp Icon="Str" />
@@ -10296,15 +10305,6 @@
1029610305
</Str>
1029710306
<Disp Icon="Str" />
1029810307
</Item>
10299-
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10300-
<Str Cat="Text">
10301-
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10302-
<Tgt Cat="Text" Stat="Loc" Orig="New">
10303-
<Val><![CDATA[L'argument de type littéral de modèle '{0}' n'est pas un type littéral ou un type générique.]]></Val>
10304-
</Tgt>
10305-
</Str>
10306-
<Disp Icon="Str" />
10307-
</Item>
1030810308
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1030910309
<Str Cat="Text">
1031010310
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10587,6 +10587,15 @@
1058710587
</Str>
1058810588
<Disp Icon="Str" />
1058910589
</Item>
10590+
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
10591+
<Str Cat="Text">
10592+
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10593+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10594+
<Val><![CDATA[Le mot clé 'intrinsic' peut uniquement être utilisé pour déclarer les types intrinsèques fournis par le compilateur.]]></Val>
10595+
</Tgt>
10596+
</Str>
10597+
<Disp Icon="Str" />
10598+
</Item>
1059010599
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1059110600
<Str Cat="Text">
1059210601
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

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

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3957,6 +3957,24 @@
39573957
</Str>
39583958
<Disp Icon="Str" />
39593959
</Item>
3960+
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
3961+
<Str Cat="Text">
3962+
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
3963+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3964+
<Val><![CDATA[Le dichiarazioni con asserzioni di assegnazione definite devono includere anche annotazioni di tipo.]]></Val>
3965+
</Tgt>
3966+
</Str>
3967+
<Disp Icon="Str" />
3968+
</Item>
3969+
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
3970+
<Str Cat="Text">
3971+
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3972+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3973+
<Val><![CDATA[Le dichiarazioni con inizializzatori non possono includere anche asserzioni di assegnazione definite.]]></Val>
3974+
</Tgt>
3975+
</Str>
3976+
<Disp Icon="Str" />
3977+
</Item>
39603978
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
39613979
<Str Cat="Text">
39623980
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@@ -4059,15 +4077,6 @@
40594077
</Str>
40604078
<Disp Icon="Str" />
40614079
</Item>
4062-
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
4063-
<Str Cat="Text">
4064-
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
4065-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4066-
<Val><![CDATA[Le asserzioni di assegnazione definite possono essere usate solo con un'annotazione di tipo.]]></Val>
4067-
</Tgt>
4068-
</Str>
4069-
<Disp Icon="Str" />
4070-
</Item>
40714080
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
40724081
<Str Cat="Text">
40734082
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@@ -10284,15 +10293,6 @@
1028410293
</Str>
1028510294
<Disp Icon="Str" />
1028610295
</Item>
10287-
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10288-
<Str Cat="Text">
10289-
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10290-
<Tgt Cat="Text" Stat="Loc" Orig="New">
10291-
<Val><![CDATA[L'argomento '{0}' del tipo di valore letterale del modello non è un tipo di valore letterale o generico.]]></Val>
10292-
</Tgt>
10293-
</Str>
10294-
<Disp Icon="Str" />
10295-
</Item>
1029610296
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1029710297
<Str Cat="Text">
1029810298
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10575,6 +10575,15 @@
1057510575
</Str>
1057610576
<Disp Icon="Str" />
1057710577
</Item>
10578+
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
10579+
<Str Cat="Text">
10580+
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10581+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10582+
<Val><![CDATA[La parola chiave 'intrinsic' può essere usata solo per dichiarare tipi intrinseci forniti dal compilatore.]]></Val>
10583+
</Tgt>
10584+
</Str>
10585+
<Disp Icon="Str" />
10586+
</Item>
1057810587
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1057910588
<Str Cat="Text">
1058010589
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

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

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@
14191419
<Str Cat="Text">
14201420
<Val><![CDATA[Add 'void' to Promise resolved without a value]]></Val>
14211421
<Tgt Cat="Text" Stat="Loc" Orig="New">
1422-
<Val><![CDATA[Добавить void в обещание, разрешенное без значения]]></Val>
1422+
<Val><![CDATA[Добавить "void" в Promise (обещание), разрешенное без значения]]></Val>
14231423
</Tgt>
14241424
</Str>
14251425
<Disp Icon="Str" />
@@ -1428,7 +1428,7 @@
14281428
<Str Cat="Text">
14291429
<Val><![CDATA[Add 'void' to all Promises resolved without a value]]></Val>
14301430
<Tgt Cat="Text" Stat="Loc" Orig="New">
1431-
<Val><![CDATA[Добавить void во все обещания, разрешенные без значения]]></Val>
1431+
<Val><![CDATA[Добавить "void" во все Promise (обещания), разрешенные без значения]]></Val>
14321432
</Tgt>
14331433
</Str>
14341434
<Disp Icon="Str" />
@@ -3956,6 +3956,24 @@
39563956
</Str>
39573957
<Disp Icon="Str" />
39583958
</Item>
3959+
<Item ItemId=";Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264" ItemType="0" PsrId="306" Leaf="true">
3960+
<Str Cat="Text">
3961+
<Val><![CDATA[Declarations with definite assignment assertions must also have type annotations.]]></Val>
3962+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3963+
<Val><![CDATA[Объявления с определенными утверждениями присваивания также должны иметь заметки типов.]]></Val>
3964+
</Tgt>
3965+
</Str>
3966+
<Disp Icon="Str" />
3967+
</Item>
3968+
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
3969+
<Str Cat="Text">
3970+
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3971+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3972+
<Val><![CDATA[Объявления с инициализаторами не могут также иметь определенные утверждения присваивания.]]></Val>
3973+
</Tgt>
3974+
</Str>
3975+
<Disp Icon="Str" />
3976+
</Item>
39593977
<Item ItemId=";Declare_a_private_field_named_0_90053" ItemType="0" PsrId="306" Leaf="true">
39603978
<Str Cat="Text">
39613979
<Val><![CDATA[Declare a private field named '{0}'.]]></Val>
@@ -4058,15 +4076,6 @@
40584076
</Str>
40594077
<Disp Icon="Str" />
40604078
</Item>
4061-
<Item ItemId=";Definite_assignment_assertions_can_only_be_used_along_with_a_type_annotation_1258" ItemType="0" PsrId="306" Leaf="true">
4062-
<Str Cat="Text">
4063-
<Val><![CDATA[Definite assignment assertions can only be used along with a type annotation.]]></Val>
4064-
<Tgt Cat="Text" Stat="Loc" Orig="New">
4065-
<Val><![CDATA[Определенные утверждения присваивания можно использовать только вместе с заметкой с типом.]]></Val>
4066-
</Tgt>
4067-
</Str>
4068-
<Disp Icon="Str" />
4069-
</Item>
40704079
<Item ItemId=";Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200" ItemType="0" PsrId="306" Leaf="true">
40714080
<Str Cat="Text">
40724081
<Val><![CDATA[Definitions of the following identifiers conflict with those in another file: {0}]]></Val>
@@ -9129,7 +9138,7 @@
91299138
<Str Cat="Text">
91309139
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
91319140
<Tgt Cat="Text" Stat="Loc" Orig="New">
9132-
<Val><![CDATA[Удалите неиспользуемые объявления для: "{0}"]]></Val>
9141+
<Val><![CDATA[Удалить неиспользуемые объявления для: "{0}"]]></Val>
91339142
</Tgt>
91349143
</Str>
91359144
<Disp Icon="Str" />
@@ -9138,7 +9147,7 @@
91389147
<Str Cat="Text">
91399148
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
91409149
<Tgt Cat="Text" Stat="Loc" Orig="New">
9141-
<Val><![CDATA[Удалите неиспользуемое объявление деструктурирования]]></Val>
9150+
<Val><![CDATA[Удалить неиспользуемое объявление деструктурирования]]></Val>
91429151
</Tgt>
91439152
</Str>
91449153
<Disp Icon="Str" />
@@ -10215,7 +10224,7 @@
1021510224
<Str Cat="Text">
1021610225
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
1021710226
<Tgt Cat="Text" Stat="Loc" Orig="New">
10218-
<Val><![CDATA[Измените все неверно используемые "{0}" на "{1}"]]></Val>
10227+
<Val><![CDATA[Изменить все неверно используемые "{0}" на "{1}"]]></Val>
1021910228
</Tgt>
1022010229
</Str>
1022110230
<Disp Icon="Str" />
@@ -10283,15 +10292,6 @@
1028310292
</Str>
1028410293
<Disp Icon="Str" />
1028510294
</Item>
10286-
<Item ItemId=";Template_literal_type_argument_0_is_not_literal_type_or_a_generic_type_2793" ItemType="0" PsrId="306" Leaf="true">
10287-
<Str Cat="Text">
10288-
<Val><![CDATA[Template literal type argument '{0}' is not literal type or a generic type.]]></Val>
10289-
<Tgt Cat="Text" Stat="Loc" Orig="New">
10290-
<Val><![CDATA[Аргумент типа литерала шаблона "{0}" не является типом литерала или универсальным типом.]]></Val>
10291-
</Tgt>
10292-
</Str>
10293-
<Disp Icon="Str" />
10294-
</Item>
1029510295
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1029610296
<Str Cat="Text">
1029710297
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>
@@ -10574,6 +10574,15 @@
1057410574
</Str>
1057510575
<Disp Icon="Str" />
1057610576
</Item>
10577+
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
10578+
<Str Cat="Text">
10579+
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10580+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10581+
<Val><![CDATA[Ключевое слово intrinsic можно использовать только для объявления внутренних типов, предоставляемых компилятором.]]></Val>
10582+
</Tgt>
10583+
</Str>
10584+
<Disp Icon="Str" />
10585+
</Item>
1057710586
<Item ItemId=";The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016" ItemType="0" PsrId="306" Leaf="true">
1057810587
<Str Cat="Text">
1057910588
<Val><![CDATA[The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option.]]></Val>

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3962,6 +3962,9 @@
39623962
<Item ItemId=";Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263" ItemType="0" PsrId="306" Leaf="true">
39633963
<Str Cat="Text">
39643964
<Val><![CDATA[Declarations with initializers cannot also have definite assignment assertions.]]></Val>
3965+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3966+
<Val><![CDATA[Başlatıcılara sahip bildirimlerde kesin atama onaylamaları olamaz.]]></Val>
3967+
</Tgt>
39653968
</Str>
39663969
<Disp Icon="Str" />
39673970
</Item>
@@ -10568,6 +10571,9 @@
1056810571
<Item ItemId=";The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795" ItemType="0" PsrId="306" Leaf="true">
1056910572
<Str Cat="Text">
1057010573
<Val><![CDATA[The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types.]]></Val>
10574+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10575+
<Val><![CDATA['intrinsic' anahtar sözcüğü, yalnızca derleyicinin sağladığı iç türleri bildirmek için kullanılabilir.]]></Val>
10576+
</Tgt>
1057110577
</Str>
1057210578
<Disp Icon="Str" />
1057310579
</Item>

0 commit comments

Comments
 (0)