Skip to content

Commit 4eea47e

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent cc7cb9e commit 4eea47e

File tree

8 files changed

+432
-0
lines changed

8 files changed

+432
-0
lines changed

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,6 +2397,9 @@
23972397
<Item ItemId=";Can_only_convert_property_with_modifier_95137" ItemType="0" PsrId="306" Leaf="true">
23982398
<Str Cat="Text">
23992399
<Val><![CDATA[Can only convert property with modifier]]></Val>
2400+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2401+
<Val><![CDATA[只能转换带修饰符的属性]]></Val>
2402+
</Tgt>
24002403
</Str>
24012404
<Disp Icon="Str" />
24022405
</Item>
@@ -3729,18 +3732,27 @@
37293732
<Item ItemId=";Could_not_find_export_statement_95129" ItemType="0" PsrId="306" Leaf="true">
37303733
<Str Cat="Text">
37313734
<Val><![CDATA[Could not find export statement]]></Val>
3735+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3736+
<Val><![CDATA[找不到 export 语句]]></Val>
3737+
</Tgt>
37323738
</Str>
37333739
<Disp Icon="Str" />
37343740
</Item>
37353741
<Item ItemId=";Could_not_find_import_clause_95131" ItemType="0" PsrId="306" Leaf="true">
37363742
<Str Cat="Text">
37373743
<Val><![CDATA[Could not find import clause]]></Val>
3744+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3745+
<Val><![CDATA[找不到 import 子句]]></Val>
3746+
</Tgt>
37383747
</Str>
37393748
<Disp Icon="Str" />
37403749
</Item>
37413750
<Item ItemId=";Could_not_find_namespace_import_or_named_imports_95132" ItemType="0" PsrId="306" Leaf="true">
37423751
<Str Cat="Text">
37433752
<Val><![CDATA[Could not find namespace import or named imports]]></Val>
3753+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3754+
<Val><![CDATA[找不到命名空间导入或已命名的导入]]></Val>
3755+
</Tgt>
37443756
</Str>
37453757
<Disp Icon="Str" />
37463758
</Item>
@@ -4431,6 +4443,12 @@
44314443
</Str>
44324444
<Disp Icon="Str" />
44334445
</Item>
4446+
<Item ItemId=";Element_at_index_0_is_variadic_in_one_type_but_not_in_the_other_2622" ItemType="0" PsrId="306" Leaf="true">
4447+
<Str Cat="Text">
4448+
<Val><![CDATA[Element at index {0} is variadic in one type but not in the other.]]></Val>
4449+
</Str>
4450+
<Disp Icon="Str" />
4451+
</Item>
44344452
<Item ItemId=";Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1_7053" ItemType="0" PsrId="306" Leaf="true">
44354453
<Str Cat="Text">
44364454
<Val><![CDATA[Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'.]]></Val>
@@ -9594,6 +9612,18 @@
95949612
</Str>
95959613
<Disp Icon="Str" />
95969614
</Item>
9615+
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
9616+
<Str Cat="Text">
9617+
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9618+
</Str>
9619+
<Disp Icon="Str" />
9620+
</Item>
9621+
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
9622+
<Str Cat="Text">
9623+
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9624+
</Str>
9625+
<Disp Icon="Str" />
9626+
</Item>
95979627
<Item ItemId=";Specialized_overload_signature_is_not_assignable_to_any_non_specialized_signature_2382" ItemType="0" PsrId="306" Leaf="true">
95989628
<Str Cat="Text">
95999629
<Val><![CDATA[Specialized overload signature is not assignable to any non-specialized signature.]]></Val>
@@ -10011,6 +10041,18 @@
1001110041
</Str>
1001210042
<Disp Icon="Str" />
1001310043
</Item>
10044+
<Item ItemId=";Target_allows_only_0_element_s_but_source_may_have_more_2621" ItemType="0" PsrId="306" Leaf="true">
10045+
<Str Cat="Text">
10046+
<Val><![CDATA[Target allows only {0} element(s) but source may have more.]]></Val>
10047+
</Str>
10048+
<Disp Icon="Str" />
10049+
</Item>
10050+
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
10051+
<Str Cat="Text">
10052+
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10053+
</Str>
10054+
<Disp Icon="Str" />
10055+
</Item>
1001410056
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1001510057
<Str Cat="Text">
1001610058
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,6 +2397,9 @@
23972397
<Item ItemId=";Can_only_convert_property_with_modifier_95137" ItemType="0" PsrId="306" Leaf="true">
23982398
<Str Cat="Text">
23992399
<Val><![CDATA[Can only convert property with modifier]]></Val>
2400+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2401+
<Val><![CDATA[只能轉換具有修飾元的屬性]]></Val>
2402+
</Tgt>
24002403
</Str>
24012404
<Disp Icon="Str" />
24022405
</Item>
@@ -4440,6 +4443,12 @@
44404443
</Str>
44414444
<Disp Icon="Str" />
44424445
</Item>
4446+
<Item ItemId=";Element_at_index_0_is_variadic_in_one_type_but_not_in_the_other_2622" ItemType="0" PsrId="306" Leaf="true">
4447+
<Str Cat="Text">
4448+
<Val><![CDATA[Element at index {0} is variadic in one type but not in the other.]]></Val>
4449+
</Str>
4450+
<Disp Icon="Str" />
4451+
</Item>
44434452
<Item ItemId=";Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1_7053" ItemType="0" PsrId="306" Leaf="true">
44444453
<Str Cat="Text">
44454454
<Val><![CDATA[Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'.]]></Val>
@@ -9603,6 +9612,18 @@
96039612
</Str>
96049613
<Disp Icon="Str" />
96059614
</Item>
9615+
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
9616+
<Str Cat="Text">
9617+
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9618+
</Str>
9619+
<Disp Icon="Str" />
9620+
</Item>
9621+
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
9622+
<Str Cat="Text">
9623+
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9624+
</Str>
9625+
<Disp Icon="Str" />
9626+
</Item>
96069627
<Item ItemId=";Specialized_overload_signature_is_not_assignable_to_any_non_specialized_signature_2382" ItemType="0" PsrId="306" Leaf="true">
96079628
<Str Cat="Text">
96089629
<Val><![CDATA[Specialized overload signature is not assignable to any non-specialized signature.]]></Val>
@@ -10020,6 +10041,18 @@
1002010041
</Str>
1002110042
<Disp Icon="Str" />
1002210043
</Item>
10044+
<Item ItemId=";Target_allows_only_0_element_s_but_source_may_have_more_2621" ItemType="0" PsrId="306" Leaf="true">
10045+
<Str Cat="Text">
10046+
<Val><![CDATA[Target allows only {0} element(s) but source may have more.]]></Val>
10047+
</Str>
10048+
<Disp Icon="Str" />
10049+
</Item>
10050+
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
10051+
<Str Cat="Text">
10052+
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10053+
</Str>
10054+
<Disp Icon="Str" />
10055+
</Item>
1002310056
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1002410057
<Str Cat="Text">
1002510058
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>

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

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,6 +2406,9 @@
24062406
<Item ItemId=";Can_only_convert_property_with_modifier_95137" ItemType="0" PsrId="306" Leaf="true">
24072407
<Str Cat="Text">
24082408
<Val><![CDATA[Can only convert property with modifier]]></Val>
2409+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2410+
<Val><![CDATA[Převést se dá jenom vlastnost s modifikátorem.]]></Val>
2411+
</Tgt>
24092412
</Str>
24102413
<Disp Icon="Str" />
24112414
</Item>
@@ -3396,6 +3399,9 @@
33963399
<Item ItemId=";Containing_function_is_not_an_arrow_function_95128" ItemType="0" PsrId="306" Leaf="true">
33973400
<Str Cat="Text">
33983401
<Val><![CDATA[Containing function is not an arrow function]]></Val>
3402+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3403+
<Val><![CDATA[Obsahující funkce není funkcí šipky.]]></Val>
3404+
</Tgt>
33993405
</Str>
34003406
<Disp Icon="Str" />
34013407
</Item>
@@ -3717,6 +3723,9 @@
37173723
<Item ItemId=";Could_not_find_a_containing_arrow_function_95127" ItemType="0" PsrId="306" Leaf="true">
37183724
<Str Cat="Text">
37193725
<Val><![CDATA[Could not find a containing arrow function]]></Val>
3726+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3727+
<Val><![CDATA[Nepovedlo se najít obsahující funkci šipky.]]></Val>
3728+
</Tgt>
37203729
</Str>
37213730
<Disp Icon="Str" />
37223731
</Item>
@@ -3732,24 +3741,36 @@
37323741
<Item ItemId=";Could_not_find_export_statement_95129" ItemType="0" PsrId="306" Leaf="true">
37333742
<Str Cat="Text">
37343743
<Val><![CDATA[Could not find export statement]]></Val>
3744+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3745+
<Val><![CDATA[Nešlo najít příkaz export.]]></Val>
3746+
</Tgt>
37353747
</Str>
37363748
<Disp Icon="Str" />
37373749
</Item>
37383750
<Item ItemId=";Could_not_find_import_clause_95131" ItemType="0" PsrId="306" Leaf="true">
37393751
<Str Cat="Text">
37403752
<Val><![CDATA[Could not find import clause]]></Val>
3753+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3754+
<Val><![CDATA[Nešlo najít klauzuli import.]]></Val>
3755+
</Tgt>
37413756
</Str>
37423757
<Disp Icon="Str" />
37433758
</Item>
37443759
<Item ItemId=";Could_not_find_namespace_import_or_named_imports_95132" ItemType="0" PsrId="306" Leaf="true">
37453760
<Str Cat="Text">
37463761
<Val><![CDATA[Could not find namespace import or named imports]]></Val>
3762+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3763+
<Val><![CDATA[Nepovedlo se najít import oboru názvů nebo pojmenované importy.]]></Val>
3764+
</Tgt>
37473765
</Str>
37483766
<Disp Icon="Str" />
37493767
</Item>
37503768
<Item ItemId=";Could_not_find_property_for_which_to_generate_accessor_95135" ItemType="0" PsrId="306" Leaf="true">
37513769
<Str Cat="Text">
37523770
<Val><![CDATA[Could not find property for which to generate accessor]]></Val>
3771+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3772+
<Val><![CDATA[Nepovedlo se najít vlastnost, pro kterou se má vygenerovat přístupový objekt.]]></Val>
3773+
</Tgt>
37533774
</Str>
37543775
<Disp Icon="Str" />
37553776
</Item>
@@ -4431,6 +4452,12 @@
44314452
</Str>
44324453
<Disp Icon="Str" />
44334454
</Item>
4455+
<Item ItemId=";Element_at_index_0_is_variadic_in_one_type_but_not_in_the_other_2622" ItemType="0" PsrId="306" Leaf="true">
4456+
<Str Cat="Text">
4457+
<Val><![CDATA[Element at index {0} is variadic in one type but not in the other.]]></Val>
4458+
</Str>
4459+
<Disp Icon="Str" />
4460+
</Item>
44344461
<Item ItemId=";Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1_7053" ItemType="0" PsrId="306" Leaf="true">
44354462
<Str Cat="Text">
44364463
<Val><![CDATA[Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'.]]></Val>
@@ -7095,6 +7122,9 @@
70957122
<Item ItemId=";No_type_could_be_extracted_from_this_type_node_95134" ItemType="0" PsrId="306" Leaf="true">
70967123
<Str Cat="Text">
70977124
<Val><![CDATA[No type could be extracted from this type node]]></Val>
7125+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7126+
<Val><![CDATA[Z tohoto uzlu typů nešlo extrahovat žádný typ.]]></Val>
7127+
</Tgt>
70987128
</Str>
70997129
<Disp Icon="Str" />
71007130
</Item>
@@ -9477,6 +9507,9 @@
94779507
<Item ItemId=";Selection_is_not_a_valid_type_node_95133" ItemType="0" PsrId="306" Leaf="true">
94789508
<Str Cat="Text">
94799509
<Val><![CDATA[Selection is not a valid type node]]></Val>
9510+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9511+
<Val><![CDATA[Výběr není platným uzlem typů.]]></Val>
9512+
</Tgt>
94809513
</Str>
94819514
<Disp Icon="Str" />
94829515
</Item>
@@ -9588,6 +9621,18 @@
95889621
</Str>
95899622
<Disp Icon="Str" />
95909623
</Item>
9624+
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
9625+
<Str Cat="Text">
9626+
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9627+
</Str>
9628+
<Disp Icon="Str" />
9629+
</Item>
9630+
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
9631+
<Str Cat="Text">
9632+
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9633+
</Str>
9634+
<Disp Icon="Str" />
9635+
</Item>
95919636
<Item ItemId=";Specialized_overload_signature_is_not_assignable_to_any_non_specialized_signature_2382" ItemType="0" PsrId="306" Leaf="true">
95929637
<Str Cat="Text">
95939638
<Val><![CDATA[Specialized overload signature is not assignable to any non-specialized signature.]]></Val>
@@ -10005,6 +10050,18 @@
1000510050
</Str>
1000610051
<Disp Icon="Str" />
1000710052
</Item>
10053+
<Item ItemId=";Target_allows_only_0_element_s_but_source_may_have_more_2621" ItemType="0" PsrId="306" Leaf="true">
10054+
<Str Cat="Text">
10055+
<Val><![CDATA[Target allows only {0} element(s) but source may have more.]]></Val>
10056+
</Str>
10057+
<Disp Icon="Str" />
10058+
</Item>
10059+
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
10060+
<Str Cat="Text">
10061+
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10062+
</Str>
10063+
<Disp Icon="Str" />
10064+
</Item>
1000810065
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1000910066
<Str Cat="Text">
1001010067
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>

0 commit comments

Comments
 (0)