Skip to content

Commit 98c19cb

Browse files
authoredOct 16, 2022
LEGO: Merge pull request 51190
LEGO: Merge pull request 51190
1 parent 13c9b05 commit 98c19cb

File tree

8 files changed

+432
-0
lines changed

8 files changed

+432
-0
lines changed
 

‎src/loc/lcl/cht/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[正在以條件 {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>

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

+54
Original file line numberDiff line numberDiff line change
@@ -6162,6 +6162,24 @@
61626162
</Str>
61636163
<Disp Icon="Str" />
61646164
</Item>
6165+
<Item ItemId=";Export_0_from_module_1_90059" ItemType="0" PsrId="306" Leaf="true">
6166+
<Str Cat="Text">
6167+
<Val><![CDATA[Export '{0}' from module '{1}']]></Val>
6168+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6169+
<Val><![CDATA[Exportovat {0} z modulu {1}]]></Val>
6170+
</Tgt>
6171+
</Str>
6172+
<Disp Icon="Str" />
6173+
</Item>
6174+
<Item ItemId=";Export_all_referenced_locals_90060" ItemType="0" PsrId="306" Leaf="true">
6175+
<Str Cat="Text">
6176+
<Val><![CDATA[Export all referenced locals]]></Val>
6177+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6178+
<Val><![CDATA[Exportovat všechny odkazované místní hodnoty]]></Val>
6179+
</Tgt>
6180+
</Str>
6181+
<Disp Icon="Str" />
6182+
</Item>
61656183
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
61666184
<Str Cat="Text">
61676185
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -8469,6 +8487,15 @@
84698487
</Str>
84708488
<Disp Icon="Str" />
84718489
</Item>
8490+
<Item ItemId=";Matched_0_condition_1_6403" ItemType="0" PsrId="306" Leaf="true">
8491+
<Str Cat="Text">
8492+
<Val><![CDATA[Matched '{0}' condition '{1}'.]]></Val>
8493+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8494+
<Val><![CDATA[Odpovídá {0} podmínce {1}]]></Val>
8495+
</Tgt>
8496+
</Str>
8497+
<Disp Icon="Str" />
8498+
</Item>
84728499
<Item ItemId=";Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457" ItemType="0" PsrId="306" Leaf="true">
84738500
<Str Cat="Text">
84748501
<Val><![CDATA[Matched by default include pattern '**/*']]></Val>
@@ -11316,6 +11343,15 @@
1131611343
</Str>
1131711344
<Disp Icon="Str" />
1131811345
</Item>
11346+
<Item ItemId=";Resolving_in_0_mode_with_conditions_1_6402" ItemType="0" PsrId="306" Leaf="true">
11347+
<Str Cat="Text">
11348+
<Val><![CDATA[Resolving in {0} mode with conditions {1}.]]></Val>
11349+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11350+
<Val><![CDATA[Řešení v režimu {0} s podmínkami {1}.]]></Val>
11351+
</Tgt>
11352+
</Str>
11353+
<Disp Icon="Str" />
11354+
</Item>
1131911355
<Item ItemId=";Resolving_module_0_from_1_6086" ItemType="0" PsrId="306" Leaf="true">
1132011356
<Str Cat="Text">
1132111357
<Val><![CDATA[======== Resolving module '{0}' from '{1}'. ========]]></Val>
@@ -11832,6 +11868,15 @@
1183211868
</Str>
1183311869
<Disp Icon="Str" />
1183411870
</Item>
11871+
<Item ItemId=";Saw_non_matching_condition_0_6405" ItemType="0" PsrId="306" Leaf="true">
11872+
<Str Cat="Text">
11873+
<Val><![CDATA[Saw non-matching condition '{0}'.]]></Val>
11874+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11875+
<Val><![CDATA[Byla zjištěna neshodná podmínka {0}.]]></Val>
11876+
</Tgt>
11877+
</Str>
11878+
<Disp Icon="Str" />
11879+
</Item>
1183511880
<Item ItemId=";Scoped_package_detected_looking_in_0_6182" ItemType="0" PsrId="306" Leaf="true">
1183611881
<Str Cat="Text">
1183711882
<Val><![CDATA[Scoped package detected, looking in '{0}']]></Val>
@@ -15303,6 +15348,15 @@
1530315348
</Str>
1530415349
<Disp Icon="Str" />
1530515350
</Item>
15351+
<Item ItemId=";Using_0_subpath_1_with_target_2_6404" ItemType="0" PsrId="306" Leaf="true">
15352+
<Str Cat="Text">
15353+
<Val><![CDATA[Using '{0}' subpath '{1}' with target '{2}'.]]></Val>
15354+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15355+
<Val><![CDATA[Používá se {0} dílčí cesta {1} s cílem {2}.]]></Val>
15356+
</Tgt>
15357+
</Str>
15358+
<Disp Icon="Str" />
15359+
</Item>
1530615360
<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">
1530715361
<Str Cat="Text">
1530815362
<Val><![CDATA[Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher.]]></Val>

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

+54
Original file line numberDiff line numberDiff line change
@@ -6150,6 +6150,24 @@
61506150
</Str>
61516151
<Disp Icon="Str" />
61526152
</Item>
6153+
<Item ItemId=";Export_0_from_module_1_90059" ItemType="0" PsrId="306" Leaf="true">
6154+
<Str Cat="Text">
6155+
<Val><![CDATA[Export '{0}' from module '{1}']]></Val>
6156+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6157+
<Val><![CDATA[Exportieren von "{0}" aus Modul "{1}"]]></Val>
6158+
</Tgt>
6159+
</Str>
6160+
<Disp Icon="Str" />
6161+
</Item>
6162+
<Item ItemId=";Export_all_referenced_locals_90060" ItemType="0" PsrId="306" Leaf="true">
6163+
<Str Cat="Text">
6164+
<Val><![CDATA[Export all referenced locals]]></Val>
6165+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6166+
<Val><![CDATA[Alle referenzierten lokalen Elemente exportieren]]></Val>
6167+
</Tgt>
6168+
</Str>
6169+
<Disp Icon="Str" />
6170+
</Item>
61536171
<Item ItemId=";Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203" ItemType="0" PsrId="306" Leaf="true">
61546172
<Str Cat="Text">
61556173
<Val><![CDATA[Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.]]></Val>
@@ -8457,6 +8475,15 @@
84578475
</Str>
84588476
<Disp Icon="Str" />
84598477
</Item>
8478+
<Item ItemId=";Matched_0_condition_1_6403" ItemType="0" PsrId="306" Leaf="true">
8479+
<Str Cat="Text">
8480+
<Val><![CDATA[Matched '{0}' condition '{1}'.]]></Val>
8481+
<Tgt Cat="Text" Stat="Loc" Orig="New">
8482+
<Val><![CDATA[Übereinstimmung mit "{0}" Bedingung "{1}".]]></Val>
8483+
</Tgt>
8484+
</Str>
8485+
<Disp Icon="Str" />
8486+
</Item>
84608487
<Item ItemId=";Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457" ItemType="0" PsrId="306" Leaf="true">
84618488
<Str Cat="Text">
84628489
<Val><![CDATA[Matched by default include pattern '**/*']]></Val>
@@ -11301,6 +11328,15 @@
1130111328
</Str>
1130211329
<Disp Icon="Str" />
1130311330
</Item>
11331+
<Item ItemId=";Resolving_in_0_mode_with_conditions_1_6402" ItemType="0" PsrId="306" Leaf="true">
11332+
<Str Cat="Text">
11333+
<Val><![CDATA[Resolving in {0} mode with conditions {1}.]]></Val>
11334+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11335+
<Val><![CDATA[Wird im {0}-Modus mit Bedingungen "{1}" aufgelöst.]]></Val>
11336+
</Tgt>
11337+
</Str>
11338+
<Disp Icon="Str" />
11339+
</Item>
1130411340
<Item ItemId=";Resolving_module_0_from_1_6086" ItemType="0" PsrId="306" Leaf="true">
1130511341
<Str Cat="Text">
1130611342
<Val><![CDATA[======== Resolving module '{0}' from '{1}'. ========]]></Val>
@@ -11817,6 +11853,15 @@
1181711853
</Str>
1181811854
<Disp Icon="Str" />
1181911855
</Item>
11856+
<Item ItemId=";Saw_non_matching_condition_0_6405" ItemType="0" PsrId="306" Leaf="true">
11857+
<Str Cat="Text">
11858+
<Val><![CDATA[Saw non-matching condition '{0}'.]]></Val>
11859+
<Tgt Cat="Text" Stat="Loc" Orig="New">
11860+
<Val><![CDATA[Die nicht übereinstimmende Bedingung "{0}" wurde angezeigt.]]></Val>
11861+
</Tgt>
11862+
</Str>
11863+
<Disp Icon="Str" />
11864+
</Item>
1182011865
<Item ItemId=";Scoped_package_detected_looking_in_0_6182" ItemType="0" PsrId="306" Leaf="true">
1182111866
<Str Cat="Text">
1182211867
<Val><![CDATA[Scoped package detected, looking in '{0}']]></Val>
@@ -15288,6 +15333,15 @@
1528815333
</Str>
1528915334
<Disp Icon="Str" />
1529015335
</Item>
15336+
<Item ItemId=";Using_0_subpath_1_with_target_2_6404" ItemType="0" PsrId="306" Leaf="true">
15337+
<Str Cat="Text">
15338+
<Val><![CDATA[Using '{0}' subpath '{1}' with target '{2}'.]]></Val>
15339+
<Tgt Cat="Text" Stat="Loc" Orig="New">
15340+
<Val><![CDATA[Verwenden von "{0}" Unterpfad "{1}" mit Ziel "{2}".]]></Val>
15341+
</Tgt>
15342+
</Str>
15343+
<Disp Icon="Str" />
15344+
</Item>
1529115345
<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">
1529215346
<Str Cat="Text">
1529315347
<Val><![CDATA[Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher.]]></Val>

‎src/loc/lcl/fra/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[Exporter '{0}' à partir du module '{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[Exporter tous les variables locales référencées]]></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[Condition '{0}' correspondant à '{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[Résolution en mode {0} avec des conditions {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[Condition non correspondante '{0}' visible.]]></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[Utilisation de '{0}' de sous-chemin '{1}' avec la cible '{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>

0 commit comments

Comments
 (0)
Please sign in to comment.