Skip to content

Commit 42165a1

Browse files
authored
LEGO: Merge pull request 50353
LEGO: Merge pull request 50353
1 parent 66d8b95 commit 42165a1

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<Str Cat="Text">
6262
<Val><![CDATA[A bigint literal cannot use exponential notation.]]></Val>
6363
<Tgt Cat="Text" Stat="Loc" Orig="New">
64-
<Val><![CDATA[bigint 文本不能使用指数符号。]]></Val>
64+
<Val><![CDATA[BigInt 字面量中不能使用指数符号。]]></Val>
6565
</Tgt>
6666
</Str>
6767
<Disp Icon="Str" />
@@ -70,7 +70,7 @@
7070
<Str Cat="Text">
7171
<Val><![CDATA[A bigint literal must be an integer.]]></Val>
7272
<Tgt Cat="Text" Stat="Loc" Orig="New">
73-
<Val><![CDATA[bigint 文本必须是整数。]]></Val>
73+
<Val><![CDATA[BigInt 字面量必须是整数。]]></Val>
7474
</Tgt>
7575
</Str>
7676
<Disp Icon="Str" />
@@ -217,7 +217,7 @@
217217
<Str Cat="Text">
218218
<Val><![CDATA[A 'const' assertions can only be applied to references to enum members, or string, number, boolean, array, or object literals.]]></Val>
219219
<Tgt Cat="Text" Stat="Loc" Orig="New">
220-
<Val><![CDATA["const" 断言只能用于引用枚举成员、字符串、数字、布尔值、数组或对象文本。]]></Val>
220+
<Val><![CDATA['const' 断言只能作用于枚举成员、字符串、数字、布尔值、数组或对象字面量。]]></Val>
221221
</Tgt>
222222
</Str>
223223
<Disp Icon="Str" />
@@ -388,7 +388,7 @@
388388
<Str Cat="Text">
389389
<Val><![CDATA[A function that is called with the 'new' keyword cannot have a 'this' type that is 'void'.]]></Val>
390390
<Tgt Cat="Text" Stat="Loc" Orig="New">
391-
<Val><![CDATA[使用 "new" 关键字调用的函数不可具有“失效”的 "this" 类型。]]></Val>
391+
<Val><![CDATA[使用 'new' 关键字调用的函数的 'this' 类型不能为 'void'。]]></Val>
392392
</Tgt>
393393
</Str>
394394
<Disp Icon="Str" />
@@ -568,7 +568,7 @@
568568
<Str Cat="Text">
569569
<Val><![CDATA[A non-dry build would update output of project '{0}']]></Val>
570570
<Tgt Cat="Text" Stat="Loc" Orig="New">
571-
<Val><![CDATA[非干燥生成将更新项目 "{0}" 的输出]]></Val>
571+
<Val><![CDATA[非 dry 生成将更新项目 '{0}' 的输出]]></Val>
572572
</Tgt>
573573
</Str>
574574
<Disp Icon="Str" />
@@ -577,7 +577,7 @@
577577
<Str Cat="Text">
578578
<Val><![CDATA[A non-dry build would update timestamps for output of project '{0}']]></Val>
579579
<Tgt Cat="Text" Stat="Loc" Orig="New">
580-
<Val><![CDATA[非干燥生成将更新项目 "{0}" 的输出的时间戳]]></Val>
580+
<Val><![CDATA[非 dry 生成将更新项目 '{0}' 的输出的时间戳]]></Val>
581581
</Tgt>
582582
</Str>
583583
<Disp Icon="Str" />
@@ -622,7 +622,7 @@
622622
<Str Cat="Text">
623623
<Val><![CDATA[A promise must have a 'then' method.]]></Val>
624624
<Tgt Cat="Text" Stat="Loc" Orig="New">
625-
<Val><![CDATA[承诺必须具有 "then" 方法。]]></Val>
625+
<Val><![CDATA['Promise' 必须具有 'then' 方法。]]></Val>
626626
</Tgt>
627627
</Str>
628628
<Disp Icon="Str" />

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13842,11 +13842,11 @@
1384213842
</Str>
1384313843
<Disp Icon="Str" />
1384413844
</Item>
13845-
<Item ItemId=";This_module_is_declared_with_using_export_and_can_only_be_used_with_a_default_import_when_using_the__2594" ItemType="0" PsrId="306" Leaf="true">
13845+
<Item ItemId=";This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594" ItemType="0" PsrId="306" Leaf="true">
1384613846
<Str Cat="Text">
13847-
<Val><![CDATA[This module is declared with using 'export =', and can only be used with a default import when using the '{0}' flag.]]></Val>
13847+
<Val><![CDATA[This module is declared with 'export =', and can only be used with a default import when using the '{0}' flag.]]></Val>
1384813848
<Tgt Cat="Text" Stat="Loc" Orig="New">
13849-
<Val><![CDATA[Tento modul se deklaroval pomocí export =, a když se používá příznak {0}, dá se použít jen s výchozím importem.]]></Val>
13849+
<Val><![CDATA[Tento modul se deklaroval pomocí export =, a dá se použít jenom s výchozím importem při použití příznaku {0}.]]></Val>
1385013850
</Tgt>
1385113851
</Str>
1385213852
<Disp Icon="Str" />

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13827,11 +13827,11 @@
1382713827
</Str>
1382813828
<Disp Icon="Str" />
1382913829
</Item>
13830-
<Item ItemId=";This_module_is_declared_with_using_export_and_can_only_be_used_with_a_default_import_when_using_the__2594" ItemType="0" PsrId="306" Leaf="true">
13830+
<Item ItemId=";This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594" ItemType="0" PsrId="306" Leaf="true">
1383113831
<Str Cat="Text">
13832-
<Val><![CDATA[This module is declared with using 'export =', and can only be used with a default import when using the '{0}' flag.]]></Val>
13832+
<Val><![CDATA[This module is declared with 'export =', and can only be used with a default import when using the '{0}' flag.]]></Val>
1383313833
<Tgt Cat="Text" Stat="Loc" Orig="New">
13834-
<Val><![CDATA[Dieses Modul wird mit "export =" deklariert und kann nur bei Verwendung des Flags "{0}" mit einem Standardimport verwendet werden.]]></Val>
13834+
<Val><![CDATA[Dieses Modul wird mit export = deklariert und kann nur bei Verwendung des Kennzeichnens „{0} mit einem Standardimport verwendet werden.]]></Val>
1383513835
</Tgt>
1383613836
</Str>
1383713837
<Disp Icon="Str" />

0 commit comments

Comments
 (0)