Skip to content

Commit 3945e5c

Browse files
authored
LEGO: Merge pull request 47843
LEGO: Merge pull request 47843
1 parent 2bd91a6 commit 3945e5c

File tree

8 files changed

+216
-72
lines changed

8 files changed

+216
-72
lines changed

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

+27-9
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,11 @@
537537
</Str>
538538
<Disp Icon="Str" />
539539
</Item>
540-
<Item ItemId=";A_namespace_declaration_is_only_allowed_in_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
540+
<Item ItemId=";A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
541541
<Str Cat="Text">
542-
<Val><![CDATA[A namespace declaration is only allowed in a namespace or module.]]></Val>
542+
<Val><![CDATA[A namespace declaration is only allowed at the top level of a namespace or module.]]></Val>
543543
<Tgt Cat="Text" Stat="Loc" Orig="New">
544-
<Val><![CDATA[只允许在命名空间或模块中使用命名空间声明。]]></Val>
544+
<Val><![CDATA[命名空间声明只允许位于命名空间或模块的顶层。]]></Val>
545545
</Tgt>
546546
</Str>
547547
<Disp Icon="Str" />
@@ -1860,11 +1860,20 @@
18601860
</Str>
18611861
<Disp Icon="Str" />
18621862
</Item>
1863-
<Item ItemId=";An_export_declaration_can_only_be_used_in_a_module_1233" ItemType="0" PsrId="306" Leaf="true">
1863+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474" ItemType="0" PsrId="306" Leaf="true">
18641864
<Str Cat="Text">
1865-
<Val><![CDATA[An export declaration can only be used in a module.]]></Val>
1865+
<Val><![CDATA[An export declaration can only be used at the top level of a module.]]></Val>
18661866
<Tgt Cat="Text" Stat="Loc" Orig="New">
1867-
<Val><![CDATA[导出声明只能在模块中使用。]]></Val>
1867+
<Val><![CDATA[导出声明只能在模块的顶层使用。]]></Val>
1868+
</Tgt>
1869+
</Str>
1870+
<Disp Icon="Str" />
1871+
</Item>
1872+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233" ItemType="0" PsrId="306" Leaf="true">
1873+
<Str Cat="Text">
1874+
<Val><![CDATA[An export declaration can only be used at the top level of a namespace or module.]]></Val>
1875+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1876+
<Val><![CDATA[导出声明只能在命名空间或模块的顶层使用。]]></Val>
18681877
</Tgt>
18691878
</Str>
18701879
<Disp Icon="Str" />
@@ -1944,11 +1953,20 @@
19441953
</Str>
19451954
<Disp Icon="Str" />
19461955
</Item>
1947-
<Item ItemId=";An_import_declaration_can_only_be_used_in_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
1956+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473" ItemType="0" PsrId="306" Leaf="true">
1957+
<Str Cat="Text">
1958+
<Val><![CDATA[An import declaration can only be used at the top level of a module.]]></Val>
1959+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1960+
<Val><![CDATA[导入声明只能在模块的顶层使用。]]></Val>
1961+
</Tgt>
1962+
</Str>
1963+
<Disp Icon="Str" />
1964+
</Item>
1965+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
19481966
<Str Cat="Text">
1949-
<Val><![CDATA[An import declaration can only be used in a namespace or module.]]></Val>
1967+
<Val><![CDATA[An import declaration can only be used at the top level of a namespace or module.]]></Val>
19501968
<Tgt Cat="Text" Stat="Loc" Orig="New">
1951-
<Val><![CDATA[导入声明只能在命名空间或模块中使用。]]></Val>
1969+
<Val><![CDATA[导入声明只能在命名空间或模块的顶层使用。]]></Val>
19521970
</Tgt>
19531971
</Str>
19541972
<Disp Icon="Str" />

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

+27-9
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,11 @@
537537
</Str>
538538
<Disp Icon="Str" />
539539
</Item>
540-
<Item ItemId=";A_namespace_declaration_is_only_allowed_in_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
540+
<Item ItemId=";A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
541541
<Str Cat="Text">
542-
<Val><![CDATA[A namespace declaration is only allowed in a namespace or module.]]></Val>
542+
<Val><![CDATA[A namespace declaration is only allowed at the top level of a namespace or module.]]></Val>
543543
<Tgt Cat="Text" Stat="Loc" Orig="New">
544-
<Val><![CDATA[Eine Namespacedeklaration ist nur in einem Namespace oder Modul zulässig.]]></Val>
544+
<Val><![CDATA[Eine Namespacedeklaration ist nur auf der obersten Ebene eines Namespaces oder Moduls zulässig.]]></Val>
545545
</Tgt>
546546
</Str>
547547
<Disp Icon="Str" />
@@ -1857,11 +1857,20 @@
18571857
</Str>
18581858
<Disp Icon="Str" />
18591859
</Item>
1860-
<Item ItemId=";An_export_declaration_can_only_be_used_in_a_module_1233" ItemType="0" PsrId="306" Leaf="true">
1860+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474" ItemType="0" PsrId="306" Leaf="true">
18611861
<Str Cat="Text">
1862-
<Val><![CDATA[An export declaration can only be used in a module.]]></Val>
1862+
<Val><![CDATA[An export declaration can only be used at the top level of a module.]]></Val>
18631863
<Tgt Cat="Text" Stat="Loc" Orig="New">
1864-
<Val><![CDATA[Eine Exportdeklaration kann nur in einem Modul verwendet werden.]]></Val>
1864+
<Val><![CDATA[Eine Exportdeklaration kann nur auf der obersten Ebene eines Moduls verwendet werden.]]></Val>
1865+
</Tgt>
1866+
</Str>
1867+
<Disp Icon="Str" />
1868+
</Item>
1869+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233" ItemType="0" PsrId="306" Leaf="true">
1870+
<Str Cat="Text">
1871+
<Val><![CDATA[An export declaration can only be used at the top level of a namespace or module.]]></Val>
1872+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1873+
<Val><![CDATA[Eine Exportdeklaration kann nur auf der obersten Ebene eines Namespace oder Moduls verwendet werden.]]></Val>
18651874
</Tgt>
18661875
</Str>
18671876
<Disp Icon="Str" />
@@ -1941,11 +1950,20 @@
19411950
</Str>
19421951
<Disp Icon="Str" />
19431952
</Item>
1944-
<Item ItemId=";An_import_declaration_can_only_be_used_in_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
1953+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473" ItemType="0" PsrId="306" Leaf="true">
1954+
<Str Cat="Text">
1955+
<Val><![CDATA[An import declaration can only be used at the top level of a module.]]></Val>
1956+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1957+
<Val><![CDATA[Eine Importdeklaration kann nur auf der obersten Ebene eines Moduls verwendet werden.]]></Val>
1958+
</Tgt>
1959+
</Str>
1960+
<Disp Icon="Str" />
1961+
</Item>
1962+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
19451963
<Str Cat="Text">
1946-
<Val><![CDATA[An import declaration can only be used in a namespace or module.]]></Val>
1964+
<Val><![CDATA[An import declaration can only be used at the top level of a namespace or module.]]></Val>
19471965
<Tgt Cat="Text" Stat="Loc" Orig="New">
1948-
<Val><![CDATA[Eine Importdeklaration darf nur in einem Namespace oder Modul verwendet werden.]]></Val>
1966+
<Val><![CDATA[Eine Importdeklaration kann nur auf der obersten Ebene eines Namespace oder Moduls verwendet werden.]]></Val>
19491967
</Tgt>
19501968
</Str>
19511969
<Disp Icon="Str" />

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

+27-9
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,11 @@
546546
</Str>
547547
<Disp Icon="Str" />
548548
</Item>
549-
<Item ItemId=";A_namespace_declaration_is_only_allowed_in_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
549+
<Item ItemId=";A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
550550
<Str Cat="Text">
551-
<Val><![CDATA[A namespace declaration is only allowed in a namespace or module.]]></Val>
551+
<Val><![CDATA[A namespace declaration is only allowed at the top level of a namespace or module.]]></Val>
552552
<Tgt Cat="Text" Stat="Loc" Orig="New">
553-
<Val><![CDATA[Una declaración de espacio de nombres solo se permite en un espacio de nombres o en un módulo.]]></Val>
553+
<Val><![CDATA[Una declaración de espacio de nombres solo se permite en el nivel superior de un espacio de nombres o módulo.]]></Val>
554554
</Tgt>
555555
</Str>
556556
<Disp Icon="Str" />
@@ -1872,11 +1872,20 @@
18721872
</Str>
18731873
<Disp Icon="Str" />
18741874
</Item>
1875-
<Item ItemId=";An_export_declaration_can_only_be_used_in_a_module_1233" ItemType="0" PsrId="306" Leaf="true">
1875+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474" ItemType="0" PsrId="306" Leaf="true">
18761876
<Str Cat="Text">
1877-
<Val><![CDATA[An export declaration can only be used in a module.]]></Val>
1877+
<Val><![CDATA[An export declaration can only be used at the top level of a module.]]></Val>
18781878
<Tgt Cat="Text" Stat="Loc" Orig="New">
1879-
<Val><![CDATA[Una declaración de exportación solo se puede usar en un módulo.]]></Val>
1879+
<Val><![CDATA[Una declaración de exportación solo se puede usar en el nivel superior de un módulo.]]></Val>
1880+
</Tgt>
1881+
</Str>
1882+
<Disp Icon="Str" />
1883+
</Item>
1884+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233" ItemType="0" PsrId="306" Leaf="true">
1885+
<Str Cat="Text">
1886+
<Val><![CDATA[An export declaration can only be used at the top level of a namespace or module.]]></Val>
1887+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1888+
<Val><![CDATA[Una declaración de exportación solo se puede usar en el nivel superior de un espacio de nombres o módulo.]]></Val>
18801889
</Tgt>
18811890
</Str>
18821891
<Disp Icon="Str" />
@@ -1956,11 +1965,20 @@
19561965
</Str>
19571966
<Disp Icon="Str" />
19581967
</Item>
1959-
<Item ItemId=";An_import_declaration_can_only_be_used_in_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
1968+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473" ItemType="0" PsrId="306" Leaf="true">
1969+
<Str Cat="Text">
1970+
<Val><![CDATA[An import declaration can only be used at the top level of a module.]]></Val>
1971+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1972+
<Val><![CDATA[Una declaración de importación solo se puede usar en el nivel superior de un módulo.]]></Val>
1973+
</Tgt>
1974+
</Str>
1975+
<Disp Icon="Str" />
1976+
</Item>
1977+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
19601978
<Str Cat="Text">
1961-
<Val><![CDATA[An import declaration can only be used in a namespace or module.]]></Val>
1979+
<Val><![CDATA[An import declaration can only be used at the top level of a namespace or module.]]></Val>
19621980
<Tgt Cat="Text" Stat="Loc" Orig="New">
1963-
<Val><![CDATA[Una declaración de importación solo se puede usar en un espacio de nombres o un módulo.]]></Val>
1981+
<Val><![CDATA[Una declaración de importación solo se puede usar en el nivel superior de un espacio de nombres o módulo.]]></Val>
19641982
</Tgt>
19651983
</Str>
19661984
<Disp Icon="Str" />

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

+27-9
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,11 @@
537537
</Str>
538538
<Disp Icon="Str" />
539539
</Item>
540-
<Item ItemId=";A_namespace_declaration_is_only_allowed_in_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
540+
<Item ItemId=";A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
541541
<Str Cat="Text">
542-
<Val><![CDATA[A namespace declaration is only allowed in a namespace or module.]]></Val>
542+
<Val><![CDATA[A namespace declaration is only allowed at the top level of a namespace or module.]]></Val>
543543
<Tgt Cat="Text" Stat="Loc" Orig="New">
544-
<Val><![CDATA[名前空間宣言は、名前空間かモジュールでのみ使用できます。]]></Val>
544+
<Val><![CDATA[名前空間宣言は、名前空間またはモジュールの最上位レベルでのみ許可されます。]]></Val>
545545
</Tgt>
546546
</Str>
547547
<Disp Icon="Str" />
@@ -1860,11 +1860,20 @@
18601860
</Str>
18611861
<Disp Icon="Str" />
18621862
</Item>
1863-
<Item ItemId=";An_export_declaration_can_only_be_used_in_a_module_1233" ItemType="0" PsrId="306" Leaf="true">
1863+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474" ItemType="0" PsrId="306" Leaf="true">
18641864
<Str Cat="Text">
1865-
<Val><![CDATA[An export declaration can only be used in a module.]]></Val>
1865+
<Val><![CDATA[An export declaration can only be used at the top level of a module.]]></Val>
18661866
<Tgt Cat="Text" Stat="Loc" Orig="New">
1867-
<Val><![CDATA[エクスポート宣言はモジュールでのみ使用可能です。]]></Val>
1867+
<Val><![CDATA[エクスポート宣言は、モジュールの最上位レベルでのみ使用できます。]]></Val>
1868+
</Tgt>
1869+
</Str>
1870+
<Disp Icon="Str" />
1871+
</Item>
1872+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233" ItemType="0" PsrId="306" Leaf="true">
1873+
<Str Cat="Text">
1874+
<Val><![CDATA[An export declaration can only be used at the top level of a namespace or module.]]></Val>
1875+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1876+
<Val><![CDATA[エクスポート宣言は、名前空間またはモジュールの最上位レベルでのみ使用できます。]]></Val>
18681877
</Tgt>
18691878
</Str>
18701879
<Disp Icon="Str" />
@@ -1944,11 +1953,20 @@
19441953
</Str>
19451954
<Disp Icon="Str" />
19461955
</Item>
1947-
<Item ItemId=";An_import_declaration_can_only_be_used_in_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
1956+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473" ItemType="0" PsrId="306" Leaf="true">
1957+
<Str Cat="Text">
1958+
<Val><![CDATA[An import declaration can only be used at the top level of a module.]]></Val>
1959+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1960+
<Val><![CDATA[インポート宣言は、モジュールの最上位レベルでのみ使用できます。]]></Val>
1961+
</Tgt>
1962+
</Str>
1963+
<Disp Icon="Str" />
1964+
</Item>
1965+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
19481966
<Str Cat="Text">
1949-
<Val><![CDATA[An import declaration can only be used in a namespace or module.]]></Val>
1967+
<Val><![CDATA[An import declaration can only be used at the top level of a namespace or module.]]></Val>
19501968
<Tgt Cat="Text" Stat="Loc" Orig="New">
1951-
<Val><![CDATA[インポート宣言は名前空間またはモジュールでのみ使用可能です。]]></Val>
1969+
<Val><![CDATA[インポート宣言は、名前空間またはモジュールの最上位レベルでのみ使用できます。]]></Val>
19521970
</Tgt>
19531971
</Str>
19541972
<Disp Icon="Str" />

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

+27-9
Original file line numberDiff line numberDiff line change
@@ -537,11 +537,11 @@
537537
</Str>
538538
<Disp Icon="Str" />
539539
</Item>
540-
<Item ItemId=";A_namespace_declaration_is_only_allowed_in_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
540+
<Item ItemId=";A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235" ItemType="0" PsrId="306" Leaf="true">
541541
<Str Cat="Text">
542-
<Val><![CDATA[A namespace declaration is only allowed in a namespace or module.]]></Val>
542+
<Val><![CDATA[A namespace declaration is only allowed at the top level of a namespace or module.]]></Val>
543543
<Tgt Cat="Text" Stat="Loc" Orig="New">
544-
<Val><![CDATA[네임스페이스 선언은 네임스페이스 또는 모듈에서만 사용할 수 있습니다.]]></Val>
544+
<Val><![CDATA[네임스페이스 선언은 네임스페이스 또는 모듈의 최상위 수준에서만 허용됩니다.]]></Val>
545545
</Tgt>
546546
</Str>
547547
<Disp Icon="Str" />
@@ -1860,11 +1860,20 @@
18601860
</Str>
18611861
<Disp Icon="Str" />
18621862
</Item>
1863-
<Item ItemId=";An_export_declaration_can_only_be_used_in_a_module_1233" ItemType="0" PsrId="306" Leaf="true">
1863+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474" ItemType="0" PsrId="306" Leaf="true">
18641864
<Str Cat="Text">
1865-
<Val><![CDATA[An export declaration can only be used in a module.]]></Val>
1865+
<Val><![CDATA[An export declaration can only be used at the top level of a module.]]></Val>
18661866
<Tgt Cat="Text" Stat="Loc" Orig="New">
1867-
<Val><![CDATA[내보내기 선언은 모듈에서만 사용할 수 있습니다.]]></Val>
1867+
<Val><![CDATA[내보내기 선언은 모듈의 최상위 수준에서만 사용할 수 있습니다.]]></Val>
1868+
</Tgt>
1869+
</Str>
1870+
<Disp Icon="Str" />
1871+
</Item>
1872+
<Item ItemId=";An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233" ItemType="0" PsrId="306" Leaf="true">
1873+
<Str Cat="Text">
1874+
<Val><![CDATA[An export declaration can only be used at the top level of a namespace or module.]]></Val>
1875+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1876+
<Val><![CDATA[내보내기 선언은 네임스페이스 또는 모듈의 최상위 수준에서만 사용할 수 있습니다.]]></Val>
18681877
</Tgt>
18691878
</Str>
18701879
<Disp Icon="Str" />
@@ -1944,11 +1953,20 @@
19441953
</Str>
19451954
<Disp Icon="Str" />
19461955
</Item>
1947-
<Item ItemId=";An_import_declaration_can_only_be_used_in_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
1956+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473" ItemType="0" PsrId="306" Leaf="true">
1957+
<Str Cat="Text">
1958+
<Val><![CDATA[An import declaration can only be used at the top level of a module.]]></Val>
1959+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1960+
<Val><![CDATA[가져오기 선언은 모듈의 최상위 수준에서만 사용할 수 있습니다.]]></Val>
1961+
</Tgt>
1962+
</Str>
1963+
<Disp Icon="Str" />
1964+
</Item>
1965+
<Item ItemId=";An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232" ItemType="0" PsrId="306" Leaf="true">
19481966
<Str Cat="Text">
1949-
<Val><![CDATA[An import declaration can only be used in a namespace or module.]]></Val>
1967+
<Val><![CDATA[An import declaration can only be used at the top level of a namespace or module.]]></Val>
19501968
<Tgt Cat="Text" Stat="Loc" Orig="New">
1951-
<Val><![CDATA[내보내기 선언은 네임스페이스 또는 모듈에서만 사용할 수 있습니다.]]></Val>
1969+
<Val><![CDATA[가져오기 선언은 네임스페이스 또는 모듈의 최상위 수준에서만 사용할 수 있습니다.]]></Val>
19521970
</Tgt>
19531971
</Str>
19541972
<Disp Icon="Str" />

0 commit comments

Comments
 (0)