dotnet-installer/src/dotnet/commands/dotnet-sln/xlf/LocalizableStrings.zh-Hans.xlf
2017-01-05 23:01:58 -08:00

63 lines
No EOL
3.1 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="src/dotnet/commands/dotnet-sln/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-sln/LocalizableStrings.resx" />
<trans-unit id="AppFullName">
<source>.NET modify solution file command</source>
<target state="new">.NET modify solution file command</target>
<note></note>
</trans-unit>
<trans-unit id="AppDescription">
<source>Command to add, remove, and list projects from the solution (SLN) file.</source>
<target state="new">Command to add, remove, and list projects from the solution (SLN) file.</target>
<note></note>
</trans-unit>
<trans-unit id="AppHelpText">
<source>Projects to add or to remove from the solution.</source>
<target state="new">Projects to add or to remove from the solution.</target>
<note></note>
</trans-unit>
<trans-unit id="AddAppFullName">
<source>.NET Add project(s) to a solution file Command</source>
<target state="new">.NET Add project(s) to a solution file Command</target>
<note></note>
</trans-unit>
<trans-unit id="AddSubcommandHelpText">
<source>Add a specified project(s) to the solution.</source>
<target state="new">Add a specified project(s) to the solution.</target>
<note></note>
</trans-unit>
<trans-unit id="RemoveAppFullName">
<source>.NET Remove project(s) from a solution file Command</source>
<target state="new">.NET Remove project(s) from a solution file Command</target>
<note></note>
</trans-unit>
<trans-unit id="RemoveSubcommandHelpText">
<source>Remove the specified project(s) from the solution. The project is not impacted.</source>
<target state="new">Remove the specified project(s) from the solution. The project is not impacted.</target>
<note></note>
</trans-unit>
<trans-unit id="ListAppFullName">
<source>.NET List project(s) in a solution file Command</source>
<target state="new">.NET List project(s) in a solution file Command</target>
<note></note>
</trans-unit>
<trans-unit id="ListSubcommandHelpText">
<source>List all projects in the solution.</source>
<target state="new">List all projects in the solution.</target>
<note></note>
</trans-unit>
<trans-unit id="CreateAppFullName">
<source>.NET Create a solution file Command</source>
<target state="new">.NET Create a solution file Command</target>
<note></note>
</trans-unit>
<trans-unit id="CreateSubcommandHelpText">
<source>Create a solution file.</source>
<target state="new">Create a solution file.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>