dotnet-installer/src/dotnet/commands/dotnet-sln/xlf/LocalizableStrings.ru.xlf
2018-06-29 15:53:35 -07:00

82 lines
No EOL
4.4 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>.NET modify solution file command</source>
<target state="translated">Команда .NET "Изменить файл решения"</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Command to add, remove, and list projects from the solution (SLN) file.</source>
<target state="translated">Эта команда может добавить, перечислить проекты в файле решения (SLN) и удалить их.</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Projects to add or to remove from the solution.</source>
<target state="translated">Проекты, которые будут добавлены в решение или удалены из него.</target>
<note />
</trans-unit>
<trans-unit id="AddAppFullName">
<source>Add one or more projects to a solution file.</source>
<target state="translated">Добавление проектов в файл решения.</target>
<note />
</trans-unit>
<trans-unit id="RemoveAppFullName">
<source>Remove one or more projects from a solution file.</source>
<target state="translated">Удаление проектов из файла решения.</target>
<note />
</trans-unit>
<trans-unit id="RemoveSubcommandHelpText">
<source>Remove the specified project(s) from the solution. The project is not impacted.</source>
<target state="translated">Удаляет указанные проекты из решения. Сами проекты не затрагиваются.</target>
<note />
</trans-unit>
<trans-unit id="ListAppFullName">
<source>List all projects in a solution file.</source>
<target state="translated">Вывод списка всех проектов в файле решения.</target>
<note />
</trans-unit>
<trans-unit id="ListSubcommandHelpText">
<source>List all projects in the solution.</source>
<target state="translated">Перечисляет все проекты в решении.</target>
<note />
</trans-unit>
<trans-unit id="SolutionArgumentName">
<source>SLN_FILE</source>
<target state="translated">SLN_FILE</target>
<note />
</trans-unit>
<trans-unit id="SolutionArgumentDescription">
<source>The solution file to operate on. If not specified, the command will search the current directory for one.</source>
<target state="translated">Обрабатываемый файл решения. Если не указать его, команда будет искать его в текущем каталоге.</target>
<note />
</trans-unit>
<trans-unit id="AddProjectPathArgumentName">
<source>PROJECT_PATH</source>
<target state="translated">PROJECT_PATH</target>
<note />
</trans-unit>
<trans-unit id="AddProjectPathArgumentDescription">
<source>The paths to the projects to add to the solution.</source>
<target state="translated">Пути к проектам, которые необходимо добавить в решение.</target>
<note />
</trans-unit>
<trans-unit id="RemoveProjectPathArgumentName">
<source>PROJECT_PATH</source>
<target state="translated">PROJECT_PATH</target>
<note />
</trans-unit>
<trans-unit id="RemoveProjectPathArgumentDescription">
<source>The paths to the projects to remove from the solution.</source>
<target state="needs-review-translation">Пути к проектам, которые необходимо удалить из решения.</target>
<note />
</trans-unit>
<trans-unit id="ProjectsHeader">
<source>Project(s)</source>
<target state="translated">Проекты</target>
<note />
</trans-unit>
</body>
</file>
</xliff>