2016-12-04 12:16:08 -08:00
<?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">
2017-06-07 16:35:31 -07:00
<file datatype="xml" source-language="en" target-language="tr" original="../LocalizableStrings.resx">
2016-12-04 12:16:08 -08:00
<body>
<trans-unit id="AppFullName">
<source>.NET Run Command</source>
2016-12-16 09:46:50 +01:00
<target state="translated">.NET Run Komutu</target>
<note />
2016-12-04 12:16:08 -08:00
</trans-unit>
<trans-unit id="AppDescription">
<source>Command used to run .NET apps</source>
2016-12-16 09:46:50 +01:00
<target state="translated">.NET uygulamaları nı çalı ştı rmak için kullanı lan komut</target>
<note />
2016-12-04 12:16:08 -08:00
</trans-unit>
<trans-unit id="CommandOptionFrameworkDescription">
2016-12-17 10:55:12 -08:00
<source>Build and run the app using the specified framework. The framework has to be specified in the project file. </source>
2017-05-29 14:57:48 +02:00
<target state="translated">Uygulamayı belirtilen çerçeveyi kullanarak derleyin ve çalı ştı rı n. Çerçevenin proje dosyası nda belirtilmesi gerekir.</target>
2016-12-23 17:16:52 +01:00
<note />
2016-12-04 12:16:08 -08:00
</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>
2016-12-16 09:46:50 +01:00
<target state="translated">Çalı ştı rı lacak proje dosyası nı n yolu (yalnı zca bir proje varsa, geçerli dizin varsayı lan olarak kullanı lı r).</target>
<note />
2016-12-04 12:16:08 -08:00
</trans-unit>
<trans-unit id="RunCommandException">
<source>The build failed. Please fix the build errors and run again.</source>
2016-12-16 09:46:50 +01:00
<target state="translated">Derleme başarı sı z oldu. Lütfen derleme hataları nı düzeltip yeniden çalı ştı rı n.</target>
<note />
2016-12-04 12:16:08 -08:00
</trans-unit>
2016-12-17 10:55:12 -08:00
<trans-unit id="RunCommandAdditionalArgsHelpText">
<source>Arguments passed to the application that is being run.</source>
2016-12-23 17:16:52 +01:00
<target state="translated">Çalı ştı rı lan uygulamaya geçirilen bağı msı z değişkenler.</target>
<note />
2016-12-17 10:55:12 -08:00
</trans-unit>
2017-05-19 13:36:31 -07:00
<trans-unit id="CommandOptionNoBuildDescription">
<source>Skip building the project prior to running. By default, the project will be built.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Projeyi çalı ştı rmadan önce derlemeyi atlayı n. Varsayı lan olarak, proje derlenir.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="CommandOptionNoBuild">
<source>Do not build the project before running.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">Projeyi çalı ştı rmadan önce derleme.</target>
<note />
2017-05-19 13:36:31 -07:00
</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>
2017-05-29 14:57:48 +02:00
<target state="translated">Projeniz çalı ştı rı lamı yor
Projeniz birden fazla çerçeveyi hedefliyor. Lütfen '{0}' kullanı larak hangi çerçevenin çalı ştı rı lacağı nı belirtin.</target>
<note />
2017-05-19 13:36:31 -07:00
</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>
2017-05-29 14:57:48 +02:00
<target state="translated">Projeniz çalı ştı rı lamı yor.
Lütfen çalı ştı rı labilir bir proje türüne sahip olduğunuzdan ve bu projenin '{0}' tarafı ndan desteklendiğinden emin olun.
Çalı ştı rı labilir bir proje, çalı ştı rı labilir bir TFM’ yi hedeflemeli (örneğin, netcoreapp2.0) ve OutputType 'Exe' dosyası na sahip olmalı dı r.
Geçerli {1}: '{2}'.</target>
<note />
2017-05-19 13:36:31 -07:00
</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>
2017-05-29 14:57:48 +02:00
<target state="translated">Çalı ştı rı lacak bir proje bulunamadı . {0} içinde bir projenin bulunduğundan emin olun veya {1} kullanarak yolu projeye geçirin.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
<trans-unit id="RunCommandExceptionMultipleProjects">
<source>Specify which project file to use because {0} contains more than one project file.</source>
2017-05-29 14:57:48 +02:00
<target state="translated">{0} birden fazla proje dosyası içerdiğinden, kullanı lacak proje dosyası nı belirtin.</target>
<note />
2017-05-19 13:36:31 -07:00
</trans-unit>
2017-06-07 16:35:31 -07:00
<trans-unit id="CommandOptionLaunchProfileDescription">
<source>The name of the launch profile (if any) to use when launching the application.</source>
<target state="new">The name of the launch profile (if any) to use when launching the application.</target>
<note />
</trans-unit>
<trans-unit id="CommandOptionNoLaunchProfileDescription">
<source>Do not attempt to use launchSettings.json to configure the application.</source>
<target state="new">Do not attempt to use launchSettings.json to configure the application.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotLocateALaunchSettingsFile">
<source>The specified launch profile could not be located.</source>
<target state="new">The specified launch profile could not be located.</target>
<note />
</trans-unit>
<trans-unit id="RunCommandExceptionCouldNotApplyLaunchSettings">
<source>The launch profile "{0}" could not be applied.
{1}</source>
<target state="new">The launch profile "{0}" could not be applied.
{1}</target>
<note />
</trans-unit>
<trans-unit id="DefaultLaunchProfileDisplayName">
<source>(Default)</source>
<target state="new">(Default)</target>
<note />
</trans-unit>
<trans-unit id="UsingLaunchSettingsFromMessage">
<source>Using launch settings from {0}...</source>
<target state="new">Using launch settings from {0}...</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileIsNotAJsonObject">
<source>Launch profile is not a JSON object.</source>
<target state="new">Launch profile is not a JSON object.</target>
<note />
</trans-unit>
<trans-unit id="LaunchProfileHandlerCannotBeLocated">
<source>The launch profile type '{0}' is not supported.</source>
<target state="new">The launch profile type '{0}' is not supported.</target>
<note />
</trans-unit>
<trans-unit id="UsableLaunchProfileCannotBeLocated">
<source>A usable launch profile could not be located.</source>
<target state="new">A usable launch profile could not be located.</target>
<note />
</trans-unit>
<trans-unit id="UnexpectedExceptionProcessingLaunchSettings">
<source>An unexpected exception occurred while processing launch settings:
{0}</source>
<target state="new">An unexpected exception occurred while processing launch settings:
{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="new">The 'profiles' property of the launch settings document is not a JSON object.</target>
<note />
</trans-unit>
<trans-unit id="DeserializationExceptionMessage">
<source>An error was encountered when reading launchSettings.json.
{0}</source>
<target state="new">An error was encountered when reading launchSettings.json.
{0}</target>
<note />
</trans-unit>
2017-06-23 10:47:09 -07:00
<trans-unit id="RunCommandSpecifiecFileIsNotAValidProject">
<source>'{0}' is not a valid project file.</source>
<target state="new">'{0}' is not a valid project file.</target>
<note />
</trans-unit>
2016-12-04 12:16:08 -08:00
</body>
</file>
</xliff>