diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.cs.xlf
index 65cdf77c0..33ddc6820 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.cs.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.cs.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- Cílová platforma pro publikování. Cílová platforma musí být v souboru projektu zadaná.
+ Cílová architektura pro publikování. Cílová architektura musí být zadaná v souboru projektu.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- Výstupní adresář do kterého se umisťují publikované artefakty.
+ Výstupní adresář do kterého se mají umístit publikované artefaktyMANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ Cílový modul runtime pro publikování. Používá se při vytváření nezávislého nasazení.
+Ve výchozím nastavení se publikuje aplikace závislá na architektuře.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ Konfigurace pro publikování. Výchozí možností pro většinu projektů je Debug.
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.de.xlf
index 54fe79e46..7f2b370ec 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.de.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.de.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- Zielframework für die Veröffentlichung. Das Zielframework muss in der Projektdatei angegeben werden.
+ Das Zielframework für die Veröffentlichung. Das Zielframework muss in der Projektdatei angegeben werden.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- Ausgabeverzeichnis, in dem veröffentlichte Artefakte abgelegt werden.
+ Das Ausgabeverzeichnis, in dem veröffentlichte Artefakte abgelegt werden.MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ Die Zielruntime für die Veröffentlichung. Diese wird zum Erstellen einer eigenständigen Bereitstellung verwendet.
+Standardmäßig wird eine frameworkabhängige Anwendung veröffentlicht.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ Die Konfiguration für die Veröffentlichung. Der Standardwert für die meisten Projekte ist "Debug".
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.es.xlf
index d71ab145b..ed152e303 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.es.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.es.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- Plataforma de destino para la que se publica. La plataforma de destino se debe especificar en el archivo de proyecto.
+ La plataforma de destino para la que se publica. La plataforma de destino se debe especificar en el archivo de proyecto.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- Directorio de salida en el que se ubicarán los artefactos publicados.
+ El directorio de salida en el que se ubicarán los artefactos publicados.MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ El tiempo de ejecución de destino para el que se publica. Se usa cuando se crea una implementación autocontenida.
+El valor predeterminado es publicar una aplicación dependiente de la plataforma.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ La configuración para la que se publica. El valor predeterminado para la mayoría de los proyectos es "Debug".
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.fr.xlf
index dbc2c0835..1f5cb582f 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.fr.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.fr.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- Framework cible de la publication. Le framework cible doit être spécifié dans le fichier projet.
+ Framework cible pour lequel la publication est effectuée. Le framework cible doit être spécifié dans le fichier projet.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- Répertoire de sortie dans lequel placer les artefacts publiés.
+ Répertoire de sortie dans lequel placer les artefacts publiés.MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ Runtime cible pour lequel la publication est effectuée. S'utilise pour la création d'un déploiement autonome.
+L'action par défaut consiste à publier une application qui dépend d'un framework.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ Configuration pour laquelle la publication est effectuée. La valeur par défaut pour la plupart des projets est 'Debug'.
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.it.xlf
index d6b3ca3ca..cf87a03ae 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.it.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.it.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- Framework di destinazione per cui eseguire la pubblicazione. Il framework di destinazione deve essere specificato nel file di progetto.
+ Framework di destinazione per cui eseguire la pubblicazione. Il framework di destinazione deve essere specificato nel file di progetto.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- Directory di output in cui inserire gli artefatti pubblicati.
+ Directory di output in cui inserire gli artefatti pubblicati.MANIFEST
- manifest.xml
+ MANIFESTO
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ Runtime di destinazione per cui eseguire la pubblicazione. Viene usata durante la creazione della distribuzione indipendente.
+Per impostazione predefinita, viene pubblicata un'applicazione dipendente dal framework.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ Configurazione per cui eseguire la pubblicazione. L'impostazione predefinita per la maggior parte dei progetti è 'Debug'.
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ja.xlf
index 36949f48d..c3ddfd748 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ja.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ja.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- 発行用のターゲット フレームワーク。ターゲット フレームワークはプロジェクト ファイルで指定する必要があります。
+ 発行する対象のターゲット フレームワーク。ターゲット フレームワークはプロジェクト ファイルで指定する必要があります。
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- 発行された成果物を配置する出力ディレクトリ。
+ 発行された成果物を配置する出力ディレクトリ。MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ 発行する対象のターゲット ランタイム。これは、自己完結型の配置を作成する際に使用します。
+既定では、フレームワーク依存アプリケーションを発行します。The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ 発行する対象の構成。大部分のプロジェクトで、既定値は 'Debug' です。
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ko.xlf
index b5781e2e6..03b88afc2 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ko.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ko.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- 게시할 대상 프레임워크입니다. 대상 프레임워크는 프로젝트 파일에서 지정해야 합니다.
+ 게시할 대상 프레임워크입니다. 대상 프레임워크는 프로젝트 파일에서 지정해야 합니다.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- 게시할 아티팩트를 배치할 출력 디렉터리입니다.
+ 게시된 아티팩트를 배치할 출력 디렉터리입니다.MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ 게시할 대상 런타임입니다. 자체 포함 배포를 만들 때 사용됩니다.
+기본값은 프레임워크 종속 응용 프로그램을 게시하는 것입니다.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ 게시할 구성입니다. 대부분의 프로젝트에서 기본값은 'Debug'입니다.
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.pl.xlf
index cb4c0c981..caacebc07 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.pl.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.pl.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- Docelowa platforma publikacji. Platforma docelowa musi być określona w pliku projektu.
+ Platforma docelowa publikacji. Platforma docelowa musi być określona w pliku projektu.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- Katalog wyjściowy, w którym mają zostać umieszczone opublikowane artefakty.
+ Katalog wyjściowy, w którym mają zostać umieszczone opublikowane artefakty.MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ Docelowe środowisko uruchomieniowe na potrzeby publikacji. Ustawienie stosowane w przypadku tworzenia wdrożenia autonomicznego.
+Ustawieniem domyślnym jest opublikowanie aplikacji zależnej od platformy.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ Konfiguracja, dla której ma być wykonane publikowanie. W przypadku większości projektów ustawienie domyślne to „Debugowanie”.
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.pt-BR.xlf
index f7c91c76c..a332416cf 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.pt-BR.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.pt-BR.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- Estrutura de destino na qual publicar. A estrutura de destino deve ser especificada no arquivo de projeto.
+ A estrutura de destino da publicação. A estrutura de destino precisa ser especificada no arquivo de projeto.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- Diretório de saída no qual os artefatos publicados serão colocados.
+ O diretório de saída no qual os artefatos publicados serão colocados.MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ O tempo de execução de destino da publicação. Ele é usado ao criar uma implantação autossuficiente.
+O padrão é publicar um aplicativo dependente da estrutura.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ A configuração para a qual a publicação ocorrerá. O padrão para a maioria dos projetos é 'Debug'.
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ru.xlf
index 2b269e4ec..34d488ed8 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ru.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.ru.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- Целевая платформа публикации. Целевая платформа должна быть указана в файле проекта.
+ Целевая платформа публикации. Целевая платформа должна быть указана в файле проекта.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- Выходной каталог для размещения опубликованных артефактов.
+ Выходной каталог для размещения опубликованных артефактов.MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ Целевая среда выполнения публикации. Используется при создании автономного развертывания.
+По умолчанию публикуется платформозависимое приложение.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ Конфигурация для публикации. По умолчанию для большинства проектов используется "Debug".
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.tr.xlf
index d39339db9..6aed67f27 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.tr.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.tr.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- Yayımlamanın yapılacağı hedef çerçeve. Hedef çerçevenin proje dosyasında belirtilmesi gerekir.
+ Yayımlamanın yapılacağı hedef çerçeve. Hedef çerçevenin proje dosyasında belirtilmesi gerekir.
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- Yayımlanan yapıtların yerleştirileceği çıkış dizini.
+ Yayımlanan yapıtların yerleştirileceği çıkış dizini.MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ Yayımlamanın yapılacağı hedef çalışma zamanı. Kendi içinde dağıtımlar oluşturulurken kullanılır.
+Varsayılan seçenek, çerçeveye bağımlı bir proje yayımlamaktır.The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ Yayımlanacak yapılandırma. Çoğu proje için varsayılan, ‘Hata Ayıklama’ seçeneğidir.
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.zh-Hans.xlf
index 277fcd58e..95ca67dce 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.zh-Hans.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.zh-Hans.xlf
@@ -14,7 +14,7 @@
The target framework to publish for. The target framework has to be specified in the project file.
- 要发布的目标框架。目标框架必须在项目文件中指定。
+ 要发布的目标框架。必须在项目文件中指定目标框架。
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- 用于放置已发布项的输出目录。
+ 要放置已发布项目的输出目录。MANIFEST
- manifest.xml
+ MANIFEST
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ 要发布的目标运行时。创建自包含部署时使用此项。
+默认操作为发布依赖框架的应用程序。The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ 要发布的配置。大多数项目的默认值是 "Debug"。
diff --git a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.zh-Hant.xlf
index a23a56120..7339114f2 100644
--- a/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.zh-Hant.xlf
+++ b/src/dotnet/commands/dotnet-publish/xlf/LocalizableStrings.zh-Hant.xlf
@@ -9,12 +9,12 @@
FRAMEWORK
- FRAMEWORK
+ 架構The target framework to publish for. The target framework has to be specified in the project file.
- 要為其發行的目標 Framework。其必須在專案檔中指定。
+ 要為其進行發行的目標架構。該架構必須在專案檔中指定。
@@ -24,12 +24,12 @@
The output directory to place the published artifacts in.
- 要放置發行之成品的輸出目錄。
+ 放置發行之成品的輸出目錄。MANIFEST
- manifest.xml
+ 資訊清單
@@ -45,13 +45,13 @@
The target runtime to publish the application for.
The default is to publish a framework-dependent application without an executable.
- The target runtime to publish the application for.
-The default is to publish a framework-dependent application without an executable.
+ 對其進行發行的目標執行階段。建立獨立的部署時,將會使用。
+預設會發行與架構相依的應用程式。The configuration to publish for. The default for most projects is 'Debug'.
- The configuration to publish for. The default for most projects is 'Debug'.
+ 要為其進行發行的組態。大部分的專案預設為「偵錯」。
diff --git a/src/dotnet/commands/dotnet-sln/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-sln/xlf/LocalizableStrings.cs.xlf
index 9ef2e269f..d48783d50 100644
--- a/src/dotnet/commands/dotnet-sln/xlf/LocalizableStrings.cs.xlf
+++ b/src/dotnet/commands/dotnet-sln/xlf/LocalizableStrings.cs.xlf
@@ -19,12 +19,12 @@
Add one or more projects to a solution file.
- Příkaz rozhraní .NET pro přidání projektů do souboru řešení
+ Přidá do souboru řešení jeden nebo více projektů.Remove one or more projects from a solution file.
- Příkaz rozhraní .NET pro odebrání projektů ze souboru řešení
+ Odebere ze souboru řešení jeden nebo více projektů.
@@ -34,7 +34,7 @@
List all projects in a solution file.
- Příkaz rozhraní .NET pro vypsání seznamu projektů v souboru řešení
+ Vypíše seznam všech projektů v souboru řešení.
@@ -44,37 +44,37 @@
SLN_FILE
- SLN_FILE
+ SLN_FILEThe solution file to operate on. If not specified, the command will search the current directory for one.
- The solution file to operate on. If not specified, the command will search the current directory for one.
+ Soubor řešení, s kterým se má pracovat. Pokud není zadaný, příkaz ho bude hledat v aktuálním adresáři.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATHThe paths to the projects to add to the solution.
- The paths to the projects to add to the solution.
+ Cesty k projektům, které se mají přidat do řešeníPROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATHThe paths to the projects to remove from the solution.
- The paths to the projects to remove from the solution.
+ Cesty k projektům, které se mají odebrat z řešeníProject(s)
- Project(s)
+ Projekty
.NET modify solution file command
- Comando de .NET para modificar el archivo de la solución
+ Comando de .NET para modificar el archivo de soluciónCommand to add, remove, and list projects from the solution (SLN) file.
- Comando para agregar, quitar y enumerar proyectos desde el archivo de la solución (SLN).
+ Comando para agregar, quitar y enumerar proyectos desde el archivo de solución (SLN).
@@ -19,12 +19,12 @@
Add one or more projects to a solution file.
- Comando de .NET para agregar proyectos a un archivo de la solución
+ Agrega uno o varios proyectos a un archivo de solución.Remove one or more projects from a solution file.
- Comando de .NET para quitar proyectos de un archivo de la solución
+ Quita uno o varios proyectos de un archivo de solución.
@@ -34,7 +34,7 @@
List all projects in a solution file.
- Comando de .NET para enumerar proyectos en un archivo de la solución
+ Enumera todos los proyectos de la solución.
@@ -44,37 +44,37 @@
SLN_FILE
- SLN_FILE
+ SLN_FILEThe solution file to operate on. If not specified, the command will search the current directory for one.
- The solution file to operate on. If not specified, the command will search the current directory for one.
+ El archivo de solución sobre el que se va a operar. Si no se especifica, el comando buscará uno en el directorio actual.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATHThe paths to the projects to add to the solution.
- The paths to the projects to add to the solution.
+ Las rutas a los proyectos para agregar la solución.PROJECT_PATH
- PROJECT_PATH
+ PROJECT_PATHThe paths to the projects to remove from the solution.
- The paths to the projects to remove from the solution.
+ Las rutas a los proyectos desde la solución.Project(s)
- Project(s)
+ Proyectos