Merge branch 'master' into vramak/WebSdk_Update_2212018
This commit is contained in:
commit
59746d409c
49 changed files with 554 additions and 546 deletions
|
@ -8,6 +8,7 @@ Documents Index
|
|||
- [.NET Core native pre-requisities document](https://github.com/dotnet/core/blob/master/Documentation/prereqs.md)
|
||||
- [Roadmap and OS support](https://github.com/dotnet/core/blob/master/roadmap.md)
|
||||
- [Comprehensive CLI documentation](https://docs.microsoft.com/en-us/dotnet/articles/core/preview3/tools/)
|
||||
- [ASP.NET Core Command Line Tools](general/aspnetcore-tools.md)
|
||||
|
||||
## Working with the CLI repo
|
||||
|
||||
|
|
10
Documentation/general/aspnetcore-tools.md
Normal file
10
Documentation/general/aspnetcore-tools.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
ASP.NET Core Command Line Tools
|
||||
===============================
|
||||
|
||||
The .NET Core CLI includes some commands that are specific to ASP.NET Core projects.
|
||||
|
||||
- dotnet dev-certs
|
||||
- dotnet user-secrets
|
||||
- dotnet sql-cache
|
||||
|
||||
For more information on these tools, see <https://github.com/aspnet/DotNetTools>.
|
|
@ -1,6 +1,8 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<BundledDotnetTools Include="dotnet-watch" Version="$(AspNetCoreVersion)" />
|
||||
<BundledDotnetTools Include="dotnet-dev-certs" Version="$(AspNetCoreVersion)" />
|
||||
<BundledDotnetTools Include="dotnet-sql-cache" Version="$(AspNetCoreVersion)" />
|
||||
<BundledDotnetTools Include="dotnet-user-secrets" Version="$(AspNetCoreVersion)" />
|
||||
<BundledDotnetTools Include="dotnet-watch" Version="$(AspNetCoreVersion)" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<MicrosoftAspNetCoreAppPackageVersion>2.1.0-preview2-30106</MicrosoftAspNetCoreAppPackageVersion>
|
||||
<MicrosoftAspNetCoreAppPackageVersion>2.1.0-preview2-30171</MicrosoftAspNetCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreAppPackageVersion>2.1.0-preview2-26131-06</MicrosoftNETCoreAppPackageVersion>
|
||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
<MicrosoftBuildPackageVersion>15.6.82</MicrosoftBuildPackageVersion>
|
||||
|
@ -9,14 +9,14 @@
|
|||
<MicrosoftBuildRuntimePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildRuntimePackageVersion>
|
||||
<MicrosoftBuildLocalizationPackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildLocalizationPackageVersion>
|
||||
<MicrosoftBuildUtilitiesCorePackageVersion>$(MicrosoftBuildPackageVersion)</MicrosoftBuildUtilitiesCorePackageVersion>
|
||||
<MicrosoftFSharpCompilerPackageVersion>10.1.3-rtm-180209-0</MicrosoftFSharpCompilerPackageVersion>
|
||||
<MicrosoftFSharpCompilerPackageVersion>10.1.4-rtm-180213-0</MicrosoftFSharpCompilerPackageVersion>
|
||||
<MicrosoftCodeAnalysisCSharpPackageVersion>2.8.0-beta1-62608-01</MicrosoftCodeAnalysisCSharpPackageVersion>
|
||||
<MicrosoftNETCoreCompilersPackageVersion>$(MicrosoftCodeAnalysisCSharpPackageVersion)</MicrosoftNETCoreCompilersPackageVersion>
|
||||
<MicrosoftCodeAnalysisBuildTasksPackageVersion>$(MicrosoftCodeAnalysisCSharpPackageVersion)</MicrosoftCodeAnalysisBuildTasksPackageVersion>
|
||||
<MicrosoftNetCompilersNetcorePackageVersion>$(MicrosoftCodeAnalysisCSharpPackageVersion)</MicrosoftNetCompilersNetcorePackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>2.1.300-preview2-62607-04</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftNETSdkRazorPackageVersion>2.1.0-preview2-30119</MicrosoftNETSdkRazorPackageVersion>
|
||||
<MicrosoftNETSdkRazorPackageVersion>2.1.0-preview2-30169</MicrosoftNETSdkRazorPackageVersion>
|
||||
<MicrosoftNETSdkWebPackageVersion>2.1.300-preview2-20180221-1406058</MicrosoftNETSdkWebPackageVersion>
|
||||
<MicrosoftNETSdkPublishPackageVersion>$(MicrosoftNETSdkWebPackageVersion)</MicrosoftNETSdkPublishPackageVersion>
|
||||
<MicrosoftNETSdkWebProjectSystemPackageVersion>$(MicrosoftNETSdkWebPackageVersion)</MicrosoftNETSdkWebProjectSystemPackageVersion>
|
||||
|
@ -35,7 +35,7 @@
|
|||
<MicrosoftDotNetToolsMigrateCommandPackageVersion>$(MicrosoftDotNetProjectJsonMigrationPackageVersion)</MicrosoftDotNetToolsMigrateCommandPackageVersion>
|
||||
<MicrosoftDotNetArchivePackageVersion>0.2.0-beta-62606-02</MicrosoftDotNetArchivePackageVersion>
|
||||
<MicrosoftDiaSymReaderNativePackageVersion>1.6.0-beta2-25304</MicrosoftDiaSymReaderNativePackageVersion>
|
||||
<NuGetBuildTasksPackageVersion>4.7.0-preview1-4846</NuGetBuildTasksPackageVersion>
|
||||
<NuGetBuildTasksPackageVersion>4.7.0-preview1-4927</NuGetBuildTasksPackageVersion>
|
||||
<NuGetBuildTasksPackPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetBuildTasksPackPackageVersion>
|
||||
<NuGetCommonPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetCommonPackageVersion>
|
||||
<NuGetCommandLineXPlatPackageVersion>$(NuGetBuildTasksPackageVersion)</NuGetCommandLineXPlatPackageVersion>
|
||||
|
|
|
@ -117,6 +117,8 @@
|
|||
<_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1])</_NETCoreAppTargetFrameworkVersion>
|
||||
<_NETStandardTargetFrameworkVersion>$(_NETStandardLibraryPackageVersion.Split('.')[0]).$(_NETStandardLibraryPackageVersion.Split('.')[1])</_NETStandardTargetFrameworkVersion>
|
||||
|
||||
<_NETCoreSdkIsPreview Condition=" '$(DropSuffix)' == '' ">true</_NETCoreSdkIsPreview>
|
||||
|
||||
<BundledVersionsPropsContent>
|
||||
<![CDATA[
|
||||
<!--
|
||||
|
@ -137,6 +139,8 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
<BundledNETStandardTargetFrameworkVersion>$(_NETStandardTargetFrameworkVersion)</BundledNETStandardTargetFrameworkVersion>
|
||||
<BundledNETStandardPackageVersion>$(_NETStandardLibraryPackageVersion)</BundledNETStandardPackageVersion>
|
||||
<BundledNETCorePlatformsPackageVersion>$(_NETCorePlatformsPackageVersion)</BundledNETCorePlatformsPackageVersion>
|
||||
<NETCoreSdkVersion>$(SdkVersion)</NETCoreSdkVersion>
|
||||
<_NETCoreSdkIsPreview>$(_NETCoreSdkIsPreview)</_NETCoreSdkIsPreview>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
]]>
|
||||
|
|
|
@ -78,7 +78,8 @@
|
|||
<ItemGroup>
|
||||
<!-- NuPkg contents -->
|
||||
<FilesToSign Include="$(BaseOutputDirectory)/bin/Microsoft.DotNet.Cli.Utils/**/Microsoft.DotNet.Cli.Utils.dll;
|
||||
$(BaseOutputDirectory)/bin/Microsoft.DotNet.Cli.Utils/**/Microsoft.DotNet.Cli.Utils.resources.dll">
|
||||
$(BaseOutputDirectory)/bin/Microsoft.DotNet.Cli.Utils/**/Microsoft.DotNet.Cli.Utils.resources.dll;
|
||||
$(BaseOutputDirectory)/bin/Microsoft.DotNet.MSBuildSdkResolver/**/Microsoft.DotNet.MSBuildSdkResolver.dll">
|
||||
<Authenticode>$(InternalCertificateId)</Authenticode>
|
||||
</FilesToSign>
|
||||
</ItemGroup>
|
||||
|
|
|
@ -1,14 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<ItemGroup>
|
||||
<NupkgsForPublishing Include="$(PackagesDirectory)/Microsoft.DotNet.Cli.Utils.*.nupkg" />
|
||||
<NupkgsForPublishing Include="$(PackagesDirectory)/Microsoft.DotNet.MSBuildSdkResolver.*.nupkg" />
|
||||
<NupkgsForPublishing Include="$(PackagesDirectory)/Microsoft.DotNet.MSBuildSdkResolver.*.nupkg">
|
||||
<ManifestArtifactData>NonShipping=true</ManifestArtifactData>
|
||||
</NupkgsForPublishing>
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PublishNupkgToBlobFeed" Condition=" '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' " >
|
||||
<Error Condition="'$(BlobFeedCloudDropAccessToken)' == ''" Text="Missing property BlobFeedCloudDropAccessToken." />
|
||||
<Error Condition="'$(BlobFeedExpectedURL)' == ''" Text="Missing property BlobFeedExpectedURL." />
|
||||
|
||||
|
||||
<Message Text="Publish NuPkgs to Blob feed started: $(BlobFeedExpectedURL)" />
|
||||
<PushToBlobFeed ExpectedFeedUrl="$(BlobFeedExpectedURL)"
|
||||
AccountKey="$(BlobFeedCloudDropAccessToken)"
|
||||
|
|
|
@ -64,9 +64,11 @@ Tuto chybu můžete opravit pomocí některé z těchto možností:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
Nainstaloval se vývojový certifikát ASP.NET Core HTTPS. Další informace najdete na https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
Úspěšně se podařilo nainstalovat certifikát pro vývoj ASP.NET Core HTTPS Development Certificate.
|
||||
Pokud chcete certifikátu důvěřovat (platí jenom pro Windows a macOS), nainstalujte nejprve nástroj dev-certs. To uděláte tak, že spustíte dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final a potom dotnet-dev-certs https --trust.
|
||||
Další informace o konfiguraci protokolu HTTPS najdete na webu https://go.microsoft.com/fwlink/?linkid=848054.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Im Folgenden finden Sie einige Optionen, um diesen Fehler zu beheben:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
Installiertes ASP.NET Core-HTTPS-Entwicklungszertifikat. Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
Das ASP.NET Core-HTTPS-Entwicklungszertifikat wurde erfolgreich installiert.
|
||||
Um dem Zertifikat zu vertrauen (nur Windows und macOS), installieren Sie zuerst das Tool "dev-certs", indem Sie "dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final" und anschließend "dotnet-dev-certs https --trust" ausführen.
|
||||
Weitere Informationen zur Konfiguration von HTTPS finden Sie unter https://go.microsoft.com/fwlink/?linkid=848054.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -63,9 +63,11 @@ Estas son algunas opciones para corregir este error:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
Se instaló el certificado de desarrollo HTTPS de ASP.NET Core. Para más información, vaya a https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
El certificado de desarrollo HTTPS de ASP.NET Core se ha instalado correctamente.
|
||||
Para confiar en el certificado (solo Windows y macOS), instale primero la herramienta dev-certs ejecutando "dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final" y, después, ejecute "dotnet-dev-certs https --trust".
|
||||
Para obtener más información sobre la configuración HTTPS, vea https://go.microsoft.com/fwlink/?linkid=848054.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Voici quelques options pour corriger cette erreur :
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
Certificat de développement HTTPS ASP.NET Core installé. Pour plus d’informations, accédez à https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
Le certificat de développement ASP.NET Core HTTPS a été installé.
|
||||
Pour approuver le certificat (Windows et macOS uniquement), installez d'abord l'outil dev-certs en exécutant 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final', puis exécutez 'dotnet-dev-certs https --trust'.
|
||||
Pour plus d'informations sur la configuration de HTTPS, consultez https://go.microsoft.com/fwlink/?linkid=848054.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Ecco alcune opzioni per correggere questo errore:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
Il certificato di sviluppo HTTPS di ASP.NET Core è stato installato. Per altre informazioni, vedere https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
Il certificato di sviluppo HTTPS di ASP.NET Core è stato installato.
|
||||
Per considerare attendibile il certificato (solo Windows e macOS), installare prima lo strumento dev-certs eseguendo 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' e quindi eseguire 'dotnet-dev-certs https --trust'.
|
||||
Per altre informazioni sulla configurazione di HTTPS, vedere https://go.microsoft.com/fwlink/?linkid=848054.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Here are some options to fix this error:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
ASP.NET Core HTTPS 開発証明書をインストールしました。詳しくは、https://go.microsoft.com/fwlink/?linkid=84805 をご覧ください</target>
|
||||
ASP.NET Core HTTPS 開発証明書が正常にインストールされました。
|
||||
証明書を信頼する (Windows および macOS のみ) には、まず 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' を実行して dev-certs ツールをインストールし、次に 'dotnet-dev-certs https --trust' を実行します。
|
||||
HTTPS を構成する方法の詳細については、https://go.microsoft.com/fwlink/?linkid=848054 をご覧ください。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -15,12 +15,12 @@ The .NET Core tools collect usage data in order to help us improve your experien
|
|||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||
<target state="translated">.NET Core를 시작합니다.
|
||||
---------------------
|
||||
.NET Core에 대한 자세한 내용은 https://aka.ms/dotnet-docs를 참조하세요. 사용 가능한 명령을 보려면 ‘dotnet --help’를 사용하거나 https://aka.ms/dotnet-cli-docs를 방문하세요.
|
||||
.NET Core에 대한 자세한 내용은 https://aka.ms/dotnet-docs를 참조하세요. 사용 가능한 명령을 보려면 'dotnet --help'를 사용하거나 https://aka.ms/dotnet-cli-docs를 방문하세요.
|
||||
|
||||
원격 분석
|
||||
---------
|
||||
.NET Core 도구는 사용자 환경 개선을 위해 사용량 데이터를 수집합니다. 데이터는 익명이며 명령줄 인수를 포함하지 않습니다. Microsoft에서 데이터를 수집하여 커뮤니티와 공유합니다.
|
||||
자주 사용하는 셸에서 DOTNET_CLI_TELEMETRY_OPTOUT 환경 변수를 ‘1’ 또는 'true'로 설정하여 원격 분석을 옵트아웃할 수 있습니다.
|
||||
자주 사용하는 셸에서 DOTNET_CLI_TELEMETRY_OPTOUT 환경 변수를 '1' 또는 'true'로 설정하여 원격 분석을 옵트아웃할 수 있습니다.
|
||||
|
||||
.NET Core CLI 도구 원격 분석에 대한 자세한 내용은 https://aka.ms/dotnet-cli-telemetry에서 확인할 수 있습니다.</target>
|
||||
<note />
|
||||
|
@ -64,9 +64,11 @@ Here are some options to fix this error:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
설치된 ASP.NET Core HTTPS 개발 인증서. 자세한 내용은 https://go.microsoft.com/fwlink/?linkid=84805을(를) 참조하세요.</target>
|
||||
ASP.NET Core HTTPS 개발 인증서를 설치했습니다.
|
||||
인증서를 신뢰하려면(Windows 및 macOS만 해당) 먼저 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final'을 실행하여 dev-certs 도구를 설치한 다음, 'dotnet-dev-certs https --trust'를 실행하세요.
|
||||
HTTPS 구성에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?linkid=848054를 참조하세요.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Oto kilka opcji naprawiania tego błędu:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
Zainstalowany certyfikat programistyczny HTTPS ASP.NET Core. Aby uzyskać więcej informacji, przejdź na adres https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
Pomyślnie zainstalowano certyfikat deweloperski protokołu HTTPS programu ASP.NET Core.
|
||||
Aby ufać temu certyfikatowi (dotyczy tylko systemów Windows i macOS), najpierw zainstaluj narzędzie dev-certs, uruchamiając polecenie „dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final”, a następnie uruchom polecenie „dotnet-dev-certs https --trust”.
|
||||
Aby uzyskać więcej informacji dotyczących konfigurowania protokołu HTTPS, zobacz https://go.microsoft.com/fwlink/?linkid=848054.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Aqui estão algumas opções para corrigir este erro:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
Certificado de desenvolvimento de HTTPS do ASP.NET Core instalado. Para obter mais informações, vá para https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
Certificado de Desenvolvimento HTTPS ASP.NET Core instalado com êxito.
|
||||
Para confiar no certificado (apenas Windows e macOS), primeiramente instale a ferramenta dev-certs executando ‘dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final’ e, em seguida, execute ‘dotnet-dev-certs https --trust’.
|
||||
Para saber mais sobre configuração de HTTPS, acesse https://go.microsoft.com/fwlink/?linkid=848054.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Here are some options to fix this error:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
Установлен сертификат для HTTPS-разработки на ASP.NET Core. Дополнительные сведения: https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
Сертификат разработки HTTPS для ASP.NET Core установлен.
|
||||
Чтобы сделать сертификат доверенным (только Windows и macOS), сначала установите инструмент dev-certs, выполнив команду "dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final", а затем выполните "dotnet-dev-certs https --trust".
|
||||
Дополнительные сведения о настройке HTTPS: https://go.microsoft.com/fwlink/?linkid=848054.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Bu hatayı düzeltmek için bazı seçenekler:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
ASP.NET Core HTTPS geliştirme sertifikası yüklendi. Daha fazla bilgi için bkz. https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
ASP.NET Core HTTPS Geliştirme Sertifikası başarıyla yüklendi.
|
||||
Sertifikaya güvenmek için (yalnızca Windows ve macOS) önce 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final', sonra 'dotnet-dev-certs https --trust' komutlarını çalıştırarak dev-certs aracını yükleyin.
|
||||
HTTPS yapılandırması hakkında daha fazla bilgi için bkz. https://go.microsoft.com/fwlink/?linkid=848054.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Here are some options to fix this error:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
安装 ASP.NET Core HTTPS 开发证书。有关详细信息,请转到 https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
已成功安装 ASP.NET Core HTTPS 开发证书。
|
||||
要信任证书(仅限 Windows 和 macOS),请首先通过运行 "dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final" 安装 dev-certs 工具,然后运行 "dotnet-dev-certs https --trust"。
|
||||
有关配置 HTTPS 的详细信息,请参阅 https://go.microsoft.com/fwlink/?linkid=848054。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -64,9 +64,11 @@ Here are some options to fix this error:
|
|||
Successfully installed the ASP.NET Core HTTPS Development Certificate.
|
||||
To trust the certificate (Windows and macOS only) first install the dev-certs tool by running 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' and then run 'dotnet-dev-certs https --trust'.
|
||||
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.</source>
|
||||
<target state="needs-review-translation">ASP.NET Core
|
||||
<target state="translated">ASP.NET Core
|
||||
------------
|
||||
已安裝 ASP.NET Core HTTPS 開發憑證。如需詳細資訊,請前往 https://go.microsoft.com/fwlink/?linkid=84805</target>
|
||||
已成功安裝 ASP.NET Core HTTPS 開發憑證。
|
||||
若要信任此憑證 (僅限 Windows 與 macOS),請先執行 'dotnet install tool dotnet-dev-certs -g --version 2.1.0-preview1-final' 安裝 dev-certs 工具,然後再執行 'dotnet-dev-certs https --trust'。
|
||||
如需如何設定 HTTPS 的詳細資訊,請參閱 https://go.microsoft.com/fwlink/?linkid=848054。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -14,6 +14,7 @@ namespace Microsoft.DotNet.Tools.Install.Tool
|
|||
{
|
||||
internal class ProjectRestorer : IProjectRestorer
|
||||
{
|
||||
private const string AnyRid = "any";
|
||||
private readonly IReporter _reporter;
|
||||
|
||||
public ProjectRestorer(IReporter reporter = null)
|
||||
|
@ -46,7 +47,7 @@ namespace Microsoft.DotNet.Tools.Install.Tool
|
|||
argsToPassToRestore.AddRange(new List<string>
|
||||
{
|
||||
"--runtime",
|
||||
GetRuntimeIdentifierWithMacOsHighSierraFallback(),
|
||||
AnyRid,
|
||||
$"/p:BaseIntermediateOutputPath={assetJsonOutput.ToQuotedString()}"
|
||||
});
|
||||
|
||||
|
@ -68,17 +69,5 @@ namespace Microsoft.DotNet.Tools.Install.Tool
|
|||
throw new ToolPackageException(LocalizableStrings.ToolInstallationRestoreFailed);
|
||||
}
|
||||
}
|
||||
|
||||
// walk around for https://github.com/dotnet/corefx/issues/26488
|
||||
// fallback osx.10.13 to osx
|
||||
private static string GetRuntimeIdentifierWithMacOsHighSierraFallback()
|
||||
{
|
||||
if (RuntimeEnvironment.GetRuntimeIdentifier() == "osx.10.13-x64")
|
||||
{
|
||||
return "osx-x64";
|
||||
}
|
||||
|
||||
return RuntimeEnvironment.GetRuntimeIdentifier();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -71,17 +71,17 @@ Instalace byla úspěšná. Pokud nejsou další pokyny, můžete přímo do já
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">Soubor nastavení v balíčku NuGet nástroje je neplatný: {0}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">Nástroj {0} se nepodařilo nainstalovat.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">Nástroj {0} se nepodařilo nainstalovat. Obraťte se prosím s žádostí o pomoc na autora nástroje.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ Instalace byla úspěšná. Pokud nejsou další pokyny, můžete přímo do já
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">Balíček nástroje nebylo možné obnovit.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ Die Installation war erfolgreich. Sofern keine weiteren Anweisungen vorliegen, k
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">Die Einstellungsdatei im NuGet-Paket des Tools ist ungültig: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">Fehler bei der Installation des Tools "{0}".</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">Fehler bei der Installation des Tools "{0}". Wenden Sie sich an den Verfasser des Tools, um Unterstützung zu erhalten.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ Die Installation war erfolgreich. Sofern keine weiteren Anweisungen vorliegen, k
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">Das Toolpaket konnte nicht wiederhergestellt werden.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ La instalación se completó correctamente. Si no hay más instrucciones, puede
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">El archivo de configuración del paquete NuGet de la herramienta no es válido: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">No se pudo instalar la herramienta “{0}”.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">No se pudo instalar la herramienta “{0}”. Póngase en contacto con su creador para obtener asistencia.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ La instalación se completó correctamente. Si no hay más instrucciones, puede
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">No se puede restaurar el paquete de la herramienta.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ L'installation a réussi. En l'absence d'instructions supplémentaires, vous pou
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">Le fichier de paramètres dans le package NuGet de l'outil n'est pas valide : {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">Impossible d'installer l'outil '{0}'.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">Impossible d'installer l'outil '{0}'. Contactez le créateur de l'outil pour obtenir de l'aide.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ L'installation a réussi. En l'absence d'instructions supplémentaires, vous pou
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">Impossible de restaurer le package de l'outil.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ L'installazione è riuscita. Se non ci sono altre istruzioni, è possibile digit
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">Il file di impostazioni nel pacchetto NuGet dello strumento non è valido: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">Non è stato possibile installare lo strumento '{0}'.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">Non è stato possibile installare lo strumento '{0}'. Per assistenza, contattare l'autore dello strumento.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ L'installazione è riuscita. Se non ci sono altre istruzioni, è possibile digit
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">Non è stato possibile ripristinare il pacchetto dello strumento.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">ツールの NuGet パッケージ内の設定ファイルが無効です: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">ツール '{0}' をインストールできませんでした。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">ツール '{0}' をインストールできませんでした。ツールの作成者にお問い合わせください。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">ツール パッケージを復元できませんでした。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">도구의 NuGet 패키지에 있는 설정 파일이 잘못되었습니다. {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">'{0}' 도구를 설치하지 못했습니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">'{0}' 도구를 설치하지 못했습니다. 도구 작성자에게 문의하세요.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">도구 패키지를 복원할 수 없습니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ Instalacja powiodła się. Jeśli nie ma dodatkowych instrukcji, możesz wpisać
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">Plik ustawień w pakiecie NuGet narzędzia jest nieprawidłowy: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">Zainstalowanie narzędzia „{0}” nie powiodło się.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">Zainstalowanie narzędzia „{0}” nie powiodło się. Skontaktuj się z autorem narzędzia w celu uzyskania pomocy.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ Instalacja powiodła się. Jeśli nie ma dodatkowych instrukcji, możesz wpisać
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">Nie można przywrócić pakietu narzędzia.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ A instalação foi bem-sucedida. Se não houver outras instruções, digite o se
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">O arquivo de configurações no pacote NuGet da ferramenta é inválido: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">Não foi possível instalar a ferramenta '{0}'.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">Não foi possível instalar a ferramenta '{0}'. Entre em contato com o autor da ferramenta para obter assistência.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ A instalação foi bem-sucedida. Se não houver outras instruções, digite o se
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">O pacote da ferramenta não pôde ser restaurado.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">Недопустимый файл параметров в пакете NuGet инструмента: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">Не удалось установить инструмент "{0}".</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">Не удалось установить инструмент "{0}". Обратитесь за помощью к его разработчику.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">Не удалось восстановить пакет инструмента.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ Yükleme başarılı oldu. Daha fazla yönerge yoksa, çağırmak için şu komu
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">Aracın NuGet paketindeki ayar dosyası geçersiz: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">'{0}' aracı yüklenemedi.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">'{0}' aracı yüklenemedi. Lütfen yardım için araç sahibiyle iletişime geçin.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ Yükleme başarılı oldu. Daha fazla yönerge yoksa, çağırmak için şu komu
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">Araç paketi geri yüklenemedi.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">工具的 NuGet 包中的设置文件无效: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">工具“{0}”安装失败。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">工具“{0}”安装失败。请联系工具作者获取帮助。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">无法还原工具包。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -71,17 +71,17 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="InvalidToolConfiguration">
|
||||
<source>The settings file in the tool's NuGet package is invalid: {0}</source>
|
||||
<target state="new">The settings file in the tool's NuGet package is invalid: {0}</target>
|
||||
<target state="translated">工具之 NuGet 套件中的設定檔案無效: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailed">
|
||||
<source>Tool '{0}' failed to install.</source>
|
||||
<target state="new">Tool '{0}' failed to install.</target>
|
||||
<target state="translated">工具 '{0}' 無法安裝。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationFailedContactAuthor">
|
||||
<source>Tool '{0}' failed to install. Please contact the tool author for assistance.</source>
|
||||
<target state="new">Tool '{0}' failed to install. Please contact the tool author for assistance.</target>
|
||||
<target state="translated">工具 '{0}' 無法安裝。請連絡工具作者尋求協助。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolAlreadyInstalled">
|
||||
|
@ -101,7 +101,7 @@ Tool '{1}' (version '{2}') was successfully installed.</source>
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolInstallationRestoreFailed">
|
||||
<source>The tool package could not be restored.</source>
|
||||
<target state="new">The tool package could not be restored.</target>
|
||||
<target state="translated">此工具套件無法還原。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
|
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">Soubor nastavení nástroje je neplatný soubor xml.
|
||||
{0}</target>
|
||||
<target state="translated">Neplatné XML: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">Nástroj definuje příkaz s chybějícím nastavením názvu.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">V příkazu {0} chybí nastavení vstupního bodu.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">Příkaz {0} obsahuje minimálně jeden neplatný znak: {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">Pro nástroj je definovaných více příkazů.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">Příkaz {0} používá nepodporovaný spouštěč {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">Nástroj {0} je už nainstalovaný.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">Die Datei mit den Tooleinstellungen ist eine ungültige XML.
|
||||
{0}</target>
|
||||
<target state="translated">Ungültiges XML: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">Das Tool definiert einen Befehl mit fehlender Namenseinstellung.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">Dem Befehl "{0}" fehlt eine Einstiegspunkteinstellung.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">Der Befehl "{0}" enthält mindestens eines der folgenden ungültigen Zeichen: {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">Für das Tool wurden mehrere Befehle definiert.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">Der Befehl "{0}" verwendet die nicht unterstützte Ausführung"{1}".</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">Das Tool "{0}" ist bereits installiert.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">El archivo de configuración de la herramienta es un xml no válido.
|
||||
{0}</target>
|
||||
<target state="translated">XML no válido: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">La herramienta define un comando en el que falta un valor de nombre.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">En el comando “{0}”, falta un valor de punto de entrada.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">El comando “{0}” contiene uno o varios de los siguientes caracteres no válidos: {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">Se ha definido más de un comando para la herramienta.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">El comando “{0}” utiliza un ejecutor que no se admite: “{1}”.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">La herramienta “{0}” ya está instalada.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">Le fichier de paramètres de l'outil est un fichier xml non valide.
|
||||
{0}</target>
|
||||
<target state="translated">XML non valide : {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">L'outil définit une commande avec un paramètre de nom manquant.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">La commande '{0}' a un paramètre de point d'entrée manquant.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">La commande '{0}' contient un ou plusieurs caractères non valides suivants : {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">Plusieurs commandes sont définies pour l'outil.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">La commande '{0}' utilise un exécuteur non pris en charge '{1}'."</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">L'outil '{0}' est déjà installé.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">Il file di impostazioni dello strumento è costituito da codice XML non valido.
|
||||
{0}</target>
|
||||
<target state="translated">XML non valido: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">Lo strumento definisce un comando con un'impostazione di nome mancante.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">Nel comando '{0}' manca un'impostazione di punto di ingresso.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">Il comando '{0}' contiene uno o più dei caratteri seguenti non validi: {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">Per lo strumento è definito più di un comando.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">Il comando '{0}' usa il runner '{1}'."</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">Lo strumento '{0}' è già installato.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">ツールの設定ファイルは無効な xml です。
|
||||
{0}</target>
|
||||
<target state="translated">XML が無効です: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">ツールは、名前設定がないコマンドを定義します。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">コマンド '{0}' にエントリ ポイント設定がありません。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">コマンド '{0}' には次の無効な文字が 1 つまたは複数含まれています: {1}。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">ツールに対して複数のコマンドが定義されています。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">コマンド '{0}' はサポートされていないランナー '{1}' を使用します。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">ツール '{0}' は既にインストールされています。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -595,7 +595,7 @@
|
|||
<trans-unit id="ProjectCouldNotBeEvaluated">
|
||||
<source>Project `{0}` could not be evaluated. Evaluation failed with following error:
|
||||
{1}.</source>
|
||||
<target state="translated">‘{0}’ 프로젝트를 평가할 수 없습니다. 다음 오류와 함께 평가가 실패했습니다.
|
||||
<target state="translated">'{0}' 프로젝트를 평가할 수 없습니다. 다음 오류와 함께 평가가 실패했습니다.
|
||||
{1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">도구의 설정 파일이 잘못된 xml입니다.
|
||||
{0}</target>
|
||||
<target state="translated">잘못된 XML: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">도구에서 이름 설정 없이 명령을 정의합니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">'{0}' 명령에 진입점 설정이 없습니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">'{0}' 명령에 다음과 같은 잘못된 문자가 하나 이상 포함되어 있습니다. {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">도구에 대해 두 개 이상의 명령이 등록되어 있습니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">'{0}' 명령에서 지원되지 않는 실행기 '{1}'을(를) 사용합니다."</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">'{0}' 도구가 이미 설치되어 있습니다.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">Plik ustawień narzędzia nie jest prawidłowym plikiem xml.
|
||||
{0}</target>
|
||||
<target state="translated">Nieprawidłowy kod XML: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">Narzędzie definiuje polecenie z brakującym ustawieniem nazwy.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">W poleceniu „{0}” brakuje ustawienia punktu wejścia.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">Polecenie „{0}” zawiera co najmniej jeden nieprawidłowy znak: {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">Dla narzędzia zdefiniowano więcej niż jedno polecenie.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">Polecenie „{0}” używa nieobsługiwanego modułu uruchamiającego „{1}”.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">Narzędzie „{0}” jest już zainstalowane.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">O arquivo de configuração da ferramenta é um XML inválido.
|
||||
{0}</target>
|
||||
<target state="translated">XML inválido: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">A ferramenta define um comando com uma configuração de nome ausente.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">Há uma configuração de ponto de entrada ausente no comando '{0}'.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">O comando '{0}' contém um ou mais dos seguintes caracteres inválidos: {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">Há mais de um comando definido para a ferramenta.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">O comando '{0}' usa um executor '{1}' sem suporte."</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">A ferramenta '{0}' já está instalada.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">Файл параметров инструмента является недопустимым XML.
|
||||
{0}</target>
|
||||
<target state="translated">Недопустимый XML: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">Инструмент определяет команду, для которой не задано имя.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">В команде "{0}" не задана точка входа.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">Команда "{0}" содержит следующие недопустимы символы: {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">Для инструмента определено больше одной команды.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">Команда "{0}" использует неподдерживаемое средство запуска "{1}".</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">Инструмент "{0}" уже установлен.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">Aracın ayarlar dosyası geçersiz xml içeriyor.
|
||||
{0}</target>
|
||||
<target state="translated">Geçersiz XML: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">Araçta ad ayarı eksik bir komut tanımlanıyor.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">'{0}' komutunda giriş noktası ayarı eksik.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">'{0}' komutu şu geçersiz karakterlerden birini veya daha fazlasını içeriyor: {1}.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">Araç için birden fazla komut tanımlı.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">'{0}' komutu, desteklenmeyen '{1}' çalıştırıcısını kullanıyor."</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">'{0}' aracı zaten yüklü.</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">工具的设置文件为无效 xml。
|
||||
{0}</target>
|
||||
<target state="translated">无效的 XML: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">工具使用缺失的名称设置定义命令。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">命令“{0}”缺少入口点设置。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">命令“{0}”包含一个或多个以下无效字符: {1}。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">为工具定义了多个命令。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">命令“{0}”使用不受支持的运行程序“{1}”。”</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">已安装工具“{0}”。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -676,8 +676,7 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidXml">
|
||||
<source>Invalid XML: {0}</source>
|
||||
<target state="needs-review-translation">工具設定檔為無效的 XML。
|
||||
{0}</target>
|
||||
<target state="translated">XML 無效: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxNeedLogout">
|
||||
|
@ -707,32 +706,32 @@
|
|||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingCommandName">
|
||||
<source>Tool defines a command with a missing name setting.</source>
|
||||
<target state="new">Tool defines a command with a missing name setting.</target>
|
||||
<target state="translated">工具使用了缺少的名稱設定定義命令。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMissingEntryPoint">
|
||||
<source>Command '{0}' is missing an entry point setting.</source>
|
||||
<target state="new">Command '{0}' is missing an entry point setting.</target>
|
||||
<target state="translated">命令 '{0}' 缺少進入點設定。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsInvalidCommandName">
|
||||
<source>Command '{0}' contains one or more of the following invalid characters: {1}.</source>
|
||||
<target state="new">Command '{0}' contains one or more of the following invalid characters: {1}.</target>
|
||||
<target state="translated">命令 '{0}' 包含下列一或多個無效的字元: {1}。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsMoreThanOneCommand">
|
||||
<source>More than one command is defined for the tool.</source>
|
||||
<target state="new">More than one command is defined for the tool.</target>
|
||||
<target state="translated">為工具定義了多個命令。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolSettingsUnsupportedRunner">
|
||||
<source>Command '{0}' uses unsupported runner '{1}'."</source>
|
||||
<target state="new">Command '{0}' uses unsupported runner '{1}'."</target>
|
||||
<target state="translated">命令 '{0}' 使用了不支援的執行器 '{1}'。"</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ToolPackageConflictPackageId">
|
||||
<source>Tool '{0}' (version '{1}') is already installed.</source>
|
||||
<target state="new">Tool '{0}' (version '{1}') is already installed.</target>
|
||||
<target state="needs-review-translation">工具 '{0}' 已安裝。</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="ShellShimConflict">
|
||||
|
@ -755,31 +754,6 @@
|
|||
<target state="new">Failed to retrieve tool configuration: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="EnvironmentPathLinuxManualInstructions">
|
||||
<source>Tools directory '{0}' is not currently on the PATH environment variable.
|
||||
If you are using bash, you can add it to your profile by running the following command:
|
||||
|
@ -849,6 +823,31 @@ setx PATH "%PATH%;{0}"
|
|||
</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToCreateShellShim">
|
||||
<source>Failed to create tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to create tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToRemoveShellShim">
|
||||
<source>Failed to remove tool shim for command '{0}': {1}</source>
|
||||
<target state="new">Failed to remove tool shim for command '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedSettingShimPermissions">
|
||||
<source>Failed to set user executable permissions for shell shim: {0}</source>
|
||||
<target state="new">Failed to set user executable permissions for shell shim: {0}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToInstallToolPackage">
|
||||
<source>Failed to install tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to install tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToUninstallToolPackage">
|
||||
<source>Failed to uninstall tool package '{0}': {1}</source>
|
||||
<target state="new">Failed to uninstall tool package '{0}': {1}</target>
|
||||
<note />
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
|
@ -53,16 +53,4 @@
|
|||
<MSBuild BuildInParallel="False" Projects="SampleGlobalTool/consoledemo.csproj" Targets="pack" Properties="Configuration=Release;NuspecFile=includepublish.nuspec;NuspecBasePath=$(testAssetSourceRoot);PackageOutputPath=$(OutputPath)/TestAssetLocalNugetFeed">
|
||||
</MSBuild>
|
||||
</Target>
|
||||
|
||||
<Target Name="DownloadTestAssetPackages" BeforeTargets="Build">
|
||||
<PropertyGroup>
|
||||
<!-- use a prerelease version that supports alpine -->
|
||||
<PlatformsNupkgFileName>microsoft.netcore.platforms.2.1.0-preview1-26115-04.nupkg</PlatformsNupkgFileName>
|
||||
<PlatformsNupkgUri>https://dotnet.myget.org/F/dotnet-core/api/v2/package/Microsoft.NETCore.Platforms/2.1.0-preview1-26115-04</PlatformsNupkgUri>
|
||||
</PropertyGroup>
|
||||
|
||||
<DownloadFile Uri="$(PlatformsNupkgUri)"
|
||||
DestinationPath="$(OutputPath)/TestAssetLocalNugetFeed/$(PlatformsNupkgFileName)" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
<packageTypes>
|
||||
<packageType name="DotnetTool" />
|
||||
</packageTypes>
|
||||
<dependencies>
|
||||
<dependency id="Microsoft.NETCore.Platforms" version="2.1.0-preview1-26115-04" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="bin\Release\netcoreapp2.1\publish\*.*" target="tools\netcoreapp2.1\any\" />
|
||||
|
|
Loading…
Add table
Reference in a new issue