Skip to content

Commit fd8ca52

Browse files
authored
LEGO: Merge pull request 39408
LEGO: Merge pull request 39408
2 parents f2b7350 + bf6c69b commit fd8ca52

File tree

5 files changed

+123
-54
lines changed

5 files changed

+123
-54
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8952,6 +8952,9 @@
89528952
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
89538953
<Str Cat="Text">
89548954
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8955+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8956+
<Val><![CDATA[移除未使用的解構宣告]]></Val>
8957+
</Tgt>
89558958
</Str>
89568959
<Disp Icon="Str" />
89578960
</Item>

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4080,6 +4080,15 @@
40804080
</Str>
40814081
<Disp Icon="Str" />
40824082
</Item>
4083+
<Item ItemId=";Did_you_mean_to_use_a_Colon_When_following_property_names_in_an_object_literal_implies_a_destructuri_1312" ItemType="0" PsrId="306" Leaf="true">
4084+
<Str Cat="Text">
4085+
<Val><![CDATA[Did you mean to use a ':'? When following property names in an object literal, '=' implies a destructuring assignment.]]></Val>
4086+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4087+
<Val><![CDATA[¿Pretendía usar el carácter ":"? Cuando aparece después de los nombres de propiedad en un literal de objeto, "=" implica una asignación de desestructuración.]]></Val>
4088+
</Tgt>
4089+
</Str>
4090+
<Disp Icon="Str" />
4091+
</Item>
40834092
<Item ItemId=";Did_you_mean_to_use_new_with_this_expression_6213" ItemType="0" PsrId="306" Leaf="true">
40844093
<Str Cat="Text">
40854094
<Val><![CDATA[Did you mean to use 'new' with this expression?]]></Val>
@@ -8886,15 +8895,6 @@
88868895
</Str>
88878896
<Disp Icon="Str" />
88888897
</Item>
8889-
<Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true">
8890-
<Str Cat="Text">
8891-
<Val><![CDATA[Remove destructuring]]></Val>
8892-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8893-
<Val><![CDATA[Quitar la desestructuración]]></Val>
8894-
</Tgt>
8895-
</Str>
8896-
<Disp Icon="Str" />
8897-
</Item>
88988898
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
88998899
<Str Cat="Text">
89008900
<Val><![CDATA[Remove import from '{0}']]></Val>
@@ -8958,6 +8958,24 @@
89588958
</Str>
89598959
<Disp Icon="Str" />
89608960
</Item>
8961+
<Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true">
8962+
<Str Cat="Text">
8963+
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
8964+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8965+
<Val><![CDATA[Quitar las declaraciones sin usar para "{0}"]]></Val>
8966+
</Tgt>
8967+
</Str>
8968+
<Disp Icon="Str" />
8969+
</Item>
8970+
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
8971+
<Str Cat="Text">
8972+
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8973+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8974+
<Val><![CDATA[Quitar la declaración de desestructuración no utilizada]]></Val>
8975+
</Tgt>
8976+
</Str>
8977+
<Disp Icon="Str" />
8978+
</Item>
89618979
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
89628980
<Str Cat="Text">
89638981
<Val><![CDATA[Remove unused label]]></Val>
@@ -10017,6 +10035,15 @@
1001710035
</Str>
1001810036
<Disp Icon="Str" />
1001910037
</Item>
10038+
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
10039+
<Str Cat="Text">
10040+
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
10041+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10042+
<Val><![CDATA[Cambiar cada elemento "{0}" usado incorrectamente a "{1}"]]></Val>
10043+
</Tgt>
10044+
</Str>
10045+
<Disp Icon="Str" />
10046+
</Item>
1002010047
<Item ItemId=";Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object_2470" ItemType="0" PsrId="306" Leaf="true">
1002110048
<Str Cat="Text">
1002210049
<Val><![CDATA['Symbol' reference does not refer to the global Symbol constructor object.]]></Val>
@@ -12903,15 +12930,6 @@
1290312930
</Str>
1290412931
<Disp Icon="Str" />
1290512932
</Item>
12906-
<Item ItemId=";can_only_be_used_in_an_object_literal_property_inside_a_destructuring_assignment_1312" ItemType="0" PsrId="306" Leaf="true">
12907-
<Str Cat="Text">
12908-
<Val><![CDATA['=' can only be used in an object literal property inside a destructuring assignment.]]></Val>
12909-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12910-
<Val><![CDATA["=" solo se puede usar en una propiedad de literal de objeto dentro de una asignación de desestructuración.]]></Val>
12911-
</Tgt>
12912-
</Str>
12913-
<Disp Icon="Str" />
12914-
</Item>
1291512933
<Item ItemId=";case_or_default_expected_1130" ItemType="0" PsrId="306" Leaf="true">
1291612934
<Str Cat="Text">
1291712935
<Val><![CDATA['case' or 'default' expected.]]></Val>

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4080,6 +4080,15 @@
40804080
</Str>
40814081
<Disp Icon="Str" />
40824082
</Item>
4083+
<Item ItemId=";Did_you_mean_to_use_a_Colon_When_following_property_names_in_an_object_literal_implies_a_destructuri_1312" ItemType="0" PsrId="306" Leaf="true">
4084+
<Str Cat="Text">
4085+
<Val><![CDATA[Did you mean to use a ':'? When following property names in an object literal, '=' implies a destructuring assignment.]]></Val>
4086+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4087+
<Val><![CDATA[Voulez-vous vraiment utiliser le signe ':' ? Quand vous placez le signe '=' à la suite de noms de propriétés dans un littéral d'objet, cela implique une affectation de déstructuration.]]></Val>
4088+
</Tgt>
4089+
</Str>
4090+
<Disp Icon="Str" />
4091+
</Item>
40834092
<Item ItemId=";Did_you_mean_to_use_new_with_this_expression_6213" ItemType="0" PsrId="306" Leaf="true">
40844093
<Str Cat="Text">
40854094
<Val><![CDATA[Did you mean to use 'new' with this expression?]]></Val>
@@ -8886,15 +8895,6 @@
88868895
</Str>
88878896
<Disp Icon="Str" />
88888897
</Item>
8889-
<Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true">
8890-
<Str Cat="Text">
8891-
<Val><![CDATA[Remove destructuring]]></Val>
8892-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8893-
<Val><![CDATA[Supprimer la déstructuration]]></Val>
8894-
</Tgt>
8895-
</Str>
8896-
<Disp Icon="Str" />
8897-
</Item>
88988898
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
88998899
<Str Cat="Text">
89008900
<Val><![CDATA[Remove import from '{0}']]></Val>
@@ -8958,6 +8958,24 @@
89588958
</Str>
89598959
<Disp Icon="Str" />
89608960
</Item>
8961+
<Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true">
8962+
<Str Cat="Text">
8963+
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
8964+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8965+
<Val><![CDATA[Supprimer les déclarations inutilisées pour : '{0}']]></Val>
8966+
</Tgt>
8967+
</Str>
8968+
<Disp Icon="Str" />
8969+
</Item>
8970+
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
8971+
<Str Cat="Text">
8972+
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8973+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8974+
<Val><![CDATA[Supprimer la déclaration de déstructuration inutilisée]]></Val>
8975+
</Tgt>
8976+
</Str>
8977+
<Disp Icon="Str" />
8978+
</Item>
89618979
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
89628980
<Str Cat="Text">
89638981
<Val><![CDATA[Remove unused label]]></Val>
@@ -10017,6 +10035,15 @@
1001710035
</Str>
1001810036
<Disp Icon="Str" />
1001910037
</Item>
10038+
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
10039+
<Str Cat="Text">
10040+
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
10041+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10042+
<Val><![CDATA[Remplacer chaque utilisation incorrecte de '{0}' par '{1}']]></Val>
10043+
</Tgt>
10044+
</Str>
10045+
<Disp Icon="Str" />
10046+
</Item>
1002010047
<Item ItemId=";Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object_2470" ItemType="0" PsrId="306" Leaf="true">
1002110048
<Str Cat="Text">
1002210049
<Val><![CDATA['Symbol' reference does not refer to the global Symbol constructor object.]]></Val>
@@ -12903,15 +12930,6 @@
1290312930
</Str>
1290412931
<Disp Icon="Str" />
1290512932
</Item>
12906-
<Item ItemId=";can_only_be_used_in_an_object_literal_property_inside_a_destructuring_assignment_1312" ItemType="0" PsrId="306" Leaf="true">
12907-
<Str Cat="Text">
12908-
<Val><![CDATA['=' can only be used in an object literal property inside a destructuring assignment.]]></Val>
12909-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12910-
<Val><![CDATA['=' ne peut être utilisé que dans une propriété de littéral d'objet au sein d'une affectation par déstructuration.]]></Val>
12911-
</Tgt>
12912-
</Str>
12913-
<Disp Icon="Str" />
12914-
</Item>
1291512933
<Item ItemId=";case_or_default_expected_1130" ItemType="0" PsrId="306" Leaf="true">
1291612934
<Str Cat="Text">
1291712935
<Val><![CDATA['case' or 'default' expected.]]></Val>

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4071,6 +4071,9 @@
40714071
<Item ItemId=";Did_you_mean_to_use_a_Colon_When_following_property_names_in_an_object_literal_implies_a_destructuri_1312" ItemType="0" PsrId="306" Leaf="true">
40724072
<Str Cat="Text">
40734073
<Val><![CDATA[Did you mean to use a ':'? When following property names in an object literal, '=' implies a destructuring assignment.]]></Val>
4074+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4075+
<Val><![CDATA[':'을 사용하려고 하셨습니까? 개체 리터럴에서 속성 이름 뒤에 있으면 '='은 구조 파괴 할당을 의미합니다.]]></Val>
4076+
</Tgt>
40744077
</Str>
40754078
<Disp Icon="Str" />
40764079
</Item>
@@ -8946,12 +8949,18 @@
89468949
<Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true">
89478950
<Str Cat="Text">
89488951
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
8952+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8953+
<Val><![CDATA['{0}'의 사용되지 않는 선언 제거]]></Val>
8954+
</Tgt>
89498955
</Str>
89508956
<Disp Icon="Str" />
89518957
</Item>
89528958
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
89538959
<Str Cat="Text">
89548960
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8961+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8962+
<Val><![CDATA[사용되지 않는 구조 파괴 선언 제거]]></Val>
8963+
</Tgt>
89558964
</Str>
89568965
<Disp Icon="Str" />
89578966
</Item>
@@ -10017,6 +10026,9 @@
1001710026
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
1001810027
<Str Cat="Text">
1001910028
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
10029+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10030+
<Val><![CDATA[잘못 사용된 각 '{0}'을(를) '{1}'(으)로 전환]]></Val>
10031+
</Tgt>
1002010032
</Str>
1002110033
<Disp Icon="Str" />
1002210034
</Item>

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4058,6 +4058,15 @@
40584058
</Str>
40594059
<Disp Icon="Str" />
40604060
</Item>
4061+
<Item ItemId=";Did_you_mean_to_use_a_Colon_When_following_property_names_in_an_object_literal_implies_a_destructuri_1312" ItemType="0" PsrId="306" Leaf="true">
4062+
<Str Cat="Text">
4063+
<Val><![CDATA[Did you mean to use a ':'? When following property names in an object literal, '=' implies a destructuring assignment.]]></Val>
4064+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4065+
<Val><![CDATA[Czy chodziło o użycie znaku „:”? Jeśli występuje po nazwie właściwości w literale obiektu, znak „=” oznacza przypisanie usuwające strukturę.]]></Val>
4066+
</Tgt>
4067+
</Str>
4068+
<Disp Icon="Str" />
4069+
</Item>
40614070
<Item ItemId=";Did_you_mean_to_use_new_with_this_expression_6213" ItemType="0" PsrId="306" Leaf="true">
40624071
<Str Cat="Text">
40634072
<Val><![CDATA[Did you mean to use 'new' with this expression?]]></Val>
@@ -8861,15 +8870,6 @@
88618870
</Str>
88628871
<Disp Icon="Str" />
88638872
</Item>
8864-
<Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true">
8865-
<Str Cat="Text">
8866-
<Val><![CDATA[Remove destructuring]]></Val>
8867-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8868-
<Val><![CDATA[Usuń usuwanie struktury]]></Val>
8869-
</Tgt>
8870-
</Str>
8871-
<Disp Icon="Str" />
8872-
</Item>
88738873
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
88748874
<Str Cat="Text">
88758875
<Val><![CDATA[Remove import from '{0}']]></Val>
@@ -8933,6 +8933,24 @@
89338933
</Str>
89348934
<Disp Icon="Str" />
89358935
</Item>
8936+
<Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true">
8937+
<Str Cat="Text">
8938+
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
8939+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8940+
<Val><![CDATA[Usuń nieużywane deklaracje dla: „{0}”]]></Val>
8941+
</Tgt>
8942+
</Str>
8943+
<Disp Icon="Str" />
8944+
</Item>
8945+
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
8946+
<Str Cat="Text">
8947+
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8948+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8949+
<Val><![CDATA[Usuń nieużywaną deklarację usuwania struktury]]></Val>
8950+
</Tgt>
8951+
</Str>
8952+
<Disp Icon="Str" />
8953+
</Item>
89368954
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
89378955
<Str Cat="Text">
89388956
<Val><![CDATA[Remove unused label]]></Val>
@@ -9992,6 +10010,15 @@
999210010
</Str>
999310011
<Disp Icon="Str" />
999410012
</Item>
10013+
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
10014+
<Str Cat="Text">
10015+
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
10016+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10017+
<Val><![CDATA[Zmień każdy niepoprawnie użyty element „{0}” na „{1}”]]></Val>
10018+
</Tgt>
10019+
</Str>
10020+
<Disp Icon="Str" />
10021+
</Item>
999510022
<Item ItemId=";Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object_2470" ItemType="0" PsrId="306" Leaf="true">
999610023
<Str Cat="Text">
999710024
<Val><![CDATA['Symbol' reference does not refer to the global Symbol constructor object.]]></Val>
@@ -12878,15 +12905,6 @@
1287812905
</Str>
1287912906
<Disp Icon="Str" />
1288012907
</Item>
12881-
<Item ItemId=";can_only_be_used_in_an_object_literal_property_inside_a_destructuring_assignment_1312" ItemType="0" PsrId="306" Leaf="true">
12882-
<Str Cat="Text">
12883-
<Val><![CDATA['=' can only be used in an object literal property inside a destructuring assignment.]]></Val>
12884-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12885-
<Val><![CDATA[Znaku „=” można użyć tylko we właściwości literału obiektu wewnątrz przypisania usuwającego strukturę.]]></Val>
12886-
</Tgt>
12887-
</Str>
12888-
<Disp Icon="Str" />
12889-
</Item>
1289012908
<Item ItemId=";case_or_default_expected_1130" ItemType="0" PsrId="306" Leaf="true">
1289112909
<Str Cat="Text">
1289212910
<Val><![CDATA['case' or 'default' expected.]]></Val>

0 commit comments

Comments
 (0)