Skip to content

Commit db78554

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 2fe2f88 commit db78554

File tree

6 files changed

+189
-90
lines changed

6 files changed

+189
-90
lines changed

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4068,6 +4068,15 @@
40684068
</Str>
40694069
<Disp Icon="Str" />
40704070
</Item>
4071+
<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">
4072+
<Str Cat="Text">
4073+
<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>
4077+
</Str>
4078+
<Disp Icon="Str" />
4079+
</Item>
40714080
<Item ItemId=";Did_you_mean_to_use_new_with_this_expression_6213" ItemType="0" PsrId="306" Leaf="true">
40724081
<Str Cat="Text">
40734082
<Val><![CDATA[Did you mean to use 'new' with this expression?]]></Val>
@@ -8874,15 +8883,6 @@
88748883
</Str>
88758884
<Disp Icon="Str" />
88768885
</Item>
8877-
<Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true">
8878-
<Str Cat="Text">
8879-
<Val><![CDATA[Remove destructuring]]></Val>
8880-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8881-
<Val><![CDATA[删除解构]]></Val>
8882-
</Tgt>
8883-
</Str>
8884-
<Disp Icon="Str" />
8885-
</Item>
88868886
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
88878887
<Str Cat="Text">
88888888
<Val><![CDATA[Remove import from '{0}']]></Val>
@@ -8946,6 +8946,24 @@
89468946
</Str>
89478947
<Disp Icon="Str" />
89488948
</Item>
8949+
<Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true">
8950+
<Str Cat="Text">
8951+
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
8952+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8953+
<Val><![CDATA[为“{0}”删除未使用的声明]]></Val>
8954+
</Tgt>
8955+
</Str>
8956+
<Disp Icon="Str" />
8957+
</Item>
8958+
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
8959+
<Str Cat="Text">
8960+
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8961+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8962+
<Val><![CDATA[删除未使用的解构声明]]></Val>
8963+
</Tgt>
8964+
</Str>
8965+
<Disp Icon="Str" />
8966+
</Item>
89498967
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
89508968
<Str Cat="Text">
89518969
<Val><![CDATA[Remove unused label]]></Val>
@@ -10005,6 +10023,15 @@
1000510023
</Str>
1000610024
<Disp Icon="Str" />
1000710025
</Item>
10026+
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
10027+
<Str Cat="Text">
10028+
<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>
10032+
</Str>
10033+
<Disp Icon="Str" />
10034+
</Item>
1000810035
<Item ItemId=";Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object_2470" ItemType="0" PsrId="306" Leaf="true">
1000910036
<Str Cat="Text">
1001010037
<Val><![CDATA['Symbol' reference does not refer to the global Symbol constructor object.]]></Val>
@@ -12891,15 +12918,6 @@
1289112918
</Str>
1289212919
<Disp Icon="Str" />
1289312920
</Item>
12894-
<Item ItemId=";can_only_be_used_in_an_object_literal_property_inside_a_destructuring_assignment_1312" ItemType="0" PsrId="306" Leaf="true">
12895-
<Str Cat="Text">
12896-
<Val><![CDATA['=' can only be used in an object literal property inside a destructuring assignment.]]></Val>
12897-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12898-
<Val><![CDATA["=" 只可在重构赋值内部的对象文字属性中使用。]]></Val>
12899-
</Tgt>
12900-
</Str>
12901-
<Disp Icon="Str" />
12902-
</Item>
1290312921
<Item ItemId=";case_or_default_expected_1130" ItemType="0" PsrId="306" Leaf="true">
1290412922
<Str Cat="Text">
1290512923
<Val><![CDATA['case' or 'default' expected.]]></Val>

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

Lines changed: 9 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,6 +8949,9 @@
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>
@@ -10020,6 +10026,9 @@
1002010026
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
1002110027
<Str Cat="Text">
1002210028
<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>
1002310032
</Str>
1002410033
<Disp Icon="Str" />
1002510034
</Item>

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4065,6 +4065,15 @@
40654065
</Str>
40664066
<Disp Icon="Str" />
40674067
</Item>
4068+
<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">
4069+
<Str Cat="Text">
4070+
<Val><![CDATA[Did you mean to use a ':'? When following property names in an object literal, '=' implies a destructuring assignment.]]></Val>
4071+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4072+
<Val><![CDATA[Wollten Sie ":" verwenden? Bei Eigenschaftennamen in einem Objektliteral impliziert "=" eine Destrukturierungszuweisung.]]></Val>
4073+
</Tgt>
4074+
</Str>
4075+
<Disp Icon="Str" />
4076+
</Item>
40684077
<Item ItemId=";Did_you_mean_to_use_new_with_this_expression_6213" ItemType="0" PsrId="306" Leaf="true">
40694078
<Str Cat="Text">
40704079
<Val><![CDATA[Did you mean to use 'new' with this expression?]]></Val>
@@ -8868,15 +8877,6 @@
88688877
</Str>
88698878
<Disp Icon="Str" />
88708879
</Item>
8871-
<Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true">
8872-
<Str Cat="Text">
8873-
<Val><![CDATA[Remove destructuring]]></Val>
8874-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8875-
<Val><![CDATA[Destrukturierung entfernen]]></Val>
8876-
</Tgt>
8877-
</Str>
8878-
<Disp Icon="Str" />
8879-
</Item>
88808880
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
88818881
<Str Cat="Text">
88828882
<Val><![CDATA[Remove import from '{0}']]></Val>
@@ -8940,6 +8940,24 @@
89408940
</Str>
89418941
<Disp Icon="Str" />
89428942
</Item>
8943+
<Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true">
8944+
<Str Cat="Text">
8945+
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
8946+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8947+
<Val><![CDATA[Nicht verwendete Deklarationen für "{0}" entfernen]]></Val>
8948+
</Tgt>
8949+
</Str>
8950+
<Disp Icon="Str" />
8951+
</Item>
8952+
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
8953+
<Str Cat="Text">
8954+
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8955+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8956+
<Val><![CDATA[Nicht verwendete Destrukturierungsdeklaration entfernen]]></Val>
8957+
</Tgt>
8958+
</Str>
8959+
<Disp Icon="Str" />
8960+
</Item>
89438961
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
89448962
<Str Cat="Text">
89458963
<Val><![CDATA[Remove unused label]]></Val>
@@ -9999,6 +10017,15 @@
999910017
</Str>
1000010018
<Disp Icon="Str" />
1000110019
</Item>
10020+
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
10021+
<Str Cat="Text">
10022+
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
10023+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10024+
<Val><![CDATA[Jedes falsch verwendete {0}-Element in "{1}" ändern]]></Val>
10025+
</Tgt>
10026+
</Str>
10027+
<Disp Icon="Str" />
10028+
</Item>
1000210029
<Item ItemId=";Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object_2470" ItemType="0" PsrId="306" Leaf="true">
1000310030
<Str Cat="Text">
1000410031
<Val><![CDATA['Symbol' reference does not refer to the global Symbol constructor object.]]></Val>
@@ -12885,15 +12912,6 @@
1288512912
</Str>
1288612913
<Disp Icon="Str" />
1288712914
</Item>
12888-
<Item ItemId=";can_only_be_used_in_an_object_literal_property_inside_a_destructuring_assignment_1312" ItemType="0" PsrId="306" Leaf="true">
12889-
<Str Cat="Text">
12890-
<Val><![CDATA['=' can only be used in an object literal property inside a destructuring assignment.]]></Val>
12891-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12892-
<Val><![CDATA["=" kann nur in einer Objektliteraleigenschaft innerhalb eines Destrukturierungszuweisung verwendet werden.]]></Val>
12893-
</Tgt>
12894-
</Str>
12895-
<Disp Icon="Str" />
12896-
</Item>
1289712915
<Item ItemId=";case_or_default_expected_1130" ItemType="0" PsrId="306" Leaf="true">
1289812916
<Str Cat="Text">
1289912917
<Val><![CDATA['case' or 'default' expected.]]></Val>

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4068,6 +4068,15 @@
40684068
</Str>
40694069
<Disp Icon="Str" />
40704070
</Item>
4071+
<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">
4072+
<Str Cat="Text">
4073+
<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>
4077+
</Str>
4078+
<Disp Icon="Str" />
4079+
</Item>
40714080
<Item ItemId=";Did_you_mean_to_use_new_with_this_expression_6213" ItemType="0" PsrId="306" Leaf="true">
40724081
<Str Cat="Text">
40734082
<Val><![CDATA[Did you mean to use 'new' with this expression?]]></Val>
@@ -8874,15 +8883,6 @@
88748883
</Str>
88758884
<Disp Icon="Str" />
88768885
</Item>
8877-
<Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true">
8878-
<Str Cat="Text">
8879-
<Val><![CDATA[Remove destructuring]]></Val>
8880-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8881-
<Val><![CDATA[非構造化を削除します]]></Val>
8882-
</Tgt>
8883-
</Str>
8884-
<Disp Icon="Str" />
8885-
</Item>
88868886
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
88878887
<Str Cat="Text">
88888888
<Val><![CDATA[Remove import from '{0}']]></Val>
@@ -8946,6 +8946,24 @@
89468946
</Str>
89478947
<Disp Icon="Str" />
89488948
</Item>
8949+
<Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true">
8950+
<Str Cat="Text">
8951+
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
8952+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8953+
<Val><![CDATA['{0}' に対する使用されていない宣言を削除する]]></Val>
8954+
</Tgt>
8955+
</Str>
8956+
<Disp Icon="Str" />
8957+
</Item>
8958+
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
8959+
<Str Cat="Text">
8960+
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8961+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8962+
<Val><![CDATA[未使用の非構造化宣言を削除する]]></Val>
8963+
</Tgt>
8964+
</Str>
8965+
<Disp Icon="Str" />
8966+
</Item>
89498967
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
89508968
<Str Cat="Text">
89518969
<Val><![CDATA[Remove unused label]]></Val>
@@ -10005,6 +10023,15 @@
1000510023
</Str>
1000610024
<Disp Icon="Str" />
1000710025
</Item>
10026+
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
10027+
<Str Cat="Text">
10028+
<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>
10032+
</Str>
10033+
<Disp Icon="Str" />
10034+
</Item>
1000810035
<Item ItemId=";Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object_2470" ItemType="0" PsrId="306" Leaf="true">
1000910036
<Str Cat="Text">
1001010037
<Val><![CDATA['Symbol' reference does not refer to the global Symbol constructor object.]]></Val>
@@ -12891,15 +12918,6 @@
1289112918
</Str>
1289212919
<Disp Icon="Str" />
1289312920
</Item>
12894-
<Item ItemId=";can_only_be_used_in_an_object_literal_property_inside_a_destructuring_assignment_1312" ItemType="0" PsrId="306" Leaf="true">
12895-
<Str Cat="Text">
12896-
<Val><![CDATA['=' can only be used in an object literal property inside a destructuring assignment.]]></Val>
12897-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12898-
<Val><![CDATA['=' は、非構造化代入内のオブジェクト リテラル プロパティでのみ使用できます。]]></Val>
12899-
</Tgt>
12900-
</Str>
12901-
<Disp Icon="Str" />
12902-
</Item>
1290312921
<Item ItemId=";case_or_default_expected_1130" ItemType="0" PsrId="306" Leaf="true">
1290412922
<Str Cat="Text">
1290512923
<Val><![CDATA['case' or 'default' expected.]]></Val>

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

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4067,6 +4067,15 @@
40674067
</Str>
40684068
<Disp Icon="Str" />
40694069
</Item>
4070+
<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">
4071+
<Str Cat="Text">
4072+
<Val><![CDATA[Did you mean to use a ':'? When following property names in an object literal, '=' implies a destructuring assignment.]]></Val>
4073+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4074+
<Val><![CDATA[Возможно, вы хотели использовать ":"? Знак "=" после имен свойств в объектном литерале подразумевает назначение деструктурирования.]]></Val>
4075+
</Tgt>
4076+
</Str>
4077+
<Disp Icon="Str" />
4078+
</Item>
40704079
<Item ItemId=";Did_you_mean_to_use_new_with_this_expression_6213" ItemType="0" PsrId="306" Leaf="true">
40714080
<Str Cat="Text">
40724081
<Val><![CDATA[Did you mean to use 'new' with this expression?]]></Val>
@@ -8873,15 +8882,6 @@
88738882
</Str>
88748883
<Disp Icon="Str" />
88758884
</Item>
8876-
<Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true">
8877-
<Str Cat="Text">
8878-
<Val><![CDATA[Remove destructuring]]></Val>
8879-
<Tgt Cat="Text" Stat="Loc" Orig="New">
8880-
<Val><![CDATA[Удалить деструктурирование]]></Val>
8881-
</Tgt>
8882-
</Str>
8883-
<Disp Icon="Str" />
8884-
</Item>
88858885
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
88868886
<Str Cat="Text">
88878887
<Val><![CDATA[Remove import from '{0}']]></Val>
@@ -8945,6 +8945,24 @@
89458945
</Str>
89468946
<Disp Icon="Str" />
89478947
</Item>
8948+
<Item ItemId=";Remove_unused_declarations_for_Colon_0_90041" ItemType="0" PsrId="306" Leaf="true">
8949+
<Str Cat="Text">
8950+
<Val><![CDATA[Remove unused declarations for: '{0}']]></Val>
8951+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8952+
<Val><![CDATA[Удалите неиспользуемые объявления для: "{0}"]]></Val>
8953+
</Tgt>
8954+
</Str>
8955+
<Disp Icon="Str" />
8956+
</Item>
8957+
<Item ItemId=";Remove_unused_destructuring_declaration_90039" ItemType="0" PsrId="306" Leaf="true">
8958+
<Str Cat="Text">
8959+
<Val><![CDATA[Remove unused destructuring declaration]]></Val>
8960+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8961+
<Val><![CDATA[Удалите неиспользуемое объявление деструктурирования]]></Val>
8962+
</Tgt>
8963+
</Str>
8964+
<Disp Icon="Str" />
8965+
</Item>
89488966
<Item ItemId=";Remove_unused_label_95053" ItemType="0" PsrId="306" Leaf="true">
89498967
<Str Cat="Text">
89508968
<Val><![CDATA[Remove unused label]]></Val>
@@ -10004,6 +10022,15 @@
1000410022
</Str>
1000510023
<Disp Icon="Str" />
1000610024
</Item>
10025+
<Item ItemId=";Switch_each_misused_0_to_1_95138" ItemType="0" PsrId="306" Leaf="true">
10026+
<Str Cat="Text">
10027+
<Val><![CDATA[Switch each misused '{0}' to '{1}']]></Val>
10028+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10029+
<Val><![CDATA[Измените все неверно используемые "{0}" на "{1}"]]></Val>
10030+
</Tgt>
10031+
</Str>
10032+
<Disp Icon="Str" />
10033+
</Item>
1000710034
<Item ItemId=";Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object_2470" ItemType="0" PsrId="306" Leaf="true">
1000810035
<Str Cat="Text">
1000910036
<Val><![CDATA['Symbol' reference does not refer to the global Symbol constructor object.]]></Val>
@@ -12890,15 +12917,6 @@
1289012917
</Str>
1289112918
<Disp Icon="Str" />
1289212919
</Item>
12893-
<Item ItemId=";can_only_be_used_in_an_object_literal_property_inside_a_destructuring_assignment_1312" ItemType="0" PsrId="306" Leaf="true">
12894-
<Str Cat="Text">
12895-
<Val><![CDATA['=' can only be used in an object literal property inside a destructuring assignment.]]></Val>
12896-
<Tgt Cat="Text" Stat="Loc" Orig="New">
12897-
<Val><![CDATA["=" можно использовать только в свойстве объектного литерала в назначении деструктурирования.]]></Val>
12898-
</Tgt>
12899-
</Str>
12900-
<Disp Icon="Str" />
12901-
</Item>
1290212920
<Item ItemId=";case_or_default_expected_1130" ItemType="0" PsrId="306" Leaf="true">
1290312921
<Str Cat="Text">
1290412922
<Val><![CDATA['case' or 'default' expected.]]></Val>

0 commit comments

Comments
 (0)