LEGO: Merge pull request 23987

LEGO: Merge pull request 23987
This commit is contained in:
csigs 2018-05-08 21:10:44 -07:00 committed by GitHub
commit ff396c38d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2520,6 +2520,9 @@
<Item ItemId=";Convert_all_require_to_import_95048" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Convert all 'require' to 'import']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Alle Aufrufe von "require" in "import" konvertieren]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@ -2553,6 +2556,9 @@
<Item ItemId=";Convert_require_to_import_95047" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Convert 'require' to 'import']]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA["require" in "import" konvertieren]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@ -4293,6 +4299,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Include_modules_imported_with_json_extension_6197" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Include modules imported with '.json' extension]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Index_signature_in_type_0_only_permits_reading_2542" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Index signature in type '{0}' only permits reading.]]></Val>
@ -5589,6 +5601,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";Options_Colon_6027" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Options:]]></Val>
@ -7437,6 +7455,9 @@
<Item ItemId=";The_import_meta_meta_property_is_only_allowed_using_ESNext_for_the_target_and_module_compiler_option_1343" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[The 'import.meta' meta-property is only allowed using 'ESNext' for the 'target' and 'module' compiler options.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Die Metaeigenschaft "import.meta" ist nur bei Verwendung von "ESNext" für die Compileroptionen "target" und "module" zulässig.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@ -9381,6 +9402,9 @@
<Item ItemId=";require_call_may_be_converted_to_an_import_80005" ItemType="0" PsrId="306" Leaf="true">
<Str Cat="Text">
<Val><![CDATA['require' call may be converted to an import.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Der Aufruf von "require" kann in einen Aufruf von "import" konvertiert werden.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>