Skip to content

Commit a7608e1

Browse files
authored
LEGO: Merge pull request 48422
LEGO: Merge pull request 48422
1 parent 49a12dc commit a7608e1

File tree

8 files changed

+288
-72
lines changed

8 files changed

+288
-72
lines changed

Diff for: src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl

+36-9
Original file line numberDiff line numberDiff line change
@@ -12153,15 +12153,6 @@
1215312153
</Str>
1215412154
<Disp Icon="Str" />
1215512155
</Item>
12156-
<Item ItemId=";Specify_the_folder_for_tsbuildinfo_incremental_compilation_files_6707" ItemType="0" PsrId="306" Leaf="true">
12157-
<Str Cat="Text">
12158-
<Val><![CDATA[Specify the folder for .tsbuildinfo incremental compilation files.]]></Val>
12159-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12160-
<Val><![CDATA[指定 .tsbuildinfo 增量编译文件的文件夹。]]></Val>
12161-
</Tgt>
12162-
</Str>
12163-
<Disp Icon="Str" />
12164-
</Item>
1216512156
<Item ItemId=";Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations_6004" ItemType="0" PsrId="306" Leaf="true">
1216612157
<Str Cat="Text">
1216712158
<Val><![CDATA[Specify the location where debugger should locate TypeScript files instead of source locations.]]></Val>
@@ -12225,6 +12216,15 @@
1222512216
</Str>
1222612217
<Disp Icon="Str" />
1222712218
</Item>
12219+
<Item ItemId=";Specify_the_path_to_tsbuildinfo_incremental_compilation_file_6707" ItemType="0" PsrId="306" Leaf="true">
12220+
<Str Cat="Text">
12221+
<Val><![CDATA[Specify the path to .tsbuildinfo incremental compilation file.]]></Val>
12222+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12223+
<Val><![CDATA[指定 .tsbuildinfo 增量编译文件的路径。]]></Val>
12224+
</Tgt>
12225+
</Str>
12226+
<Disp Icon="Str" />
12227+
</Item>
1222812228
<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">
1222912229
<Str Cat="Text">
1223012230
<Val><![CDATA[Specify the root directory of input files. Use to control the output directory structure with --outDir.]]></Val>
@@ -14004,6 +14004,15 @@
1400414004
</Str>
1400514005
<Disp Icon="Str" />
1400614006
</Item>
14007+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation_2636" ItemType="0" PsrId="306" Leaf="true">
14008+
<Str Cat="Text">
14009+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' as implied by variance annotation.]]></Val>
14010+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14011+
<Val><![CDATA[类型“{0}”不能分配给类型“{1}”,如方差批注所示。]]></Val>
14012+
</Tgt>
14013+
</Str>
14014+
<Disp Icon="Str" />
14015+
</Item>
1400714016
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
1400814017
<Str Cat="Text">
1400914018
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.]]></Val>
@@ -15612,6 +15621,15 @@
1561215621
</Str>
1561315622
<Disp Icon="Str" />
1561415623
</Item>
15624+
<Item ItemId=";_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias_1274" ItemType="0" PsrId="306" Leaf="true">
15625+
<Str Cat="Text">
15626+
<Val><![CDATA['{0}' modifier can only appear on a type parameter of a class, interface or type alias]]></Val>
15627+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15628+
<Val><![CDATA[“{0}”修饰符只能出现在类、接口或类型别名的类型参数上]]></Val>
15629+
</Tgt>
15630+
</Str>
15631+
<Disp Icon="Str" />
15632+
</Item>
1561515633
<Item ItemId=";_0_modifier_cannot_appear_on_a_constructor_declaration_1089" ItemType="0" PsrId="306" Leaf="true">
1561615634
<Str Cat="Text">
1561715635
<Val><![CDATA['{0}' modifier cannot appear on a constructor declaration.]]></Val>
@@ -15648,6 +15666,15 @@
1564815666
</Str>
1564915667
<Disp Icon="Str" />
1565015668
</Item>
15669+
<Item ItemId=";_0_modifier_cannot_appear_on_a_type_parameter_1273" ItemType="0" PsrId="306" Leaf="true">
15670+
<Str Cat="Text">
15671+
<Val><![CDATA['{0}' modifier cannot appear on a type parameter]]></Val>
15672+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15673+
<Val><![CDATA[“{0}”修饰符不能出现在类型参数上]]></Val>
15674+
</Tgt>
15675+
</Str>
15676+
<Disp Icon="Str" />
15677+
</Item>
1565115678
<Item ItemId=";_0_modifier_cannot_appear_on_an_index_signature_1071" ItemType="0" PsrId="306" Leaf="true">
1565215679
<Str Cat="Text">
1565315680
<Val><![CDATA['{0}' modifier cannot appear on an index signature.]]></Val>

Diff for: src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl

+36-9
Original file line numberDiff line numberDiff line change
@@ -12153,15 +12153,6 @@
1215312153
</Str>
1215412154
<Disp Icon="Str" />
1215512155
</Item>
12156-
<Item ItemId=";Specify_the_folder_for_tsbuildinfo_incremental_compilation_files_6707" ItemType="0" PsrId="306" Leaf="true">
12157-
<Str Cat="Text">
12158-
<Val><![CDATA[Specify the folder for .tsbuildinfo incremental compilation files.]]></Val>
12159-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12160-
<Val><![CDATA[指定 .tsbuildinfo 累加編譯檔案的資料夾。]]></Val>
12161-
</Tgt>
12162-
</Str>
12163-
<Disp Icon="Str" />
12164-
</Item>
1216512156
<Item ItemId=";Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations_6004" ItemType="0" PsrId="306" Leaf="true">
1216612157
<Str Cat="Text">
1216712158
<Val><![CDATA[Specify the location where debugger should locate TypeScript files instead of source locations.]]></Val>
@@ -12225,6 +12216,15 @@
1222512216
</Str>
1222612217
<Disp Icon="Str" />
1222712218
</Item>
12219+
<Item ItemId=";Specify_the_path_to_tsbuildinfo_incremental_compilation_file_6707" ItemType="0" PsrId="306" Leaf="true">
12220+
<Str Cat="Text">
12221+
<Val><![CDATA[Specify the path to .tsbuildinfo incremental compilation file.]]></Val>
12222+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12223+
<Val><![CDATA[指定 .tsbuildinfo 累加編譯檔案的路徑。]]></Val>
12224+
</Tgt>
12225+
</Str>
12226+
<Disp Icon="Str" />
12227+
</Item>
1222812228
<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">
1222912229
<Str Cat="Text">
1223012230
<Val><![CDATA[Specify the root directory of input files. Use to control the output directory structure with --outDir.]]></Val>
@@ -14004,6 +14004,15 @@
1400414004
</Str>
1400514005
<Disp Icon="Str" />
1400614006
</Item>
14007+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation_2636" ItemType="0" PsrId="306" Leaf="true">
14008+
<Str Cat="Text">
14009+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' as implied by variance annotation.]]></Val>
14010+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14011+
<Val><![CDATA[無法將型別 '{0}' 指派給型別 '{1}',如變異數註釋所隱含。]]></Val>
14012+
</Tgt>
14013+
</Str>
14014+
<Disp Icon="Str" />
14015+
</Item>
1400714016
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
1400814017
<Str Cat="Text">
1400914018
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.]]></Val>
@@ -15612,6 +15621,15 @@
1561215621
</Str>
1561315622
<Disp Icon="Str" />
1561415623
</Item>
15624+
<Item ItemId=";_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias_1274" ItemType="0" PsrId="306" Leaf="true">
15625+
<Str Cat="Text">
15626+
<Val><![CDATA['{0}' modifier can only appear on a type parameter of a class, interface or type alias]]></Val>
15627+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15628+
<Val><![CDATA['{0}' 修飾元只能出現在類別、介面或型別別名的型別參數上]]></Val>
15629+
</Tgt>
15630+
</Str>
15631+
<Disp Icon="Str" />
15632+
</Item>
1561515633
<Item ItemId=";_0_modifier_cannot_appear_on_a_constructor_declaration_1089" ItemType="0" PsrId="306" Leaf="true">
1561615634
<Str Cat="Text">
1561715635
<Val><![CDATA['{0}' modifier cannot appear on a constructor declaration.]]></Val>
@@ -15648,6 +15666,15 @@
1564815666
</Str>
1564915667
<Disp Icon="Str" />
1565015668
</Item>
15669+
<Item ItemId=";_0_modifier_cannot_appear_on_a_type_parameter_1273" ItemType="0" PsrId="306" Leaf="true">
15670+
<Str Cat="Text">
15671+
<Val><![CDATA['{0}' modifier cannot appear on a type parameter]]></Val>
15672+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15673+
<Val><![CDATA[型別參數上不能出現 '{0}' 修飾元]]></Val>
15674+
</Tgt>
15675+
</Str>
15676+
<Disp Icon="Str" />
15677+
</Item>
1565115678
<Item ItemId=";_0_modifier_cannot_appear_on_an_index_signature_1071" ItemType="0" PsrId="306" Leaf="true">
1565215679
<Str Cat="Text">
1565315680
<Val><![CDATA['{0}' modifier cannot appear on an index signature.]]></Val>

Diff for: src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl

+36-9
Original file line numberDiff line numberDiff line change
@@ -12162,15 +12162,6 @@
1216212162
</Str>
1216312163
<Disp Icon="Str" />
1216412164
</Item>
12165-
<Item ItemId=";Specify_the_folder_for_tsbuildinfo_incremental_compilation_files_6707" ItemType="0" PsrId="306" Leaf="true">
12166-
<Str Cat="Text">
12167-
<Val><![CDATA[Specify the folder for .tsbuildinfo incremental compilation files.]]></Val>
12168-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12169-
<Val><![CDATA[Zadejte složku pro soubory přírůstkové kompilace .tsbuildinfo.]]></Val>
12170-
</Tgt>
12171-
</Str>
12172-
<Disp Icon="Str" />
12173-
</Item>
1217412165
<Item ItemId=";Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations_6004" ItemType="0" PsrId="306" Leaf="true">
1217512166
<Str Cat="Text">
1217612167
<Val><![CDATA[Specify the location where debugger should locate TypeScript files instead of source locations.]]></Val>
@@ -12234,6 +12225,15 @@
1223412225
</Str>
1223512226
<Disp Icon="Str" />
1223612227
</Item>
12228+
<Item ItemId=";Specify_the_path_to_tsbuildinfo_incremental_compilation_file_6707" ItemType="0" PsrId="306" Leaf="true">
12229+
<Str Cat="Text">
12230+
<Val><![CDATA[Specify the path to .tsbuildinfo incremental compilation file.]]></Val>
12231+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12232+
<Val><![CDATA[Zadejte cestu pro soubor přírůstkové kompilace .tsbuildinfo.]]></Val>
12233+
</Tgt>
12234+
</Str>
12235+
<Disp Icon="Str" />
12236+
</Item>
1223712237
<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">
1223812238
<Str Cat="Text">
1223912239
<Val><![CDATA[Specify the root directory of input files. Use to control the output directory structure with --outDir.]]></Val>
@@ -14013,6 +14013,15 @@
1401314013
</Str>
1401414014
<Disp Icon="Str" />
1401514015
</Item>
14016+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation_2636" ItemType="0" PsrId="306" Leaf="true">
14017+
<Str Cat="Text">
14018+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' as implied by variance annotation.]]></Val>
14019+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14020+
<Val><![CDATA[Typ {0} nelze přiřadit k typu {1}, jak je implikováno anotací odchylky.]]></Val>
14021+
</Tgt>
14022+
</Str>
14023+
<Disp Icon="Str" />
14024+
</Item>
1401614025
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
1401714026
<Str Cat="Text">
1401814027
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.]]></Val>
@@ -15621,6 +15630,15 @@
1562115630
</Str>
1562215631
<Disp Icon="Str" />
1562315632
</Item>
15633+
<Item ItemId=";_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias_1274" ItemType="0" PsrId="306" Leaf="true">
15634+
<Str Cat="Text">
15635+
<Val><![CDATA['{0}' modifier can only appear on a type parameter of a class, interface or type alias]]></Val>
15636+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15637+
<Val><![CDATA[Modifikátor {0} se může vyskytovat jenom u parametru typu aliasu třídy, rozhraní nebo typu.]]></Val>
15638+
</Tgt>
15639+
</Str>
15640+
<Disp Icon="Str" />
15641+
</Item>
1562415642
<Item ItemId=";_0_modifier_cannot_appear_on_a_constructor_declaration_1089" ItemType="0" PsrId="306" Leaf="true">
1562515643
<Str Cat="Text">
1562615644
<Val><![CDATA['{0}' modifier cannot appear on a constructor declaration.]]></Val>
@@ -15657,6 +15675,15 @@
1565715675
</Str>
1565815676
<Disp Icon="Str" />
1565915677
</Item>
15678+
<Item ItemId=";_0_modifier_cannot_appear_on_a_type_parameter_1273" ItemType="0" PsrId="306" Leaf="true">
15679+
<Str Cat="Text">
15680+
<Val><![CDATA['{0}' modifier cannot appear on a type parameter]]></Val>
15681+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15682+
<Val><![CDATA[Modifikátor {0} se nemůže objevit u parametru typu.]]></Val>
15683+
</Tgt>
15684+
</Str>
15685+
<Disp Icon="Str" />
15686+
</Item>
1566015687
<Item ItemId=";_0_modifier_cannot_appear_on_an_index_signature_1071" ItemType="0" PsrId="306" Leaf="true">
1566115688
<Str Cat="Text">
1566215689
<Val><![CDATA['{0}' modifier cannot appear on an index signature.]]></Val>

Diff for: src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl

+36-9
Original file line numberDiff line numberDiff line change
@@ -12153,15 +12153,6 @@
1215312153
</Str>
1215412154
<Disp Icon="Str" />
1215512155
</Item>
12156-
<Item ItemId=";Specify_the_folder_for_tsbuildinfo_incremental_compilation_files_6707" ItemType="0" PsrId="306" Leaf="true">
12157-
<Str Cat="Text">
12158-
<Val><![CDATA[Specify the folder for .tsbuildinfo incremental compilation files.]]></Val>
12159-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12160-
<Val><![CDATA[Consente di specificare la cartella per i file di compilazione incrementale .tsbuildinfo.]]></Val>
12161-
</Tgt>
12162-
</Str>
12163-
<Disp Icon="Str" />
12164-
</Item>
1216512156
<Item ItemId=";Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations_6004" ItemType="0" PsrId="306" Leaf="true">
1216612157
<Str Cat="Text">
1216712158
<Val><![CDATA[Specify the location where debugger should locate TypeScript files instead of source locations.]]></Val>
@@ -12225,6 +12216,15 @@
1222512216
</Str>
1222612217
<Disp Icon="Str" />
1222712218
</Item>
12219+
<Item ItemId=";Specify_the_path_to_tsbuildinfo_incremental_compilation_file_6707" ItemType="0" PsrId="306" Leaf="true">
12220+
<Str Cat="Text">
12221+
<Val><![CDATA[Specify the path to .tsbuildinfo incremental compilation file.]]></Val>
12222+
<Tgt Cat="Text" Stat="Loc" Orig="New">
12223+
<Val><![CDATA[Consente di specificare il percorso per il file di compilazione incrementale .tsbuildinfo.]]></Val>
12224+
</Tgt>
12225+
</Str>
12226+
<Disp Icon="Str" />
12227+
</Item>
1222812228
<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">
1222912229
<Str Cat="Text">
1223012230
<Val><![CDATA[Specify the root directory of input files. Use to control the output directory structure with --outDir.]]></Val>
@@ -14004,6 +14004,15 @@
1400414004
</Str>
1400514005
<Disp Icon="Str" />
1400614006
</Item>
14007+
<Item ItemId=";Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation_2636" ItemType="0" PsrId="306" Leaf="true">
14008+
<Str Cat="Text">
14009+
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' as implied by variance annotation.]]></Val>
14010+
<Tgt Cat="Text" Stat="Loc" Orig="New">
14011+
<Val><![CDATA[Il tipo '{0}' non può essere assegnato al tipo '{1}' come indicato dall'annotazione di varianza.]]></Val>
14012+
</Tgt>
14013+
</Str>
14014+
<Disp Icon="Str" />
14015+
</Item>
1400714016
<Item ItemId=";Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375" ItemType="0" PsrId="306" Leaf="true">
1400814017
<Str Cat="Text">
1400914018
<Val><![CDATA[Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.]]></Val>
@@ -15612,6 +15621,15 @@
1561215621
</Str>
1561315622
<Disp Icon="Str" />
1561415623
</Item>
15624+
<Item ItemId=";_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias_1274" ItemType="0" PsrId="306" Leaf="true">
15625+
<Str Cat="Text">
15626+
<Val><![CDATA['{0}' modifier can only appear on a type parameter of a class, interface or type alias]]></Val>
15627+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15628+
<Val><![CDATA[Il modificatore '{0}' può essere presente solo in un parametro di tipo di una classe, un'interfaccia o un alias di tipo]]></Val>
15629+
</Tgt>
15630+
</Str>
15631+
<Disp Icon="Str" />
15632+
</Item>
1561515633
<Item ItemId=";_0_modifier_cannot_appear_on_a_constructor_declaration_1089" ItemType="0" PsrId="306" Leaf="true">
1561615634
<Str Cat="Text">
1561715635
<Val><![CDATA['{0}' modifier cannot appear on a constructor declaration.]]></Val>
@@ -15648,6 +15666,15 @@
1564815666
</Str>
1564915667
<Disp Icon="Str" />
1565015668
</Item>
15669+
<Item ItemId=";_0_modifier_cannot_appear_on_a_type_parameter_1273" ItemType="0" PsrId="306" Leaf="true">
15670+
<Str Cat="Text">
15671+
<Val><![CDATA['{0}' modifier cannot appear on a type parameter]]></Val>
15672+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15673+
<Val><![CDATA[Il modificatore '{0}' non può essere incluso in un parametro di tipo.]]></Val>
15674+
</Tgt>
15675+
</Str>
15676+
<Disp Icon="Str" />
15677+
</Item>
1565115678
<Item ItemId=";_0_modifier_cannot_appear_on_an_index_signature_1071" ItemType="0" PsrId="306" Leaf="true">
1565215679
<Str Cat="Text">
1565315680
<Val><![CDATA['{0}' modifier cannot appear on an index signature.]]></Val>

0 commit comments

Comments
 (0)