Skip to content

Commit 2bdbc8f

Browse files
authored
LEGO: Merge pull request 47861
LEGO: Merge pull request 47861
1 parent 77d24f9 commit 2bdbc8f

File tree

12 files changed

+441
-45
lines changed

12 files changed

+441
-45
lines changed

‎src/loc/lcl/chs/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -4641,6 +4641,15 @@
46414641
</Str>
46424642
<Disp Icon="Str" />
46434643
</Item>
4644+
<Item ItemId=";Delete_all_unused_param_tags_95172" ItemType="0" PsrId="306" Leaf="true">
4645+
<Str Cat="Text">
4646+
<Val><![CDATA[Delete all unused '@param' tags]]></Val>
4647+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4648+
<Val><![CDATA[删除所有未使用的 “@param” 标记]]></Val>
4649+
</Tgt>
4650+
</Str>
4651+
<Disp Icon="Str" />
4652+
</Item>
46444653
<Item ItemId=";Delete_the_outputs_of_all_projects_6365" ItemType="0" PsrId="306" Leaf="true">
46454654
<Str Cat="Text">
46464655
<Val><![CDATA[Delete the outputs of all projects]]></Val>
@@ -4650,6 +4659,15 @@
46504659
</Str>
46514660
<Disp Icon="Str" />
46524661
</Item>
4662+
<Item ItemId=";Delete_unused_param_tag_0_95171" ItemType="0" PsrId="306" Leaf="true">
4663+
<Str Cat="Text">
4664+
<Val><![CDATA[Delete unused '@param' tag '{0}']]></Val>
4665+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4666+
<Val><![CDATA[删除未使用的 “@param” 标记“{0}”]]></Val>
4667+
</Tgt>
4668+
</Str>
4669+
<Disp Icon="Str" />
4670+
</Item>
46534671
<Item ItemId=";Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084" ItemType="0" PsrId="306" Leaf="true">
46544672
<Str Cat="Text">
46554673
<Val><![CDATA[[Deprecated]5D; Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit]]></Val>
@@ -10872,6 +10890,15 @@
1087210890
</Str>
1087310891
<Disp Icon="Str" />
1087410892
</Item>
10893+
<Item ItemId=";Rename_param_tag_name_0_to_1_95173" ItemType="0" PsrId="306" Leaf="true">
10894+
<Str Cat="Text">
10895+
<Val><![CDATA[Rename '@param' tag name '{0}' to '{1}']]></Val>
10896+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10897+
<Val><![CDATA[将 “@param” 标记名称“{0}”重命名为“{1}”]]></Val>
10898+
</Tgt>
10899+
</Str>
10900+
<Disp Icon="Str" />
10901+
</Item>
1087510902
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
1087610903
<Str Cat="Text">
1087710904
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>

‎src/loc/lcl/cht/diagnosticMessages/diagnosticMessages.generated.json.lcl

+54-9
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,11 @@
537537
</Str>
538538
<Disp Icon="Str" />
539539
</Item>
540-
<Item ItemId=";A_namespace_declaration_is_only_allowed_in_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
540+
<Item ItemId=";A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
541541
<Str Cat="Text">
542-
<Val><![CDATA[A namespace declaration is only allowed in a namespace or module.]]></Val>
542+
<Val><![CDATA[A namespace declaration is only allowed at the top level of a namespace or module.]]></Val>
543543
<Tgt Cat="Text" Stat="Loc" Orig="New">
544-
<Val><![CDATA[只有命名空間或模組才允許命名空間宣告。]]></Val>
544+
<Val><![CDATA[命名空間宣告只允許在命名空間或模組的頂層。]]></Val>
545545
</Tgt>
546546
</Str>
547547
<Disp Icon="Str" />
@@ -1860,11 +1860,20 @@
18601860
</Str>
18611861
<Disp Icon="Str" />
18621862
</Item>
1863-
<Item ItemId=";An_export_declaration_can_only_be_used_in_a_module_1233" ItemType="0" PsrId="306" Leaf="true">
1863+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474" ItemType="0" PsrId="306" Leaf="true">
18641864
<Str Cat="Text">
1865-
<Val><![CDATA[An export declaration can only be used in a module.]]></Val>
1865+
<Val><![CDATA[An export declaration can only be used at the top level of a module.]]></Val>
18661866
<Tgt Cat="Text" Stat="Loc" Orig="New">
1867-
<Val><![CDATA[匯出宣告只可用於模組中。]]></Val>
1867+
<Val><![CDATA[匯出宣告只能在模組的頂層使用。]]></Val>
1868+
</Tgt>
1869+
</Str>
1870+
<Disp Icon="Str" />
1871+
</Item>
1872+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233" ItemType="0" PsrId="306" Leaf="true">
1873+
<Str Cat="Text">
1874+
<Val><![CDATA[An export declaration can only be used at the top level of a namespace or module.]]></Val>
1875+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1876+
<Val><![CDATA[匯出宣告只能在命名空間或模組的頂層使用。]]></Val>
18681877
</Tgt>
18691878
</Str>
18701879
<Disp Icon="Str" />
@@ -1944,11 +1953,20 @@
19441953
</Str>
19451954
<Disp Icon="Str" />
19461955
</Item>
1947-
<Item ItemId=";An_import_declaration_can_only_be_used_in_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
1956+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473" ItemType="0" PsrId="306" Leaf="true">
19481957
<Str Cat="Text">
1949-
<Val><![CDATA[An import declaration can only be used in a namespace or module.]]></Val>
1958+
<Val><![CDATA[An import declaration can only be used at the top level of a module.]]></Val>
19501959
<Tgt Cat="Text" Stat="Loc" Orig="New">
1951-
<Val><![CDATA[匯入宣告只可用於命名空間或模組中。]]></Val>
1960+
<Val><![CDATA[匯入宣告只能在模組的頂層使用。]]></Val>
1961+
</Tgt>
1962+
</Str>
1963+
<Disp Icon="Str" />
1964+
</Item>
1965+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
1966+
<Str Cat="Text">
1967+
<Val><![CDATA[An import declaration can only be used at the top level of a namespace or module.]]></Val>
1968+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1969+
<Val><![CDATA[匯入宣告只能在命名空間或模組的頂層使用。]]></Val>
19521970
</Tgt>
19531971
</Str>
19541972
<Disp Icon="Str" />
@@ -4623,6 +4641,15 @@
46234641
</Str>
46244642
<Disp Icon="Str" />
46254643
</Item>
4644+
<Item ItemId=";Delete_all_unused_param_tags_95172" ItemType="0" PsrId="306" Leaf="true">
4645+
<Str Cat="Text">
4646+
<Val><![CDATA[Delete all unused '@param' tags]]></Val>
4647+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4648+
<Val><![CDATA[刪除所有未使用的 '@param' 標籤]]></Val>
4649+
</Tgt>
4650+
</Str>
4651+
<Disp Icon="Str" />
4652+
</Item>
46264653
<Item ItemId=";Delete_the_outputs_of_all_projects_6365" ItemType="0" PsrId="306" Leaf="true">
46274654
<Str Cat="Text">
46284655
<Val><![CDATA[Delete the outputs of all projects]]></Val>
@@ -4632,6 +4659,15 @@
46324659
</Str>
46334660
<Disp Icon="Str" />
46344661
</Item>
4662+
<Item ItemId=";Delete_unused_param_tag_0_95171" ItemType="0" PsrId="306" Leaf="true">
4663+
<Str Cat="Text">
4664+
<Val><![CDATA[Delete unused '@param' tag '{0}']]></Val>
4665+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4666+
<Val><![CDATA[刪除未使用的 '@param' 標記 '{0}']]></Val>
4667+
</Tgt>
4668+
</Str>
4669+
<Disp Icon="Str" />
4670+
</Item>
46354671
<Item ItemId=";Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084" ItemType="0" PsrId="306" Leaf="true">
46364672
<Str Cat="Text">
46374673
<Val><![CDATA[[Deprecated]5D; Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit]]></Val>
@@ -10854,6 +10890,15 @@
1085410890
</Str>
1085510891
<Disp Icon="Str" />
1085610892
</Item>
10893+
<Item ItemId=";Rename_param_tag_name_0_to_1_95173" ItemType="0" PsrId="306" Leaf="true">
10894+
<Str Cat="Text">
10895+
<Val><![CDATA[Rename '@param' tag name '{0}' to '{1}']]></Val>
10896+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10897+
<Val><![CDATA[將 '@param' 標籤名稱 '{0}' 重新命名為'{1}']]></Val>
10898+
</Tgt>
10899+
</Str>
10900+
<Disp Icon="Str" />
10901+
</Item>
1085710902
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
1085810903
<Str Cat="Text">
1085910904
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>

‎src/loc/lcl/csy/diagnosticMessages/diagnosticMessages.generated.json.lcl

+54-9
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,11 @@
546546
</Str>
547547
<Disp Icon="Str" />
548548
</Item>
549-
<Item ItemId=";A_namespace_declaration_is_only_allowed_in_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
549+
<Item ItemId=";A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
550550
<Str Cat="Text">
551-
<Val><![CDATA[A namespace declaration is only allowed in a namespace or module.]]></Val>
551+
<Val><![CDATA[A namespace declaration is only allowed at the top level of a namespace or module.]]></Val>
552552
<Tgt Cat="Text" Stat="Loc" Orig="New">
553-
<Val><![CDATA[Deklarace oboru názvů je povolená jenom v oboru názvů nebo v modulu.]]></Val>
553+
<Val><![CDATA[Deklarace oboru názvů je povolená pouze na nejvyšší úrovni oboru názvů nebo v modulu.]]></Val>
554554
</Tgt>
555555
</Str>
556556
<Disp Icon="Str" />
@@ -1869,11 +1869,20 @@
18691869
</Str>
18701870
<Disp Icon="Str" />
18711871
</Item>
1872-
<Item ItemId=";An_export_declaration_can_only_be_used_in_a_module_1233" ItemType="0" PsrId="306" Leaf="true">
1872+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474" ItemType="0" PsrId="306" Leaf="true">
18731873
<Str Cat="Text">
1874-
<Val><![CDATA[An export declaration can only be used in a module.]]></Val>
1874+
<Val><![CDATA[An export declaration can only be used at the top level of a module.]]></Val>
18751875
<Tgt Cat="Text" Stat="Loc" Orig="New">
1876-
<Val><![CDATA[Deklarace exportu jde použít jenom v modulu.]]></Val>
1876+
<Val><![CDATA[Deklarace exportu se dá použít pouze na nejvyšší úrovni modulu.]]></Val>
1877+
</Tgt>
1878+
</Str>
1879+
<Disp Icon="Str" />
1880+
</Item>
1881+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233" ItemType="0" PsrId="306" Leaf="true">
1882+
<Str Cat="Text">
1883+
<Val><![CDATA[An export declaration can only be used at the top level of a namespace or module.]]></Val>
1884+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1885+
<Val><![CDATA[Deklarace exportu se dá použít pouze na nejvyšší úrovni oboru názvů nebo modulu.]]></Val>
18771886
</Tgt>
18781887
</Str>
18791888
<Disp Icon="Str" />
@@ -1953,11 +1962,20 @@
19531962
</Str>
19541963
<Disp Icon="Str" />
19551964
</Item>
1956-
<Item ItemId=";An_import_declaration_can_only_be_used_in_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
1965+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473" ItemType="0" PsrId="306" Leaf="true">
19571966
<Str Cat="Text">
1958-
<Val><![CDATA[An import declaration can only be used in a namespace or module.]]></Val>
1967+
<Val><![CDATA[An import declaration can only be used at the top level of a module.]]></Val>
19591968
<Tgt Cat="Text" Stat="Loc" Orig="New">
1960-
<Val><![CDATA[Deklarace importu jde použít jenom v oboru názvů nebo modulu.]]></Val>
1969+
<Val><![CDATA[Deklarace importu se dá použít pouze na nejvyšší úrovni modulu.]]></Val>
1970+
</Tgt>
1971+
</Str>
1972+
<Disp Icon="Str" />
1973+
</Item>
1974+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
1975+
<Str Cat="Text">
1976+
<Val><![CDATA[An import declaration can only be used at the top level of a namespace or module.]]></Val>
1977+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1978+
<Val><![CDATA[Deklarace importu se dá použít pouze na nejvyšší úrovni oboru názvů nebo modulu.]]></Val>
19611979
</Tgt>
19621980
</Str>
19631981
<Disp Icon="Str" />
@@ -4632,6 +4650,15 @@
46324650
</Str>
46334651
<Disp Icon="Str" />
46344652
</Item>
4653+
<Item ItemId=";Delete_all_unused_param_tags_95172" ItemType="0" PsrId="306" Leaf="true">
4654+
<Str Cat="Text">
4655+
<Val><![CDATA[Delete all unused '@param' tags]]></Val>
4656+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4657+
<Val><![CDATA[Odstranit všechny nepoužívané značky @param]]></Val>
4658+
</Tgt>
4659+
</Str>
4660+
<Disp Icon="Str" />
4661+
</Item>
46354662
<Item ItemId=";Delete_the_outputs_of_all_projects_6365" ItemType="0" PsrId="306" Leaf="true">
46364663
<Str Cat="Text">
46374664
<Val><![CDATA[Delete the outputs of all projects]]></Val>
@@ -4641,6 +4668,15 @@
46414668
</Str>
46424669
<Disp Icon="Str" />
46434670
</Item>
4671+
<Item ItemId=";Delete_unused_param_tag_0_95171" ItemType="0" PsrId="306" Leaf="true">
4672+
<Str Cat="Text">
4673+
<Val><![CDATA[Delete unused '@param' tag '{0}']]></Val>
4674+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4675+
<Val><![CDATA[Odstranit nepoužívanou značku @param {0}]]></Val>
4676+
</Tgt>
4677+
</Str>
4678+
<Disp Icon="Str" />
4679+
</Item>
46444680
<Item ItemId=";Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084" ItemType="0" PsrId="306" Leaf="true">
46454681
<Str Cat="Text">
46464682
<Val><![CDATA[[Deprecated]5D; Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit]]></Val>
@@ -10863,6 +10899,15 @@
1086310899
</Str>
1086410900
<Disp Icon="Str" />
1086510901
</Item>
10902+
<Item ItemId=";Rename_param_tag_name_0_to_1_95173" ItemType="0" PsrId="306" Leaf="true">
10903+
<Str Cat="Text">
10904+
<Val><![CDATA[Rename '@param' tag name '{0}' to '{1}']]></Val>
10905+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10906+
<Val><![CDATA[Přejmenovat značku @param {0} na {1}]]></Val>
10907+
</Tgt>
10908+
</Str>
10909+
<Disp Icon="Str" />
10910+
</Item>
1086610911
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
1086710912
<Str Cat="Text">
1086810913
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>

‎src/loc/lcl/deu/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -4638,6 +4638,15 @@
46384638
</Str>
46394639
<Disp Icon="Str" />
46404640
</Item>
4641+
<Item ItemId=";Delete_all_unused_param_tags_95172" ItemType="0" PsrId="306" Leaf="true">
4642+
<Str Cat="Text">
4643+
<Val><![CDATA[Delete all unused '@param' tags]]></Val>
4644+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4645+
<Val><![CDATA[Alle nicht verwendeten "@param"-Tags löschen]]></Val>
4646+
</Tgt>
4647+
</Str>
4648+
<Disp Icon="Str" />
4649+
</Item>
46414650
<Item ItemId=";Delete_the_outputs_of_all_projects_6365" ItemType="0" PsrId="306" Leaf="true">
46424651
<Str Cat="Text">
46434652
<Val><![CDATA[Delete the outputs of all projects]]></Val>
@@ -4647,6 +4656,15 @@
46474656
</Str>
46484657
<Disp Icon="Str" />
46494658
</Item>
4659+
<Item ItemId=";Delete_unused_param_tag_0_95171" ItemType="0" PsrId="306" Leaf="true">
4660+
<Str Cat="Text">
4661+
<Val><![CDATA[Delete unused '@param' tag '{0}']]></Val>
4662+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4663+
<Val><![CDATA[Nicht verwendete "@param"-Tag-"{0}" löschen]]></Val>
4664+
</Tgt>
4665+
</Str>
4666+
<Disp Icon="Str" />
4667+
</Item>
46504668
<Item ItemId=";Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084" ItemType="0" PsrId="306" Leaf="true">
46514669
<Str Cat="Text">
46524670
<Val><![CDATA[[Deprecated]5D; Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit]]></Val>
@@ -10866,6 +10884,15 @@
1086610884
</Str>
1086710885
<Disp Icon="Str" />
1086810886
</Item>
10887+
<Item ItemId=";Rename_param_tag_name_0_to_1_95173" ItemType="0" PsrId="306" Leaf="true">
10888+
<Str Cat="Text">
10889+
<Val><![CDATA[Rename '@param' tag name '{0}' to '{1}']]></Val>
10890+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10891+
<Val><![CDATA[Tagnamen "@param" "{0}" in "{1}" umbenennen]]></Val>
10892+
</Tgt>
10893+
</Str>
10894+
<Disp Icon="Str" />
10895+
</Item>
1086910896
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
1087010897
<Str Cat="Text">
1087110898
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>

‎src/loc/lcl/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl

+27
Original file line numberDiff line numberDiff line change
@@ -4653,6 +4653,15 @@
46534653
</Str>
46544654
<Disp Icon="Str" />
46554655
</Item>
4656+
<Item ItemId=";Delete_all_unused_param_tags_95172" ItemType="0" PsrId="306" Leaf="true">
4657+
<Str Cat="Text">
4658+
<Val><![CDATA[Delete all unused '@param' tags]]></Val>
4659+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4660+
<Val><![CDATA[Eliminar todas las etiquetas "@param" sin usar]]></Val>
4661+
</Tgt>
4662+
</Str>
4663+
<Disp Icon="Str" />
4664+
</Item>
46564665
<Item ItemId=";Delete_the_outputs_of_all_projects_6365" ItemType="0" PsrId="306" Leaf="true">
46574666
<Str Cat="Text">
46584667
<Val><![CDATA[Delete the outputs of all projects]]></Val>
@@ -4662,6 +4671,15 @@
46624671
</Str>
46634672
<Disp Icon="Str" />
46644673
</Item>
4674+
<Item ItemId=";Delete_unused_param_tag_0_95171" ItemType="0" PsrId="306" Leaf="true">
4675+
<Str Cat="Text">
4676+
<Val><![CDATA[Delete unused '@param' tag '{0}']]></Val>
4677+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4678+
<Val><![CDATA[Eliminar la etiqueta "@param" sin usar "{0}"]]></Val>
4679+
</Tgt>
4680+
</Str>
4681+
<Disp Icon="Str" />
4682+
</Item>
46654683
<Item ItemId=";Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084" ItemType="0" PsrId="306" Leaf="true">
46664684
<Str Cat="Text">
46674685
<Val><![CDATA[[Deprecated]5D; Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit]]></Val>
@@ -10884,6 +10902,15 @@
1088410902
</Str>
1088510903
<Disp Icon="Str" />
1088610904
</Item>
10905+
<Item ItemId=";Rename_param_tag_name_0_to_1_95173" ItemType="0" PsrId="306" Leaf="true">
10906+
<Str Cat="Text">
10907+
<Val><![CDATA[Rename '@param' tag name '{0}' to '{1}']]></Val>
10908+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10909+
<Val><![CDATA[Cambiar el nombre de la etiqueta "@param" "{0}" a "{1}"]]></Val>
10910+
</Tgt>
10911+
</Str>
10912+
<Disp Icon="Str" />
10913+
</Item>
1088710914
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
1088810915
<Str Cat="Text">
1088910916
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>

0 commit comments

Comments
 (0)