Skip to content

Commit 35d4a06

Browse files
authored
LEGO: Merge pull request 38393
LEGO: Merge pull request 38393
2 parents 29cf049 + 1d24148 commit 35d4a06

File tree

4 files changed

+144
-12
lines changed

4 files changed

+144
-12
lines changed

src/loc/lcl/cht/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[除非 [目標]5D; 選項設定為 '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/esn/diagnosticMessages/diagnosticMessages.generated.json.lcl

+36-3
Original file line numberDiff line numberDiff line change
@@ -3729,6 +3729,12 @@
37293729
</Str>
37303730
<Disp Icon="Str" />
37313731
</Item>
3732+
<Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true">
3733+
<Str Cat="Text">
3734+
<Val><![CDATA[Declare private method '{0}']]></Val>
3735+
</Str>
3736+
<Disp Icon="Str" />
3737+
</Item>
37323738
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
37333739
<Str Cat="Text">
37343740
<Val><![CDATA[Declare private property '{0}']]></Val>
@@ -4713,6 +4719,15 @@
47134719
</Str>
47144720
<Disp Icon="Str" />
47154721
</Item>
4722+
<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">
4723+
<Str Cat="Text">
4724+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4725+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4726+
<Val><![CDATA[No se puede realizar la exponenciación en los valores "bigint", a menos que la opción "target" esté establecida en "es2016" o posterior.]]></Val>
4727+
</Tgt>
4728+
</Str>
4729+
<Disp Icon="Str" />
4730+
</Item>
47164731
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
47174732
<Str Cat="Text">
47184733
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5163,6 +5178,15 @@
51635178
</Str>
51645179
<Disp Icon="Str" />
51655180
</Item>
5181+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5182+
<Str Cat="Text">
5183+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5184+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5185+
<Val><![CDATA[Corregir todos los tipos de valor devuelto incorrectos de las funciones asincrónicas]]></Val>
5186+
</Tgt>
5187+
</Str>
5188+
<Disp Icon="Str" />
5189+
</Item>
51665190
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51675191
<Str Cat="Text">
51685192
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8733,6 +8757,15 @@
87338757
</Str>
87348758
<Disp Icon="Str" />
87358759
</Item>
8760+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8761+
<Str Cat="Text">
8762+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8763+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8764+
<Val><![CDATA[Reemplazar "{0}" por "Promise<{1}>"]]></Val>
8765+
</Tgt>
8766+
</Str>
8767+
<Disp Icon="Str" />
8768+
</Item>
87368769
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87378770
<Str Cat="Text">
87388771
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10299,11 +10332,11 @@
1029910332
</Str>
1030010333
<Disp Icon="Str" />
1030110334
</Item>
10302-
<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">
10335+
<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">
1030310336
<Str Cat="Text">
10304-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10337+
<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>
1030510338
<Tgt Cat="Text" Stat="Loc" Orig="New">
10306-
<Val><![CDATA[El tipo de valor devuelto de una función o un método asincrónicos debe ser el tipo Promise<T> global.]]></Val>
10339+
<Val><![CDATA[El tipo de valor devuelto de una función o un método asincrónicos debe ser el tipo Promise<T> global. ¿Pretendía escribir "Promise<{0}>"?]]></Val>
1030710340
</Tgt>
1030810341
</Str>
1030910342
<Disp Icon="Str" />

src/loc/lcl/kor/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/plk/diagnosticMessages/diagnosticMessages.generated.json.lcl

+36-3
Original file line numberDiff line numberDiff line change
@@ -3707,6 +3707,12 @@
37073707
</Str>
37083708
<Disp Icon="Str" />
37093709
</Item>
3710+
<Item ItemId=";Declare_private_method_0_90038" ItemType="0" PsrId="306" Leaf="true">
3711+
<Str Cat="Text">
3712+
<Val><![CDATA[Declare private method '{0}']]></Val>
3713+
</Str>
3714+
<Disp Icon="Str" />
3715+
</Item>
37103716
<Item ItemId=";Declare_private_property_0_90035" ItemType="0" PsrId="306" Leaf="true">
37113717
<Str Cat="Text">
37123718
<Val><![CDATA[Declare private property '{0}']]></Val>
@@ -4691,6 +4697,15 @@
46914697
</Str>
46924698
<Disp Icon="Str" />
46934699
</Item>
4700+
<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">
4701+
<Str Cat="Text">
4702+
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
4703+
<Tgt Cat="Text" Stat="Loc" Orig="New">
4704+
<Val><![CDATA[Nie można wykonać potęgowania wartości typu „bigint”, chyba że opcja „target” ma wartość „es2016” lub nowszą.]]></Val>
4705+
</Tgt>
4706+
</Str>
4707+
<Disp Icon="Str" />
4708+
</Item>
46944709
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
46954710
<Str Cat="Text">
46964711
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -5141,6 +5156,15 @@
51415156
</Str>
51425157
<Disp Icon="Str" />
51435158
</Item>
5159+
<Item ItemId=";Fix_all_incorrect_return_type_of_an_async_functions_90037" ItemType="0" PsrId="306" Leaf="true">
5160+
<Str Cat="Text">
5161+
<Val><![CDATA[Fix all incorrect return type of an async functions]]></Val>
5162+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5163+
<Val><![CDATA[Napraw wszystkie niepoprawne zwracane typy funkcji asynchronicznych]]></Val>
5164+
</Tgt>
5165+
</Str>
5166+
<Disp Icon="Str" />
5167+
</Item>
51445168
<Item ItemId=";Found_0_errors_6217" ItemType="0" PsrId="306" Leaf="true">
51455169
<Str Cat="Text">
51465170
<Val><![CDATA[Found {0} errors.]]></Val>
@@ -8708,6 +8732,15 @@
87088732
</Str>
87098733
<Disp Icon="Str" />
87108734
</Item>
8735+
<Item ItemId=";Replace_0_with_Promise_1_90036" ItemType="0" PsrId="306" Leaf="true">
8736+
<Str Cat="Text">
8737+
<Val><![CDATA[Replace '{0}' with 'Promise<{1}>']]></Val>
8738+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8739+
<Val><![CDATA[Zamień element „{0}” na element „Promise<{1}>”]]></Val>
8740+
</Tgt>
8741+
</Str>
8742+
<Disp Icon="Str" />
8743+
</Item>
87118744
<Item ItemId=";Replace_all_unused_infer_with_unknown_90031" ItemType="0" PsrId="306" Leaf="true">
87128745
<Str Cat="Text">
87138746
<Val><![CDATA[Replace all unused 'infer' with 'unknown']]></Val>
@@ -10274,11 +10307,11 @@
1027410307
</Str>
1027510308
<Disp Icon="Str" />
1027610309
</Item>
10277-
<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">
10310+
<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">
1027810311
<Str Cat="Text">
10279-
<Val><![CDATA[The return type of an async function or method must be the global Promise<T> type.]]></Val>
10312+
<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>
1028010313
<Tgt Cat="Text" Stat="Loc" Orig="New">
10281-
<Val><![CDATA[Zwracany typ metody lub funkcji asynchronicznej musi być globalnym typem Promise<T>.]]></Val>
10314+
<Val><![CDATA[Zwracany typ funkcji lub metody asynchronicznej musi być globalnym typem Promise<T>. Czy chodziło Ci o typ „Promise<{0}>”?]]></Val>
1028210315
</Tgt>
1028310316
</Str>
1028410317
<Disp Icon="Str" />

0 commit comments

Comments
 (0)