Skip to content

Commit e4950b2

Browse files
authored
LEGO: Merge pull request 38404
LEGO: Merge pull request 38404
2 parents 0091fd6 + 9ba8619 commit e4950b2

File tree

4 files changed

+141
-12
lines changed

4 files changed

+141
-12
lines changed

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

+36-3
Original file line numberDiff line numberDiff line change
@@ -3717,6 +3717,12 @@
37173717
</Str>
37183718
<Disp Icon="Str" />
37193719
</Item>
3720+
<Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true">
3721+
<Str Cat="Text">
3722+
<Val><![CDATA[Declare private method '{0}']]></Val>
3723+
</Str>
3724+
<Disp Icon="Str" />
3725+
</Item>
37203726
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
37213727
<Str Cat="Text">
37223728
<Val><![CDATA[Declare private property '{0}']]></Val>
@@ -4701,6 +4707,15 @@
47014707
</Str>
47024708
<Disp Icon="Str" />
47034709
</Item>
4710+
<Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true">
4711+
<Str Cat="Text">
4712+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4713+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4714+
<Val><![CDATA[除非 "target" 选项设置为 "es2016" 或更高版本,否则不能对 "bigint" 值执行求幂运算。]]></Val>
4715+
</Tgt>
4716+
</Str>
4717+
<Disp Icon="Str" />
4718+
</Item>
47044719
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
47054720
<Str Cat="Text">
47064721
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5151,6 +5166,15 @@
51515166
</Str>
51525167
<Disp Icon="Str" />
51535168
</Item>
5169+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5170+
<Str Cat="Text">
5171+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5172+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5173+
<Val><![CDATA[修复所有错误的异步函数返回类型]]></Val>
5174+
</Tgt>
5175+
</Str>
5176+
<Disp Icon="Str" />
5177+
</Item>
51545178
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51555179
<Str Cat="Text">
51565180
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8721,6 +8745,15 @@
87218745
</Str>
87228746
<Disp Icon="Str" />
87238747
</Item>
8748+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8749+
<Str Cat="Text">
8750+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8751+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8752+
<Val><![CDATA[将“{0}”替换为 "Promise<{1}>"]]></Val>
8753+
</Tgt>
8754+
</Str>
8755+
<Disp Icon="Str" />
8756+
</Item>
87248757
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87258758
<Str Cat="Text">
87268759
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10287,11 +10320,11 @@
1028710320
</Str>
1028810321
<Disp Icon="Str" />
1028910322
</Item>
10290-
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true">
10323+
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true">
1029110324
<Str Cat="Text">
10292-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10325+
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val>
1029310326
<Tgt Cat="Text" Stat="Loc" Orig="New">
10294-
<Val><![CDATA[异步函数或方法的返回类型必须为全局 Promise<T> 类型。]]></Val>
10327+
<Val><![CDATA[异步函数或方法的返回类型必须为全局 Promise<T> 类型。你是否是指写入 "Promise<{0}>"?]]></Val>
1029510328
</Tgt>
1029610329
</Str>
1029710330
<Disp Icon="Str" />

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

+36-3
Original file line numberDiff line numberDiff line change
@@ -3714,6 +3714,12 @@
37143714
</Str>
37153715
<Disp Icon="Str" />
37163716
</Item>
3717+
<Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true">
3718+
<Str Cat="Text">
3719+
<Val><![CDATA[Declare private method '{0}']]></Val>
3720+
</Str>
3721+
<Disp Icon="Str" />
3722+
</Item>
37173723
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
37183724
<Str Cat="Text">
37193725
<Val><![CDATA[Declare private property '{0}']]></Val>
@@ -4698,6 +4704,15 @@
46984704
</Str>
46994705
<Disp Icon="Str" />
47004706
</Item>
4707+
<Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true">
4708+
<Str Cat="Text">
4709+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4710+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4711+
<Val><![CDATA[Die Potenzierung kann für bigint-Werte nur durchgeführt werden, wenn die Option "target" auf "es2016" oder höher festgelegt ist.]]></Val>
4712+
</Tgt>
4713+
</Str>
4714+
<Disp Icon="Str" />
4715+
</Item>
47014716
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
47024717
<Str Cat="Text">
47034718
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5148,6 +5163,15 @@
51485163
</Str>
51495164
<Disp Icon="Str" />
51505165
</Item>
5166+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5167+
<Str Cat="Text">
5168+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5169+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5170+
<Val><![CDATA[Alle falschen Rückgabetypen einer asynchronen Funktionen korrigieren]]></Val>
5171+
</Tgt>
5172+
</Str>
5173+
<Disp Icon="Str" />
5174+
</Item>
51515175
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51525176
<Str Cat="Text">
51535177
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8715,6 +8739,15 @@
87158739
</Str>
87168740
<Disp Icon="Str" />
87178741
</Item>
8742+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8743+
<Str Cat="Text">
8744+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8745+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8746+
<Val><![CDATA["{0}" durch "Promise<{1}>" ersetzen]]></Val>
8747+
</Tgt>
8748+
</Str>
8749+
<Disp Icon="Str" />
8750+
</Item>
87188751
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87198752
<Str Cat="Text">
87208753
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10281,11 +10314,11 @@
1028110314
</Str>
1028210315
<Disp Icon="Str" />
1028310316
</Item>
10284-
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true">
10317+
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true">
1028510318
<Str Cat="Text">
10286-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10319+
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val>
1028710320
<Tgt Cat="Text" Stat="Loc" Orig="New">
10288-
<Val><![CDATA[Der Rückgabetyp einer asynchronen Funktion oder Methode muss der globale Typ "Promise<T>" sein.]]></Val>
10321+
<Val><![CDATA[Der Rückgabetyp einer asynchronen Funktion oder Methode muss der globale Typ "Promise<T>" sein. Wollten Sie eigentlich "Promise<{0}>" verwenden?]]></Val>
1028910322
</Tgt>
1029010323
</Str>
1029110324
<Disp Icon="Str" />

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

+33-3
Original file line numberDiff line numberDiff line change
@@ -3716,6 +3716,12 @@
37163716
</Str>
37173717
<Disp Icon="Str" />
37183718
</Item>
3719+
<Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true">
3720+
<Str Cat="Text">
3721+
<Val><![CDATA[Declare private method '{0}']]></Val>
3722+
</Str>
3723+
<Disp Icon="Str" />
3724+
</Item>
37193725
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
37203726
<Str Cat="Text">
37213727
<Val><![CDATA[Declare private property '{0}']]></Val>
@@ -4700,6 +4706,15 @@
47004706
</Str>
47014707
<Disp Icon="Str" />
47024708
</Item>
4709+
<Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true">
4710+
<Str Cat="Text">
4711+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4712+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4713+
<Val><![CDATA[Невозможно выполнить возведение в степень для значений "bigint", если для параметра "target" задана версия "es2016" или более поздняя версия.]]></Val>
4714+
</Tgt>
4715+
</Str>
4716+
<Disp Icon="Str" />
4717+
</Item>
47034718
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
47044719
<Str Cat="Text">
47054720
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5150,6 +5165,12 @@
51505165
</Str>
51515166
<Disp Icon="Str" />
51525167
</Item>
5168+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5169+
<Str Cat="Text">
5170+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5171+
</Str>
5172+
<Disp Icon="Str" />
5173+
</Item>
51535174
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51545175
<Str Cat="Text">
51555176
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8720,6 +8741,15 @@
87208741
</Str>
87218742
<Disp Icon="Str" />
87228743
</Item>
8744+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8745+
<Str Cat="Text">
8746+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8747+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8748+
<Val><![CDATA[Замените "{0}" на "Promise<{1}>"]]></Val>
8749+
</Tgt>
8750+
</Str>
8751+
<Disp Icon="Str" />
8752+
</Item>
87238753
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87248754
<Str Cat="Text">
87258755
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10286,11 +10316,11 @@
1028610316
</Str>
1028710317
<Disp Icon="Str" />
1028810318
</Item>
10289-
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true">
10319+
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true">
1029010320
<Str Cat="Text">
10291-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10321+
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val>
1029210322
<Tgt Cat="Text" Stat="Loc" Orig="New">
10293-
<Val><![CDATA[Тип возвращаемого значения асинхронной функции или метода должен быть глобальным типом Promise<T>.]]></Val>
10323+
<Val><![CDATA[Возвращаемое значение асинхронной функции или метода должно иметь глобальный тип Promise<T>. Вы имели в виду "Promise<{0}>"?]]></Val>
1029410324
</Tgt>
1029510325
</Str>
1029610326
<Disp Icon="Str" />

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

+36-3
Original file line numberDiff line numberDiff line change
@@ -3710,6 +3710,12 @@
37103710
</Str>
37113711
<Disp Icon="Str" />
37123712
</Item>
3713+
<Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true">
3714+
<Str Cat="Text">
3715+
<Val><![CDATA[Declare private method '{0}']]></Val>
3716+
</Str>
3717+
<Disp Icon="Str" />
3718+
</Item>
37133719
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
37143720
<Str Cat="Text">
37153721
<Val><![CDATA[Declare private property '{0}']]></Val>
@@ -4694,6 +4700,15 @@
46944700
</Str>
46954701
<Disp Icon="Str" />
46964702
</Item>
4703+
<Item ItemId=";Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791" ItemType="0" PsrId="306" Leaf="true">
4704+
<Str Cat="Text">
4705+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4706+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4707+
<Val><![CDATA['Target' seçeneği 'es2016' veya üzeri olarak belirlenmedikçe, 'bigint' değerlerinde üs olarak gösterme yapılamaz.]]></Val>
4708+
</Tgt>
4709+
</Str>
4710+
<Disp Icon="Str" />
4711+
</Item>
46974712
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
46984713
<Str Cat="Text">
46994714
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5144,6 +5159,15 @@
51445159
</Str>
51455160
<Disp Icon="Str" />
51465161
</Item>
5162+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5163+
<Str Cat="Text">
5164+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5165+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5166+
<Val><![CDATA[Asenkron işlevlerin tüm hatalı dönüş türlerini onar]]></Val>
5167+
</Tgt>
5168+
</Str>
5169+
<Disp Icon="Str" />
5170+
</Item>
51475171
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51485172
<Str Cat="Text">
51495173
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8714,6 +8738,15 @@
87148738
</Str>
87158739
<Disp Icon="Str" />
87168740
</Item>
8741+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8742+
<Str Cat="Text">
8743+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8744+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8745+
<Val><![CDATA['{0}' öğesini 'Promise<{1}>' ile değiştir]]></Val>
8746+
</Tgt>
8747+
</Str>
8748+
<Disp Icon="Str" />
8749+
</Item>
87178750
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87188751
<Str Cat="Text">
87198752
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10280,11 +10313,11 @@
1028010313
</Str>
1028110314
<Disp Icon="Str" />
1028210315
</Item>
10283-
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1064" ItemType="0" PsrId="306" Leaf="true">
10316+
<Item ItemId=";The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064" ItemType="0" PsrId="306" Leaf="true">
1028410317
<Str Cat="Text">
10285-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10318+
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type. Did you mean to write 'Promise<{0}>'?]]></Val>
1028610319
<Tgt Cat="Text" Stat="Loc" Orig="New">
10287-
<Val><![CDATA[Zaman uyumsuz bir işlevin ya da metodun döndürme türü, genel Promise<T> türü olmalıdır.]]></Val>
10320+
<Val><![CDATA[Asenkron bir işlevin ya da metodun dönüş türü, genel Promise<T> türü olmalıdır. 'Promise<{0}>' yazmak mı istediniz?]]></Val>
1028810321
</Tgt>
1028910322
</Str>
1029010323
<Disp Icon="Str" />

0 commit comments

Comments
 (0)