diff --git a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.cs.xlf b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.cs.xlf
index a5d6c360f..bad5c47e0 100644
--- a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.cs.xlf
+++ b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.cs.xlf
@@ -141,7 +141,7 @@
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 <toolname>": {0}
- Soubor deps.json se nepodařilo vygenerovat, protože už je pravděpodobně vygenerovaný: {0}
+ 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 <název_nástroje>: {0}
@@ -246,24 +246,24 @@
MSBuild arguments: {0}
- MSBuild arguments: {0}
+ Argumenty MSBuild: {0}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.
- 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.
+ {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.Given file name '{0}' is longer than 1024 bytes
- Given file name '{0}' is longer than 1024 bytes
+ Zadaný název souboru {0} je delší než 1024 bajtů.Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}
- Cannot find command 'dotnet {0}', please run the following command to install
+ Nelze najít příkaz dotnet {0}. Spusťte prosím instalaci následujícím příkazem:
dotnet tool install --global {1}
diff --git a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.de.xlf b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.de.xlf
index 06d23632e..bf31a852b 100644
--- a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.de.xlf
+++ b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.de.xlf
@@ -141,7 +141,7 @@
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 <toolname>": {0}
- "deps.json" kann nicht erzeugt werden; sie wurde vielleicht bereits erzeugt: {0}
+ 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 <toolname>": {0}).
@@ -161,7 +161,7 @@
The project may not have been restored or restore failed - run `dotnet restore`
- Das Projekt wurde möglicherweise nicht wiederhergestellt, oder bei der Wiederherstellung ist ein Fehler aufgetreten. führen Sie "dotnet restore" aus.
+ Das Projekt wurde möglicherweise nicht wiederhergestellt, oder bei der Wiederherstellung ist ein Fehler aufgetreten. Führen Sie "dotnet restore" aus.
@@ -246,24 +246,24 @@
MSBuild arguments: {0}
- MSBuild arguments: {0}
+ MSBuild-Argumente: {0}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.
- 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.
+ "{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.Given file name '{0}' is longer than 1024 bytes
- Given file name '{0}' is longer than 1024 bytes
+ Der angegebene Dateiname "{0}" ist länger als 1024 Byte.Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}
- Cannot find command 'dotnet {0}', please run the following command to install
+ Der Befehl "dotnet {0}" wurde nicht gefunden, führen Sie zur Installation den folgenden Befehl aus:
dotnet tool install --global {1}
diff --git a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.es.xlf b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.es.xlf
index 632faa0ef..9b05c72de 100644
--- a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.es.xlf
+++ b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.es.xlf
@@ -141,7 +141,7 @@
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 <toolname>": {0}
- no se puede generar deps.json; es posible que ya se haya generado: {0}
+ 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 <nombreHerramienta>": {0}
@@ -246,24 +246,24 @@
MSBuild arguments: {0}
- MSBuild arguments: {0}
+ Argumentos de MSBuild: {0}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.
- 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.
+ 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.Given file name '{0}' is longer than 1024 bytes
- Given file name '{0}' is longer than 1024 bytes
+ El nombre de archivo especificado "{0}" tiene más de 1024 bytesCannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}
- Cannot find command 'dotnet {0}', please run the following command to install
+ No se encuentra el comando "dotnet {0}"; ejecute el comando siguiente para instalar
dotnet tool install --global {1}
diff --git a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.fr.xlf b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.fr.xlf
index fc3f12a30..413171965 100644
--- a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.fr.xlf
+++ b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.fr.xlf
@@ -141,7 +141,7 @@
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 <toolname>": {0}
- impossible de générer deps.json, il a peut-être été déjà généré : {0}
+ 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 <nom_outil>" : {0}
@@ -246,24 +246,24 @@
MSBuild arguments: {0}
- MSBuild arguments: {0}
+ Arguments MSBuild : {0}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.
- 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.
+ 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.Given file name '{0}' is longer than 1024 bytes
- Given file name '{0}' is longer than 1024 bytes
+ Le nom de fichier spécifié '{0}' dépasse 1 024 octetsCannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}
- Cannot find command 'dotnet {0}', please run the following command to install
+ La commande 'dotnet {0}' est introuvable. Exécutez la commande suivante pour effectuer l'installation.
dotnet tool install --global {1}
diff --git a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.it.xlf b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.it.xlf
index fe089b9e5..89599aa27 100644
--- a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.it.xlf
+++ b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.it.xlf
@@ -141,7 +141,7 @@
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 <toolname>": {0}
- non è possibile generare deps.json. Potrebbe essere già stato generato: {0}
+ 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 <nome_strumento>": {0}
@@ -246,24 +246,24 @@
MSBuild arguments: {0}
- MSBuild arguments: {0}
+ Argomenti di MSBuild: {0}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.
- 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.
+ 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.Given file name '{0}' is longer than 1024 bytes
- Given file name '{0}' is longer than 1024 bytes
+ Il nome file specificato '{0}' supera 1024 byteCannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}
- Cannot find command 'dotnet {0}', please run the following command to install
+ Il comando 'dotnet {0}' non è stato trovato. Per installare, eseguire il comando seguente:
dotnet tool install --global {1}
diff --git a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.ja.xlf b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.ja.xlf
index b269c1e83..90a131afc 100644
--- a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.ja.xlf
+++ b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.ja.xlf
@@ -141,7 +141,7 @@
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 <toolname>": {0}
- deps.json を生成できません。既に生成されている可能性があります: {0}
+ deps.json を生成できません。すでに生成されている可能性があります。ツール名の前に "-d" オプションを指定して、診断を出力できます (例: "dotnet -d <toolname>"): {0}
@@ -246,24 +246,24 @@
MSBuild arguments: {0}
- MSBuild arguments: {0}
+ MSBuild 引数: {0}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.
- 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.
+ '{0}' は、本来アプリケーション名が書き込まれる場所を示す、必要なプレースホルダー バイト シーケンス '{1}' が含まれていないため、実行可能アプリケーション ホストとして使用できません。Given file name '{0}' is longer than 1024 bytes
- Given file name '{0}' is longer than 1024 bytes
+ 指定されたファイル名 '{0}' が 1024 バイトを超えています。Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}
- Cannot find command 'dotnet {0}', please run the following command to install
+ コマンド 'dotnet {0}' が見つかりませんでした。次のコマンドを実行してインストールしてください。
dotnet tool install --global {1}
diff --git a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.ko.xlf b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.ko.xlf
index bab65aaf3..49f7b2038 100644
--- a/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.ko.xlf
+++ b/src/Microsoft.DotNet.Cli.Utils/xlf/LocalizableStrings.ko.xlf
@@ -141,7 +141,7 @@
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 <toolname>": {0}
- deps.json을 생성할 수 없습니다. 이미 생성되었을 수 있습니다. {0}
+ deps.json을 생성할 수 없습니다. 이미 생성되었을 수 있습니다. 진단 출력의 도구 이름 앞에 "-d" 옵션을 지정할 수 있습니다. 예: "dotnet -d <도구 이름>": {0}
@@ -246,26 +246,26 @@
MSBuild arguments: {0}
- MSBuild arguments: {0}
+ MSBuild 인수: {0}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.
- 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.
+ 응용 프로그램 이름이 기록되는 위치를 표시하는 '{1}' 예상 자리 표시자 바이트 시퀀스가 포함되지 않아서 '{0}'을(를) 응용 프로그램 호스트 실행 파일로 사용할 수 없습니다.Given file name '{0}' is longer than 1024 bytes
- Given file name '{0}' is longer than 1024 bytes
+ 제공한 파일 이름 '{0}'이(가) 1024바이트보다 깁니다.Cannot find command 'dotnet {0}', please run the following command to install
dotnet tool install --global {1}
- Cannot find command 'dotnet {0}', please run the following command to install
+ 'dotnet {0}' 명령을 찾을 수 없습니다. 다음 명령을 실행하여
-dotnet tool install --global {1}
+dotnet 도구를 설치하세요. install --global {1}