58 lines
No EOL
2.9 KiB
XML
58 lines
No EOL
2.9 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="it" original="src/dotnet/commands/dotnet-clean/LocalizableStrings.resx">
|
|
<body>
|
|
<group id="src/dotnet/commands/dotnet-clean/LocalizableStrings.resx" />
|
|
<trans-unit id="AppFullName">
|
|
<source>.NET Clean Command</source>
|
|
<target state="translated">Comando Pulisci .NET</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppDescription">
|
|
<source>Command to clean previously generated build outputs.</source>
|
|
<target state="translated">Comando per pulire gli output di compilazione generati in precedenza.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdArgProject">
|
|
<source>PROJECT</source>
|
|
<target state="translated">PROGETTO</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdArgProjDescription">
|
|
<source>The MSBuild project file to build. If a project file is not specified, MSBuild searches the current working directory for a file that has a file extension that ends in `proj` and uses that file.</source>
|
|
<target state="translated">File di progetto MSBuild da compilare. Se non si specifica un file di progetto, MSBuild cerca nella directory di lavoro corrente un file la cui estensione termina con `proj` e usa tale file.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdOutputDir">
|
|
<source>OUTPUT_DIR</source>
|
|
<target state="translated">DIR_OUTPUT</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdOutputDirDescription">
|
|
<source>Directory in which the build outputs have been placed.</source>
|
|
<target state="needs-review-translation">Directory in cui sono stati inseriti gli output di compilazione</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CmdFramework">
|
|
<source>FRAMEWORK</source>
|
|
<target state="translated">FRAMEWORK</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdFrameworkDescription">
|
|
<source>Clean a specific framework.</source>
|
|
<target state="needs-review-translation">Pulisce un framework specifico</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
<trans-unit id="CmdConfiguration">
|
|
<source>CONFIGURATION</source>
|
|
<target state="translated">CONFIGURAZIONE</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="CmdConfigurationDescription">
|
|
<source>Clean a specific configuration.</source>
|
|
<target state="needs-review-translation">Pulisce una configurazione specifica</target>
|
|
<note></note>
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |