42 lines
No EOL
2.2 KiB
XML
42 lines
No EOL
2.2 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="AppFullName">
|
|
<source>.NET Clean Command</source>
|
|
<target state="translated">Comando Clean de .NET</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppDescription">
|
|
<source>Command to clean previously generated build outputs.</source>
|
|
<target state="translated">Comando para limpiar los archivos de salida de compilaciones anteriores.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdOutputDir">
|
|
<source>OUTPUT_DIR</source>
|
|
<target state="translated">DIRECTORIO_DE_SALIDA</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdOutputDirDescription">
|
|
<source>The directory containing the build artifacts to clean.</source>
|
|
<target state="translated">El directorio que contiene los artefactos compilados para limpiar.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="FrameworkOptionDescription">
|
|
<source>The target framework to clean for. The target framework must also be specified in the project file.</source>
|
|
<target state="translated">La plataforma de destino para la que se limpia. La plataforma de destino se debe especificar en el archivo de proyecto.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="RuntimeOptionDescription">
|
|
<source>The target runtime to clean for.</source>
|
|
<target state="translated">El entorno de tiempo de ejecución para el que se limpia.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ConfigurationOptionDescription">
|
|
<source>The configuration to clean for. The default for most projects is 'Debug'.</source>
|
|
<target state="translated">La configuración para la que se limpia. El valor predeterminado para la mayoría de los proyectos es "Debug".</target>
|
|
<note />
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |