Skip to content

Commit fc72beb

Browse files
committed
Juno: check in to lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20251202202837239.
1 parent 5026c66 commit fc72beb

File tree

4 files changed

+144
-0
lines changed

4 files changed

+144
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8190,6 +8190,15 @@
81908190
</Str>
81918191
<Disp Icon="Str" />
81928192
</Item>
8193+
<Item ItemId=";Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549" ItemType="0" PsrId="306" Leaf="true">
8194+
<Str Cat="Text">
8195+
<Val><![CDATA[Ignore the tsconfig found and build with commandline options and files.]]></Val>
8196+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8197+
<Val><![CDATA[忽略找到的 tsconfig,使用命令列選項和檔案進行建置。]]></Val>
8198+
</Tgt>
8199+
</Str>
8200+
<Disp Icon="Str" />
8201+
</Item>
81938202
<Item ItemId=";Ignore_this_error_message_90019" ItemType="0" PsrId="306" Leaf="true">
81948203
<Str Cat="Text">
81958204
<Val><![CDATA[Ignore this error message]]></Val>
@@ -18630,6 +18639,15 @@
1863018639
</Str>
1863118640
<Disp Icon="Str" />
1863218641
</Item>
18642+
<Item ItemId=";await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548" ItemType="0" PsrId="306" Leaf="true">
18643+
<Str Cat="Text">
18644+
<Val><![CDATA['await using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block.]]></Val>
18645+
<Tgt Cat="Text" Stat="Loc" Orig="New">
18646+
<Val><![CDATA[除非包含在區塊內,否則 'case' 或 'default' 子句中不允許 'await using' 宣告。]]></Val>
18647+
</Tgt>
18648+
</Str>
18649+
<Disp Icon="Str" />
18650+
</Item>
1863318651
<Item ItemId=";await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853" ItemType="0" PsrId="306" Leaf="true">
1863418652
<Str Cat="Text">
1863518653
<Val><![CDATA['await using' statements are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module.]]></Val>
@@ -19431,6 +19449,15 @@
1943119449
</Str>
1943219450
<Disp Icon="Str" />
1943319451
</Item>
19452+
<Item ItemId=";tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112" ItemType="0" PsrId="306" Leaf="true">
19453+
<Str Cat="Text">
19454+
<Val><![CDATA[tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error.]]></Val>
19455+
<Tgt Cat="Text" Stat="Loc" Orig="New">
19456+
<Val><![CDATA[tsconfig.json 存在,但如果在命令列中指定了檔案,則不會載入該檔案。使用 '--ignoreConfig' 以略過此錯誤。]]></Val>
19457+
</Tgt>
19458+
</Str>
19459+
<Disp Icon="Str" />
19460+
</Item>
1943419461
<Item ItemId=";type_Colon_6902" ItemType="0" PsrId="306" Leaf="true">
1943519462
<Str Cat="Text">
1943619463
<Val><![CDATA[type:]]></Val>
@@ -19494,6 +19521,15 @@
1949419521
</Str>
1949519522
<Disp Icon="Str" />
1949619523
</Item>
19524+
<Item ItemId=";using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547" ItemType="0" PsrId="306" Leaf="true">
19525+
<Str Cat="Text">
19526+
<Val><![CDATA['using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block.]]></Val>
19527+
<Tgt Cat="Text" Stat="Loc" Orig="New">
19528+
<Val><![CDATA[除非包含在區塊內,否則 'case' 或 'default' 子句中不允許 'using' 宣告。]]></Val>
19529+
</Tgt>
19530+
</Str>
19531+
<Disp Icon="Str" />
19532+
</Item>
1949719533
<Item ItemId=";with_statements_are_not_allowed_in_an_async_function_block_1300" ItemType="0" PsrId="306" Leaf="true">
1949819534
<Str Cat="Text">
1949919535
<Val><![CDATA['with' statements are not allowed in an async function block.]]></Val>

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8187,6 +8187,15 @@
81878187
</Str>
81888188
<Disp Icon="Str" />
81898189
</Item>
8190+
<Item ItemId=";Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549" ItemType="0" PsrId="306" Leaf="true">
8191+
<Str Cat="Text">
8192+
<Val><![CDATA[Ignore the tsconfig found and build with commandline options and files.]]></Val>
8193+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8194+
<Val><![CDATA[Ignorieren Sie die gefundene tsconfig, und erstellen Sie mit Befehlszeilenoptionen und Dateien.]]></Val>
8195+
</Tgt>
8196+
</Str>
8197+
<Disp Icon="Str" />
8198+
</Item>
81908199
<Item ItemId=";Ignore_this_error_message_90019" ItemType="0" PsrId="306" Leaf="true">
81918200
<Str Cat="Text">
81928201
<Val><![CDATA[Ignore this error message]]></Val>
@@ -18624,6 +18633,15 @@
1862418633
</Str>
1862518634
<Disp Icon="Str" />
1862618635
</Item>
18636+
<Item ItemId=";await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548" ItemType="0" PsrId="306" Leaf="true">
18637+
<Str Cat="Text">
18638+
<Val><![CDATA['await using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block.]]></Val>
18639+
<Tgt Cat="Text" Stat="Loc" Orig="New">
18640+
<Val><![CDATA[„Await using“-Deklarationen sind in „Case“- oder „Default“-Klauseln nur zulässig, wenn sie in einem Block enthalten sind.]]></Val>
18641+
</Tgt>
18642+
</Str>
18643+
<Disp Icon="Str" />
18644+
</Item>
1862718645
<Item ItemId=";await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853" ItemType="0" PsrId="306" Leaf="true">
1862818646
<Str Cat="Text">
1862918647
<Val><![CDATA['await using' statements are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module.]]></Val>
@@ -19425,6 +19443,15 @@
1942519443
</Str>
1942619444
<Disp Icon="Str" />
1942719445
</Item>
19446+
<Item ItemId=";tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112" ItemType="0" PsrId="306" Leaf="true">
19447+
<Str Cat="Text">
19448+
<Val><![CDATA[tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error.]]></Val>
19449+
<Tgt Cat="Text" Stat="Loc" Orig="New">
19450+
<Val><![CDATA[tsconfig.json ist vorhanden, wird jedoch nicht geladen, wenn Dateien in der Befehlszeile angegeben werden. Verwenden Sie „--ignoreConfig“, um diesen Fehler zu überspringen.]]></Val>
19451+
</Tgt>
19452+
</Str>
19453+
<Disp Icon="Str" />
19454+
</Item>
1942819455
<Item ItemId=";type_Colon_6902" ItemType="0" PsrId="306" Leaf="true">
1942919456
<Str Cat="Text">
1943019457
<Val><![CDATA[type:]]></Val>
@@ -19488,6 +19515,15 @@
1948819515
</Str>
1948919516
<Disp Icon="Str" />
1949019517
</Item>
19518+
<Item ItemId=";using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547" ItemType="0" PsrId="306" Leaf="true">
19519+
<Str Cat="Text">
19520+
<Val><![CDATA['using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block.]]></Val>
19521+
<Tgt Cat="Text" Stat="Loc" Orig="New">
19522+
<Val><![CDATA[„Using“-Deklarationen sind in „Case“- oder „Default“-Klauseln nur zulässig, wenn sie in einem Block enthalten sind.]]></Val>
19523+
</Tgt>
19524+
</Str>
19525+
<Disp Icon="Str" />
19526+
</Item>
1949119527
<Item ItemId=";with_statements_are_not_allowed_in_an_async_function_block_1300" ItemType="0" PsrId="306" Leaf="true">
1949219528
<Str Cat="Text">
1949319529
<Val><![CDATA['with' statements are not allowed in an async function block.]]></Val>

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8190,6 +8190,15 @@
81908190
</Str>
81918191
<Disp Icon="Str" />
81928192
</Item>
8193+
<Item ItemId=";Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549" ItemType="0" PsrId="306" Leaf="true">
8194+
<Str Cat="Text">
8195+
<Val><![CDATA[Ignore the tsconfig found and build with commandline options and files.]]></Val>
8196+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8197+
<Val><![CDATA[Ignorare il file tsconfig trovato e compilare usando le opzioni e i file specificati nella riga di comando.]]></Val>
8198+
</Tgt>
8199+
</Str>
8200+
<Disp Icon="Str" />
8201+
</Item>
81938202
<Item ItemId=";Ignore_this_error_message_90019" ItemType="0" PsrId="306" Leaf="true">
81948203
<Str Cat="Text">
81958204
<Val><![CDATA[Ignore this error message]]></Val>
@@ -18630,6 +18639,15 @@
1863018639
</Str>
1863118640
<Disp Icon="Str" />
1863218641
</Item>
18642+
<Item ItemId=";await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548" ItemType="0" PsrId="306" Leaf="true">
18643+
<Str Cat="Text">
18644+
<Val><![CDATA['await using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block.]]></Val>
18645+
<Tgt Cat="Text" Stat="Loc" Orig="New">
18646+
<Val><![CDATA[Le dichiarazioni 'await using' non sono consentite nelle clausole 'case' o 'default', a meno che non siano contenute in un blocco.]]></Val>
18647+
</Tgt>
18648+
</Str>
18649+
<Disp Icon="Str" />
18650+
</Item>
1863318651
<Item ItemId=";await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853" ItemType="0" PsrId="306" Leaf="true">
1863418652
<Str Cat="Text">
1863518653
<Val><![CDATA['await using' statements are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module.]]></Val>
@@ -19431,6 +19449,15 @@
1943119449
</Str>
1943219450
<Disp Icon="Str" />
1943319451
</Item>
19452+
<Item ItemId=";tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112" ItemType="0" PsrId="306" Leaf="true">
19453+
<Str Cat="Text">
19454+
<Val><![CDATA[tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error.]]></Val>
19455+
<Tgt Cat="Text" Stat="Loc" Orig="New">
19456+
<Val><![CDATA[tsconfig.json è presente ma non verrà caricato se i file sono specificati nella riga di comando. Usaew '--ignoreConfig' per ignorare questo errore.]]></Val>
19457+
</Tgt>
19458+
</Str>
19459+
<Disp Icon="Str" />
19460+
</Item>
1943419461
<Item ItemId=";type_Colon_6902" ItemType="0" PsrId="306" Leaf="true">
1943519462
<Str Cat="Text">
1943619463
<Val><![CDATA[type:]]></Val>
@@ -19494,6 +19521,15 @@
1949419521
</Str>
1949519522
<Disp Icon="Str" />
1949619523
</Item>
19524+
<Item ItemId=";using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547" ItemType="0" PsrId="306" Leaf="true">
19525+
<Str Cat="Text">
19526+
<Val><![CDATA['using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block.]]></Val>
19527+
<Tgt Cat="Text" Stat="Loc" Orig="New">
19528+
<Val><![CDATA[Le dichiarazioni 'using' non sono consentite nelle clausole 'case' o 'default', a meno che non siano contenute in un blocco.]]></Val>
19529+
</Tgt>
19530+
</Str>
19531+
<Disp Icon="Str" />
19532+
</Item>
1949719533
<Item ItemId=";with_statements_are_not_allowed_in_an_async_function_block_1300" ItemType="0" PsrId="306" Leaf="true">
1949819534
<Str Cat="Text">
1949919535
<Val><![CDATA['with' statements are not allowed in an async function block.]]></Val>

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8189,6 +8189,15 @@
81898189
</Str>
81908190
<Disp Icon="Str" />
81918191
</Item>
8192+
<Item ItemId=";Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549" ItemType="0" PsrId="306" Leaf="true">
8193+
<Str Cat="Text">
8194+
<Val><![CDATA[Ignore the tsconfig found and build with commandline options and files.]]></Val>
8195+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8196+
<Val><![CDATA[Игнорировать найденный tsconfig и выполнить сборку с параметрами и файлами командной строки.]]></Val>
8197+
</Tgt>
8198+
</Str>
8199+
<Disp Icon="Str" />
8200+
</Item>
81928201
<Item ItemId=";Ignore_this_error_message_90019" ItemType="0" PsrId="306" Leaf="true">
81938202
<Str Cat="Text">
81948203
<Val><![CDATA[Ignore this error message]]></Val>
@@ -18629,6 +18638,15 @@
1862918638
</Str>
1863018639
<Disp Icon="Str" />
1863118640
</Item>
18641+
<Item ItemId=";await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548" ItemType="0" PsrId="306" Leaf="true">
18642+
<Str Cat="Text">
18643+
<Val><![CDATA['await using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block.]]></Val>
18644+
<Tgt Cat="Text" Stat="Loc" Orig="New">
18645+
<Val><![CDATA[Объявления "await using" не разрешены в предложениях "case" или "default", если они не находятся внутри блока.]]></Val>
18646+
</Tgt>
18647+
</Str>
18648+
<Disp Icon="Str" />
18649+
</Item>
1863218650
<Item ItemId=";await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853" ItemType="0" PsrId="306" Leaf="true">
1863318651
<Str Cat="Text">
1863418652
<Val><![CDATA['await using' statements are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module.]]></Val>
@@ -19430,6 +19448,15 @@
1943019448
</Str>
1943119449
<Disp Icon="Str" />
1943219450
</Item>
19451+
<Item ItemId=";tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112" ItemType="0" PsrId="306" Leaf="true">
19452+
<Str Cat="Text">
19453+
<Val><![CDATA[tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error.]]></Val>
19454+
<Tgt Cat="Text" Stat="Loc" Orig="New">
19455+
<Val><![CDATA[Файл tsconfig.json присутствует, но не будет загружен, если в командной строке указаны файлы. Используйте "--ignoreConfig", чтобы пропустить эту ошибку.]]></Val>
19456+
</Tgt>
19457+
</Str>
19458+
<Disp Icon="Str" />
19459+
</Item>
1943319460
<Item ItemId=";type_Colon_6902" ItemType="0" PsrId="306" Leaf="true">
1943419461
<Str Cat="Text">
1943519462
<Val><![CDATA[type:]]></Val>
@@ -19493,6 +19520,15 @@
1949319520
</Str>
1949419521
<Disp Icon="Str" />
1949519522
</Item>
19523+
<Item ItemId=";using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547" ItemType="0" PsrId="306" Leaf="true">
19524+
<Str Cat="Text">
19525+
<Val><![CDATA['using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block.]]></Val>
19526+
<Tgt Cat="Text" Stat="Loc" Orig="New">
19527+
<Val><![CDATA[Объявления "using" не разрешены в предложениях "case" или "default", если они не находятся внутри блока.]]></Val>
19528+
</Tgt>
19529+
</Str>
19530+
<Disp Icon="Str" />
19531+
</Item>
1949619532
<Item ItemId=";with_statements_are_not_allowed_in_an_async_function_block_1300" ItemType="0" PsrId="306" Leaf="true">
1949719533
<Str Cat="Text">
1949819534
<Val><![CDATA['with' statements are not allowed in an async function block.]]></Val>

0 commit comments

Comments
 (0)