Skip to content

Commit 6fe71d4

Browse files
committedMay 10, 2018
LEGO: check in for master to temporary branch.
1 parent b5233d3 commit 6fe71d4

File tree

1 file changed

+74
-8
lines changed

1 file changed

+74
-8
lines changed
 

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

+74-8
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,12 @@
11071107
</Str>
11081108
<Disp Icon="Str" />
11091109
</Item>
1110+
<Item ItemId=";All_destructured_elements_are_unused_6198" ItemType="0" PsrId="306" Leaf="true">
1111+
<Str Cat="Text">
1112+
<Val><![CDATA[All destructured elements are unused.]]></Val>
1113+
</Str>
1114+
<Disp Icon="Str" />
1115+
</Item>
11101116
<Item ItemId=";All_imports_in_import_declaration_are_unused_6192" ItemType="0" PsrId="306" Leaf="true">
11111117
<Str Cat="Text">
11121118
<Val><![CDATA[All imports in import declaration are unused.]]></Val>
@@ -2043,6 +2049,12 @@
20432049
</Str>
20442050
<Disp Icon="Str" />
20452051
</Item>
2052+
<Item ItemId=";Cannot_prepend_project_0_because_it_does_not_have_outFile_set_6308" ItemType="0" PsrId="306" Leaf="true">
2053+
<Str Cat="Text">
2054+
<Val><![CDATA[Cannot prepend project '{0}' because it does not have 'outFile' set]]></Val>
2055+
</Str>
2056+
<Disp Icon="Str" />
2057+
</Item>
20462058
<Item ItemId=";Cannot_re_export_a_type_when_the_isolatedModules_flag_is_provided_1205" ItemType="0" PsrId="306" Leaf="true">
20472059
<Str Cat="Text">
20482060
<Val><![CDATA[Cannot re-export a type when the '--isolatedModules' flag is provided.]]></Val>
@@ -2421,6 +2433,12 @@
24212433
</Str>
24222434
<Disp Icon="Str" />
24232435
</Item>
2436+
<Item ItemId=";Composite_projects_may_not_disable_declaration_emit_6304" ItemType="0" PsrId="306" Leaf="true">
2437+
<Str Cat="Text">
2438+
<Val><![CDATA[Composite projects may not disable declaration emit.]]></Val>
2439+
</Str>
2440+
<Disp Icon="Str" />
2441+
</Item>
24242442
<Item ItemId=";Computed_property_names_are_not_allowed_in_enums_1164" ItemType="0" PsrId="306" Leaf="true">
24252443
<Str Cat="Text">
24262444
<Val><![CDATA[Computed property names are not allowed in enums.]]></Val>
@@ -3054,21 +3072,18 @@
30543072
</Str>
30553073
<Disp Icon="Str" />
30563074
</Item>
3057-
<Item ItemId=";Dynamic_import_cannot_be_used_when_targeting_ECMAScript_2015_modules_1323" ItemType="0" PsrId="306" Leaf="true">
3075+
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
30583076
<Str Cat="Text">
3059-
<Val><![CDATA[Dynamic import cannot be used when targeting ECMAScript 2015 modules.]]></Val>
3077+
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
30603078
<Tgt Cat="Text" Stat="Loc" Orig="New">
3061-
<Val><![CDATA[以 ECMAScript 2015 模組為目標時,無法使用動態匯入。]]></Val>
3079+
<Val><![CDATA[動態匯入不能有型別引數]]></Val>
30623080
</Tgt>
30633081
</Str>
30643082
<Disp Icon="Str" />
30653083
</Item>
3066-
<Item ItemId=";Dynamic_import_cannot_have_type_arguments_1326" ItemType="0" PsrId="306" Leaf="true">
3084+
<Item ItemId=";Dynamic_import_is_only_supported_when_module_flag_is_commonjs_or_esNext_1323" ItemType="0" PsrId="306" Leaf="true">
30673085
<Str Cat="Text">
3068-
<Val><![CDATA[Dynamic import cannot have type arguments]]></Val>
3069-
<Tgt Cat="Text" Stat="Loc" Orig="New">
3070-
<Val><![CDATA[動態匯入不能有型別引數]]></Val>
3071-
</Tgt>
3086+
<Val><![CDATA[Dynamic import is only supported when '--module' flag is 'commonjs' or 'esNext'.]]></Val>
30723087
</Str>
30733088
<Disp Icon="Str" />
30743089
</Item>
@@ -3144,6 +3159,15 @@
31443159
</Str>
31453160
<Disp Icon="Str" />
31463161
</Item>
3162+
<Item ItemId=";Enable_project_compilation_6302" ItemType="0" PsrId="306" Leaf="true">
3163+
<Str Cat="Text">
3164+
<Val><![CDATA[Enable project compilation]]></Val>
3165+
<Tgt Cat="Text" Stat="Loc" Orig="New">
3166+
<Val><![CDATA[啟用專案編譯]]></Val>
3167+
</Tgt>
3168+
</Str>
3169+
<Disp Icon="Str" />
3170+
</Item>
31473171
<Item ItemId=";Enable_strict_checking_of_function_types_6186" ItemType="0" PsrId="306" Leaf="true">
31483172
<Str Cat="Text">
31493173
<Val><![CDATA[Enable strict checking of function types.]]></Val>
@@ -3699,6 +3723,12 @@
36993723
</Str>
37003724
<Disp Icon="Str" />
37013725
</Item>
3726+
<Item ItemId=";File_0_is_not_in_project_file_list_Projects_must_list_all_files_or_use_an_include_pattern_6307" ItemType="0" PsrId="306" Leaf="true">
3727+
<Str Cat="Text">
3728+
<Val><![CDATA[File '{0}' is not in project file list. Projects must list all files or use an 'include' pattern.]]></Val>
3729+
</Str>
3730+
<Disp Icon="Str" />
3731+
</Item>
37023732
<Item ItemId=";File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files_6059" ItemType="0" PsrId="306" Leaf="true">
37033733
<Str Cat="Text">
37043734
<Val><![CDATA[File '{0}' is not under 'rootDir' '{1}'. 'rootDir' is expected to contain all source files.]]></Val>
@@ -5628,6 +5658,18 @@
56285658
</Str>
56295659
<Disp Icon="Str" />
56305660
</Item>
5661+
<Item ItemId=";Output_file_0_from_project_1_does_not_exist_6309" ItemType="0" PsrId="306" Leaf="true">
5662+
<Str Cat="Text">
5663+
<Val><![CDATA[Output file '{0}' from project '{1}' does not exist]]></Val>
5664+
</Str>
5665+
<Disp Icon="Str" />
5666+
</Item>
5667+
<Item ItemId=";Output_file_0_has_not_been_built_from_source_file_1_6305" ItemType="0" PsrId="306" Leaf="true">
5668+
<Str Cat="Text">
5669+
<Val><![CDATA[Output file '{0}' has not been built from source file '{1}'.]]></Val>
5670+
</Str>
5671+
<Disp Icon="Str" />
5672+
</Item>
56315673
<Item ItemId=";Overload_signature_is_not_compatible_with_function_implementation_2394" ItemType="0" PsrId="306" Leaf="true">
56325674
<Str Cat="Text">
56335675
<Val><![CDATA[Overload signature is not compatible with function implementation.]]></Val>
@@ -6024,6 +6066,18 @@
60246066
</Str>
60256067
<Disp Icon="Str" />
60266068
</Item>
6069+
<Item ItemId=";Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0_6202" ItemType="0" PsrId="306" Leaf="true">
6070+
<Str Cat="Text">
6071+
<Val><![CDATA[Project references may not form a circular graph. Cycle detected: {0}]]></Val>
6072+
</Str>
6073+
<Disp Icon="Str" />
6074+
</Item>
6075+
<Item ItemId=";Projects_to_reference_6300" ItemType="0" PsrId="306" Leaf="true">
6076+
<Str Cat="Text">
6077+
<Val><![CDATA[Projects to reference]]></Val>
6078+
</Str>
6079+
<Disp Icon="Str" />
6080+
</Item>
60276081
<Item ItemId=";Property_0_does_not_exist_on_const_enum_1_2479" ItemType="0" PsrId="306" Leaf="true">
60286082
<Str Cat="Text">
60296083
<Val><![CDATA[Property '{0}' does not exist on 'const' enum '{1}'.]]></Val>
@@ -6450,6 +6504,12 @@
64506504
</Str>
64516505
<Disp Icon="Str" />
64526506
</Item>
6507+
<Item ItemId=";Referenced_project_0_must_have_setting_composite_Colon_true_6306" ItemType="0" PsrId="306" Leaf="true">
6508+
<Str Cat="Text">
6509+
<Val><![CDATA[Referenced project '{0}' must have setting "composite": true.]]></Val>
6510+
</Str>
6511+
<Disp Icon="Str" />
6512+
</Item>
64536513
<Item ItemId=";Remove_declaration_for_Colon_0_90004" ItemType="0" PsrId="306" Leaf="true">
64546514
<Str Cat="Text">
64556515
<Val><![CDATA[Remove declaration for: '{0}']]></Val>
@@ -6462,6 +6522,12 @@
64626522
</Str>
64636523
<Disp Icon="Str" />
64646524
</Item>
6525+
<Item ItemId=";Remove_destructuring_90009" ItemType="0" PsrId="306" Leaf="true">
6526+
<Str Cat="Text">
6527+
<Val><![CDATA[Remove destructuring]]></Val>
6528+
</Str>
6529+
<Disp Icon="Str" />
6530+
</Item>
64656531
<Item ItemId=";Remove_import_from_0_90005" ItemType="0" PsrId="306" Leaf="true">
64666532
<Str Cat="Text">
64676533
<Val><![CDATA[Remove import from '{0}']]></Val>

0 commit comments

Comments
 (0)
Please sign in to comment.