Skip to content

Commit ba357e4

Browse files
authored
LEGO: Merge pull request 38769
LEGO: Merge pull request 38769
2 parents 92506a8 + cd6549f commit ba357e4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,9 @@
462462
<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">
463463
<Str Cat="Text">
464464
<Val><![CDATA[A labeled tuple element is declared as rest with a `...` before the name, rather than before the type.]]></Val>
465+
<Tgt Cat="Text" Stat="Loc" Orig="New">
466+
<Val><![CDATA[레이블이 지정된 튜플 요소는 형식 앞이 아니라 이름 앞에 '...'을 사용하여 rest로 선언됩니다.]]></Val>
467+
</Tgt>
465468
</Str>
466469
<Disp Icon="Str" />
467470
</Item>
@@ -3688,7 +3691,7 @@
36883691
<Str Cat="Text">
36893692
<Val><![CDATA[Declaration augments declaration in another file. This cannot be serialized.]]></Val>
36903693
<Tgt Cat="Text" Stat="Loc" Orig="New">
3691-
<Val><![CDATA[선언이 다른 파일의 선언을 확대합니다. 직렬화할 수 없습니다.]]></Val>
3694+
<Val><![CDATA[선언이 다른 파일의 선언을 확대합니다. 이 작업은 직렬화할 수 없습니다.]]></Val>
36923695
</Tgt>
36933696
</Str>
36943697
<Disp Icon="Str" />
@@ -4756,7 +4759,7 @@
47564759
<Str Cat="Text">
47574760
<Val><![CDATA[Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later.]]></Val>
47584761
<Tgt Cat="Text" Stat="Loc" Orig="New">
4759-
<Val><![CDATA['target' 옵션이 'es2016' 이상으로 설정되어 있지 않으면 'bigint' 값에 대해 지수화를 수행할 수 없습니다.]]></Val>
4762+
<Val><![CDATA['target' 옵션이 'es2016' 이상으로 설정되어 있지 않으면 'bigint' 값에 지수화를 수행할 수 없습니다.]]></Val>
47604763
</Tgt>
47614764
</Str>
47624765
<Disp Icon="Str" />
@@ -6097,7 +6100,7 @@
60976100
<Str Cat="Text">
60986101
<Val><![CDATA[Its instance type '{0}' is not a valid JSX element.]]></Val>
60996102
<Tgt Cat="Text" Stat="Loc" Orig="New">
6100-
<Val><![CDATA[인스턴스 형식 '{0}'은(는) 유효한 JSX 요소가 아닙니다.]]></Val>
6103+
<Val><![CDATA[해당 인스턴스 형식 '{0}'은(는) 유효한 JSX 요소가 아닙니다.]]></Val>
61016104
</Tgt>
61026105
</Str>
61036106
<Disp Icon="Str" />
@@ -6106,7 +6109,7 @@
61066109
<Str Cat="Text">
61076110
<Val><![CDATA[Its return type '{0}' is not a valid JSX element.]]></Val>
61086111
<Tgt Cat="Text" Stat="Loc" Orig="New">
6109-
<Val><![CDATA[반환 형식 '{0}'은(는) 유효한 JSX 요소가 아닙니다.]]></Val>
6112+
<Val><![CDATA[해당 반환 형식 '{0}'은(는) 유효한 JSX 요소가 아닙니다.]]></Val>
61106113
</Tgt>
61116114
</Str>
61126115
<Disp Icon="Str" />

0 commit comments

Comments
 (0)