Skip to content

Commit 28232ca

Browse files
authoredSep 15, 2022
LEGO: Merge pull request 50783
LEGO: Merge pull request 50783
1 parent 49cfa1d commit 28232ca

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed
 

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

+27
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,15 @@
17431743
</Str>
17441744
<Disp Icon="Str" />
17451745
</Item>
1746+
<Item ItemId=";An_accessor_property_cannot_be_declared_optional_1276" ItemType="0" PsrId="306" Leaf="true">
1747+
<Str Cat="Text">
1748+
<Val><![CDATA[An 'accessor' property cannot be declared optional.]]></Val>
1749+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1750+
<Val><![CDATA[無法將 'accessor' 屬性宣告為選擇性。]]></Val>
1751+
</Tgt>
1752+
</Str>
1753+
<Disp Icon="Str" />
1754+
</Item>
17461755
<Item ItemId=";An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file_1234" ItemType="0" PsrId="306" Leaf="true">
17471756
<Str Cat="Text">
17481757
<Val><![CDATA[An ambient module declaration is only allowed at the top level in a file.]]></Val>
@@ -10320,6 +10329,15 @@
1032010329
</Str>
1032110330
<Disp Icon="Str" />
1032210331
</Item>
10332+
<Item ItemId=";Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher_18045" ItemType="0" PsrId="306" Leaf="true">
10333+
<Str Cat="Text">
10334+
<Val><![CDATA[Properties with the 'accessor' modifier are only available when targeting ECMAScript 2015 and higher.]]></Val>
10335+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10336+
<Val><![CDATA[只有以 ECMAScript 2015 及更新版本為目標時,才可使用具有 'accessor' 修飾詞的屬性。]]></Val>
10337+
</Tgt>
10338+
</Str>
10339+
<Disp Icon="Str" />
10340+
</Item>
1032310341
<Item ItemId=";Property_0_cannot_have_an_initializer_because_it_is_marked_abstract_1267" ItemType="0" PsrId="306" Leaf="true">
1032410342
<Str Cat="Text">
1032510343
<Val><![CDATA[Property '{0}' cannot have an initializer because it is marked abstract.]]></Val>
@@ -16269,6 +16287,15 @@
1626916287
</Str>
1627016288
<Disp Icon="Str" />
1627116289
</Item>
16290+
<Item ItemId=";accessor_modifier_can_only_appear_on_a_property_declaration_1275" ItemType="0" PsrId="306" Leaf="true">
16291+
<Str Cat="Text">
16292+
<Val><![CDATA['accessor' modifier can only appear on a property declaration.]]></Val>
16293+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16294+
<Val><![CDATA['accessor' 修飾詞只能出現在屬性宣告。]]></Val>
16295+
</Tgt>
16296+
</Str>
16297+
<Disp Icon="Str" />
16298+
</Item>
1627216299
<Item ItemId=";and_here_6204" ItemType="0" PsrId="306" Leaf="true">
1627316300
<Str Cat="Text">
1627416301
<Val><![CDATA[and here.]]></Val>

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

+27
Original file line numberDiff line numberDiff line change
@@ -1752,6 +1752,15 @@
17521752
</Str>
17531753
<Disp Icon="Str" />
17541754
</Item>
1755+
<Item ItemId=";An_accessor_property_cannot_be_declared_optional_1276" ItemType="0" PsrId="306" Leaf="true">
1756+
<Str Cat="Text">
1757+
<Val><![CDATA[An 'accessor' property cannot be declared optional.]]></Val>
1758+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1759+
<Val><![CDATA[Vlastnost accessor nejde deklarovat jako volitelnou.]]></Val>
1760+
</Tgt>
1761+
</Str>
1762+
<Disp Icon="Str" />
1763+
</Item>
17551764
<Item ItemId=";An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file_1234" ItemType="0" PsrId="306" Leaf="true">
17561765
<Str Cat="Text">
17571766
<Val><![CDATA[An ambient module declaration is only allowed at the top level in a file.]]></Val>
@@ -10329,6 +10338,15 @@
1032910338
</Str>
1033010339
<Disp Icon="Str" />
1033110340
</Item>
10341+
<Item ItemId=";Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher_18045" ItemType="0" PsrId="306" Leaf="true">
10342+
<Str Cat="Text">
10343+
<Val><![CDATA[Properties with the 'accessor' modifier are only available when targeting ECMAScript 2015 and higher.]]></Val>
10344+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10345+
<Val><![CDATA[Vlastnosti s modifikátorem accessor jsou k dispozici jen při cílení na ECMAScript 2015 a vyšší.]]></Val>
10346+
</Tgt>
10347+
</Str>
10348+
<Disp Icon="Str" />
10349+
</Item>
1033210350
<Item ItemId=";Property_0_cannot_have_an_initializer_because_it_is_marked_abstract_1267" ItemType="0" PsrId="306" Leaf="true">
1033310351
<Str Cat="Text">
1033410352
<Val><![CDATA[Property '{0}' cannot have an initializer because it is marked abstract.]]></Val>
@@ -16278,6 +16296,15 @@
1627816296
</Str>
1627916297
<Disp Icon="Str" />
1628016298
</Item>
16299+
<Item ItemId=";accessor_modifier_can_only_appear_on_a_property_declaration_1275" ItemType="0" PsrId="306" Leaf="true">
16300+
<Str Cat="Text">
16301+
<Val><![CDATA['accessor' modifier can only appear on a property declaration.]]></Val>
16302+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16303+
<Val><![CDATA[Modifikátor accessor se může objevit jenom v deklaraci vlastnosti.]]></Val>
16304+
</Tgt>
16305+
</Str>
16306+
<Disp Icon="Str" />
16307+
</Item>
1628116308
<Item ItemId=";and_here_6204" ItemType="0" PsrId="306" Leaf="true">
1628216309
<Str Cat="Text">
1628316310
<Val><![CDATA[and here.]]></Val>

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

+27
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,15 @@
17401740
</Str>
17411741
<Disp Icon="Str" />
17421742
</Item>
1743+
<Item ItemId=";An_accessor_property_cannot_be_declared_optional_1276" ItemType="0" PsrId="306" Leaf="true">
1744+
<Str Cat="Text">
1745+
<Val><![CDATA[An 'accessor' property cannot be declared optional.]]></Val>
1746+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1747+
<Val><![CDATA[Eine Accessoreigenschaft kann nicht als optional deklariert werden.]]></Val>
1748+
</Tgt>
1749+
</Str>
1750+
<Disp Icon="Str" />
1751+
</Item>
17431752
<Item ItemId=";An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file_1234" ItemType="0" PsrId="306" Leaf="true">
17441753
<Str Cat="Text">
17451754
<Val><![CDATA[An ambient module declaration is only allowed at the top level in a file.]]></Val>
@@ -10314,6 +10323,15 @@
1031410323
</Str>
1031510324
<Disp Icon="Str" />
1031610325
</Item>
10326+
<Item ItemId=";Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher_18045" ItemType="0" PsrId="306" Leaf="true">
10327+
<Str Cat="Text">
10328+
<Val><![CDATA[Properties with the 'accessor' modifier are only available when targeting ECMAScript 2015 and higher.]]></Val>
10329+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10330+
<Val><![CDATA[Eigenschaften mit dem Accessormodifizierer sind nur für ECMAScript 2015 und höher verfügbar.]]></Val>
10331+
</Tgt>
10332+
</Str>
10333+
<Disp Icon="Str" />
10334+
</Item>
1031710335
<Item ItemId=";Property_0_cannot_have_an_initializer_because_it_is_marked_abstract_1267" ItemType="0" PsrId="306" Leaf="true">
1031810336
<Str Cat="Text">
1031910337
<Val><![CDATA[Property '{0}' cannot have an initializer because it is marked abstract.]]></Val>
@@ -16263,6 +16281,15 @@
1626316281
</Str>
1626416282
<Disp Icon="Str" />
1626516283
</Item>
16284+
<Item ItemId=";accessor_modifier_can_only_appear_on_a_property_declaration_1275" ItemType="0" PsrId="306" Leaf="true">
16285+
<Str Cat="Text">
16286+
<Val><![CDATA['accessor' modifier can only appear on a property declaration.]]></Val>
16287+
<Tgt Cat="Text" Stat="Loc" Orig="New">
16288+
<Val><![CDATA[Der Accessormodifizierer kann nur in einer Eigenschaftendeklaration angezeigt werden.]]></Val>
16289+
</Tgt>
16290+
</Str>
16291+
<Disp Icon="Str" />
16292+
</Item>
1626616293
<Item ItemId=";and_here_6204" ItemType="0" PsrId="306" Leaf="true">
1626716294
<Str Cat="Text">
1626816295
<Val><![CDATA[and here.]]></Val>

0 commit comments

Comments
 (0)