dotnet-installer/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hant.xlf
2017-02-22 10:40:37 -05:00

78 lines
No EOL
3.6 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-Hant" original="src/dotnet/commands/dotnet-add/dotnet-add-package/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-add/dotnet-add-package/LocalizableStrings.resx" />
<trans-unit id="AppFullName">
<source>.NET Add Package reference Command</source>
<target state="translated">.NET 新增套件參考命令</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Command to add package reference</source>
<target state="translated">用以新增套件參考的命令</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<target state="translated">要新增的套件參考</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<target state="translated">請指定一個要新增的套件參考。</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">只有在以特定架構為目標時才新增參考</target>
<note />
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">不須執行還原預覽及相容性檢查即可新增參考。</target>
<note />
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<target state="translated">使用要在還原期間使用的 NuGet 套件來源。</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">將套件還原到此目錄。</target>
<note />
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
<target state="translated">要新增的套件版本。</target>
<note />
</trans-unit>
<trans-unit id="CmdDGFileException">
<source>Unable to Create Dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="translated">無法建立專案 '{0}' 的相依性關係圖檔案。無法新增套件參考。</target>
<note />
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
<target state="translated">VERSION</target>
<note />
</trans-unit>
<trans-unit id="CmdFramework">
<source>FRAMEWORK</source>
<target state="translated">FRAMEWORK</target>
<note />
</trans-unit>
<trans-unit id="CmdSource">
<source>SOURCE</source>
<target state="translated">SOURCE</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDirectory">
<source>PACKAGE_DIRECTORY</source>
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
</body>
</file>
</xliff>