Skip to content

Commit a839cbd

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent af0c4ce commit a839cbd

File tree

5 files changed

+72
-0
lines changed

5 files changed

+72
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,15 @@
23942394
</Str>
23952395
<Disp Icon="Str" />
23962396
</Item>
2397+
<Item ItemId=";Class_name_cannot_be_Object_when_targeting_ES5_with_module_0_2725" ItemType="0" PsrId="306" Leaf="true">
2398+
<Str Cat="Text">
2399+
<Val><![CDATA[Class name cannot be 'Object' when targeting ES5 with module {0}.]]></Val>
2400+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2401+
<Val><![CDATA[使用模块 {0} 将目标设置为 ES5 时,类名称不能为 "Object"。]]></Val>
2402+
</Tgt>
2403+
</Str>
2404+
<Disp Icon="Str" />
2405+
</Item>
23972406
<Item ItemId=";Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417" ItemType="0" PsrId="306" Leaf="true">
23982407
<Str Cat="Text">
23992408
<Val><![CDATA[Class static side '{0}' incorrectly extends base class static side '{1}'.]]></Val>
@@ -2559,6 +2568,9 @@
25592568
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
25602569
<Str Cat="Text">
25612570
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2571+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2572+
<Val><![CDATA[将“{0}”转换为映射对象类型]]></Val>
2573+
</Tgt>
25622574
</Str>
25632575
<Disp Icon="Str" />
25642576
</Item>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,15 @@
23942394
</Str>
23952395
<Disp Icon="Str" />
23962396
</Item>
2397+
<Item ItemId=";Class_name_cannot_be_Object_when_targeting_ES5_with_module_0_2725" ItemType="0" PsrId="306" Leaf="true">
2398+
<Str Cat="Text">
2399+
<Val><![CDATA[Class name cannot be 'Object' when targeting ES5 with module {0}.]]></Val>
2400+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2401+
<Val><![CDATA[當目標為具有模組 {0} 的 ES5 時,類別名稱不可為 'Object'。]]></Val>
2402+
</Tgt>
2403+
</Str>
2404+
<Disp Icon="Str" />
2405+
</Item>
23972406
<Item ItemId=";Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417" ItemType="0" PsrId="306" Leaf="true">
23982407
<Str Cat="Text">
23992408
<Val><![CDATA[Class static side '{0}' incorrectly extends base class static side '{1}'.]]></Val>
@@ -2556,6 +2565,15 @@
25562565
</Str>
25572566
<Disp Icon="Str" />
25582567
</Item>
2568+
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
2569+
<Str Cat="Text">
2570+
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2571+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2572+
<Val><![CDATA[將 '{0}' 轉換為對應的物件類型]]></Val>
2573+
</Tgt>
2574+
</Str>
2575+
<Disp Icon="Str" />
2576+
</Item>
25592577
<Item ItemId=";Convert_all_constructor_functions_to_classes_95045" ItemType="0" PsrId="306" Leaf="true">
25602578
<Str Cat="Text">
25612579
<Val><![CDATA[Convert all constructor functions to classes]]></Val>

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,6 +2391,15 @@
23912391
</Str>
23922392
<Disp Icon="Str" />
23932393
</Item>
2394+
<Item ItemId=";Class_name_cannot_be_Object_when_targeting_ES5_with_module_0_2725" ItemType="0" PsrId="306" Leaf="true">
2395+
<Str Cat="Text">
2396+
<Val><![CDATA[Class name cannot be 'Object' when targeting ES5 with module {0}.]]></Val>
2397+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2398+
<Val><![CDATA[Der Klassenname darf nicht "Object" lauten, wenn ES5 mit Modul "{0}" als Ziel verwendet wird.]]></Val>
2399+
</Tgt>
2400+
</Str>
2401+
<Disp Icon="Str" />
2402+
</Item>
23942403
<Item ItemId=";Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417" ItemType="0" PsrId="306" Leaf="true">
23952404
<Str Cat="Text">
23962405
<Val><![CDATA[Class static side '{0}' incorrectly extends base class static side '{1}'.]]></Val>
@@ -2556,6 +2565,9 @@
25562565
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
25572566
<Str Cat="Text">
25582567
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2568+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2569+
<Val><![CDATA["{0}" in zugeordneten Objekttyp konvertieren]]></Val>
2570+
</Tgt>
25592571
</Str>
25602572
<Disp Icon="Str" />
25612573
</Item>

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,15 @@
23942394
</Str>
23952395
<Disp Icon="Str" />
23962396
</Item>
2397+
<Item ItemId=";Class_name_cannot_be_Object_when_targeting_ES5_with_module_0_2725" ItemType="0" PsrId="306" Leaf="true">
2398+
<Str Cat="Text">
2399+
<Val><![CDATA[Class name cannot be 'Object' when targeting ES5 with module {0}.]]></Val>
2400+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2401+
<Val><![CDATA[{0} 모듈을 사용하는 ES5를 대상으로 하는 경우 클래스 이름은 'Object'일 수 없습니다.]]></Val>
2402+
</Tgt>
2403+
</Str>
2404+
<Disp Icon="Str" />
2405+
</Item>
23972406
<Item ItemId=";Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417" ItemType="0" PsrId="306" Leaf="true">
23982407
<Str Cat="Text">
23992408
<Val><![CDATA[Class static side '{0}' incorrectly extends base class static side '{1}'.]]></Val>
@@ -2559,6 +2568,9 @@
25592568
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
25602569
<Str Cat="Text">
25612570
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2571+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2572+
<Val><![CDATA['{0}'을(를) 매핑된 개체 형식으로 변환]]></Val>
2573+
</Tgt>
25622574
</Str>
25632575
<Disp Icon="Str" />
25642576
</Item>

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,6 +2393,15 @@
23932393
</Str>
23942394
<Disp Icon="Str" />
23952395
</Item>
2396+
<Item ItemId=";Class_name_cannot_be_Object_when_targeting_ES5_with_module_0_2725" ItemType="0" PsrId="306" Leaf="true">
2397+
<Str Cat="Text">
2398+
<Val><![CDATA[Class name cannot be 'Object' when targeting ES5 with module {0}.]]></Val>
2399+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2400+
<Val><![CDATA[Класс не может иметь имя "Object" при выборе ES5 с модулем {0} в качестве целевого.]]></Val>
2401+
</Tgt>
2402+
</Str>
2403+
<Disp Icon="Str" />
2404+
</Item>
23962405
<Item ItemId=";Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417" ItemType="0" PsrId="306" Leaf="true">
23972406
<Str Cat="Text">
23982407
<Val><![CDATA[Class static side '{0}' incorrectly extends base class static side '{1}'.]]></Val>
@@ -2555,6 +2564,15 @@
25552564
</Str>
25562565
<Disp Icon="Str" />
25572566
</Item>
2567+
<Item ItemId=";Convert_0_to_mapped_object_type_95055" ItemType="0" PsrId="306" Leaf="true">
2568+
<Str Cat="Text">
2569+
<Val><![CDATA[Convert '{0}' to mapped object type]]></Val>
2570+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2571+
<Val><![CDATA[Преобразовать "{0}" в тип сопоставленного объекта]]></Val>
2572+
</Tgt>
2573+
</Str>
2574+
<Disp Icon="Str" />
2575+
</Item>
25582576
<Item ItemId=";Convert_all_constructor_functions_to_classes_95045" ItemType="0" PsrId="306" Leaf="true">
25592577
<Str Cat="Text">
25602578
<Val><![CDATA[Convert all constructor functions to classes]]></Val>

0 commit comments

Comments
 (0)