dotnet-installer/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ru.xlf
2018-06-20 16:40:27 -07:00

92 lines
No EOL
5.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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="ru" original="../LocalizableStrings.resx">
<body>
<trans-unit id="AppFullName">
<source>Add a NuGet package reference to the project.</source>
<target state="needs-review-translation">Команда добавления ссылки на пакет .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="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</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="needs-review-translation">Добавляет ссылку только при выборе конкретной целевой платформы.</target>
<note />
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add the reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Добавляет ссылку без предварительной проверки восстановления и совместимости.</target>
<note />
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>The NuGet package source to use during the restore.</source>
<target state="needs-review-translation">Указывает источники пакетов NuGet, используемые во время восстановления.</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>The directory to restore packages to.</source>
<target state="needs-review-translation">Восстанавливает пакеты в указанном каталоге.</target>
<note />
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>The version of the package to add.</source>
<target state="needs-review-translation">Версия добавляемого пакета.</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_DIR</source>
<target state="needs-review-translation">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="translated">Добавляемая ссылка на пакет.</target>
<note />
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="translated">PACKAGE_NAME</target>
<note />
</trans-unit>
<trans-unit id="CmdDGFileIOException">
<source>Unable to generate a temporary file for project '{0}'. Cannot add package reference. Please clear the temp directory and try again.</source>
<target state="translated">Не удалось создать временный файл для проекта "{0}". Невозможно добавить ссылку на пакет. Очистите временный каталог и повторите попытку.</target>
<note />
</trans-unit>
<trans-unit id="CmdInteractiveRestoreDescription">
<source>Allows the command to stop and wait for user input or action (for example to complete authentication).</source>
<target state="new">Allows the command to stop and wait for user input or action (for example to complete authentication).</target>
<note />
</trans-unit>
</body>
</file>
</xliff>