dotnet-installer/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.zh-Hans.xlf
2018-07-12 16:38:31 +02:00

32 lines
No EOL
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hans" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>Add a project-to-project reference to the project.</source>
<target state="translated">向项目添加项目到项目引用。</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Command to add project to project reference</source>
<target state="translated">用于添加项目到项目引用的命令</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add the reference only when targeting a specific framework.</source>
<target state="translated">仅针对特定框架添加引用。</target>
<note />
</trans-unit>
<trans-unit id="ProjectPathArgumentName">
<source>PROJECT_PATH</source>
<target state="translated">PROJECT_PATH</target>
<note />
</trans-unit>
<trans-unit id="ProjectPathArgumentDescription">
<source>The paths to the projects to add as references.</source>
<target state="translated">要添加为引用的项目路径。</target>
<note />
</trans-unit>
</body>
</file>
</xliff>