dotnet-installer/src/dotnet/commands/dotnet-help/xlf/LocalizableStrings.es.xlf
Peter Huene 4490fd5aa8
Implement list tool command.
This commit implements the `list tool` command.

The command is responsible for displaying a list of install global tools.

Fixes #8548.
2018-03-02 14:59:11 -08:00

267 lines
No EOL
12 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="../LocalizableStrings.resx">
<body>
<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="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>SDK commands</source>
<target state="translated">Comandos de SDK</target>
<note />
</trans-unit>
<trans-unit id="NewDefinition">
<source>Initialize .NET projects.</source>
<target state="translated">Inicializa proyectos de .NET.</target>
<note />
</trans-unit>
<trans-unit id="RestoreDefinition">
<source>Restore dependencies specified in the .NET project.</source>
<target state="translated">Restaura dependencias especificadas en el proyecto de .NET.</target>
<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="translated">Compila y ejecuta de inmediato un proyecto de .NET.</target>
<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 reference to the project.</source>
<target state="translated">Agrega referencias al proyecto.</target>
<note />
</trans-unit>
<trans-unit id="RemoveDefinition">
<source>Remove reference from the project.</source>
<target state="translated">Quita referencias 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>Runs Microsoft Build Engine (MSBuild).</source>
<target state="translated">Ejecuta Microsoft Build Engine (MSBuild).</target>
<note />
</trans-unit>
<trans-unit id="VsTestDefinition">
<source>Runs Microsoft Test Execution Command Line Tool.</source>
<target state="translated">Ejecuta Herramienta de línea de comandos de ejecución de pruebas de Microsoft.</target>
<note />
</trans-unit>
<trans-unit id="DiagnosticsDefinition">
<source>Enable diagnostic output</source>
<target state="translated">Habilitar salida de diagnóstico</target>
<note />
</trans-unit>
<trans-unit id="CleanDefinition">
<source>Clean build output(s).</source>
<target state="translated">Borre las salidas de compilación.</target>
<note />
</trans-unit>
<trans-unit id="SlnDefinition">
<source>Modify solution (SLN) files.</source>
<target state="translated">Modifique archivos de la solución (SLN).</target>
<note />
</trans-unit>
<trans-unit id="ListDefinition">
<source>List project references or installed tools.</source>
<target state="needs-review-translation">Muestra referencias en el proyecto.</target>
<note />
</trans-unit>
<trans-unit id="CommandDoesNotExist">
<source>Specified command '{0}' is not a valid CLI command. Please specify a valid CLI commands. For more information, run dotnet help.</source>
<target state="translated">El comando especificado "{0}" no es un comando de la CLI válido. Especifique uno válido. Para más información, ejecute la ayuda de dotnet.</target>
<note />
</trans-unit>
<trans-unit id="AppFullName">
<source>.NET CLI help utility</source>
<target state="translated">Utilidad de ayuda de la CLI de .NET</target>
<note />
</trans-unit>
<trans-unit id="AppDescription">
<source>Utility to get more detailed help about each of the CLI commands.</source>
<target state="translated">Utilidad para obtener ayuda más detallada sobre cada uno de los comandos de la CLI.</target>
<note />
</trans-unit>
<trans-unit id="CommandArgumentName">
<source>COMMAND_NAME</source>
<target state="translated">COMMAND_NAME</target>
<note />
</trans-unit>
<trans-unit id="CommandArgumentDescription">
<source>CLI command for which to view more detailed help.</source>
<target state="translated">Comando de la CLI para el que ver ayuda más detallada.</target>
<note />
</trans-unit>
<trans-unit id="PathToApplicationDefinition">
<source>The path to an application .dll file to execute.</source>
<target state="translated">La ruta de acceso al archivo .dll de una aplicación que se ejecutará.</target>
<note />
</trans-unit>
<trans-unit id="SDKVersionCommandDefinition">
<source>Display .NET Core SDK version.</source>
<target state="translated">Muestra la versión del SDK de .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="SDKInfoCommandDefinition">
<source>Display .NET Core information.</source>
<target state="translated">Muestra la información de .NET Core.</target>
<note />
</trans-unit>
<trans-unit id="SDKListSdksCommandDefinition">
<source>Display the installed SDKs.</source>
<target state="translated">Muestra los SDK instalados.</target>
<note />
</trans-unit>
<trans-unit id="SDKListRuntimesCommandDefinition">
<source>Display the installed runtimes.</source>
<target state="translated">Muestra los runtimes instalados.</target>
<note />
</trans-unit>
<trans-unit id="SDKDiagnosticsCommandDefinition">
<source>Enable diagnostic output.</source>
<target state="translated">Habilita la salida de diagnóstico.</target>
<note />
</trans-unit>
<trans-unit id="RunDotnetCommandHelpForMore">
<source>Run 'dotnet COMMAND --help' for more information on a command.</source>
<target state="translated">Ejecute "dotnet COMMAND --help" para más información sobre un comando.</target>
<note />
</trans-unit>
<trans-unit id="AdditionalprobingpathDefinition">
<source>Path containing probing policy and assemblies to probe for.</source>
<target state="translated">Ruta de acceso que contiene la directiva de sondeo y los ensamblados para los que realizar el sondeo.</target>
<note />
</trans-unit>
<trans-unit id="DepsfilDefinition">
<source>Path to &lt;application&gt;.deps.json file.</source>
<target state="translated">Ruta de acceso al archivo &lt;aplicación&gt;.deps.json.</target>
<note />
</trans-unit>
<trans-unit id="RuntimeconfigDefinition">
<source>Path to &lt;application&gt;.runtimeconfig.json file.</source>
<target state="translated">Ruta de acceso al archivo &lt;aplicación&gt;.runtimeconfig.json.</target>
<note />
</trans-unit>
<trans-unit id="FxVersionDefinition">
<source>Version of the installed Shared Framework to use to run the application.</source>
<target state="translated">Versión de la instancia de Shared Framework instalada que se usará para ejecutar la aplicación.</target>
<note />
</trans-unit>
<trans-unit id="RollForwardOnNoCandidateFxDefinition">
<source>Roll forward on no candidate shared framework is enabled.</source>
<target state="translated">Puesta al día activada, no hay ninguna instancia de Shared Framework habilitada.</target>
<note />
</trans-unit>
<trans-unit id="AdditionalDeps">
<source>Path to additional deps.json file.</source>
<target state="translated">Ruta de acceso al archivo deps.json adicional.</target>
<note />
</trans-unit>
<trans-unit id="StoreDefinition">
<source>Stores the specified assemblies in the runtime store.</source>
<target state="translated">Almacena los ensamblados especificados en el almacén del tiempo de ejecución.</target>
<note />
</trans-unit>
<trans-unit id="InstallDefinition">
<source>Installs an item into the development environment.</source>
<target state="translated">Instala un elemento en el entorno de desarrollo.</target>
<note />
</trans-unit>
<trans-unit id="UninstallDefinition">
<source>Uninstalls an item from the development environment.</source>
<target state="new">Uninstalls an item from the development environment.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>