Skip to content

Commit 12f72ca

Browse files
authored
LEGO: Merge pull request 46014
LEGO: Merge pull request 46014
1 parent 24e3b6b commit 12f72ca

File tree

2 files changed

+90
-36
lines changed

2 files changed

+90
-36
lines changed

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

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,6 +2241,15 @@
22412241
</Str>
22422242
<Disp Icon="Str" />
22432243
</Item>
2244+
<Item ItemId=";Argument_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
2245+
<Str Cat="Text">
2246+
<Val><![CDATA[Argument of dynamic import cannot be spread element.]]></Val>
2247+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2248+
<Val><![CDATA[動態匯入的引數不能是擴張元素。]]></Val>
2249+
</Tgt>
2250+
</Str>
2251+
<Disp Icon="Str" />
2252+
</Item>
22442253
<Item ItemId=";Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345" ItemType="0" PsrId="306" Leaf="true">
22452254
<Str Cat="Text">
22462255
<Val><![CDATA[Argument of type '{0}' is not assignable to parameter of type '{1}'.]]></Val>
@@ -5178,15 +5187,6 @@
51785187
</Str>
51795188
<Disp Icon="Str" />
51805189
</Item>
5181-
<Item ItemId=";Dynamic_import_must_have_one_specifier_as_an_argument_1324" ItemType="0" PsrId="306" Leaf="true">
5182-
<Str Cat="Text">
5183-
<Val><![CDATA[Dynamic import must have one specifier as an argument.]]></Val>
5184-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5185-
<Val><![CDATA[動態匯入必須有一個指定名稱作為引數。]]></Val>
5186-
</Tgt>
5187-
</Str>
5188-
<Disp Icon="Str" />
5189-
</Item>
51905190
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
51915191
<Str Cat="Text">
51925192
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -5205,6 +5205,24 @@
52055205
</Str>
52065206
<Disp Icon="Str" />
52075207
</Item>
5208+
<Item ItemId=";Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450" ItemType="0" PsrId="306" Leaf="true">
5209+
<Str Cat="Text">
5210+
<Val><![CDATA[Dynamic imports can only accept a module specifier and an optional assertion as arguments]]></Val>
5211+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5212+
<Val><![CDATA[動態匯入只能接受模組指定名稱和選擇性判斷提示來做為引數]]></Val>
5213+
</Tgt>
5214+
</Str>
5215+
<Disp Icon="Str" />
5216+
</Item>
5217+
<Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_1324" ItemType="0" PsrId="306" Leaf="true">
5218+
<Str Cat="Text">
5219+
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext'.]]></Val>
5220+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5221+
<Val><![CDATA[當 '--module' 選項設定為 'esnext' 時,動態匯入只支援第二個引數。]]></Val>
5222+
</Tgt>
5223+
</Str>
5224+
<Disp Icon="Str" />
5225+
</Item>
52085226
<Item ItemId=";Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762" ItemType="0" PsrId="306" Leaf="true">
52095227
<Str Cat="Text">
52105228
<Val><![CDATA[Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other.]]></Val>
@@ -7014,6 +7032,24 @@
70147032
</Str>
70157033
<Disp Icon="Str" />
70167034
</Item>
7035+
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_2821" ItemType="0" PsrId="306" Leaf="true">
7036+
<Str Cat="Text">
7037+
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext'.]]></Val>
7038+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7039+
<Val><![CDATA[只有當 '--module' 選項設定為 'esnext' 時,才支援匯入判斷提示。]]></Val>
7040+
</Tgt>
7041+
</Str>
7042+
<Disp Icon="Str" />
7043+
</Item>
7044+
<Item ItemId=";Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822" ItemType="0" PsrId="306" Leaf="true">
7045+
<Str Cat="Text">
7046+
<Val><![CDATA[Import assertions cannot be used with type-only imports or exports.]]></Val>
7047+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7048+
<Val><![CDATA[匯入判斷提示不能與僅限類型的匯入或匯出搭配使用。]]></Val>
7049+
</Tgt>
7050+
</Str>
7051+
<Disp Icon="Str" />
7052+
</Item>
70177053
<Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
70187054
<Str Cat="Text">
70197055
<Val><![CDATA[Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from "mod"', 'import {a} from "mod"', 'import d from "mod"', or another module format instead.]]></Val>
@@ -11505,15 +11541,6 @@
1150511541
</Str>
1150611542
<Disp Icon="Str" />
1150711543
</Item>
11508-
<Item ItemId=";Specifier_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
11509-
<Str Cat="Text">
11510-
<Val><![CDATA[Specifier of dynamic import cannot be spread element.]]></Val>
11511-
<Tgt Cat="Text" Stat="Loc" Orig="New">
11512-
<Val><![CDATA[動態匯入的指定名稱不能是展開元素。]]></Val>
11513-
</Tgt>
11514-
</Str>
11515-
<Disp Icon="Str" />
11516-
</Item>
1151711544
<Item ItemId=";Specify_ECMAScript_target_version_6015" ItemType="0" PsrId="306" Leaf="true">
1151811545
<Str Cat="Text">
1151911546
<Val><![CDATA[Specify ECMAScript target version.]]></Val>

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

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,6 +2240,15 @@
22402240
</Str>
22412241
<Disp Icon="Str" />
22422242
</Item>
2243+
<Item ItemId=";Argument_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
2244+
<Str Cat="Text">
2245+
<Val><![CDATA[Argument of dynamic import cannot be spread element.]]></Val>
2246+
<Tgt Cat="Text" Stat="Loc" Orig="New">
2247+
<Val><![CDATA[Аргумент динамического импорта не может быть элементом расширения.]]></Val>
2248+
</Tgt>
2249+
</Str>
2250+
<Disp Icon="Str" />
2251+
</Item>
22432252
<Item ItemId=";Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345" ItemType="0" PsrId="306" Leaf="true">
22442253
<Str Cat="Text">
22452254
<Val><![CDATA[Argument of type '{0}' is not assignable to parameter of type '{1}'.]]></Val>
@@ -5177,15 +5186,6 @@
51775186
</Str>
51785187
<Disp Icon="Str" />
51795188
</Item>
5180-
<Item ItemId=";Dynamic_import_must_have_one_specifier_as_an_argument_1324" ItemType="0" PsrId="306" Leaf="true">
5181-
<Str Cat="Text">
5182-
<Val><![CDATA[Dynamic import must have one specifier as an argument.]]></Val>
5183-
<Tgt Cat="Text" Stat="Loc" Orig="New">
5184-
<Val><![CDATA[При динамическом импорте необходимо указать один описатель в качестве аргумента.]]></Val>
5185-
</Tgt>
5186-
</Str>
5187-
<Disp Icon="Str" />
5188-
</Item>
51895189
<Item ItemId=";Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036" ItemType="0" PsrId="306" Leaf="true">
51905190
<Str Cat="Text">
51915191
<Val><![CDATA[Dynamic import's specifier must be of type 'string', but here has type '{0}'.]]></Val>
@@ -5204,6 +5204,24 @@
52045204
</Str>
52055205
<Disp Icon="Str" />
52065206
</Item>
5207+
<Item ItemId=";Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450" ItemType="0" PsrId="306" Leaf="true">
5208+
<Str Cat="Text">
5209+
<Val><![CDATA[Dynamic imports can only accept a module specifier and an optional assertion as arguments]]></Val>
5210+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5211+
<Val><![CDATA[Динамические импорты могут принять спецификатор модуля и необязательное утверждение в качестве аргументов]]></Val>
5212+
</Tgt>
5213+
</Str>
5214+
<Disp Icon="Str" />
5215+
</Item>
5216+
<Item ItemId=";Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_1324" ItemType="0" PsrId="306" Leaf="true">
5217+
<Str Cat="Text">
5218+
<Val><![CDATA[Dynamic imports only support a second argument when the '--module' option is set to 'esnext'.]]></Val>
5219+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5220+
<Val><![CDATA[Динамические импорты поддерживают второй аргумент, только если параметр "--module" имеет значение "esnext".]]></Val>
5221+
</Tgt>
5222+
</Str>
5223+
<Disp Icon="Str" />
5224+
</Item>
52075225
<Item ItemId=";Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762" ItemType="0" PsrId="306" Leaf="true">
52085226
<Str Cat="Text">
52095227
<Val><![CDATA[Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other.]]></Val>
@@ -7013,6 +7031,24 @@
70137031
</Str>
70147032
<Disp Icon="Str" />
70157033
</Item>
7034+
<Item ItemId=";Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_2821" ItemType="0" PsrId="306" Leaf="true">
7035+
<Str Cat="Text">
7036+
<Val><![CDATA[Import assertions are only supported when the '--module' option is set to 'esnext'.]]></Val>
7037+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7038+
<Val><![CDATA[Утверждения импорта поддерживаются, только если параметр "--module" имеет значение "esnext".]]></Val>
7039+
</Tgt>
7040+
</Str>
7041+
<Disp Icon="Str" />
7042+
</Item>
7043+
<Item ItemId=";Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822" ItemType="0" PsrId="306" Leaf="true">
7044+
<Str Cat="Text">
7045+
<Val><![CDATA[Import assertions cannot be used with type-only imports or exports.]]></Val>
7046+
<Tgt Cat="Text" Stat="Loc" Orig="New">
7047+
<Val><![CDATA[Утверждения импорта не могут использоваться с импортом или экспортом, затрагивающими только тип.]]></Val>
7048+
</Tgt>
7049+
</Str>
7050+
<Disp Icon="Str" />
7051+
</Item>
70167052
<Item ItemId=";Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202" ItemType="0" PsrId="306" Leaf="true">
70177053
<Str Cat="Text">
70187054
<Val><![CDATA[Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from "mod"', 'import {a} from "mod"', 'import d from "mod"', or another module format instead.]]></Val>
@@ -11504,15 +11540,6 @@
1150411540
</Str>
1150511541
<Disp Icon="Str" />
1150611542
</Item>
11507-
<Item ItemId=";Specifier_of_dynamic_import_cannot_be_spread_element_1325" ItemType="0" PsrId="306" Leaf="true">
11508-
<Str Cat="Text">
11509-
<Val><![CDATA[Specifier of dynamic import cannot be spread element.]]></Val>
11510-
<Tgt Cat="Text" Stat="Loc" Orig="New">
11511-
<Val><![CDATA[Описатель динамического импорта не может быть элементом расширения.]]></Val>
11512-
</Tgt>
11513-
</Str>
11514-
<Disp Icon="Str" />
11515-
</Item>
1151611543
<Item ItemId=";Specify_ECMAScript_target_version_6015" ItemType="0" PsrId="306" Leaf="true">
1151711544
<Str Cat="Text">
1151811545
<Val><![CDATA[Specify ECMAScript target version.]]></Val>

0 commit comments

Comments
 (0)