Skip to content

Commit 0481773

Browse files
authoredOct 17, 2022
LEGO: Merge pull request 51200
LEGO: Merge pull request 51200
1 parent 98c19cb commit 0481773

File tree

5 files changed

+270
-0
lines changed

5 files changed

+270
-0
lines changed
 

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

+54
Original file line numberDiff line numberDiff line change
@@ -6153,6 +6153,24 @@
61536153
</Str>
61546154
<Disp Icon="Str" />
61556155
</Item>
6156+
<Item ItemId=";Export_0_from_module_1_90059" ItemType="0" PsrId="306" Leaf="true">
6157+
<Str Cat="Text">
6158+
<Val><![CDATA[Export '{0}' from module '{1}']]></Val>
6159+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6160+
<Val><![CDATA[从模块“{1}”导出“{0}”]]></Val>
6161+
</Tgt>
6162+
</Str>
6163+
<Disp Icon="Str" />
6164+
</Item>
6165+
<Item ItemId=";Export_all_referenced_locals_90060" ItemType="0" PsrId="306" Leaf="true">
6166+
<Str Cat="Text">
6167+
<Val><![CDATA[Export all referenced locals]]></Val>
6168+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6169+
<Val><![CDATA[导出所有引用的局部变量]]></Val>
6170+
</Tgt>
6171+
</Str>
6172+
<Disp Icon="Str" />
6173+
</Item>
61566174
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
61576175
<Str Cat="Text">
61586176
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -8460,6 +8478,15 @@
84608478
</Str>
84618479
<Disp Icon="Str" />
84628480
</Item>
8481+
<Item ItemId=";Matched_0_condition_1_6403" ItemType="0" PsrId="306" Leaf="true">
8482+
<Str Cat="Text">
8483+
<Val><![CDATA[Matched '{0}' condition '{1}'.]]></Val>
8484+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8485+
<Val><![CDATA[匹配的“{0}”条件“{1}”。]]></Val>
8486+
</Tgt>
8487+
</Str>
8488+
<Disp Icon="Str" />
8489+
</Item>
84638490
<Item ItemId=";Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457" ItemType="0" PsrId="306" Leaf="true">
84648491
<Str Cat="Text">
84658492
<Val><![CDATA[Matched by default include pattern '**/*']]></Val>
@@ -11307,6 +11334,15 @@
1130711334
</Str>
1130811335
<Disp Icon="Str" />
1130911336
</Item>
11337+
<Item ItemId=";Resolving_in_0_mode_with_conditions_1_6402" ItemType="0" PsrId="306" Leaf="true">
11338+
<Str Cat="Text">
11339+
<Val><![CDATA[Resolving in {0} mode with conditions {1}.]]></Val>
11340+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11341+
<Val><![CDATA[正在 {0} 模式下解析,条件为 {1}。]]></Val>
11342+
</Tgt>
11343+
</Str>
11344+
<Disp Icon="Str" />
11345+
</Item>
1131011346
<Item ItemId=";Resolving_module_0_from_1_6086" ItemType="0" PsrId="306" Leaf="true">
1131111347
<Str Cat="Text">
1131211348
<Val><![CDATA[======== Resolving module '{0}' from '{1}'. ========]]></Val>
@@ -11823,6 +11859,15 @@
1182311859
</Str>
1182411860
<Disp Icon="Str" />
1182511861
</Item>
11862+
<Item ItemId=";Saw_non_matching_condition_0_6405" ItemType="0" PsrId="306" Leaf="true">
11863+
<Str Cat="Text">
11864+
<Val><![CDATA[Saw non-matching condition '{0}'.]]></Val>
11865+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11866+
<Val><![CDATA[看到了不匹配的条件“{0}”。]]></Val>
11867+
</Tgt>
11868+
</Str>
11869+
<Disp Icon="Str" />
11870+
</Item>
1182611871
<Item ItemId=";Scoped_package_detected_looking_in_0_6182" ItemType="0" PsrId="306" Leaf="true">
1182711872
<Str Cat="Text">
1182811873
<Val><![CDATA[Scoped package detected, looking in '{0}']]></Val>
@@ -15294,6 +15339,15 @@
1529415339
</Str>
1529515340
<Disp Icon="Str" />
1529615341
</Item>
15342+
<Item ItemId=";Using_0_subpath_1_with_target_2_6404" ItemType="0" PsrId="306" Leaf="true">
15343+
<Str Cat="Text">
15344+
<Val><![CDATA[Using '{0}' subpath '{1}' with target '{2}'.]]></Val>
15345+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15346+
<Val><![CDATA[将“{0}”子路径“{1}”与目标“{2}”一起使用]]></Val>
15347+
</Tgt>
15348+
</Str>
15349+
<Disp Icon="Str" />
15350+
</Item>
1529715351
<Item ItemId=";Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494" ItemType="0" PsrId="306" Leaf="true">
1529815352
<Str Cat="Text">
1529915353
<Val><![CDATA[Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher.]]></Val>

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

+54
Original file line numberDiff line numberDiff line change
@@ -6165,6 +6165,24 @@
61656165
</Str>
61666166
<Disp Icon="Str" />
61676167
</Item>
6168+
<Item ItemId=";Export_0_from_module_1_90059" ItemType="0" PsrId="306" Leaf="true">
6169+
<Str Cat="Text">
6170+
<Val><![CDATA[Export '{0}' from module '{1}']]></Val>
6171+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6172+
<Val><![CDATA[Exportar '{0}' desde el módulo '{1}']]></Val>
6173+
</Tgt>
6174+
</Str>
6175+
<Disp Icon="Str" />
6176+
</Item>
6177+
<Item ItemId=";Export_all_referenced_locals_90060" ItemType="0" PsrId="306" Leaf="true">
6178+
<Str Cat="Text">
6179+
<Val><![CDATA[Export all referenced locals]]></Val>
6180+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6181+
<Val><![CDATA[Exportar todas las variables locales a las que se hace referencia]]></Val>
6182+
</Tgt>
6183+
</Str>
6184+
<Disp Icon="Str" />
6185+
</Item>
61686186
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
61696187
<Str Cat="Text">
61706188
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -8472,6 +8490,15 @@
84728490
</Str>
84738491
<Disp Icon="Str" />
84748492
</Item>
8493+
<Item ItemId=";Matched_0_condition_1_6403" ItemType="0" PsrId="306" Leaf="true">
8494+
<Str Cat="Text">
8495+
<Val><![CDATA[Matched '{0}' condition '{1}'.]]></Val>
8496+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8497+
<Val><![CDATA[Coincidente con '{0}' condición '{1}'.]]></Val>
8498+
</Tgt>
8499+
</Str>
8500+
<Disp Icon="Str" />
8501+
</Item>
84758502
<Item ItemId=";Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457" ItemType="0" PsrId="306" Leaf="true">
84768503
<Str Cat="Text">
84778504
<Val><![CDATA[Matched by default include pattern '**/*']]></Val>
@@ -11319,6 +11346,15 @@
1131911346
</Str>
1132011347
<Disp Icon="Str" />
1132111348
</Item>
11349+
<Item ItemId=";Resolving_in_0_mode_with_conditions_1_6402" ItemType="0" PsrId="306" Leaf="true">
11350+
<Str Cat="Text">
11351+
<Val><![CDATA[Resolving in {0} mode with conditions {1}.]]></Val>
11352+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11353+
<Val><![CDATA[Resolviendo en modo {0} con condiciones {1}.]]></Val>
11354+
</Tgt>
11355+
</Str>
11356+
<Disp Icon="Str" />
11357+
</Item>
1132211358
<Item ItemId=";Resolving_module_0_from_1_6086" ItemType="0" PsrId="306" Leaf="true">
1132311359
<Str Cat="Text">
1132411360
<Val><![CDATA[======== Resolving module '{0}' from '{1}'. ========]]></Val>
@@ -11835,6 +11871,15 @@
1183511871
</Str>
1183611872
<Disp Icon="Str" />
1183711873
</Item>
11874+
<Item ItemId=";Saw_non_matching_condition_0_6405" ItemType="0" PsrId="306" Leaf="true">
11875+
<Str Cat="Text">
11876+
<Val><![CDATA[Saw non-matching condition '{0}'.]]></Val>
11877+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11878+
<Val><![CDATA[Se vio una condición no coincidente '{0}'.]]></Val>
11879+
</Tgt>
11880+
</Str>
11881+
<Disp Icon="Str" />
11882+
</Item>
1183811883
<Item ItemId=";Scoped_package_detected_looking_in_0_6182" ItemType="0" PsrId="306" Leaf="true">
1183911884
<Str Cat="Text">
1184011885
<Val><![CDATA[Scoped package detected, looking in '{0}']]></Val>
@@ -15306,6 +15351,15 @@
1530615351
</Str>
1530715352
<Disp Icon="Str" />
1530815353
</Item>
15354+
<Item ItemId=";Using_0_subpath_1_with_target_2_6404" ItemType="0" PsrId="306" Leaf="true">
15355+
<Str Cat="Text">
15356+
<Val><![CDATA[Using '{0}' subpath '{1}' with target '{2}'.]]></Val>
15357+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15358+
<Val><![CDATA[Usando '{0}' subruta '{1}' con destino '{2}'.]]></Val>
15359+
</Tgt>
15360+
</Str>
15361+
<Disp Icon="Str" />
15362+
</Item>
1530915363
<Item ItemId=";Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494" ItemType="0" PsrId="306" Leaf="true">
1531015364
<Str Cat="Text">
1531115365
<Val><![CDATA[Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher.]]></Val>

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

+54
Original file line numberDiff line numberDiff line change
@@ -6153,6 +6153,24 @@
61536153
</Str>
61546154
<Disp Icon="Str" />
61556155
</Item>
6156+
<Item ItemId=";Export_0_from_module_1_90059" ItemType="0" PsrId="306" Leaf="true">
6157+
<Str Cat="Text">
6158+
<Val><![CDATA[Export '{0}' from module '{1}']]></Val>
6159+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6160+
<Val><![CDATA[Esporta '{0}' dal modulo '{1}']]></Val>
6161+
</Tgt>
6162+
</Str>
6163+
<Disp Icon="Str" />
6164+
</Item>
6165+
<Item ItemId=";Export_all_referenced_locals_90060" ItemType="0" PsrId="306" Leaf="true">
6166+
<Str Cat="Text">
6167+
<Val><![CDATA[Export all referenced locals]]></Val>
6168+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6169+
<Val><![CDATA[Esporta tutte le variabili locali di riferimento]]></Val>
6170+
</Tgt>
6171+
</Str>
6172+
<Disp Icon="Str" />
6173+
</Item>
61566174
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
61576175
<Str Cat="Text">
61586176
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -8460,6 +8478,15 @@
84608478
</Str>
84618479
<Disp Icon="Str" />
84628480
</Item>
8481+
<Item ItemId=";Matched_0_condition_1_6403" ItemType="0" PsrId="306" Leaf="true">
8482+
<Str Cat="Text">
8483+
<Val><![CDATA[Matched '{0}' condition '{1}'.]]></Val>
8484+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8485+
<Val><![CDATA[Corrispondenza tra '{0}' condizione '{1}'.]]></Val>
8486+
</Tgt>
8487+
</Str>
8488+
<Disp Icon="Str" />
8489+
</Item>
84638490
<Item ItemId=";Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457" ItemType="0" PsrId="306" Leaf="true">
84648491
<Str Cat="Text">
84658492
<Val><![CDATA[Matched by default include pattern '**/*']]></Val>
@@ -11307,6 +11334,15 @@
1130711334
</Str>
1130811335
<Disp Icon="Str" />
1130911336
</Item>
11337+
<Item ItemId=";Resolving_in_0_mode_with_conditions_1_6402" ItemType="0" PsrId="306" Leaf="true">
11338+
<Str Cat="Text">
11339+
<Val><![CDATA[Resolving in {0} mode with conditions {1}.]]></Val>
11340+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11341+
<Val><![CDATA[Risoluzione in modalità {0} con condizioni {1}.]]></Val>
11342+
</Tgt>
11343+
</Str>
11344+
<Disp Icon="Str" />
11345+
</Item>
1131011346
<Item ItemId=";Resolving_module_0_from_1_6086" ItemType="0" PsrId="306" Leaf="true">
1131111347
<Str Cat="Text">
1131211348
<Val><![CDATA[======== Resolving module '{0}' from '{1}'. ========]]></Val>
@@ -11823,6 +11859,15 @@
1182311859
</Str>
1182411860
<Disp Icon="Str" />
1182511861
</Item>
11862+
<Item ItemId=";Saw_non_matching_condition_0_6405" ItemType="0" PsrId="306" Leaf="true">
11863+
<Str Cat="Text">
11864+
<Val><![CDATA[Saw non-matching condition '{0}'.]]></Val>
11865+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11866+
<Val><![CDATA[Visualizzata la condizione di corrispondenza '{0}'.]]></Val>
11867+
</Tgt>
11868+
</Str>
11869+
<Disp Icon="Str" />
11870+
</Item>
1182611871
<Item ItemId=";Scoped_package_detected_looking_in_0_6182" ItemType="0" PsrId="306" Leaf="true">
1182711872
<Str Cat="Text">
1182811873
<Val><![CDATA[Scoped package detected, looking in '{0}']]></Val>
@@ -15294,6 +15339,15 @@
1529415339
</Str>
1529515340
<Disp Icon="Str" />
1529615341
</Item>
15342+
<Item ItemId=";Using_0_subpath_1_with_target_2_6404" ItemType="0" PsrId="306" Leaf="true">
15343+
<Str Cat="Text">
15344+
<Val><![CDATA[Using '{0}' subpath '{1}' with target '{2}'.]]></Val>
15345+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15346+
<Val><![CDATA[Utilizzo di '{0}' sottotracciato '{1}' con destinazione '{2}'.]]></Val>
15347+
</Tgt>
15348+
</Str>
15349+
<Disp Icon="Str" />
15350+
</Item>
1529715351
<Item ItemId=";Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494" ItemType="0" PsrId="306" Leaf="true">
1529815352
<Str Cat="Text">
1529915353
<Val><![CDATA[Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher.]]></Val>

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

+54
Original file line numberDiff line numberDiff line change
@@ -6153,6 +6153,24 @@
61536153
</Str>
61546154
<Disp Icon="Str" />
61556155
</Item>
6156+
<Item ItemId=";Export_0_from_module_1_90059" ItemType="0" PsrId="306" Leaf="true">
6157+
<Str Cat="Text">
6158+
<Val><![CDATA[Export '{0}' from module '{1}']]></Val>
6159+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6160+
<Val><![CDATA['{0}'을(를) '{1}' 모듈에서 내보냅니다.]]></Val>
6161+
</Tgt>
6162+
</Str>
6163+
<Disp Icon="Str" />
6164+
</Item>
6165+
<Item ItemId=";Export_all_referenced_locals_90060" ItemType="0" PsrId="306" Leaf="true">
6166+
<Str Cat="Text">
6167+
<Val><![CDATA[Export all referenced locals]]></Val>
6168+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6169+
<Val><![CDATA[참조된 모든 로컬 내보내기]]></Val>
6170+
</Tgt>
6171+
</Str>
6172+
<Disp Icon="Str" />
6173+
</Item>
61566174
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
61576175
<Str Cat="Text">
61586176
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -8460,6 +8478,15 @@
84608478
</Str>
84618479
<Disp Icon="Str" />
84628480
</Item>
8481+
<Item ItemId=";Matched_0_condition_1_6403" ItemType="0" PsrId="306" Leaf="true">
8482+
<Str Cat="Text">
8483+
<Val><![CDATA[Matched '{0}' condition '{1}'.]]></Val>
8484+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8485+
<Val><![CDATA['{0}' 조건 '{1}'과(와) 일치합니다.]]></Val>
8486+
</Tgt>
8487+
</Str>
8488+
<Disp Icon="Str" />
8489+
</Item>
84638490
<Item ItemId=";Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457" ItemType="0" PsrId="306" Leaf="true">
84648491
<Str Cat="Text">
84658492
<Val><![CDATA[Matched by default include pattern '**/*']]></Val>
@@ -11307,6 +11334,15 @@
1130711334
</Str>
1130811335
<Disp Icon="Str" />
1130911336
</Item>
11337+
<Item ItemId=";Resolving_in_0_mode_with_conditions_1_6402" ItemType="0" PsrId="306" Leaf="true">
11338+
<Str Cat="Text">
11339+
<Val><![CDATA[Resolving in {0} mode with conditions {1}.]]></Val>
11340+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11341+
<Val><![CDATA[조건이 {1}인 {0} 모드에서 확인하는 중입니다.]]></Val>
11342+
</Tgt>
11343+
</Str>
11344+
<Disp Icon="Str" />
11345+
</Item>
1131011346
<Item ItemId=";Resolving_module_0_from_1_6086" ItemType="0" PsrId="306" Leaf="true">
1131111347
<Str Cat="Text">
1131211348
<Val><![CDATA[======== Resolving module '{0}' from '{1}'. ========]]></Val>
@@ -11823,6 +11859,15 @@
1182311859
</Str>
1182411860
<Disp Icon="Str" />
1182511861
</Item>
11862+
<Item ItemId=";Saw_non_matching_condition_0_6405" ItemType="0" PsrId="306" Leaf="true">
11863+
<Str Cat="Text">
11864+
<Val><![CDATA[Saw non-matching condition '{0}'.]]></Val>
11865+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11866+
<Val><![CDATA[비일치 조건 '{0}'을(를) 확인했습니다.]]></Val>
11867+
</Tgt>
11868+
</Str>
11869+
<Disp Icon="Str" />
11870+
</Item>
1182611871
<Item ItemId=";Scoped_package_detected_looking_in_0_6182" ItemType="0" PsrId="306" Leaf="true">
1182711872
<Str Cat="Text">
1182811873
<Val><![CDATA[Scoped package detected, looking in '{0}']]></Val>
@@ -15294,6 +15339,15 @@
1529415339
</Str>
1529515340
<Disp Icon="Str" />
1529615341
</Item>
15342+
<Item ItemId=";Using_0_subpath_1_with_target_2_6404" ItemType="0" PsrId="306" Leaf="true">
15343+
<Str Cat="Text">
15344+
<Val><![CDATA[Using '{0}' subpath '{1}' with target '{2}'.]]></Val>
15345+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15346+
<Val><![CDATA['{0}' 하위 경로 '{1}'과(와) 대상 '{2}'을(를) 사용하는 중입니다.]]></Val>
15347+
</Tgt>
15348+
</Str>
15349+
<Disp Icon="Str" />
15350+
</Item>
1529715351
<Item ItemId=";Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494" ItemType="0" PsrId="306" Leaf="true">
1529815352
<Str Cat="Text">
1529915353
<Val><![CDATA[Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher.]]></Val>

0 commit comments

Comments
 (0)
Please sign in to comment.