Skip to content

Commit 02d7c1e

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 7edc00f commit 02d7c1e

File tree

7 files changed

+225
-0
lines changed

7 files changed

+225
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4455,6 +4455,9 @@
44554455
<Item ItemId=";Element_at_index_0_is_variadic_in_one_type_but_not_in_the_other_2622" ItemType="0" PsrId="306" Leaf="true">
44564456
<Str Cat="Text">
44574457
<Val><![CDATA[Element at index {0} is variadic in one type but not in the other.]]></Val>
4458+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4459+
<Val><![CDATA[Element na indexu {0} je variadický v jednom typu, ale ne v tom druhém.]]></Val>
4460+
</Tgt>
44584461
</Str>
44594462
<Disp Icon="Str" />
44604463
</Item>
@@ -9624,12 +9627,18 @@
96249627
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
96259628
<Str Cat="Text">
96269629
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9630+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9631+
<Val><![CDATA[Zdroj má následující počet elementů, ale cíl jich povoluje jen {1}: {0}]]></Val>
9632+
</Tgt>
96279633
</Str>
96289634
<Disp Icon="Str" />
96299635
</Item>
96309636
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
96319637
<Str Cat="Text">
96329638
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9639+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9640+
<Val><![CDATA[Zdroj má následující počet elementů, ale cíl jich vyžaduje {1}: {0}]]></Val>
9641+
</Tgt>
96339642
</Str>
96349643
<Disp Icon="Str" />
96359644
</Item>
@@ -10053,12 +10062,18 @@
1005310062
<Item ItemId=";Target_allows_only_0_element_s_but_source_may_have_more_2621" ItemType="0" PsrId="306" Leaf="true">
1005410063
<Str Cat="Text">
1005510064
<Val><![CDATA[Target allows only {0} element(s) but source may have more.]]></Val>
10065+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10066+
<Val><![CDATA[Cíl povoluje jen určitý počet elementů ({0}), ale zdroj jich může mít více.]]></Val>
10067+
</Tgt>
1005610068
</Str>
1005710069
<Disp Icon="Str" />
1005810070
</Item>
1005910071
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
1006010072
<Str Cat="Text">
1006110073
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10074+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10075+
<Val><![CDATA[Cíl vyžaduje určitý počet elementů ({0}), ale zdroj jich může mít méně.]]></Val>
10076+
</Tgt>
1006210077
</Str>
1006310078
<Disp Icon="Str" />
1006410079
</Item>

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4443,6 +4443,15 @@
44434443
</Str>
44444444
<Disp Icon="Str" />
44454445
</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+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4450+
<Val><![CDATA[L'elemento alla posizione di indice {0} è variadic in un tipo ma non nell'altro.]]></Val>
4451+
</Tgt>
4452+
</Str>
4453+
<Disp Icon="Str" />
4454+
</Item>
44464455
<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">
44474456
<Str Cat="Text">
44484457
<Val><![CDATA[Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'.]]></Val>
@@ -9606,6 +9615,24 @@
96069615
</Str>
96079616
<Disp Icon="Str" />
96089617
</Item>
9618+
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
9619+
<Str Cat="Text">
9620+
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9621+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9622+
<Val><![CDATA[L'origine contiene {0} elemento/i ma la destinazione ne consente solo {1}.]]></Val>
9623+
</Tgt>
9624+
</Str>
9625+
<Disp Icon="Str" />
9626+
</Item>
9627+
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
9628+
<Str Cat="Text">
9629+
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9630+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9631+
<Val><![CDATA[L'origine contiene {0} elemento/i ma la destinazione ne richiede {1}.]]></Val>
9632+
</Tgt>
9633+
</Str>
9634+
<Disp Icon="Str" />
9635+
</Item>
96099636
<Item ItemId=";Specialized_overload_signature_is_not_assignable_to_any_non_specialized_signature_2382" ItemType="0" PsrId="306" Leaf="true">
96109637
<Str Cat="Text">
96119638
<Val><![CDATA[Specialized overload signature is not assignable to any non-specialized signature.]]></Val>
@@ -10023,6 +10050,24 @@
1002310050
</Str>
1002410051
<Disp Icon="Str" />
1002510052
</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+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10057+
<Val><![CDATA[La destinazione consente solo {0} elemento/i ma l'origine potrebbe contenerne di più.]]></Val>
10058+
</Tgt>
10059+
</Str>
10060+
<Disp Icon="Str" />
10061+
</Item>
10062+
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
10063+
<Str Cat="Text">
10064+
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10065+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10066+
<Val><![CDATA[La destinazione richiede {0} elemento/i ma l'origine potrebbe contenerne di meno.]]></Val>
10067+
</Tgt>
10068+
</Str>
10069+
<Disp Icon="Str" />
10070+
</Item>
1002610071
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1002710072
<Str Cat="Text">
1002810073
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4443,6 +4443,15 @@
44434443
</Str>
44444444
<Disp Icon="Str" />
44454445
</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+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4450+
<Val><![CDATA[インデックス {0} の要素は、一方の型では引数が可変個ですが、他方の型では違います。]]></Val>
4451+
</Tgt>
4452+
</Str>
4453+
<Disp Icon="Str" />
4454+
</Item>
44464455
<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">
44474456
<Str Cat="Text">
44484457
<Val><![CDATA[Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'.]]></Val>
@@ -9606,6 +9615,24 @@
96069615
</Str>
96079616
<Disp Icon="Str" />
96089617
</Item>
9618+
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
9619+
<Str Cat="Text">
9620+
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9621+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9622+
<Val><![CDATA[ソースには {0} 個の要素がありますが、ターゲットで使用できるのは {1} 個のみです。]]></Val>
9623+
</Tgt>
9624+
</Str>
9625+
<Disp Icon="Str" />
9626+
</Item>
9627+
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
9628+
<Str Cat="Text">
9629+
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9630+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9631+
<Val><![CDATA[ソースには {0} 個の要素が含まれていますが、ターゲットには {1} 個が必要です。]]></Val>
9632+
</Tgt>
9633+
</Str>
9634+
<Disp Icon="Str" />
9635+
</Item>
96099636
<Item ItemId=";Specialized_overload_signature_is_not_assignable_to_any_non_specialized_signature_2382" ItemType="0" PsrId="306" Leaf="true">
96109637
<Str Cat="Text">
96119638
<Val><![CDATA[Specialized overload signature is not assignable to any non-specialized signature.]]></Val>
@@ -10023,6 +10050,24 @@
1002310050
</Str>
1002410051
<Disp Icon="Str" />
1002510052
</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+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10057+
<Val><![CDATA[ターゲットには {0} 個の要素のみを使用できますが、ソースにはそれより多くを指定できます。]]></Val>
10058+
</Tgt>
10059+
</Str>
10060+
<Disp Icon="Str" />
10061+
</Item>
10062+
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
10063+
<Str Cat="Text">
10064+
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10065+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10066+
<Val><![CDATA[ターゲットには {0} 個の要素が必要ですが、ソースに指定する数はそれより少なくても構いません。]]></Val>
10067+
</Tgt>
10068+
</Str>
10069+
<Disp Icon="Str" />
10070+
</Item>
1002610071
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1002710072
<Str Cat="Text">
1002810073
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4443,6 +4443,15 @@
44434443
</Str>
44444444
<Disp Icon="Str" />
44454445
</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+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4450+
<Val><![CDATA[인덱스 {0}의 요소는 한 형식에서는 가변 인자이지만, 다른 형식에서는 가변 인자가 아닙니다.]]></Val>
4451+
</Tgt>
4452+
</Str>
4453+
<Disp Icon="Str" />
4454+
</Item>
44464455
<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">
44474456
<Str Cat="Text">
44484457
<Val><![CDATA[Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'.]]></Val>
@@ -9606,6 +9615,24 @@
96069615
</Str>
96079616
<Disp Icon="Str" />
96089617
</Item>
9618+
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
9619+
<Str Cat="Text">
9620+
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9621+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9622+
<Val><![CDATA[소스에 {0}개 요소가 있지만, 대상에서 {1}개만 허용합니다.]]></Val>
9623+
</Tgt>
9624+
</Str>
9625+
<Disp Icon="Str" />
9626+
</Item>
9627+
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
9628+
<Str Cat="Text">
9629+
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9630+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9631+
<Val><![CDATA[소스에 {0}개 요소가 있지만, 대상에 {1}개가 필요합니다.]]></Val>
9632+
</Tgt>
9633+
</Str>
9634+
<Disp Icon="Str" />
9635+
</Item>
96099636
<Item ItemId=";Specialized_overload_signature_is_not_assignable_to_any_non_specialized_signature_2382" ItemType="0" PsrId="306" Leaf="true">
96109637
<Str Cat="Text">
96119638
<Val><![CDATA[Specialized overload signature is not assignable to any non-specialized signature.]]></Val>
@@ -10023,6 +10050,24 @@
1002310050
</Str>
1002410051
<Disp Icon="Str" />
1002510052
</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+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10057+
<Val><![CDATA[대상에서 {0}개 요소만 허용하지만, 소스에 더 많이 있을 수 있습니다.]]></Val>
10058+
</Tgt>
10059+
</Str>
10060+
<Disp Icon="Str" />
10061+
</Item>
10062+
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
10063+
<Str Cat="Text">
10064+
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10065+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10066+
<Val><![CDATA[대상에 {0}개 요소가 필요하지만, 소스에 더 적게 있을 수 있습니다.]]></Val>
10067+
</Tgt>
10068+
</Str>
10069+
<Disp Icon="Str" />
10070+
</Item>
1002610071
<Item ItemId=";The_0_modifier_can_only_be_used_in_TypeScript_files_8009" ItemType="0" PsrId="306" Leaf="true">
1002710072
<Str Cat="Text">
1002810073
<Val><![CDATA[The '{0}' modifier can only be used in TypeScript files.]]></Val>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4436,6 +4436,9 @@
44364436
<Item ItemId=";Element_at_index_0_is_variadic_in_one_type_but_not_in_the_other_2622" ItemType="0" PsrId="306" Leaf="true">
44374437
<Str Cat="Text">
44384438
<Val><![CDATA[Element at index {0} is variadic in one type but not in the other.]]></Val>
4439+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4440+
<Val><![CDATA[Element pod indeksem {0} ma zmienną liczbę argumentów w jednym typie, ale nie w innym.]]></Val>
4441+
</Tgt>
44394442
</Str>
44404443
<Disp Icon="Str" />
44414444
</Item>
@@ -9602,12 +9605,18 @@
96029605
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
96039606
<Str Cat="Text">
96049607
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9608+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9609+
<Val><![CDATA[Liczba elementów w źródle to {0}, ale element docelowy zezwala tylko na {1}.]]></Val>
9610+
</Tgt>
96059611
</Str>
96069612
<Disp Icon="Str" />
96079613
</Item>
96089614
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
96099615
<Str Cat="Text">
96109616
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9617+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9618+
<Val><![CDATA[Liczba elementów w źródle to {0}, ale element docelowy wymaga {1}.]]></Val>
9619+
</Tgt>
96119620
</Str>
96129621
<Disp Icon="Str" />
96139622
</Item>
@@ -10031,12 +10040,18 @@
1003110040
<Item ItemId=";Target_allows_only_0_element_s_but_source_may_have_more_2621" ItemType="0" PsrId="306" Leaf="true">
1003210041
<Str Cat="Text">
1003310042
<Val><![CDATA[Target allows only {0} element(s) but source may have more.]]></Val>
10043+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10044+
<Val><![CDATA[Liczba elementów dozwolonych przez element docelowy to {0}, ale źródło może mieć ich więcej.]]></Val>
10045+
</Tgt>
1003410046
</Str>
1003510047
<Disp Icon="Str" />
1003610048
</Item>
1003710049
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
1003810050
<Str Cat="Text">
1003910051
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10052+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10053+
<Val><![CDATA[Liczba elementów wymaganych przez element docelowy to {0}, ale źródło może mieć ich mniej.]]></Val>
10054+
</Tgt>
1004010055
</Str>
1004110056
<Disp Icon="Str" />
1004210057
</Item>

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4439,6 +4439,9 @@
44394439
<Item ItemId=";Element_at_index_0_is_variadic_in_one_type_but_not_in_the_other_2622" ItemType="0" PsrId="306" Leaf="true">
44404440
<Str Cat="Text">
44414441
<Val><![CDATA[Element at index {0} is variadic in one type but not in the other.]]></Val>
4442+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4443+
<Val><![CDATA[O elemento no índice {0} é variádico em um tipo, mas não em outro.]]></Val>
4444+
</Tgt>
44424445
</Str>
44434446
<Disp Icon="Str" />
44444447
</Item>
@@ -9605,12 +9608,18 @@
96059608
<Item ItemId=";Source_has_0_element_s_but_target_allows_only_1_2619" ItemType="0" PsrId="306" Leaf="true">
96069609
<Str Cat="Text">
96079610
<Val><![CDATA[Source has {0} element(s) but target allows only {1}.]]></Val>
9611+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9612+
<Val><![CDATA[A origem tem {0} elementos, mas o destino permite somente {1}.]]></Val>
9613+
</Tgt>
96089614
</Str>
96099615
<Disp Icon="Str" />
96109616
</Item>
96119617
<Item ItemId=";Source_has_0_element_s_but_target_requires_1_2618" ItemType="0" PsrId="306" Leaf="true">
96129618
<Str Cat="Text">
96139619
<Val><![CDATA[Source has {0} element(s) but target requires {1}.]]></Val>
9620+
<Tgt Cat="Text" Stat="Loc" Orig="New">
9621+
<Val><![CDATA[A origem tem {0} elementos, mas o destino exige {1}.]]></Val>
9622+
</Tgt>
96149623
</Str>
96159624
<Disp Icon="Str" />
96169625
</Item>
@@ -10034,12 +10043,18 @@
1003410043
<Item ItemId=";Target_allows_only_0_element_s_but_source_may_have_more_2621" ItemType="0" PsrId="306" Leaf="true">
1003510044
<Str Cat="Text">
1003610045
<Val><![CDATA[Target allows only {0} element(s) but source may have more.]]></Val>
10046+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10047+
<Val><![CDATA[O destino permite apenas {0} elementos, mas a origem pode ter mais.]]></Val>
10048+
</Tgt>
1003710049
</Str>
1003810050
<Disp Icon="Str" />
1003910051
</Item>
1004010052
<Item ItemId=";Target_requires_0_element_s_but_source_may_have_fewer_2620" ItemType="0" PsrId="306" Leaf="true">
1004110053
<Str Cat="Text">
1004210054
<Val><![CDATA[Target requires {0} element(s) but source may have fewer.]]></Val>
10055+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10056+
<Val><![CDATA[O destino exige {0} elementos, mas a origem pode ter menos.]]></Val>
10057+
</Tgt>
1004310058
</Str>
1004410059
<Disp Icon="Str" />
1004510060
</Item>

0 commit comments

Comments
 (0)