LOC CHECKIN | dotnet/cli release/2.1.3xx | 20180427

This commit is contained in:
Zbyněk Sailer 2018-04-27 10:32:24 +02:00 committed by Peter Huene
parent b23259c30f
commit 47a65f258a
No known key found for this signature in database
GPG key ID: E1D265D820213D6A
182 changed files with 562 additions and 562 deletions

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">Soubor deps.json se nepodařilo vygenerovat, protože už je pravděpodobně vygenerovaný: {0}</target> <target state="translated">Nelze vygenerovat soubor deps.json, je možné, že už byl vygenerován. Zadáním parametru -d před název nástroje vypíšete diagnostické informace, například dotnet -d &lt;název_nástroje&gt;: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">Argumenty MSBuild: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">{0} nelze použít jako spustitelný soubor hostitele aplikace, protože neobsahuje očekávanou zástupnou bajtovou posloupnost {1}, která by označila, kam se má zapsat název aplikace.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">Zadaný název souboru {0} je delší než 1024 bajtů.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">Nelze najít příkaz dotnet {0}. Spusťte prosím instalaci následujícím příkazem:
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">"deps.json" kann nicht erzeugt werden; sie wurde vielleicht bereits erzeugt: {0}</target> <target state="translated">Die Datei "deps.json" kann nicht generiert werden, möglicherweise wurde sie bereits generiert. Sie können zur Diagnoseausgabe die Option "-d" vor dem Toolnamen angeben (Beispiel: "dotnet -d &lt;toolname&gt;": {0}).</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -161,7 +161,7 @@
</trans-unit> </trans-unit>
<trans-unit id="ProjectNotRestoredOrRestoreFailed"> <trans-unit id="ProjectNotRestoredOrRestoreFailed">
<source>The project may not have been restored or restore failed - run `dotnet restore`</source> <source>The project may not have been restored or restore failed - run `dotnet restore`</source>
<target state="translated">Das Projekt wurde möglicherweise nicht wiederhergestellt, oder bei der Wiederherstellung ist ein Fehler aufgetreten. führen Sie "dotnet restore" aus.</target> <target state="translated">Das Projekt wurde möglicherweise nicht wiederhergestellt, oder bei der Wiederherstellung ist ein Fehler aufgetreten. Führen Sie "dotnet restore" aus.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoExecutableFoundMatchingCommand"> <trans-unit id="NoExecutableFoundMatchingCommand">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">MSBuild-Argumente: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">"{0}" kann nicht als ausführbare Anwendungshostdatei verwendet werden, da die erwartete Platzhalter-Bytesequenz "{1}" nicht vorhanden ist, die markiert, wo der Anwendungsname geschrieben wird.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">Der angegebene Dateiname "{0}" ist länger als 1024 Byte.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">Der Befehl "dotnet {0}" wurde nicht gefunden, führen Sie zur Installation den folgenden Befehl aus:
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">no se puede generar deps.json; es posible que ya se haya generado: {0}</target> <target state="translated">No se puede generar deps.json; puede que ya se haya generado. Para obtener una salida de diagnóstico, especifique la opción "-d" delante del nombre de la herramienta (por ejemplo, "dotnet -d &lt;nombreHerramienta&gt;": {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">Argumentos de MSBuild: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">No se puede usar "{0}" como ejecutable del host de aplicación ya que no contiene la secuencia de bytes esperada del marcador de posición "{1}" que marcaría dónde escribir el nombre de la aplicación.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">El nombre de archivo especificado "{0}" tiene más de 1024 bytes</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">No se encuentra el comando "dotnet {0}"; ejecute el comando siguiente para instalar
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">impossible de générer deps.json, il a peut-être été déjà généré : {0}</target> <target state="translated">Impossible de générer deps.json. Il a peut-être été déjà généré. Vous pouvez spécifier l'option "-d" avant le nom de l'outil pour la sortie de diagnostic (par exemple "dotnet -d &lt;nom_outil&gt;" : {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">Arguments MSBuild : {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">Impossible d'utiliser '{0}' en tant qu'exécutable d'hôte d'application, car il ne contient pas la séquence d'octets d'espace réservé attendue '{1}' qui marque l'emplacement où est écrit le nom de l'application.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">Le nom de fichier spécifié '{0}' dépasse 1 024 octets</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">La commande 'dotnet {0}' est introuvable. Exécutez la commande suivante pour effectuer l'installation.
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">non è possibile generare deps.json. Potrebbe essere già stato generato: {0}</target> <target state="translated">Non è possibile generare deps.json. Potrebbe essere stato già generato. Per ottenere l'output diagnostico, è possibile specificare l'opzione "-d" prima del nome dello strumento, ad esempio "dotnet -d &lt;nome_strumento&gt;": {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">Argomenti di MSBuild: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">Non è possibile usare '{0}' come eseguibile host dell'applicazione perché non contiene la sequenza di byte segnaposto prevista '{1}' che indica dove verrà scritto il nome dell'applicazione.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">Il nome file specificato '{0}' supera 1024 byte</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">Il comando 'dotnet {0}' non è stato trovato. Per installare, eseguire il comando seguente:
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">deps.json を生成できません。既に生成されている可能性があります: {0}</target> <target state="translated">deps.json を生成できません。すでに生成されている可能性があります。ツール名の前に "-d" オプションを指定して、診断を出力できます (例: "dotnet -d &lt;toolname&gt;"): {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">MSBuild 引数: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">'{0}' は、本来アプリケーション名が書き込まれる場所を示す、必要なプレースホルダー バイト シーケンス '{1}' が含まれていないため、実行可能アプリケーション ホストとして使用できません。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">指定されたファイル名 '{0}' が 1024 バイトを超えています。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">コマンド 'dotnet {0}' が見つかりませんでした。次のコマンドを実行してインストールしてください。
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">deps.json을 생성할 수 없습니다. 이미 생성되었을 수 있습니다. {0}</target> <target state="translated">deps.json을 생성할 수 없습니다. 이미 생성되었을 수 있습니다. 진단 출력의 도구 이름 앞에 "-d" 옵션을 지정할 수 있습니다. 예: "dotnet -d &lt;도구 이름&gt;": {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,26 +246,26 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">MSBuild 인수: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">응용 프로그램 이름이 기록되는 위치를 표시하는 '{1}' 예상 자리 표시자 바이트 시퀀스가 포함되지 않아서 '{0}'을(를) 응용 프로그램 호스트 실행 파일로 사용할 수 없습니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">제공한 파일 이름 '{0}'이(가) 1024바이트보다 깁니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">'dotnet {0}' 명령을 찾을 수 없습니다. 다음 명령을 실행하여
dotnet tool install --global {1}</target> dotnet 도구를 설치하세요. install --global {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">nie można wygenerować pliku deps.json, być może został już wygenerowany: {0}</target> <target state="translated">Nie można wygenerować pliku deps.json. Być może został już wygenerowany. Podaj opcję „-d” przed nazwą narzędzia, aby uzyskać diagnostyczne dane wyjściowe (na przykład „dotnet -d &lt;nazwa_narzędzia&gt;”: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">Argumenty programu MSBuild: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">Nie można użyć elementu „{0}” jako pliku wykonywalnego hosta aplikacji, ponieważ nie zawiera on oczekiwanej sekwencji bajtów symbolu zastępczego „{1}”, która wskazuje lokalizację zapisu nazwy aplikacji.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">Podana nazwa pliku „{0}” jest dłuższa niż 1024 bajty</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">Nie można znaleźć polecenia „dotnet {0}”; uruchom następujące polecenie, aby zainstalować
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">não é possível gerar deps.json; ele pode já ter sido gerado: {0}</target> <target state="translated">Não é possível gerar o deps.json. Ele já pode ter sido gerado. É possível especificar a opção "-d" antes do nome da ferramenta para a saída de diagnóstico (por exemplo, "dotnet -d &lt;toolname&gt;": {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">Argumentos do MSBuild: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">Não é possível usar '{0}' como executável do host de aplicativo, uma vez que ele não contém a sequência de bytes de espaço reservado esperada '{1}' que marcaria o local em que o nome do aplicativo seria gravado.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">O nome de arquivo '{0}' informado tem mais de 1024 bytes</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">Não é possível encontrar o comando 'dotnet {0}', execute o comando a seguir para instalar
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">не удается создать deps.json, возможно, он уже создан: {0}</target> <target state="translated">Не удалось создать файл deps.json. Возможно, он уже создан. Вы можете указать параметр "-d" перед именем средства, чтобы получить выходные данные диагностики, например "dotnet -d &lt;имя_средства&gt;": {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">Аргументы MSBuild: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">Невозможно использовать файл "{0}" в качестве исполняемого файла узла приложения, так как он не содержит требуемой последовательности байтов "{1}", которая отмечает место, где должно записываться имя приложения.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">Длина указанного имени файла "{0}" превышает 1024 байта</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">Не удается найти команду "dotnet {0}". Выполните следующую команду для установки:
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">deps.json oluşturulamadı, zaten oluşturulmuş olabilir: {0}</target> <target state="translated">deps.json oluşturulamıyor, daha önce oluşturulmuş olabilir. Tanılama çıktısı için araç adından önce "-d" seçeneğini belirtebilirsiniz (örneğin, "dotnet -d &lt;araçadı&gt;": {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">MSBuild bağımsız değişkenleri: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">'{0}', uygulama adının yazılacağı yeri işaretlemesi için beklenen yer tutucu bayt dizisini ('{1}') içermediğinden uygulama konak yürütülebiliri olarak kullanılamıyor.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">Belirtilen dosya adı ('{0})' 1024 bayttan uzun</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">'dotnet {0}' komutu bulunamıyor, yüklemek için lütfen aşağıdaki komutu çalıştırın
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">无法生成 deps.json该文件可能已生成: {0}</target> <target state="translated">无法生成 deps.json它可能已经生成。可在诊断输出的工具名称之前指定 "-d" 选项(例如,"dotnet -d &lt;toolname&gt;": {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,26 +246,26 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">MSBuild 参数: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">未能将“{0}”用作应用程序主机可执行文件,因为它没有必需的占位符字节序列“{1}”,该序列会标记应用程序名称的写入位置。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">给定文件名“{0}”的长度超过 1024 个字节</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">没有找到命令 "dotnet {0}",请运行以下命令安装
dotnet tool install --global {1}</target> dotnet 工具安装 -- 全局 {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -141,7 +141,7 @@
</trans-unit> </trans-unit>
<trans-unit id="UnableToGenerateDepsJson"> <trans-unit id="UnableToGenerateDepsJson">
<source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source> <source>Unable to generate deps.json, it may have been already generated. You can specify the "-d" option before the tool name for diagnostic output (for example, "dotnet -d &lt;toolname&gt;": {0}</source>
<target state="needs-review-translation">無法產生 deps.json可能已產生過: {0}</target> <target state="translated">無法產生 deps.json但先前可能產生過。您可以在診斷輸出的工具名稱前指定 "-d" 選項 (例如 "dotnet -d &lt;工具名稱&gt;": {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="UnableToDeleteTemporaryDepsJson"> <trans-unit id="UnableToDeleteTemporaryDepsJson">
@ -246,24 +246,24 @@
</trans-unit> </trans-unit>
<trans-unit id="MSBuildArgs"> <trans-unit id="MSBuildArgs">
<source>MSBuild arguments: {0}</source> <source>MSBuild arguments: {0}</source>
<target state="new">MSBuild arguments: {0}</target> <target state="translated">MSBuild 引數: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostAppHostHasBeenModified"> <trans-unit id="EmbedAppNameInHostAppHostHasBeenModified">
<source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source> <source>Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</source>
<target state="new">Unable to use '{0}' as application host executable as it does not contain the expected placeholder byte sequence '{1}' that would mark where the application name would be written.</target> <target state="translated">無法使用 '{0}' 作為應用程式主機可執行檔,因為它並未包含應有的預留位置位元組序列 '{1}',其會標示應用程式名稱的寫入位置。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="EmbedAppNameInHostFileNameIsTooLong"> <trans-unit id="EmbedAppNameInHostFileNameIsTooLong">
<source>Given file name '{0}' is longer than 1024 bytes</source> <source>Given file name '{0}' is longer than 1024 bytes</source>
<target state="new">Given file name '{0}' is longer than 1024 bytes</target> <target state="translated">指定檔案名稱 '{0}' 的長度超過 1024 個位元組</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CannotFindCommandAvailableAsTool"> <trans-unit id="CannotFindCommandAvailableAsTool">
<source>Cannot find command 'dotnet {0}', please run the following command to install <source>Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}</source> dotnet tool install --global {1}</source>
<target state="new">Cannot find command 'dotnet {0}', please run the following command to install <target state="translated">找不到命令 'dotnet {0}',請執行下列命令加以安裝
dotnet tool install --global {1}</target> dotnet tool install --global {1}</target>
<note /> <note />

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">Server MSBuild</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">Server kompilátoru VB/C#</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Buildovací server Razor</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">Příkaz pro vypnutí selhal: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">MSBuild-Server</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">VB/C#-Compilerserver</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Razor-Buildserver</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">Fehler beim Befehl zum Herunterfahren: {0} </target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">Servidor de MSBuild</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">Servidor del compilador de VB o C#</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Servidor de compilación de Razor</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">Error del comando de apagado: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">Serveur MSBuild</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">Serveur de compilation VB/C#</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Serveur de builds Razor</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">Échec de la commande d'arrêt : {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">Server di MSBuild</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">Server del compilatore VB/C#</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Server di compilazione di Razor</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">Il comando di arresto non è riuscito: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">MSBuild サーバー</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">VB/C# コンパイラ サーバー</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Razor ビルド サーバー</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">シャットダウン コマンドが失敗しました: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">MSBuild 서버</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">VB/C# 컴파일러 서버</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Razor 빌드 서버</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">종료 명령에 실패했습니다. {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">Serwer MSBuild</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">Serwer kompilatora VB/C#</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Serwer kompilacji Razor</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">Polecenie zamknięcia nie powiodło się: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">Servidor MSBuild</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">Servidor do compilador VB/C#</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Servidor de build Razor</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">O comando de desligamento falhou: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">Сервер MSBuild</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">Сервер компилятора VB или C#</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Сервер сборки Razor</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">Команда завершения работы не выполнена: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">MSBuild sunucusu</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">VB/C# derleyici sunucusu</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Razor derleme sunucusu</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">Kapatma komutu başarısız oldu: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">MSBuild 服务器</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">VB/C# 编译器服务器</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Razor 生成服务器</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">shutdown 命令失败: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,22 +4,22 @@
<body> <body>
<trans-unit id="MSBuildServer"> <trans-unit id="MSBuildServer">
<source>MSBuild server</source> <source>MSBuild server</source>
<target state="new">MSBuild server</target> <target state="translated">MSBuild 伺服器</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerServer"> <trans-unit id="VBCSCompilerServer">
<source>VB/C# compiler server</source> <source>VB/C# compiler server</source>
<target state="new">VB/C# compiler server</target> <target state="translated">VB/C# 編譯器伺服器</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorServer"> <trans-unit id="RazorServer">
<source>Razor build server</source> <source>Razor build server</source>
<target state="new">Razor build server</target> <target state="translated">Razor 組建伺服器</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutdownCommandFailed"> <trans-unit id="ShutdownCommandFailed">
<source>The shutdown command failed: {0}</source> <source>The shutdown command failed: {0}</source>
<target state="new">The shutdown command failed: {0}</target> <target state="translated">關機命令失敗: {0}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="FailedToReadPidFile"> <trans-unit id="FailedToReadPidFile">

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">Vypne buildovací servery spuštěné z dotnetu. Ve výchozím nastavení jsou vypnuté všechny servery.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">Vypne buildovací server MSBuild.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">Vypne buildovací server kompilátoru VB/C#.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Vypne buildovací server Razor.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">Vypíná se {0}...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">Vypnutí serveru {0} proběhlo úspěšně.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">Nepovedlo se vypnout server {0}: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">Vypíná se {0} (proces {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">{0} (proces {1}) se úspěšně vypnul.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">Nepovedlo se vypnout {0} (proces {1}): {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">Nejsou spuštěné žádné buildovací servery.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">Fährt Buildserver herunter, die aus .NET gestartet werden. Standardmäßig werden alle Server heruntergefahren.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">Fährt den MSBuild-Buildserver herunter.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">Fährt den VB/C#-Compilerserver herunter.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Fährt den Razor-Buildserver herunter.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">"{0}" wird heruntergefahren...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">"{0}" wurde erfolgreich heruntergefahren.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">Fehler beim Herunterfahren von "{0}": {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">"{0}" (Prozess "{1}") wird heruntergefahren...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">"{0}" (Prozess "{1}") wurde erfolgreich heruntergefahren.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">Fehler beim Herunterfahren von "{0}" (Prozess "{1}"): {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">Es werden zurzeit keine Buildserver ausgeführt.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">Apaga los servidores de compilación que se inician desde dotnet. De forma predeterminada, se apagan todos los servidores.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">Apaga el servidor de compilación de MSBuild.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">Apaga el servidor de compilación del compilador de VB o C#.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Apaga el servidor de compilación de Razor.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">Apagando {0}...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">{0} se apagó correctamente.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">No se pudo apagar {0}: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">Apagando {0} (proceso {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">{0} (proceso {1}) se apagó correctamente.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">No se pudo apagar {0} (proceso {1}): {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">No se está ejecutando ningún servidor de compilación.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">Arrête les serveurs de builds démarrés à partir de dotnet. Par défaut, tous les serveurs sont arrêtés.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">Arrête le serveur de builds MSBuild.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">Arrête le serveur de builds du compilateur VB/C#.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Arrête le serveur de builds Razor.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">Arrêt de {0}...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">{0} s'est arrêté correctement.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">Échec de l'arrêt de {0} : {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">Arrêt de {0} (processus {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">{0} (processus {1}) s'est arrêté correctement.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">Échec de l'arrêt de {0} (processus {1}) : {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">Aucun serveur de builds n'est en cours d'exécution.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">Arresta i server di compilazione avviati da dotnet. Per impostazione predefinita, vengono arrestati tutti i server.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">Arresta il server di compilazione di MSBuild.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">Arresta il server di compilazione del compilatore VB/C#.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Arresta il server di compilazione di Razor.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">Arresto di {0}...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">{0} è stato arrestato.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">Non è stato possibile arrestare {0}: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">Arresto di {0} (processo {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">{0} (processo {1}) è stato arrestato.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">Non è stato possibile arrestare {0} (processo {1}): {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">Non ci sono server di compilazione in esecuzione.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">dotnet から起動されたビルド サーバーをシャットダウンします。既定では、すべてのサーバーがシャットダウンされます。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">MSBuild ビルド サーバーをシャットダウンします。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">VB/C# コンパイラ ビルド サーバーをシャットダウンします。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Razor ビルド サーバーをシャットダウンします。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">{0} をシャットダウンしています...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">{0} は正常にシャットダウンしました。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">{0} のシャットダウンが失敗しました: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">{0} をシャットダウンしています (プロセス {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">{0} (プロセス {1}) は正常にシャットダウンしました。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">{0} (プロセス {1}) のシャットダウンが失敗しました: {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">実行中のビルド サーバーはありません。</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">dotnet에서 시작한 빌드 서버를 종료합니다. 기본적으로 모든 서버가 종료됩니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">MSBuild 빌드 서버를 종료합니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">VB/C# 컴파일러 빌드 서버를 종료합니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Razor 빌드 서버를 종료합니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">{0}을(를) 종료하는 중...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">{0}을(를) 종료했습니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">{0}을(를) 종료하지 못했습니다. {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">{0}(프로세스 {1})을(를) 종료하는 중...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">{0}(프로세스 {1})을(를) 종료했습니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">{0}(프로세스 {1})을(를) 종료하지 못했습니다. {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">빌드 서버가 실행되지 않습니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">Zamyka serwery kompilacji, które zostały uruchomione z poziomu polecenia dotnet. Domyślnie zamykane są wszystkie serwery.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">Zamyka serwer kompilacji MSBuild.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">Zamyka serwer kompilacji kompilatora VB/C#.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Zamyka serwer kompilacji Razor.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">Trwa zamykanie serwera {0}...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">Serwer {0} został zamknięty pomyślnie.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">Nie można zamknąć serwera {0}: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">Trwa zamykanie serwera {0} (proces {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">Serwer {0} (proces {1}) został zamknięty pomyślnie.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">Nie można zamknąć serwera {0} (proces {1}): {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">Nie są uruchomione żadne serwery kompilacji.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">Desliga os servidores de build que são iniciados do dotnet. Por padrão, todos os servidores são desligados.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">Desliga o servidor de build MSBuild.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">Desliga o servidor de build do compilador VB/C#.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Desliga o servidor de build Razor.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">Desligando {0}...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">{0} desligado com sucesso.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">Falha ao desligar {0}: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">Desligando o {0} (processo {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">O {0} (processo {1}) foi desligado com êxito.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">O desligamento do {0} (processo {1}) falhou: {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">Não há nenhum servidor de build em execução.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">Завершает работу серверов сборки, запущенных из среды dotnet. По умолчанию завершается работа всех серверов.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">Завершает работу сервера сборки MSBuild.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">Завершает работу сервера сборки компилятора VB или C#.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Завершает работу сервера сборки Razor.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">Завершается работа {0}...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">Работа {0} завершена.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">Не удалось завершить работу {0}: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">Завершается работа {0} (процесс {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">Работа {0} (процесс {1}) завершена.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">Не удалось завершить работу {0} (процесс {1}): {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">Нет запущенных серверов сборки.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">Dotnetten başlatılan derleme sunucularını kapatır. Varsayılan olarak tüm sunucular kapalıdır.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">MSBuild derleme sunucusunu kapatır.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">VB/C# derleyici derleme sunucusunu kapatır.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">Razor derleme sunucusunu kapatır.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">{0} kapatılıyor...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">{0} başarıyla kapatıldı.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">{0} kapatılamadı: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">{0} kapatılıyor (işlem {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">{0} (işlem {1}) başarıyla kapatıldı.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">{0} (işlem {1}) kapatılamadı: {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">Hiçbir derleme sunucusu çalışmıyor.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">关闭从 dotnet 启动的生成服务器。默认情况下,所有服务器都将关闭。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">关闭 MSBuild 生成服务器。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">关闭 VB/C# 编译器生成服务器。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">关闭 Razor 生成服务器。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">正在关闭 {0}...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">成功关闭 {0}。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">未能关闭 {0}: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">正在关闭 {0} (进程 {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">成功关闭 {0} (进程 {1})。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">未能关闭 {0} (进程 {1}): {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">未运行生成服务器。</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,57 +4,57 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source> <source>Shuts down build servers that are started from dotnet. By default, all servers are shut down.</source>
<target state="new">Shuts down build servers that are started from dotnet. By default, all servers are shut down.</target> <target state="translated">關閉 dotnet 啟動的組建伺服器。根據預設會關閉所有伺服器。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="MSBuildOptionDescription"> <trans-unit id="MSBuildOptionDescription">
<source>Shuts down the MSBuild build server.</source> <source>Shuts down the MSBuild build server.</source>
<target state="new">Shuts down the MSBuild build server.</target> <target state="translated">關閉 MSBuild 組建伺服器。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="VBCSCompilerOptionDescription"> <trans-unit id="VBCSCompilerOptionDescription">
<source>Shuts down the VB/C# compiler build server.</source> <source>Shuts down the VB/C# compiler build server.</source>
<target state="new">Shuts down the VB/C# compiler build server.</target> <target state="translated">關閉 VB/C# 編譯器組建伺服器。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RazorOptionDescription"> <trans-unit id="RazorOptionDescription">
<source>Shuts down the Razor build server.</source> <source>Shuts down the Razor build server.</source>
<target state="new">Shuts down the Razor build server.</target> <target state="translated">關閉 Razor 組建伺服器。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServer"> <trans-unit id="ShuttingDownServer">
<source>Shutting down {0}...</source> <source>Shutting down {0}...</source>
<target state="new">Shutting down {0}...</target> <target state="translated">正在關閉 {0}...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceeded"> <trans-unit id="ShutDownSucceeded">
<source>{0} shut down successfully.</source> <source>{0} shut down successfully.</source>
<target state="new">{0} shut down successfully.</target> <target state="translated">{0} 關閉成功。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailed"> <trans-unit id="ShutDownFailed">
<source>{0} failed to shut down: {1}</source> <source>{0} failed to shut down: {1}</source>
<target state="new">{0} failed to shut down: {1}</target> <target state="translated">{0} 無法關閉: {1}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShuttingDownServerWithPid"> <trans-unit id="ShuttingDownServerWithPid">
<source>Shutting down {0} (process {1})...</source> <source>Shutting down {0} (process {1})...</source>
<target state="new">Shutting down {0} (process {1})...</target> <target state="translated">正在關閉 {0} (處理序 {1})...</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownSucceededWithPid"> <trans-unit id="ShutDownSucceededWithPid">
<source>{0} (process {1}) shut down successfully.</source> <source>{0} (process {1}) shut down successfully.</source>
<target state="new">{0} (process {1}) shut down successfully.</target> <target state="translated">{0} (處理序 {1}) 已成功關閉。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="ShutDownFailedWithPid"> <trans-unit id="ShutDownFailedWithPid">
<source>{0} (process {1}) failed to shut down: {2}</source> <source>{0} (process {1}) failed to shut down: {2}</source>
<target state="new">{0} (process {1}) failed to shut down: {2}</target> <target state="translated">{0} (處理序 {1}) 無法關閉: {2}</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="NoServersToShutdown"> <trans-unit id="NoServersToShutdown">
<source>No build servers are running.</source> <source>No build servers are running.</source>
<target state="new">No build servers are running.</target> <target state="translated">未執行任何組建伺服器。</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">Interakce se servery spuštěnými z buildu</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">Příkaz buildovacího serveru .NET</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">Interaktion mit Servern, die aus einem Build gestartet werden.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">.NET-Buildserverbefehl</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">Interactúe con los servidores que se inician desde una compilación.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">Comando del servidor de compilación de .NET</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">Interagissez avec les serveurs démarrés à partir d'une build.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">Commande du serveur de builds .NET</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">Interagisce con server avviati da una compilazione.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">Comando del server di compilazione di .NET</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">ビルドから開始されたサーバーとやり取りします。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">.Net ビルド サーバー コマンド</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">서버와 상호 작용이 빌드에서 시작되었습니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">.NET 빌드 서버 명령</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">Interakcja z serwerami uruchomionymi z poziomu kompilacji.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">Polecenie serwera kompilacji platformy .NET</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">Interagir com servidores iniciados de um build.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">Comando do servidor de build .NET</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">Взаимодействие с серверами, запущенными в ходе сборки.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">Команда сервера сборки .NET</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">Bir derlemeden başlatılan sunucularla etkileşimde bulunun.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">.NET Derleme Sunucusu Komutu</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">与从生成版本启动的服务器进行交互。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">.NET 生成服务器命令</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -4,12 +4,12 @@
<body> <body>
<trans-unit id="CommandDescription"> <trans-unit id="CommandDescription">
<source>Interact with servers started from a build.</source> <source>Interact with servers started from a build.</source>
<target state="new">Interact with servers started from a build.</target> <target state="translated">與組建啟動的伺服器互動。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerCommandName"> <trans-unit id="BuildServerCommandName">
<source>.NET Build Server Command</source> <source>.NET Build Server Command</source>
<target state="new">.NET Build Server Command</target> <target state="translated">.NET 建置伺服器命令</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">Upravte nástroje.</target> <target state="translated">Instaluje nástroje, které rozšiřují prostředí .NET, nebo s nimi pracuje.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">Interakce se servery spuštěnými buildem</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -255,12 +255,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">Hiermit werden Tools geändert.</target> <target state="translated">Installation oder Arbeit mit Tools zum Erweitern der .NET-Benutzeroberfläche.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">Interaktion mit Servern, die durch einen Build gestartet werden.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">Modifica herramientas.</target> <target state="translated">Instale o trabaje con herramientas que mejoran la experiencia de uso de .NET.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">Interactúe con los servidores que inicia una compilación.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">Modifier les outils.</target> <target state="translated">Installez ou utilisez des outils qui étendent l'expérience .NET.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">Interagissez avec les serveurs démarrés par une build.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">Modifica gli strumenti.</target> <target state="translated">Consente di installare o usare strumenti che estendono l'esperienza .NET.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">Interagisce con server avviati da una compilazione.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">ツールを変更します。</target> <target state="translated">.NET のエクスペリエンスを向上するツールをインストールするか、使用します。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">ビルドによって開始されたサーバーとやり取りします。</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">도구를 수정합니다.</target> <target state="translated">.NET 환경을 확장하는 도구를 설치하거나 도구로 작업합니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">빌드에 의해 서버와 상호 작용이 시작되었습니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">Zmodyfikuj narzędzia.</target> <target state="translated">Zainstaluj lub pracuj z narzędziami, które rozszerzają środowisko .NET.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">Interakcja z serwerami uruchomionymi przez kompilację.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">Modificar ferramentas.</target> <target state="translated">Instale ou trabalhe com as ferramentas que ampliam a experiência do .NET.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">Interagir com servidores iniciados por um build.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">Средства для изменения.</target> <target state="translated">Установка и использование средств, расширяющих возможности .NET.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">Взаимодействие с серверами, запущенными в ходе сборки.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">Araçları değiştirir.</target> <target state="translated">.NET deneyiminizi genişleten araçları yükleyin veya bu araçlarla çalışın.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">Bir derleme tarafından başlatılan sunucularla etkileşimde bulunun.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">修改工具。</target> <target state="translated">安装或使用扩展 .NET 体验的工具。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">与由生成版本启动的服务器进行交互。</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -254,12 +254,12 @@
</trans-unit> </trans-unit>
<trans-unit id="ToolDefinition"> <trans-unit id="ToolDefinition">
<source>Install or work with tools that extend the .NET experience.</source> <source>Install or work with tools that extend the .NET experience.</source>
<target state="needs-review-translation">修改工具。</target> <target state="translated">安裝或使用可擴充 .NET 體驗的工具。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="BuildServerDefinition"> <trans-unit id="BuildServerDefinition">
<source>Interact with servers started by a build.</source> <source>Interact with servers started by a build.</source>
<target state="new">Interact with servers started by a build.</target> <target state="translated">與組建啟動的伺服器互動。</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">Nesestavujte projekt, dokud ho nezabalíte. Implikuje možnost --no-restore.</target> <target state="translated">Nesestavujte projekt, dokud ho nezabalíte. Implikuje možnost --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">Erstellt das Projekt nicht vor dem Packen. Impliziert "--no-restore".</target> <target state="translated">Erstellt das Projekt nicht vor dem Paketieren. Impliziert "--no-restore".</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">No compile el proyecto antes de empaquetarlo. Implica la no restauración.</target> <target state="translated">No compile el proyecto antes de empaquetarlo. Implica --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">Ne pas générer le projet avant la compression. Implique --no-restore.</target> <target state="translated">Ne pas générer le projet avant la compression. Implique --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">Non compila il progetto prima della creazione del pacchetto. Implica --no-restore.</target> <target state="translated">Non compila il progetto prima della creazione del pacchetto. Implica --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">パックする前にプロジェクトをビルドしないでください。 暗示 --復元なし。</target> <target state="translated">パックする前にプロジェクトをビルドしないでください。--no-restore を意味します。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">압축하기 전에 프로젝트를 빌드하지 않습니다. 복원 없음을 의미합니다.</target> <target state="translated">압축하기 전에 프로젝트를 빌드하지 않습니다. 복원 없음을 의미합니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">Nie kompiluj projektu przed pakowaniem. Powoduje przyjęcie, że podano parametr --no-restore.</target> <target state="translated">Nie kompiluj tego projektu przed pakowaniem. Powoduje przyjęcie, że podano parametr --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">Não compile o projeto antes de empacotar. Implica em --no-restore.</target> <target state="translated">Não compile o projeto antes de empacotar. Implica em --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">Не собирать проекты перед упаковкой. Подразумевает --no-restore.</target> <target state="translated">Сборка проекта перед упаковкой не выполняется. Подразумевает --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">Paketlemeden önce projeyi derlemeyin. --no-restore anlamına gelir.</target> <target state="translated">Paketlemeden önce projeyi derlemeyin. --no-restore anlamına gelir.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">打包之前不要生成项目。Implies --no-restore.</target> <target state="translated">打包之前不要生成项目。Implies --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -24,7 +24,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CmdNoBuildOptionDescription"> <trans-unit id="CmdNoBuildOptionDescription">
<source>Do not build the project before packing. Implies --no-restore.</source> <source>Do not build the project before packing. Implies --no-restore.</source>
<target state="needs-review-translation">請勿在封裝前建置專案。 這意味著 --沒有還原。</target> <target state="translated">請勿在封裝之前建置專案。提示:-no-restore。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="CmdIncludeSymbolsDescription"> <trans-unit id="CmdIncludeSymbolsDescription">

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">Nesestavujte projekt, dokud ho nepublikujete. Implikuje možnost --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">Erstellt das Projekt nicht vor dem Veröffentlichen. Impliziert "--no-restore".</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">No compile el proyecto antes de publicarlo. Implica --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">Ne pas générer le projet avant la publication. Implique --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">Non compila il progetto prima della pubblicazione. Implica --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">発行する前にプロジェクトをビルドしないでください。--no-restore を意味します。</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">게시하기 전에 프로젝트를 빌드하지 않습니다. 복원 없음을 의미합니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">Nie kompiluj tego projektu przed opublikowaniem. Powoduje przyjęcie, że podano parametr --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">Não compile o projeto antes de publicar. Implica em --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">Сборка проекта перед публикацией не выполняется. Подразумевает --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">Yayımlamadan önce projeyi derlemeyin. --no-restore anlamına gelir.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">发布之前不要生成项目。Implies --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -44,7 +44,7 @@
</trans-unit> </trans-unit>
<trans-unit id="NoBuildOptionDescription"> <trans-unit id="NoBuildOptionDescription">
<source>Do not build the project before publishing. Implies --no-restore.</source> <source>Do not build the project before publishing. Implies --no-restore.</source>
<target state="new">Do not build the project before publishing. Implies --no-restore.</target> <target state="translated">請勿在執行之前建置專案。提示:-no-restore。</target>
<note /> <note />
</trans-unit> </trans-unit>
</body> </body>

View file

@ -34,7 +34,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CommandOptionNoBuildDescription"> <trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source> <source>Do not build the project before running. Implies --no-restore.</source>
<target state="needs-review-translation">Nesestavujte projekt, dokud ho nespustíte. Implikuje možnost --no-restore.</target> <target state="translated">Nesestavujte projekt, dokud ho nespustíte. Implikuje možnost --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework"> <trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">

View file

@ -34,7 +34,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CommandOptionNoBuildDescription"> <trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source> <source>Do not build the project before running. Implies --no-restore.</source>
<target state="needs-review-translation">Erstellt das Projekt nicht vor der Ausführung. Impliziert "--no-restore".</target> <target state="translated">Erstellt das Projekt nicht vor der Ausführung. Impliziert "--no-restore".</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework"> <trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">

View file

@ -34,7 +34,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CommandOptionNoBuildDescription"> <trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source> <source>Do not build the project before running. Implies --no-restore.</source>
<target state="needs-review-translation">No compile el proyecto antes de ejecutarlo. Implica la no restauración.</target> <target state="translated">No compile el proyecto antes de ejecutarlo. Implica --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework"> <trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">

View file

@ -34,7 +34,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CommandOptionNoBuildDescription"> <trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source> <source>Do not build the project before running. Implies --no-restore.</source>
<target state="needs-review-translation">Ne pas générer le projet avant lexécution. Implique --no-restore.</target> <target state="translated">Ne pas générer le projet avant l'exécution. Implique --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework"> <trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">

View file

@ -34,7 +34,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CommandOptionNoBuildDescription"> <trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source> <source>Do not build the project before running. Implies --no-restore.</source>
<target state="needs-review-translation">Non compila il progetto prima dell'esecuzione. Implica --no-restore.</target> <target state="translated">Non compila il progetto prima dell'esecuzione. Implica --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework"> <trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">

View file

@ -34,7 +34,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CommandOptionNoBuildDescription"> <trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source> <source>Do not build the project before running. Implies --no-restore.</source>
<target state="needs-review-translation">実行する前にプロジェクトをビルドしないでください。 暗示 --復元なし。</target> <target state="translated">実行する前にプロジェクトをビルドしないでください。--no-restore を意味します。</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework"> <trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">

View file

@ -34,7 +34,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CommandOptionNoBuildDescription"> <trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source> <source>Do not build the project before running. Implies --no-restore.</source>
<target state="needs-review-translation">실행하기 전에 프로젝트를 빌드하지 않습니다. 복원 없음을 의미합니다.</target> <target state="translated">실행하기 전에 프로젝트를 빌드하지 않습니다. 복원 없음을 의미합니다.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework"> <trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">

View file

@ -34,7 +34,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CommandOptionNoBuildDescription"> <trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source> <source>Do not build the project before running. Implies --no-restore.</source>
<target state="needs-review-translation">Nie kompiluj projektu przed uruchomieniem. Powoduje przyjęcie, że podano parametr --no-restore.</target> <target state="translated">Nie kompiluj tego projektu przed uruchomieniem. Powoduje przyjęcie, że podano parametr --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework"> <trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">

View file

@ -34,7 +34,7 @@
</trans-unit> </trans-unit>
<trans-unit id="CommandOptionNoBuildDescription"> <trans-unit id="CommandOptionNoBuildDescription">
<source>Do not build the project before running. Implies --no-restore.</source> <source>Do not build the project before running. Implies --no-restore.</source>
<target state="needs-review-translation">Não compile o projeto antes de executar. Implica em --no-restore.</target> <target state="translated">Não compile o projeto antes de executar. Implica em --no-restore.</target>
<note /> <note />
</trans-unit> </trans-unit>
<trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework"> <trans-unit id="RunCommandExceptionUnableToRunSpecifyFramework">

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