dotnet-installer/src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.es.xlf
2016-12-16 13:32:48 -08:00

148 lines
No EOL
6.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="es" original="src/dotnet/commands/dotnet-help/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-help/LocalizableStrings.resx" />
<trans-unit id="Usage">
<source>Usage</source>
<target state="translated">Uso</target>
<note />
</trans-unit>
<trans-unit id="Arguments">
<source>Arguments</source>
<target state="translated">Argumentos</target>
<note />
</trans-unit>
<trans-unit id="CommandDefinition">
<source>The command to execute</source>
<target state="translated">Comando para ejecutar</target>
<note />
</trans-unit>
<trans-unit id="ArgumentsDefinition">
<source>Arguments to pass to the command</source>
<target state="translated">Argumentos que se pasan al comando</target>
<note />
</trans-unit>
<trans-unit id="HostOptionsDefinition">
<source>Options specific to dotnet (host)</source>
<target state="translated">Opciones específicas de dotnet (host)</target>
<note />
</trans-unit>
<trans-unit id="OptionsDescription">
<source>Options common to all commands</source>
<target state="translated">Opciones comunes a todos los comandos</target>
<note />
</trans-unit>
<trans-unit id="CommonOptions">
<source>Common options</source>
<target state="translated">Opciones comunes</target>
<note />
</trans-unit>
<trans-unit id="VerboseDefinition">
<source>Enable verbose output</source>
<target state="translated">Habilita la salida detallada</target>
<note />
</trans-unit>
<trans-unit id="HelpDefinition">
<source>Show help</source>
<target state="translated">Muestra la ayuda</target>
<note />
</trans-unit>
<trans-unit id="HostOptions">
<source>Host options (passed before the command)</source>
<target state="translated">Opciones de host (pasadas antes que el comando)</target>
<note />
</trans-unit>
<trans-unit id="VersionDescription">
<source>Display .NET CLI Version Number</source>
<target state="translated">Muestra el número de versión de la CLI de .NET</target>
<note />
</trans-unit>
<trans-unit id="InfoDescription">
<source>Display .NET CLI Info</source>
<target state="translated">Muestra información de la CLI de .NET</target>
<note />
</trans-unit>
<trans-unit id="Commands">
<source>Commands</source>
<target state="translated">Comandos</target>
<note />
</trans-unit>
<trans-unit id="NewDefinition">
<source>Initialize a basic .NET project</source>
<target state="translated">Inicializa un proyecto de .NET básico</target>
<note />
</trans-unit>
<trans-unit id="RestoreDefinition">
<source>Restore dependencies specified in the .NET project</source>
<target state="needs-review-translation">Restaura dependencias especificadas en el proyecto de .NET</target>
<note></note>
</trans-unit>
<trans-unit id="BuildDefinition">
<source>Builds a .NET project</source>
<target state="translated">Compila un proyecto de .NET</target>
<note />
</trans-unit>
<trans-unit id="PublishDefinition">
<source>Publishes a .NET project for deployment (including the runtime)</source>
<target state="translated">Publica un proyecto de .NET para implementarlo (incluido el entorno de tiempo de ejecución)</target>
<note />
</trans-unit>
<trans-unit id="RunDefinition">
<source>Compiles and immediately executes a .NET project</source>
<target state="needs-review-translation">Compila y ejecuta de inmediato un proyecto de .NET</target>
<note></note>
</trans-unit>
<trans-unit id="TestDefinition">
<source>Runs unit tests using the test runner specified in the project</source>
<target state="translated">Ejecuta pruebas unitarias usando el ejecutor de pruebas especificado en el proyecto</target>
<note />
</trans-unit>
<trans-unit id="PackDefinition">
<source>Creates a NuGet package</source>
<target state="translated">Crea un paquete NuGet</target>
<note />
</trans-unit>
<trans-unit id="MigrateDefinition">
<source>Migrates a project.json based project to a msbuild based project</source>
<target state="translated">Migra un proyecto basado en project.json a un proyecto basado en MSBuild</target>
<note />
</trans-unit>
<trans-unit id="ProjectModificationCommands">
<source>Project modification commands</source>
<target state="translated">Comandos de modificación del proyecto</target>
<note />
</trans-unit>
<trans-unit id="AddDefinition">
<source>Add items to the project</source>
<target state="translated">Agrega elementos al proyecto</target>
<note />
</trans-unit>
<trans-unit id="RemoveDefinition">
<source>Remove items from the project</source>
<target state="translated">Quita elementos del proyecto</target>
<note />
</trans-unit>
<trans-unit id="AdvancedCommands">
<source>Advanced Commands</source>
<target state="translated">Comandos avanzados</target>
<note />
</trans-unit>
<trans-unit id="NugetDefinition">
<source>Provides additional NuGet commands</source>
<target state="translated">Proporciona comandos NuGet adicionales</target>
<note />
</trans-unit>
<trans-unit id="MsBuildDefinition">
<source>msbuilds a project and all of its dependencies</source>
<target state="translated">Compila un proyecto y todas sus dependencias con MSBuild</target>
<note />
</trans-unit>
<trans-unit id="VsTestDefinition">
<source>Runs tests from the specified files</source>
<target state="translated">Ejecuta pruebas de los archivos especificados</target>
<note />
</trans-unit>
</body>
</file>
</xliff>