Merge branch 'master' into update_msbuild

This commit is contained in:
Livar 2017-05-20 21:44:47 -07:00 committed by GitHub
commit f3719953e8
289 changed files with 6074 additions and 5692 deletions

View file

@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>a666217d-2aca-4866-b109-ea476e51c7aa</ProjectGuid>
<RootNamespace>FSharpTestApp</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
</PropertyGroup>
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View file

@ -1,16 +0,0 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace TestApp
open System
open System.Diagnostics
module Program =
open TestLibrary
[<EntryPoint>]
let Main (args: string array) =
printfn "%s" (TestLibrary.Helper.GetMessage())
0

View file

@ -1,48 +0,0 @@
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true,
"compilerName": "fsc",
"compile": {
"includeFiles": [
"Program.fs"
]
}
},
"dependencies": {
"TestLibrary": {
"version": "1.0.0-*",
"target": "project"
},
"Microsoft.NETCore.App": "1.1.0",
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160509"
},
"tools": {
"dotnet-compile-fsc": {
"version": "1.0.0-preview2-*",
"imports": [
"dnxcore50",
"portable-net45+win81",
"netstandard1.3"
]
}
},
"frameworks": {
"netcoreapp1.1": {
"imports": "dnxcore50"
}
},
"runtimes": {
"win7-x64": {},
"win7-x86": {},
"osx.10.10-x64": {},
"osx.10.11-x64": {},
"ubuntu.14.04-x64": {},
"ubuntu.16.04-x64": {},
"centos.7-x64": {},
"rhel.7.2-x64": {},
"debian.8-x64": {},
"fedora.23-x64": {},
"opensuse.13.2-x64": {}
}
}

View file

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>ec801982-096b-4af3-a42b-7881b1a7380e</ProjectGuid>
<RootNamespace>FSharpTestLibrary</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
</PropertyGroup>
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>

View file

@ -1,12 +0,0 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace TestLibrary
open Lib
type Helper() =
static member GetMessage () = Lib.message ()
static member SayHi () = Lib.sayHi ()

View file

@ -1,12 +0,0 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
module Lib
open System
let message () =
"This string came from the test library!"
let sayHi () =
Console.WriteLine("Hello there!")

View file

@ -1,31 +0,0 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-160509",
"NETStandard.Library": "1.6.0"
},
"tools": {
"dotnet-compile-fsc": {
"version": "1.0.0-preview2-*",
"imports": [
"dnxcore50",
"portable-net45+win81",
"netstandard1.3"
]
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
},
"buildOptions": {
"compilerName": "fsc",
"compile": {
"includeFiles": [
"Helper2.fs",
"Helper.fs"
]
}
}
}

View file

@ -4,6 +4,7 @@
<CLI_SharedFrameworkVersion>2.0.0-preview2-25319-02</CLI_SharedFrameworkVersion>
<CLI_MSBuild_Version>15.3.0-preview-000246-05</CLI_MSBuild_Version>
<CLI_Roslyn_Version>2.0.0-rc4-61325-08</CLI_Roslyn_Version>
<CLI_FSharp_Version>1.0.0-rc-170511-0</CLI_FSharp_Version>
<CLI_NETSDK_Version>2.0.0-preview2-20170506-1</CLI_NETSDK_Version>
<CLI_NuGet_Version>4.3.0-preview1-2500</CLI_NuGet_Version>
<CLI_WEBSDK_Version>1.0.0-rel-20170501-473</CLI_WEBSDK_Version>

View file

@ -6,6 +6,7 @@
<SdkOutputDirectory>$(OutputDirectory)/sdk/$(SdkVersion)</SdkOutputDirectory>
<SymbolsDirectory>$(BaseOutputDirectory)/stage2symbols</SymbolsDirectory>
<RoslynDirectory>$(SdkOutputDirectory)/Roslyn</RoslynDirectory>
<FSharpDirectory>$(SdkOutputDirectory)/FSharp</FSharpDirectory>
<CompilationDirectory>$(BaseOutputDirectory)/stage2compilation</CompilationDirectory>
<IntermediateDirectory>$(BaseOutputDirectory)/intermediate</IntermediateDirectory>
<PackagesDirectory>$(BaseOutputDirectory)/packages</PackagesDirectory>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">Chybí hlavička souboru</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">Chybí hlavička souboru</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">V sadě vlastností chybí {0}.</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">Dateiheader fehlt</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">Dateiheader fehlt</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">Im Eigenschaftensatz fehlt "{0}"</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">Encabezado de archivo omitido</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">Encabezado de archivo omitido</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">A la propiedad establecida le falta "{0}"</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">En-tête de fichier manquant</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">En-tête de fichier manquant</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">'{0}' est manquant dans le jeu de propriétés</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">Manca l'intestazione del file</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">Manca l'intestazione del file</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">Nel set di proprietà manca '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">ファイル ヘッダーがありません</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">ファイル ヘッダーがありません</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">プロパティ セットが見つかりません '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">파일 헤더가 누락됨</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">파일 헤더가 누락됨</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">속성 설정에 '{0}'이(가) 없습니다.</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">Brak nagłówka pliku</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">Brak nagłówka pliku</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">W zestawie właściwości brakuje elementu „{0}”</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">Cabeçalho de arquivo ausente</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">Cabeçalho de arquivo ausente</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">O conjunto de propriedade está sem '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">Отсутствует заголовок файла.</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">Отсутствует заголовок файла.</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">В наборе свойств отсутствует "{0}"</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">Dosya üst bilgisi eksik</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">Dosya üst bilgisi eksik</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">Özellik kümesinde '{0}' eksik</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -12,8 +12,8 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<note />
<source>Expected file header not found</source>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -33,14 +33,18 @@
</trans-unit>
<trans-unit id="ErrorMessageFormatString">
<source>Invalid format in line {0}: {1}</source>
<note></note>
<note />
</trans-unit>
<trans-unit id="ProjectParsingErrorFormatString">
<source>Project section is missing '{0}' when parsing the line starting at position {1}</source>
<note></note>
<note />
</trans-unit>
<trans-unit id="InvalidPropertySetFormatString">
<source>Property set is missing '{0}'</source>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<note></note>
</trans-unit>
</body>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">缺少文件标头</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">缺少文件标头</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">属性集缺少“{0}”</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -14,9 +14,9 @@
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingError">
<source>File header is missing</source>
<target state="translated">遺漏檔案標頭</target>
<note />
<source>Expected file header not found</source>
<target state="needs-review-translation">遺漏檔案標頭</target>
<note></note>
</trans-unit>
<trans-unit id="ProjectSectionNotClosedError">
<source>Project section not closed</source>
@ -53,6 +53,11 @@
<target state="translated">屬性集缺少 '{0}'</target>
<note />
</trans-unit>
<trans-unit id="FileHeaderMissingVersionError">
<source>File header is missing version</source>
<target state="new">File header is missing version</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<Version>$(SdkVersion)</Version>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netstandard1.5;net46</TargetFrameworks>
<TargetFrameworks>netstandard1.5;net46</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.5</TargetFrameworks>
<WarningsAsErrors>true</WarningsAsErrors>
<AssemblyOriginatorKeyFile>../../tools/Key.snk</AssemblyOriginatorKeyFile>

View file

@ -215,6 +215,26 @@
<target state="translated">Po spuštění příkazu se nepodařilo volat {0}.</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">{0} kann nach Ausführung des Befehls nicht aufgerufen werden.</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">No se puede invocar {0} después de la ejecución del comando</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">Impossible d'appeler {0} après l'exécution de la commande</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">Non è possibile richiamare {0} dopo l'esecuzione del comando</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">コマンドの実行後、{0} を呼び出せません</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">명령이 실행된 후 {0}을(를) 호출할 수 없음</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">Nie można wywołać elementu {0} po uruchomieniu polecenia</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">Não é possível invocar {0} após a execução do comando</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">Не удается вызвать {0} после запуска команды.</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">Komut çalıştırıldıktan sonra {0} çağrılamıyor</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -172,6 +172,22 @@
<source>Unable to invoke {0} after the command has been run</source>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">运行命令后无法调用 {0}</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -215,6 +215,26 @@
<target state="translated">執行命令後無法叫用 {0}</target>
<note />
</trans-unit>
<trans-unit id="IgnoringPreferCLIRuntimeFile">
<source>{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</source>
<target state="new">{0}: Ignoring prefercliruntime file as the tool target framework ({1}) has a different major version than the current CLI runtime ({2})</target>
<note></note>
</trans-unit>
<trans-unit id="CouldNotFindToolRuntimeConfigFile">
<source>{0}: Could not find runtimeconfig.json file for tool {1}</source>
<target state="new">{0}: Could not find runtimeconfig.json file for tool {1}</target>
<note></note>
</trans-unit>
<trans-unit id="DepsJsonGeneratorProjectNotSet">
<source>Unable to find deps.json generator project.</source>
<target state="new">Unable to find deps.json generator project.</target>
<note></note>
</trans-unit>
<trans-unit id="CommandAssembliesNotFound">
<source>The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="new">The command executable for "{0}" was not found. The project may not have been restored or restore failed - run `dotnet restore`</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -33,9 +33,9 @@ Běží příkaz pro počáteční naplnění vaší místní mezipaměti balí
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">Nepodařilo se vytvořit primární mezipaměť balíčku NuGet. {0} selhalo s: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">Nepodařilo se vytvořit primární mezipaměť balíčku NuGet. {0} selhalo s: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ Ein Befehl wird ausgeführt, um Ihren lokalen Paketcache erstmals aufzufüllen,
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">Fehler beim Vorbereiten des NuGet-Cache. Fehler von {0} mit: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">Fehler beim Vorbereiten des NuGet-Cache. Fehler von {0} mit: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ Se está ejecutando un comando para rellenar inicialmente la memoria caché de p
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">No se pudo crear la caché de NuGet. Error de {0} con: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">No se pudo crear la caché de NuGet. Error de {0} con: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ La commande qui est exécutée remplit initialement votre cache de package local
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">Échec de la création du cache NuGet. Échec de {0} : {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">Échec de la création du cache NuGet. Échec de {0} : {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ Configurazione...
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">Non è possibile creare per la prima volta la cache NuGet. {0} non riuscito. Errore: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">Non è possibile creare per la prima volta la cache NuGet. {0} non riuscito. Errore: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ A command is running to initially populate your local package cache, to improve
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">プライム NuGet キャッシュを作成できませんでした。{0} は {1} で失敗しました</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">プライム NuGet キャッシュを作成できませんでした。{0} は {1} で失敗しました</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ A command is running to initially populate your local package cache, to improve
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">프라임 NuGet 캐시를 만들지 못했습니다. {0} 실패: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">프라임 NuGet 캐시를 만들지 못했습니다. {0} 실패: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ Wykonywane jest polecenie w celu wstępnego wypełnienia lokalnej pamięci podr
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">Nie udało się utworzyć głównej pamięci podręcznej NuGet. Operacja {0} zakończyła się niepowodzeniem: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">Nie udało się utworzyć głównej pamięci podręcznej NuGet. Operacja {0} zakończyła się niepowodzeniem: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ Um comando está sendo executado para preencher inicialmente seu cache de pacote
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">Falha ao criar principal do cache do NuGet. {0} falhou com: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">Falha ao criar principal do cache do NuGet. {0} falhou com: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ A command is running to initially populate your local package cache, to improve
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">Не удалось изначально создать кэш NuGet. {0} завершился с ошибкой: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">Не удалось изначально создать кэш NuGet. {0} завершился с ошибкой: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ Geri yükleme hızını artırmak ve çevrimdışı erişimi etkinleştirmek iç
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">Birincil NuGet önbelleği oluşturulamadı. {0} şu hata ile başarısız oldu: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">Birincil NuGet önbelleği oluşturulamadı. {0} şu hata ile başarısız oldu: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -20,8 +20,8 @@ A command is running to initially populate your local package cache, to improve
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ A command is running to initially populate your local package cache, to improve
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">未能创建主要 NuGet 缓存。{0} 失败,错误为: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">未能创建主要 NuGet 缓存。{0} 失败,错误为: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -33,9 +33,9 @@ A command is running to initially populate your local package cache, to improve
<note />
</trans-unit>
<trans-unit id="FailedToPrimeCacheError">
<source>Failed to create prime the NuGet cache. {0} failed with: {1}</source>
<target state="translated">無法建立主要 NuGet 快取。{0} 失敗,發生: {1}</target>
<note />
<source>Failed to prime the NuGet cache. {0} failed with: {1}</source>
<target state="needs-review-translation">無法建立主要 NuGet 快取。{0} 失敗,發生: {1}</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -0,0 +1,6 @@
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.DotNet.MSBuildSdkResolver.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f33a29044fa9d740c9b3213a93e57c84b472c84e0b8a0e1ae48e67a9f8f6de9d5f7f3d52ac23e48ac51801f1dc950abe901da34d2a9e3baadb141a17c77ef3c565dd5ee5054b91cf63bb3c6ab83f72ab3aafe93d0fc3c2348b764fafb0b1c0733de51459aeab46580384bf9d74c4e28164b7cde247f891ba07891c9d872ad2bb")]

View file

@ -15,13 +15,26 @@ namespace Microsoft.DotNet.MSBuildSdkResolver
// Default resolver has priority 10000 and we want to go before it and leave room on either side of us.
public override int Priority => 5000;
private readonly Func<string, string> _getEnvironmentVariable;
public DotNetMSBuildSdkResolver()
: this(Environment.GetEnvironmentVariable)
{
}
// Test hook to provide environment variables without polluting the test process.
internal DotNetMSBuildSdkResolver(Func<string, string> getEnvironmentVariable)
{
_getEnvironmentVariable = getEnvironmentVariable;
}
public override SdkResult Resolve(SdkReference sdkReference, SdkResolverContext context, SdkResultFactory factory)
{
// These are overrides that are used to force the resolved SDK tasks and targets to come from a given
// base directory and report a given version to msbuild (which may be null if unknown. One key use case
// for this is to test SDK tasks and targets without deploying them inside the .NET Core SDK.
string msbuildSdksDir = Environment.GetEnvironmentVariable("DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR");
string netcoreSdkVersion = Environment.GetEnvironmentVariable("DOTNET_MSBUILD_SDK_RESOLVER_SDKS_VER");
string msbuildSdksDir = _getEnvironmentVariable("DOTNET_MSBUILD_SDK_RESOLVER_SDKS_DIR");
string netcoreSdkVersion = _getEnvironmentVariable("DOTNET_MSBUILD_SDK_RESOLVER_SDKS_VER");
if (msbuildSdksDir == null)
{
@ -91,7 +104,7 @@ namespace Microsoft.DotNet.MSBuildSdkResolver
private List<string> GetDotnetExeDirectoryCandidates()
{
string environmentOverride = Environment.GetEnvironmentVariable("DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR");
string environmentOverride = _getEnvironmentVariable("DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR");
if (environmentOverride != null)
{
return new List<string>(capacity: 1) { environmentOverride };
@ -102,7 +115,7 @@ namespace Microsoft.DotNet.MSBuildSdkResolver
var candidates = new List<string>(capacity: 2);
foreach (string variable in s_programFiles)
{
string directory = Environment.GetEnvironmentVariable(variable);
string directory = _getEnvironmentVariable(variable);
if (directory == null)
{
continue;

View file

@ -7,6 +7,16 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.MSBuildSdk
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.MSBuildSdkResolver.Tests", "..\..\test\Microsoft.DotNet.MSBuildSdkResolver.Tests\Microsoft.DotNet.MSBuildSdkResolver.Tests.csproj", "{CC488F39-E106-4BF4-9599-19A265AFD9AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.Tools.Tests.Utilities", "..\..\test\Microsoft.DotNet.Tools.Tests.Utilities\Microsoft.DotNet.Tools.Tests.Utilities.csproj", "{E548D3D0-50E3-4485-B531-95585A5D0B85}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.TestFramework", "..\Microsoft.DotNet.TestFramework\Microsoft.DotNet.TestFramework.csproj", "{182FFFA6-AE8F-431C-9B17-2F30B2A8FE42}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestDependencies", "TestDependencies", "{0F45009E-9053-401D-91CA-8046D9EB310B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.DotNet.Cli.Utils", "..\Microsoft.DotNet.Cli.Utils\Microsoft.DotNet.Cli.Utils.csproj", "{7F68DEFE-F2D3-453C-B155-51B674604D29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DotNet.InternalAbstractions", "..\Microsoft.DotNet.InternalAbstractions\Microsoft.DotNet.InternalAbstractions.csproj", "{A54567A1-E8DE-4B8C-9156-D895B9D016DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -21,8 +31,30 @@ Global
{CC488F39-E106-4BF4-9599-19A265AFD9AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC488F39-E106-4BF4-9599-19A265AFD9AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC488F39-E106-4BF4-9599-19A265AFD9AC}.Release|Any CPU.Build.0 = Release|Any CPU
{E548D3D0-50E3-4485-B531-95585A5D0B85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E548D3D0-50E3-4485-B531-95585A5D0B85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E548D3D0-50E3-4485-B531-95585A5D0B85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E548D3D0-50E3-4485-B531-95585A5D0B85}.Release|Any CPU.Build.0 = Release|Any CPU
{182FFFA6-AE8F-431C-9B17-2F30B2A8FE42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{182FFFA6-AE8F-431C-9B17-2F30B2A8FE42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{182FFFA6-AE8F-431C-9B17-2F30B2A8FE42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{182FFFA6-AE8F-431C-9B17-2F30B2A8FE42}.Release|Any CPU.Build.0 = Release|Any CPU
{7F68DEFE-F2D3-453C-B155-51B674604D29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F68DEFE-F2D3-453C-B155-51B674604D29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F68DEFE-F2D3-453C-B155-51B674604D29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F68DEFE-F2D3-453C-B155-51B674604D29}.Release|Any CPU.Build.0 = Release|Any CPU
{A54567A1-E8DE-4B8C-9156-D895B9D016DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A54567A1-E8DE-4B8C-9156-D895B9D016DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A54567A1-E8DE-4B8C-9156-D895B9D016DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A54567A1-E8DE-4B8C-9156-D895B9D016DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E548D3D0-50E3-4485-B531-95585A5D0B85} = {0F45009E-9053-401D-91CA-8046D9EB310B}
{182FFFA6-AE8F-431C-9B17-2F30B2A8FE42} = {0F45009E-9053-401D-91CA-8046D9EB310B}
{7F68DEFE-F2D3-453C-B155-51B674604D29} = {0F45009E-9053-401D-91CA-8046D9EB310B}
{A54567A1-E8DE-4B8C-9156-D895B9D016DB} = {0F45009E-9053-401D-91CA-8046D9EB310B}
EndGlobalSection
EndGlobal

View file

@ -43,16 +43,6 @@
<target state="translated">Použití:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [argumenty]</target>
@ -63,11 +53,6 @@
<target state="translated">Argumenty:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [možnosti]</target>
@ -78,11 +63,6 @@
<target state="translated">Možnosti:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [příkaz]</target>
@ -93,11 +73,6 @@
<target state="translated">Příkazy:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">Další informace o příkazu získáte, když zadáte "{0} [příkaz] --help".</target>
@ -118,21 +93,6 @@
<target state="translated">Další argumenty:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">Neplatný vzor šablony {0}</target>
@ -143,6 +103,11 @@
<target state="translated">Další možnosti, které je možné předat MSBuildu. Dostupné možnosti zobrazíte příkazem dotnet msbuild -h.</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">Nutzung:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [Argumente]</target>
@ -63,11 +53,6 @@
<target state="translated">Argumente:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [Optionen]</target>
@ -78,11 +63,6 @@
<target state="translated">Optionen:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [Befehl]</target>
@ -93,11 +73,6 @@
<target state="translated">Befehle:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">Verwenden Sie "{0} [Befehl] --help", um weitere Informationen zu einem Befehl zu erhalten.</target>
@ -118,21 +93,6 @@
<target state="translated">Zusätzliche Argumente:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">Ungültiges Vorlagenmuster „{0}“</target>
@ -143,6 +103,11 @@
<target state="translated">Alle zusätzlichen Optionen, die MSBuild übergeben werden sollen. Verfügbare Optionen siehe "dotnet msbuild -h".</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">Uso:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [argumentos]</target>
@ -63,11 +53,6 @@
<target state="translated">Argumentos:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [opciones]</target>
@ -78,11 +63,6 @@
<target state="translated">Opciones:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [comando]</target>
@ -93,11 +73,6 @@
<target state="translated">Comandos:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">Use "{0} [comando] --help" para más información sobre un comando.</target>
@ -118,21 +93,6 @@
<target state="translated">Argumentos adicionales:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">Patrón de plantilla no válido "{0}"</target>
@ -143,6 +103,11 @@
<target state="translated">Cualquier opción adicional que se deba pasar a MSBuild. Consulte 'dotnet msbuild -h' para conocer las opciones disponibles.</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">Utilisation :</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [arguments]</target>
@ -63,11 +53,6 @@
<target state="translated">Arguments :</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [options]</target>
@ -78,11 +63,6 @@
<target state="translated">Options :</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [commande]</target>
@ -93,11 +73,6 @@
<target state="translated">Commandes :</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">Utilisez "{0} [commande] --help" pour plus d'informations sur une commande.</target>
@ -118,21 +93,6 @@
<target state="translated">Arguments supplémentaires :</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">Modèle non valide '{0}'</target>
@ -143,6 +103,11 @@
<target state="translated">Options supplémentaires à passer à MSBuild. Consultez 'dotnet msbuild -h' pour connaître les options disponibles.</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">Utilizzo:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [argomenti]</target>
@ -63,11 +53,6 @@
<target state="translated">Argomenti:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [opzioni]</target>
@ -78,11 +63,6 @@
<target state="translated">Opzioni:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [comando]</target>
@ -93,11 +73,6 @@
<target state="translated">Comandi:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">Per altre informazioni su un comando, usare "{0} [comando] --help".</target>
@ -118,21 +93,6 @@
<target state="translated">Argomenti aggiuntivi:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">Criterio di modello '{0}' non valido</target>
@ -143,6 +103,11 @@
<target state="translated">Eventuali opzioni aggiuntive da passare a MSBuild. Per le opzioni disponibili, vedere 'dotnet msbuild -h'.</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">使用法:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [arguments]</target>
@ -63,11 +53,6 @@
<target state="translated">引数:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [options]</target>
@ -78,11 +63,6 @@
<target state="translated">オプション:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [command]</target>
@ -93,11 +73,6 @@
<target state="translated">コマンド:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">コマンドに関する詳細情報については、"{0} [command] --help" を使用します。</target>
@ -118,21 +93,6 @@
<target state="translated">追加引数:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">無効なテンプレート パターン '{0}'</target>
@ -143,6 +103,11 @@
<target state="translated">MSBuild に渡す必要があるすべての追加オプション。利用可能なオプションについては、'dotnet msbuild -h' をご覧ください。</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">사용법:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [arguments]</target>
@ -63,11 +53,6 @@
<target state="translated">인수:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [options]</target>
@ -78,11 +63,6 @@
<target state="translated">옵션:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [command]</target>
@ -93,11 +73,6 @@
<target state="translated">명령:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">명령에 대한 자세한 정보를 보려면 "{0} [command] --help"를 사용합니다.</target>
@ -118,21 +93,6 @@
<target state="translated">추가 인수:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">잘못된 템플릿 패턴 '{0}'</target>
@ -143,6 +103,11 @@
<target state="translated">MSBuild에 전달해야 할 추가 옵션입니다. 사용 가능한 옵션은 'dotnet msbuild -h'를 참조하세요.</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">Użycie:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [argumenty]</target>
@ -63,11 +53,6 @@
<target state="translated">Argumenty:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [opcje]</target>
@ -78,11 +63,6 @@
<target state="translated">Opcje:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [polecenie]</target>
@ -93,11 +73,6 @@
<target state="translated">Polecenia:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">Użyj polecenia „{0} [polecenie] --help”, aby uzyskać więcej informacji o danym poleceniu.</target>
@ -118,21 +93,6 @@
<target state="translated">Dodatkowe argumenty:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">Nieprawidłowy wzorzec szablonu „{0}”</target>
@ -143,6 +103,11 @@
<target state="translated">Dodatkowe opcje, które mają zostać przekazane programowi MSBuild. Uruchom polecenie „dotnet msbuild -h”, aby zapoznać się z dostępnymi opcjami.</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">Uso:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [arguments]</target>
@ -63,11 +53,6 @@
<target state="translated">Argumentos:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [options]</target>
@ -78,11 +63,6 @@
<target state="translated">Opções:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [command]</target>
@ -93,11 +73,6 @@
<target state="translated">Comandos:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">Use "{0} [command] --help" para obter mais informações sobre um comando.</target>
@ -118,21 +93,6 @@
<target state="translated">Argumentos adicionais:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">Padrão de modelo '{0}' inválido</target>
@ -143,6 +103,11 @@
<target state="translated">Quaisquer opções extra que devam ser transmitidas para o MSBuild. Consulte 'dotnet msbuild -h' para obter opções disponíveis.</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">Использование:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [аргументы]</target>
@ -63,11 +53,6 @@
<target state="translated">Аргументы:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [параметры]</target>
@ -78,11 +63,6 @@
<target state="translated">Параметры:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [команда]</target>
@ -93,11 +73,6 @@
<target state="translated">Команды:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">Используйте синтаксис "{0} [команда] --help" для получения дополнительной информации о команде.</target>
@ -118,21 +93,6 @@
<target state="translated">Дополнительные аргументы:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">Недопустимая схема шаблона "{0}"</target>
@ -143,6 +103,11 @@
<target state="translated">Все дополнительные параметры, которые следует передать в MSBuild. Доступные параметры: dotnet msbuild -h</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">Kullanım:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [bağımsız değişkenler]</target>
@ -63,11 +53,6 @@
<target state="translated">Bağımsız değişkenler:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [seçenekler]</target>
@ -78,11 +63,6 @@
<target state="translated">Seçenekler:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [komut]</target>
@ -93,11 +73,6 @@
<target state="translated">Komutlar:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">Bir komut hakkında daha fazla bilgi almak için "{0} [komut] --help" kullanın.</target>
@ -118,21 +93,6 @@
<target state="translated">Ek Bağımsız Değişkenler:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">Geçersiz şablon deseni: '{0}'</target>
@ -143,6 +103,11 @@
<target state="translated">MSBuilde geçirilmesi gereken ek seçenekler. Kullanılabilir seçenekler için 'dotnet msbuild -h' komutunu kullanın.</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -35,14 +35,6 @@
<source>Usage:</source>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<note />
@ -51,10 +43,6 @@
<source>Arguments:</source>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<note />
@ -63,10 +51,6 @@
<source>Options:</source>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<note />
@ -75,10 +59,6 @@
<source>Commands:</source>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<note />
@ -95,18 +75,6 @@
<source>Additional Arguments:</source>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<note />
@ -115,6 +83,10 @@
<source>Any extra options that should be passed to MSBuild. See 'dotnet msbuild -h' for available options.</source>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">使用情况: </target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [参数]</target>
@ -63,11 +53,6 @@
<target state="translated">参数: </target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [选项]</target>
@ -78,11 +63,6 @@
<target state="translated">选项: </target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [命令]</target>
@ -93,11 +73,6 @@
<target state="translated">命令: </target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">使用“{0} [命令] -- help”获取有关命令的详细信息。</target>
@ -118,21 +93,6 @@
<target state="translated">附加参数: </target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">无效模板模式“{0}”</target>
@ -143,6 +103,11 @@
<target state="translated">任何应该传递给 MSBuild 的额外选项。有关可用的选项请参阅“dotnet msbuild -h”。</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -43,16 +43,6 @@
<target state="translated">使用方式:</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithoutArgs">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="UsageItemWithArgs">
<source> {0} {1}</source>
<target state="translated"> {0} {1}</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentsToken">
<source> [arguments]</source>
<target state="translated"> [引數]</target>
@ -63,11 +53,6 @@
<target state="translated">引數:</target>
<note />
</trans-unit>
<trans-unit id="UsageArgumentItem">
<source> {0}{1}</source>
<target state="translated"> {0}{1}</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsToken">
<source> [options]</source>
<target state="translated"> [選項]</target>
@ -78,11 +63,6 @@
<target state="translated">選項:</target>
<note />
</trans-unit>
<trans-unit id="UsageOptionsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandToken">
<source> [command]</source>
<target state="translated"> [命令]</target>
@ -93,11 +73,6 @@
<target state="translated">命令:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsItem">
<source> {{0, -{0}}}{{1}}</source>
<target state="translated"> {{0, -{0}}}{{1}}</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsDetailHelp">
<source>Use "{0} [command] --help" for more information about a command.</source>
<target state="translated">使用 "{0} [命令] --help" 取得命令的詳細資訊。</target>
@ -118,21 +93,6 @@
<target state="translated">其他引數:</target>
<note />
</trans-unit>
<trans-unit id="UsageCommandsAdditionalArgsItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="CommandItem">
<source> {0}</source>
<target state="translated"> {0}</target>
<note />
</trans-unit>
<trans-unit id="ShortVersionTemplate">
<source>{0} {1}</source>
<target state="translated">{0} {1}</target>
<note />
</trans-unit>
<trans-unit id="InvalidTemplateError">
<source>Invalid template pattern '{0}'</source>
<target state="translated">範本模式 '{0}' 無效</target>
@ -143,6 +103,11 @@
<target state="translated">任何應傳遞給 MSBuild 的額外選項。查看 'dotnet msbuild -h' 以得知可用的選項。</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiresSingleValueWhichIsMissing">
<source>Required value for option '{0}' was not provided.</source>
<target state="new">Required value for option '{0}' was not provided.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<target state="translated">Příkaz pro přidání odkazu na balíček</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<target state="translated">Odkazy na balíčky k přidání</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<target state="translated">Zadejte prosím jeden odkaz na balíček, který chcete přidat.</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Přidat odkaz jen při zaměření na určitou platformu</target>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">Přidat odkaz jen při zaměření na určitou platformu</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">Přidá odkaz bez provedení náhledu obnovení a kontroly kompatibility.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Přidá odkaz bez provedení náhledu obnovení a kontroly kompatibility.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<target state="translated">Určete konkrétní zdroje balíčků NuGet, které se mají použít při obnovení.</target>
<note />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">Určete konkrétní zdroje balíčků NuGet, které se mají použít při obnovení.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">Obnoví balíčky do tohoto adresáře.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">Obnoví balíčky do tohoto adresáře.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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">Není možné vytvořit grafický soubor závislostí pro projekt {0}. Nejde přidat odkaz na balíček.</target>
<note />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">Není možné vytvořit grafický soubor závislostí pro projekt {0}. Nejde přidat odkaz na balíček.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<target state="translated">Befehl zum Hinzufügen eines Paketverweises</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<target state="translated">Hinzuzufügende Paketverweise</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<target state="translated">Geben Sie einen Paketverweis an, der hinzugefügt werden soll.</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Verweis nur bei Verwendung eines bestimmten Zielframeworks hinzufügen</target>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">Verweis nur bei Verwendung eines bestimmten Zielframeworks hinzufügen</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">Fügt einen Verweis hinzu, ohne dass eine Wiederherstellungsvorschau oder eine Kompatibilitätsprüfung durchgeführt wird.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Fügt einen Verweis hinzu, ohne dass eine Wiederherstellungsvorschau oder eine Kompatibilitätsprüfung durchgeführt wird.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<target state="translated">Gibt spezifische NuGet-Paketquellen für die Wiederherstellung an.</target>
<note />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">Gibt spezifische NuGet-Paketquellen für die Wiederherstellung an.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">Stellt die Pakete in diesem Verzeichnis wieder her.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">Stellt die Pakete in diesem Verzeichnis wieder her.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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">Die Abhängigkeitsdiagrammdatei für das Projekt "{0}" konnte nicht wiederhergestellt werden. Der Paketverweis kann nicht hinzugefügt werden.</target>
<note />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">Die Abhängigkeitsdiagrammdatei für das Projekt "{0}" konnte nicht wiederhergestellt werden. Der Paketverweis kann nicht hinzugefügt werden.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<target state="translated">Comando para agregar referencia de paquete</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<target state="translated">Referencias de paquete para agregar</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<target state="translated">Especifique una referencia de paquete para agregar.</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Se agrega una referencia solo cuando hay una plataforma de destino específica</target>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">Se agrega una referencia solo cuando hay una plataforma de destino específica</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">Agregue una referencia sin realizar la vista previa de restauración y la comprobación de compatibilidad.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Agregue una referencia sin realizar la vista previa de restauración y la comprobación de compatibilidad.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<target state="translated">Use orígenes de un paquete NuGet para usarlo durante la restauración.</target>
<note />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">Use orígenes de un paquete NuGet para usarlo durante la restauración.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">Restaurar los paquetes en este directorio.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">Restaurar los paquetes en este directorio.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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">No se puede crear el archivo de gráfico de dependencias para el proyecto '{0}'. No se puede agregar la referencia de paquete.</target>
<note />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">No se puede crear el archivo de gráfico de dependencias para el proyecto '{0}'. No se puede agregar la referencia de paquete.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">DIRECTORIO_DE_PAQUETE</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<target state="translated">Commande permettant d'ajouter une référence de package</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<target state="translated">Références de package à ajouter</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<target state="translated">Spécifiez au moins une référence de package à ajouter.</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Ajouter une référence uniquement en cas de ciblage d'un framework spécifique</target>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">Ajouter une référence uniquement en cas de ciblage d'un framework spécifique</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">Ajoutez une référence sans effectuer de prévisualisation de la restauration et de vérification de la compatibilité.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Ajoutez une référence sans effectuer de prévisualisation de la restauration et de vérification de la compatibilité.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<target state="translated">Utilisez les sources de package NuGet spécifiques pendant la restauration.</target>
<note />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">Utilisez les sources de package NuGet spécifiques pendant la restauration.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">Restaurez les packages dans ce répertoire.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">Restaurez les packages dans ce répertoire.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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">Impossible de créer le fichier de graphique de dépendance pour le projet '{0}'. Impossible d'ajouter une référence de package.</target>
<note />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">Impossible de créer le fichier de graphique de dépendance pour le projet '{0}'. Impossible d'ajouter une référence de package.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<target state="translated">Comando per aggiungere il riferimento al pacchetto</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<target state="translated">Riferimenti al pacchetto da aggiungere</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<target state="translated">Specificare almeno un riferimento al pacchetto da aggiungere.</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Aggiunge il riferimento solo se destinato a un framework specifico</target>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">Aggiunge il riferimento solo se destinato a un framework specifico</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">Aggiunge il riferimento senza eseguire l'anteprima di restore e la verifica della compatibilità.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Aggiunge il riferimento senza eseguire l'anteprima di restore e la verifica della compatibilità.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<target state="translated">Consente di specificare le origini pacchetto NuGet da usare durante il ripristino.</target>
<note />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">Consente di specificare le origini pacchetto NuGet da usare durante il ripristino.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">Consente di ripristinare i pacchetti in questa directory.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">Consente di ripristinare i pacchetti in questa directory.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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">Non è possibile creare il file del grafico dipendenze per il progetto '{0}'. Non è possibile aggiungere il riferimento al pacchetto.</target>
<note />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">Non è possibile creare il file del grafico dipendenze per il progetto '{0}'. Non è possibile aggiungere il riferimento al pacchetto.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">DIRECTORY_PACCHETTO</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<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">追加するパッケージ参照を 1 つ指定してください。</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">特定のフレームワークを対象とする場合にのみ参照を追加する</target>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">特定のフレームワークを対象とする場合にのみ参照を追加する</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">復元のプレビューや互換性チェックを行わずに参照を追加します。</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">復元のプレビューや互換性チェックを行わずに参照を追加します。</target>
<note></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 />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">復元中には特定の NuGet パッケージ ソースを使用します。</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">パッケージをこのディレクトリに復元します。</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">パッケージをこのディレクトリに復元します。</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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 />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">プロジェクト '{0}' の依存関係グラフ ファイルを作成できません。パッケージ参照を追加できません。</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<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 />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">특정 프레임워크를 대상으로 지정할 때에만 참조를 추가합니다.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">미리 보기 복원 및 호환성 검사를 수행하지 않고 참조를 추가합니다.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">미리 보기 복원 및 호환성 검사를 수행하지 않고 참조를 추가합니다.</target>
<note></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 />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">복원 중 사용할 특정 NuGet 패키지 원본을 사용합니다.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">패키지를 이 디렉터리에 복원합니다.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">패키지를 이 디렉터리에 복원합니다.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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 />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">'{0}' 프로젝트에 대한 종속성 그래프 파일을 만들 수 없습니다. 패키지 참조를 추가할 수 없습니다.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<target state="translated">Polecenie umożliwiające dodanie odwołania do pakietu</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<target state="translated">Odwołania do pakietów, które mają zostać dodane</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<target state="translated">Podaj jedno odwołanie do pakietu, które ma zostać dodane.</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Dodaj odwołanie tylko w przypadku określenia konkretnej platformy docelowej</target>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">Dodaj odwołanie tylko w przypadku określenia konkretnej platformy docelowej</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">Dodaj odwołanie bez tworzenia podglądu przywracania i sprawdzania zgodności.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Dodaj odwołanie bez tworzenia podglądu przywracania i sprawdzania zgodności.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<target state="translated">Użyj konkretnych źródeł pakietów NuGet podczas przywracania.</target>
<note />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">Użyj konkretnych źródeł pakietów NuGet podczas przywracania.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">Przywróć pakiety do tego katalogu.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">Przywróć pakiety do tego katalogu.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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">Nie można utworzyć pliku wykresu tworzenia zależności dla projektu „{0}”. Nie można dodać odwołania do pakietu.</target>
<note />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">Nie można utworzyć pliku wykresu tworzenia zależności dla projektu „{0}”. Nie można dodać odwołania do pakietu.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">KATALOG_PAKIETU</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<target state="translated">Comando para adicionar a referência do pacote</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<target state="translated">Referências do pacote a serem adicionadas</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<target state="translated">Especifique uma referência do pacote a ser adicionada.</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Adicionar referência apenas ao visar uma estrutura específica</target>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">Adicionar referência apenas ao visar uma estrutura específica</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">Adicionar referência ser executar a restauração de visualização e verificação de compatibilidade.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Adicionar referência ser executar a restauração de visualização e verificação de compatibilidade.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<target state="translated">Usa fontes de pacote do NuGet especificadas a serem usadas durante a restauração.</target>
<note />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">Usa fontes de pacote do NuGet especificadas a serem usadas durante a restauração.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">Restaurar os pacotes para esse Diretório.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">Restaurar os pacotes para esse Diretório.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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">Não é possível criar o arquivo de gráfico Criar Dependência para o projeto '{0}'. Não é possível adicionar a referência do pacote.</target>
<note />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">Não é possível criar o arquivo de gráfico Criar Dependência para o projeto '{0}'. Não é possível adicionar a referência do pacote.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<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 />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">Добавлять ссылку только при выборе конкретной целевой платформы</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">Добавление ссылки без предварительной проверки восстановления и совместимости.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Добавление ссылки без предварительной проверки восстановления и совместимости.</target>
<note></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 />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">Указание конкретных источников пакетов NuGet, используемых во время восстановления.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">Восстановление пакетов в указанном каталоге.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">Восстановление пакетов в указанном каталоге.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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 />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">Не удалось создать файл графа зависимостей для проекта {0}. Невозможно добавить ссылку на пакет.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<target state="translated">Paket başvurusu ekleme komutu</target>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<target state="translated">Eklenecek paket başvuruları</target>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<target state="translated">Lütfen eklenecek paket başvurusunu belirtin.</target>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Yalnızca belirli bir çerçeveyi hedeflerken başvuru ekler</target>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">Yalnızca belirli bir çerçeveyi hedeflerken başvuru ekler</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">Geri yükleme önizlemesi ve uyumluluk denetimi gerçekleştirmeden başvuru ekler.</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">Geri yükleme önizlemesi ve uyumluluk denetimi gerçekleştirmeden başvuru ekler.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<target state="translated">Geri yükleme sırasında kullanılacak belirli NuGet paket kaynaklarını kullanır.</target>
<note />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">Geri yükleme sırasında kullanılacak belirli NuGet paket kaynaklarını kullanır.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">Paketleri bu Dizine geri yükler.</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">Paketleri bu Dizine geri yükler.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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}' projesi için Bağımlılık grafiği dosyası oluşturulamadı. Paket başvurusu eklenemiyor.</target>
<note />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">'{0}' projesi için Bağımlılık grafiği dosyası oluşturulamadı. Paket başvurusu eklenemiyor.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -11,37 +11,33 @@
<source>Command to add package reference</source>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Package references to add</source>
<note />
</trans-unit>
<trans-unit id="SpecifyExactlyOnePackageReference">
<source>Please specify one package reference to add.</source>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<note />
<source>Adds reference only when targeting a specific framework.</source>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<note></note>
</trans-unit>
<trans-unit id="CmdSourceDescription">
<source>Use specific NuGet package sources to use during the restore.</source>
<note />
<source>Specifies NuGet package sources to use during the restore.</source>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<note />
<source>Restores the packages to the specified directory.</source>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
<note />
</trans-unit>
<trans-unit id="CmdDGFileException">
<source>Unable to Create Dependency graph file for project '{0}'. Cannot add package reference.</source>
<note />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -59,6 +55,14 @@
<source>PACKAGE_DIRECTORY</source>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<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 />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">仅针对特定框架添加引用</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">在没有执行还原预览和兼容性检查的情况下添加引用。</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">在没有执行还原预览和兼容性检查的情况下添加引用。</target>
<note></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 />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">使用还原期间使用的特定 NuGet 包源。</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">将包还原到此目录。</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">将包还原到此目录。</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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 />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">无法为项目“{0}”创建依赖关系图文件。无法添加包引用。</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -13,35 +13,30 @@
<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 />
<source>Adds reference only when targeting a specific framework.</source>
<target state="needs-review-translation">只有在以特定架構為目標時才新增參考</target>
<note></note>
</trans-unit>
<trans-unit id="CmdNoRestoreDescription">
<source>Add reference without performing restore preview and compatibility check.</source>
<target state="translated">不須執行還原預覽及相容性檢查即可新增參考。</target>
<note />
<source>Adds reference without performing restore preview and compatibility check.</source>
<target state="needs-review-translation">不須執行還原預覽及相容性檢查即可新增參考。</target>
<note></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 />
<source>Specifies NuGet package sources to use during the restore.</source>
<target state="needs-review-translation">使用要在還原期間使用的 NuGet 套件來源。</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackageDirectoryDescription">
<source>Restore the packages to this Directory .</source>
<target state="translated">將套件還原到此目錄。</target>
<note />
<source>Restores the packages to the specified directory.</source>
<target state="needs-review-translation">將套件還原到此目錄。</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersionDescription">
<source>Version for the package to be added.</source>
@ -49,9 +44,9 @@
<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 />
<source>Unable to create dependency graph file for project '{0}'. Cannot add package reference.</source>
<target state="needs-review-translation">無法建立專案 '{0}' 的相依性關係圖檔案。無法新增套件參考。</target>
<note></note>
</trans-unit>
<trans-unit id="CmdVersion">
<source>VERSION</source>
@ -73,6 +68,16 @@
<target state="translated">PACKAGE_DIRECTORY</target>
<note />
</trans-unit>
<trans-unit id="CmdPackageDescription">
<source>The package reference to add.</source>
<target state="new">The package reference to add.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdPackage">
<source>PACKAGE_NAME</source>
<target state="new">PACKAGE_NAME</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Přidat odkaz jen při zaměření na určitou platformu</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">Přidat odkaz jen při zaměření na určitou platformu</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Verweis nur bei Verwendung eines bestimmten Zielframeworks hinzufügen</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">Verweis nur bei Verwendung eines bestimmten Zielframeworks hinzufügen</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Se agrega una referencia solo cuando hay una plataforma de destino específica</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">Se agrega una referencia solo cuando hay una plataforma de destino específica</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Ajouter une référence uniquement en cas de ciblage d'un framework spécifique</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">Ajouter une référence uniquement en cas de ciblage d'un framework spécifique</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Aggiunge il riferimento solo se destinato a un framework specifico</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">Aggiunge il riferimento solo se destinato a un framework specifico</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">特定のフレームワークを対象とする場合にのみ参照を追加する</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">特定のフレームワークを対象とする場合にのみ参照を追加する</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">특정 프레임워크를 대상으로 지정할 때에만 참조를 추가합니다.</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">특정 프레임워크를 대상으로 지정할 때에만 참조를 추가합니다.</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Dodaj odwołanie tylko w przypadku określenia konkretnej platformy docelowej</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">Dodaj odwołanie tylko w przypadku określenia konkretnej platformy docelowej</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Adicionar referência apenas ao visar uma estrutura específica</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">Adicionar referência apenas ao visar uma estrutura específica</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Добавлять ссылку только при выборе конкретной целевой платформы</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">Добавлять ссылку только при выборе конкретной целевой платформы</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">Yalnızca belirli bir çerçeveyi hedeflerken başvuru ekler</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">Yalnızca belirli bir çerçeveyi hedeflerken başvuru ekler</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -5,19 +5,19 @@
<group id="src/dotnet/commands/dotnet-add/dotnet-add-p2p/LocalizableStrings.resx" />
<trans-unit id="AppFullName">
<source>.NET Add Project to Project reference Command</source>
<note></note>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Command to add project to project reference</source>
<note></note>
<note />
</trans-unit>
<trans-unit id="AppHelpText">
<source>Project to project references to add</source>
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<note />
<source>Add reference only when targeting a specific framework</source>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">仅针对特定框架添加引用</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">仅针对特定框架添加引用</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -19,9 +19,9 @@
<note />
</trans-unit>
<trans-unit id="CmdFrameworkDescription">
<source>Add reference only when targetting a specific framework</source>
<target state="translated">只有在以特定架構為目標時才新增參考</target>
<note />
<source>Add reference only when targeting a specific framework</source>
<target state="needs-review-translation">只有在以特定架構為目標時才新增參考</target>
<note></note>
</trans-unit>
</body>
</file>

View file

@ -13,26 +13,6 @@
<target state="translated">.NET Builder</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationOptionDescription">
<source>Configuration to use for building the project. Default for most projects is "Debug".</source>
<target state="translated">Konfigurace použitá k sestavení projektu. Výchozí možnost u většiny projektů je „Debug“.</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationOptionName">
<source>CONFIGURATION</source>
<target state="translated">CONFIGURATION</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOptionDescription">
<source>Target framework to build for. The target framework has to be specified in the project file.</source>
<target state="translated">Cílová platforma, pro kterou sestavujete projekt. Cílová platforma musí být v souboru projektu zadaná.</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOptionName">
<source>FRAMEWORK</source>
<target state="translated">FRAMEWORK</target>
<note />
</trans-unit>
<trans-unit id="NoDependenciesOptionDescription">
<source>Set this flag to ignore project-to-project references and only build the root project</source>
<target state="translated">Když nastavíte tento příznak, ignorují se odkazy mezi projekty a sestaví se jenom kořenový projekt.</target>
@ -53,36 +33,6 @@
<target state="translated">OUTPUT_DIR</target>
<note />
</trans-unit>
<trans-unit id="ProjectArgumentDescription">
<source>The MSBuild project file to build. If a project file is not specified, MSBuild searches the current working directory for a file that has a file extension that ends in `proj` and uses that file.</source>
<target state="translated">Soubor projektu MSBuildu určený k sestavení. Pokud není zadaný soubor projektu, nástroj MSBuild vyhledá v aktuálním pracovním adresáři soubor s příponou, která končí na „proj“, a použije ho.</target>
<note />
</trans-unit>
<trans-unit id="ProjectArgumentValueName">
<source>PROJECT</source>
<target state="translated">PROJECT</target>
<note />
</trans-unit>
<trans-unit id="RuntimeOptionDescription">
<source>Target runtime to build for. The default is to build a portable application.</source>
<target state="translated">Cílový modul runtime pro sestavení. Výchozí možnost je sestavit přenosnou aplikaci.</target>
<note />
</trans-unit>
<trans-unit id="RuntimeOptionName">
<source>RUNTIME_IDENTIFIER</source>
<target state="translated">RUNTIME_IDENTIFIER</target>
<note />
</trans-unit>
<trans-unit id="VersionSuffixOptionDescription">
<source>Defines the value for the $(VersionSuffix) property in the project</source>
<target state="translated">Definuje hodnotu vlastnosti $(VersionSuffix) v projektu.</target>
<note />
</trans-unit>
<trans-unit id="VersionSuffixOptionName">
<source>VERSION_SUFFIX</source>
<target state="translated">VERSION_SUFFIX</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

Some files were not shown because too many files have changed in this diff Show more