dotnet-installer/src/dotnet/commands/dotnet-run/xlf/LocalizableStrings.ru.xlf
Peter Huene 4f7c76b4e4 Make --no-build imply --no-restore for run command.
This commit makes the `--no-build` option for the run command
automatically imply `--no-restore`.

Fixes issue #7472.
2017-11-28 16:01:18 -08:00

141 lines
No EOL
9.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>.NET Run Command</source>
<target state="translated">Команда .NET "Выполнить"</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Command used to run .NET apps</source>
<target state="translated">Команда, используемая для запуска приложений .NET</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionFrameworkDescription">
<source>Build and run the app using the specified framework. The framework has to be specified in the project file. </source>
<target state="translated">Сборка и выполнение приложения с использованием определенной платформы. Платформа должна быть указана в файле проекта. </target>
<note />
</trans-unit>
<trans-unit id="CommandOptionProjectDescription">
<source>The path to the project file to run (defaults to the current directory if there is only one project).</source>
<target state="translated">Путь к выполняемому файлу проекта (по умолчанию — текущий каталог, если имеется только один проект).</target>
<note />
</trans-unit>
<trans-unit id="RunCommandException">
<source>The build failed. Please fix the build errors and run again.</source>
<target state="translated">Ошибка сборки. Устраните ошибки сборки и повторите попытку.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandAdditionalArgsHelpText">
<source>Arguments passed to the application that is being run.</source>
<target state="translated">Аргументы переданы в выполняемое приложение.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build project before running. Implies --no-restore.</source>
<target state="needs-review-translation">Пропуск сборки проекта перед запуском. По умолчанию выполняется сборка проекта.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">
<source>Unable to run your project
Your project targets multiple frameworks. Please specify which framework to run using '{0}'.</source>
<target state="translated">Не удается запустить проект
Проект предназначен для нескольких платформ. Укажите платформу, для которой следует запустить проект, с помощью "{0}".</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionUnableToRun">
<source>Unable to run your project.
Please ensure you have a runnable project type and ensure '{0}' supports this project.
A runnable project should target a runnable TFM (for instance, netcoreapp2.0) and have OutputType 'Exe'.
The current {1} is '{2}'.</source>
<target state="translated">Не удается запустить проект.
Убедитесь в том, что тип проекта поддерживает запуск и что "{0}" поддерживает этот проект.
Запускаемый проект должен быть предназначен для TFM с поддержкой запуска (например, netcoreapp2.0) и иметь тип выходных данных "Exe".
Текущий {1} — "{2}".</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionNoProjects">
<source>Couldn't find a project to run. Ensure a project exists in {0}, or pass the path to the project using {1}.</source>
<target state="translated">Не удалось найти выполняемый проект. Убедитесь в том, что проект существует в {0}, или передайте путь к проекту с помощью {1}.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionMultipleProjects">
<source>Specify which project file to use because {0} contains more than one project file.</source>
<target state="translated">Укажите используемый файл проекта, так как {0} содержит несколько таких файлов.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="translated">Имя профиля запуска (если он есть), используемое при запуске приложения.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="translated">Не используйте launchSettings.json для настройки приложения.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="translated">Не удалось найти указанный профиль запуска.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="translated">Не удалось применить профиль запуска "{0}".
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="translated">(По умолчанию)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="translated">Используются параметры запуска из {0}...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>A profile with the specified name could not be found or is not a valid JSON object.</source>
<target state="translated">Не удается найти профиль с указанным именем, или он не является допустимым объектом JSON.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="translated">Тип профиля запуска "{0}" не поддерживается.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="translated">Не удалось найти подходящий для использования профиль запуска.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="translated">При обработке параметров запуска возникло непредвиденное исключение:
{0}</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfilesCollectionIsNotAJsonObject">
<source>The 'profiles' property of the launch settings document is not a JSON object.</source>
<target state="translated">Свойство "profiles" документа параметров запуска не является объектом JSON.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="translated">При чтении launchSettings.json обнаружена ошибка.
{0}</target>
<note />
</trans-unit>
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="translated">"{0}" не является допустимым файлом проекта.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>