dotnet-installer/src/dotnet/commands/dotnet-build/xlf/LocalizableStrings.pt-BR.xlf
2017-01-06 19:07:21 +01:00

88 lines
No EOL
4.8 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="pt-BR" original="src/dotnet/commands/dotnet-build/LocalizableStrings.resx">
<body>
<group id="src/dotnet/commands/dotnet-build/LocalizableStrings.resx" />
<trans-unit id="AppDescription">
<source>Builder for the .NET Platform. Delegates to the MSBuild 'Build' target in the project file.</source>
<target state="translated">Construtor para a Plataforma .NET. Delega para o destino “Build” do MSBuild no arquivo de projeto.</target>
<note />
</trans-unit>
<trans-unit id="AppFullName">
<source>.NET Builder</source>
<target state="translated">Construtor do .NET</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationOptionDescription">
<source>Configuration to use for building the project. Default for most projects is "Debug".</source>
<target state="translated">A configuração a ser usada para criar o projeto. O padrão para a maioria dos projetos é “Depurar”.</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationOptionName">
<source>CONFIGURATION</source>
<target state="translated">CONFIGURAÇÃO</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOptionDescription">
<source>Target framework to build for. The target framework has to be specified in the project file.</source>
<target state="translated">A estrutura de destino para a qual compilar. A estrutura de destino deve ser especificada no arquivo de projeto.</target>
<note />
</trans-unit>
<trans-unit id="FrameworkOptionName">
<source>FRAMEWORK</source>
<target state="translated">ESTRUTURA</target>
<note />
</trans-unit>
<trans-unit id="NoDependenciesOptionDescription">
<source>Set this flag to ignore project-to-project references and only build the root project</source>
<target state="translated">Defina esse sinalizador para ignorar as referências projeto a projeto e compilar apenas o projeto raiz</target>
<note />
</trans-unit>
<trans-unit id="NoIncrementialOptionDescription">
<source>Disables incremental build.</source>
<target state="translated">Desabilita o build incremental.</target>
<note />
</trans-unit>
<trans-unit id="OutputOptionDescription">
<source>Output directory in which to place built artifacts.</source>
<target state="translated">Diretório de saída no qual os artefatos compilados serão colocados.</target>
<note />
</trans-unit>
<trans-unit id="OutputOptionName">
<source>OUTPUT_DIR</source>
<target state="translated">DIRETÓRIO_DE_SAÍDA</target>
<note />
</trans-unit>
<trans-unit id="ProjectArgumentDescription">
<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">O arquivo de projeto do MSBuild para compilar. Se não houver arquivo de projeto especificado, o MSBuild pesquisará no diretório de trabalho atual um arquivo que contenha uma extensão de arquivo que termine em "proj" e usará esse arquivo.</target>
<note />
</trans-unit>
<trans-unit id="ProjectArgumentValueName">
<source>PROJECT</source>
<target state="translated">PROJETO</target>
<note />
</trans-unit>
<trans-unit id="RuntimeOptionDescription">
<source>Target runtime to build for. The default is to build a portable application.</source>
<target state="translated">Tempo de execução de destino para o qual compilar. O padrão é compilar um aplicativo portátil.</target>
<note />
</trans-unit>
<trans-unit id="RuntimeOptionName">
<source>RUNTIME_IDENTIFIER</source>
<target state="translated">RUNTIME_IDENTIFIER</target>
<note />
</trans-unit>
<trans-unit id="VersionSuffixOptionDescription">
<source>Defines the value for the $(VersionSuffix) property in the project</source>
<target state="translated">Define o valor da propriedade $(VersionSuffix) no projeto</target>
<note />
</trans-unit>
<trans-unit id="VersionSuffixOptionName">
<source>VERSION_SUFFIX</source>
<target state="translated">SUFIXO_DA_VERSÃO</target>
<note />
</trans-unit>
</body>
</file>
</xliff>