Skip to content

Commit 1c3e484

Browse files
authored
LEGO: Merge pull request 22103
LEGO: Merge pull request 22103
2 parents 72a7194 + 4db4533 commit 1c3e484

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -3030,6 +3030,15 @@
30303030
</Str>
30313031
<Disp Icon="Str" />
30323032
</Item>
3033+
<Item ItemId=";Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567" ItemType="0" PsrId="306" Leaf="true">
3034+
<Str Cat="Text">
3035+
<Val><![CDATA[Enum declarations can only merge with namespace or other enum declarations.]]></Val>
3036+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3037+
<Val><![CDATA[Deklarace výčtu jdou sloučit jenom s oborem názvů nebo jinými deklaracemi výčtu.]]></Val>
3038+
</Tgt>
3039+
</Str>
3040+
<Disp Icon="Str" />
3041+
</Item>
30333042
<Item ItemId=";Enum_declarations_must_all_be_const_or_non_const_2473" ItemType="0" PsrId="306" Leaf="true">
30343043
<Str Cat="Text">
30353044
<Val><![CDATA[Enum declarations must all be const or non-const.]]></Val>

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

+9
Original file line numberDiff line numberDiff line change
@@ -3021,6 +3021,15 @@
30213021
</Str>
30223022
<Disp Icon="Str" />
30233023
</Item>
3024+
<Item ItemId=";Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567" ItemType="0" PsrId="306" Leaf="true">
3025+
<Str Cat="Text">
3026+
<Val><![CDATA[Enum declarations can only merge with namespace or other enum declarations.]]></Val>
3027+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3028+
<Val><![CDATA[列挙型の宣言は、名前空間または他の列挙型の宣言とのみマージできます。]]></Val>
3029+
</Tgt>
3030+
</Str>
3031+
<Disp Icon="Str" />
3032+
</Item>
30243033
<Item ItemId=";Enum_declarations_must_all_be_const_or_non_const_2473" ItemType="0" PsrId="306" Leaf="true">
30253034
<Str Cat="Text">
30263035
<Val><![CDATA[Enum declarations must all be const or non-const.]]></Val>

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

+9
Original file line numberDiff line numberDiff line change
@@ -3011,6 +3011,15 @@
30113011
</Str>
30123012
<Disp Icon="Str" />
30133013
</Item>
3014+
<Item ItemId=";Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567" ItemType="0" PsrId="306" Leaf="true">
3015+
<Str Cat="Text">
3016+
<Val><![CDATA[Enum declarations can only merge with namespace or other enum declarations.]]></Val>
3017+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3018+
<Val><![CDATA[As declarações de enum apenas podem se mescladas com namespaces ou com outras declarações de enum.]]></Val>
3019+
</Tgt>
3020+
</Str>
3021+
<Disp Icon="Str" />
3022+
</Item>
30143023
<Item ItemId=";Enum_declarations_must_all_be_const_or_non_const_2473" ItemType="0" PsrId="306" Leaf="true">
30153024
<Str Cat="Text">
30163025
<Val><![CDATA[Enum declarations must all be const or non-const.]]></Val>

0 commit comments

Comments
 (0)