Skip to content

Commit 8c74a5d

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 3e0d58f commit 8c74a5d

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

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

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,21 @@
450450
</Str>
451451
<Disp Icon="Str" />
452452
</Item>
453+
<Item ItemId=";A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086" ItemType="0" PsrId="306" Leaf="true">
454+
<Str Cat="Text">
455+
<Val><![CDATA[A labeled tuple element is declared as optional with a question mark after the name and before the colon, rather than after the type.]]></Val>
456+
<Tgt Cat="Text" Stat="Loc" Orig="New">
457+
<Val><![CDATA[레이블이 지정된 튜플 요소는 형식 뒤가 아니라 이름 뒤이면서 콜론 앞에 물음표를 사용하여 optional로 선언됩니다.]]></Val>
458+
</Tgt>
459+
</Str>
460+
<Disp Icon="Str" />
461+
</Item>
462+
<Item ItemId=";A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087" ItemType="0" PsrId="306" Leaf="true">
463+
<Str Cat="Text">
464+
<Val><![CDATA[A labeled tuple element is declared as rest with a `...` before the name, rather than before the type.]]></Val>
465+
</Str>
466+
<Disp Icon="Str" />
467+
</Item>
453468
<Item ItemId=";A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651" ItemType="0" PsrId="306" Leaf="true">
454469
<Str Cat="Text">
455470
<Val><![CDATA[A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums.]]></Val>
@@ -867,6 +882,15 @@
867882
</Str>
868883
<Disp Icon="Str" />
869884
</Item>
885+
<Item ItemId=";A_tuple_member_cannot_be_both_optional_and_rest_5085" ItemType="0" PsrId="306" Leaf="true">
886+
<Str Cat="Text">
887+
<Val><![CDATA[A tuple member cannot be both optional and rest.]]></Val>
888+
<Tgt Cat="Text" Stat="Loc" Orig="New">
889+
<Val><![CDATA[튜플 멤버는 optional이면서 rest일 수 없습니다.]]></Val>
890+
</Tgt>
891+
</Str>
892+
<Disp Icon="Str" />
893+
</Item>
870894
<Item ItemId=";A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Con_17007" ItemType="0" PsrId="306" Leaf="true">
871895
<Str Cat="Text">
872896
<Val><![CDATA[A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses.]]></Val>
@@ -3522,6 +3546,15 @@
35223546
</Str>
35233547
<Disp Icon="Str" />
35243548
</Item>
3549+
<Item ItemId=";Convert_overload_list_to_single_signature_95118" ItemType="0" PsrId="306" Leaf="true">
3550+
<Str Cat="Text">
3551+
<Val><![CDATA[Convert overload list to single signature]]></Val>
3552+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3553+
<Val><![CDATA[오버로드 목록을 단일 시그니처로 변환]]></Val>
3554+
</Tgt>
3555+
</Str>
3556+
<Disp Icon="Str" />
3557+
</Item>
35253558
<Item ItemId=";Convert_parameters_to_destructured_object_95075" ItemType="0" PsrId="306" Leaf="true">
35263559
<Str Cat="Text">
35273560
<Val><![CDATA[Convert parameters to destructured object]]></Val>
@@ -6807,6 +6840,15 @@
68076840
</Str>
68086841
<Disp Icon="Str" />
68096842
</Item>
6843+
<Item ItemId=";Move_labeled_tuple_element_modifiers_to_labels_95117" ItemType="0" PsrId="306" Leaf="true">
6844+
<Str Cat="Text">
6845+
<Val><![CDATA[Move labeled tuple element modifiers to labels]]></Val>
6846+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6847+
<Val><![CDATA[레이블이 지정된 튜플 요소 한정자를 레이블로 이동]]></Val>
6848+
</Tgt>
6849+
</Str>
6850+
<Disp Icon="Str" />
6851+
</Item>
68106852
<Item ItemId=";Move_to_a_new_file_95049" ItemType="0" PsrId="306" Leaf="true">
68116853
<Str Cat="Text">
68126854
<Val><![CDATA[Move to a new file]]></Val>
@@ -10599,6 +10641,15 @@
1059910641
</Str>
1060010642
<Disp Icon="Str" />
1060110643
</Item>
10644+
<Item ItemId=";This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without_6234" ItemType="0" PsrId="306" Leaf="true">
10645+
<Str Cat="Text">
10646+
<Val><![CDATA[This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?]]></Val>
10647+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10648+
<Val><![CDATA[이 식은 'get' 접근자이므로 호출할 수 없습니다. '()' 없이 사용하시겠습니까?]]></Val>
10649+
</Tgt>
10650+
</Str>
10651+
<Disp Icon="Str" />
10652+
</Item>
1060210653
<Item ItemId=";This_expression_is_not_constructable_2351" ItemType="0" PsrId="306" Leaf="true">
1060310654
<Str Cat="Text">
1060410655
<Val><![CDATA[This expression is not constructable.]]></Val>
@@ -10764,6 +10815,15 @@
1076410815
</Str>
1076510816
<Disp Icon="Str" />
1076610817
</Item>
10818+
<Item ItemId=";Tuple_members_must_all_have_names_or_all_not_have_names_5084" ItemType="0" PsrId="306" Leaf="true">
10819+
<Str Cat="Text">
10820+
<Val><![CDATA[Tuple members must all have names or all not have names.]]></Val>
10821+
<Tgt Cat="Text" Stat="Loc" Orig="New">
10822+
<Val><![CDATA[튜플 멤버는 모두 이름이 있거나 모두 이름이 없어야 합니다.]]></Val>
10823+
</Tgt>
10824+
</Str>
10825+
<Disp Icon="Str" />
10826+
</Item>
1076710827
<Item ItemId=";Tuple_type_0_of_length_1_has_no_element_at_index_2_2493" ItemType="0" PsrId="306" Leaf="true">
1076810828
<Str Cat="Text">
1076910829
<Val><![CDATA[Tuple type '{0}' of length '{1}' has no element at index '{2}'.]]></Val>

0 commit comments

Comments
 (0)