Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions src/System.CommandLine/Properties/xlf/Resources.pt-BR.xlf
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<?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="../Resources.resx">
<body>
<trans-unit id="ArgumentConversionCannotParse">
<source>Cannot parse argument '{0}' as expected type '{1}'.</source>
<target state="new">Cannot parse argument '{0}' as expected type '{1}'.</target>
<target state="translated">Não foi possível converter o argumento '{0}' para o tipo esperado '{1}'.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentConversionCannotParseForCommand">
<source>Cannot parse argument '{0}' for command '{1}' as expected type '{2}'.</source>
<target state="new">Cannot parse argument '{0}' for command '{1}' as expected type '{2}'.</target>
<target state="translated">Não foi possível converter o argumento '{0}' para o comando '{1}' para o tipo esperado '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentConversionCannotParseForCommand_Completions">
<source>Cannot parse argument '{0}' for command '{1}' as expected type '{2}'. Did you mean one of the following?{3}</source>
<target state="new">Cannot parse argument '{0}' for command '{1}' as expected type '{2}'. Did you mean one of the following?{3}</target>
<target state="translated">Não foi possível converter o argumento '{0}' para o comando '{1}' para o tipo esperado '{2}'. Você quis dizer um dos seguintes?{3}</target>
<note />
</trans-unit>
<trans-unit id="ArgumentConversionCannotParseForOption">
<source>Cannot parse argument '{0}' for option '{1}' as expected type '{2}'.</source>
<target state="new">Cannot parse argument '{0}' for option '{1}' as expected type '{2}'.</target>
<target state="translated">Não foi possível converter o argumento '{0}' para a opção '{1}' para o tipo esperado '{2}'.</target>
<note />
</trans-unit>
<trans-unit id="ArgumentConversionCannotParseForOption_Completions">
<source>Cannot parse argument '{0}' for option '{1}' as expected type '{2}'. Did you mean one of the following?{3}</source>
<target state="new">Cannot parse argument '{0}' for option '{1}' as expected type '{2}'. Did you mean one of the following?{3}</target>
<target state="translated">Não foi possível converter o argumento '{0}' para a opção '{1}' para o tipo esperado '{2}'. Você quis dizer um dos seguintes?{3}</target>
<note />
</trans-unit>
<trans-unit id="CommandRequiredArgumentMissing">
Expand All @@ -44,7 +44,7 @@
</trans-unit>
<trans-unit id="ExceptionHandlerHeader">
<source>Unhandled exception: </source>
<target state="new">Unhandled exception: </target>
<target state="translated">Exceção não tratada: </target>
<note />
</trans-unit>
<trans-unit id="FileDoesNotExist">
Expand All @@ -59,7 +59,7 @@
</trans-unit>
<trans-unit id="HelpAdditionalArgumentsDescription">
<source>Arguments passed to the application that is being run.</source>
<target state="new">Arguments passed to the application that is being run.</target>
<target state="translated">Argumentos passados para a aplicação que está sendo executada.</target>
<note />
</trans-unit>
<trans-unit id="HelpAdditionalArgumentsTitle">
Expand All @@ -69,7 +69,7 @@
</trans-unit>
<trans-unit id="HelpArgumentDefaultValueLabel">
<source>default</source>
<target state="new">default</target>
<target state="translated">padrão</target>
<note />
</trans-unit>
<trans-unit id="HelpArgumentsTitle">
Expand All @@ -84,32 +84,32 @@
</trans-unit>
<trans-unit id="HelpDescriptionTitle">
<source>Description:</source>
<target state="new">Description:</target>
<target state="translated">Descrição:</target>
<note />
</trans-unit>
<trans-unit id="HelpOptionDescription">
<source>Show help and usage information</source>
<target state="new">Show help and usage information</target>
<target state="translated">Mostrar ajuda e informações de uso</target>
<note />
</trans-unit>
<trans-unit id="HelpOptionsRequiredLabel">
<source>(REQUIRED)</source>
<target state="new">(REQUIRED)</target>
<target state="translated">(OBRIGATÓRIO)</target>
<note />
</trans-unit>
<trans-unit id="HelpUsageCommand">
<source>[command]</source>
<target state="new">[command]</target>
<target state="translated">[comando]</target>
<note />
</trans-unit>
<trans-unit id="HelpUsageOptions">
<source>[options]</source>
<target state="new">[options]</target>
<target state="translated">[opções]</target>
<note />
</trans-unit>
<trans-unit id="InvalidCharactersInFileName">
<source>Character not allowed in a file name: '{0}'.</source>
<target state="new">Character not allowed in a file name: '{0}'.</target>
<target state="translated">Caractere não permitido em um nome de arquivo: '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="HelpOptionsTitle">
Expand All @@ -119,7 +119,7 @@
</trans-unit>
<trans-unit id="HelpUsageAdditionalArguments">
<source>[[--] &lt;additional arguments&gt;...]]</source>
<target state="new">[[--] &lt;additional arguments&gt;...]]</target>
<target state="translated">[[--] &lt;argumentos adicionais&gt;...]]</target>
<note />
</trans-unit>
<trans-unit id="HelpUsageTitle">
Expand All @@ -134,7 +134,7 @@
</trans-unit>
<trans-unit id="OptionExpectsOneArgument">
<source>Option '{0}' expects a single argument but {1} were provided.</source>
<target state="new">Option '{0}' expects a single argument but {1} were provided.</target>
<target state="translated">A opção '{0}' espera um único argumento, mas {1} foram fornecidos.</target>
<note />
</trans-unit>
<trans-unit id="OptionRequiredArgumentMissing">
Expand All @@ -144,12 +144,12 @@
</trans-unit>
<trans-unit id="RequiredCommandWasNotProvided">
<source>Required command was not provided.</source>
<target state="translated">O comando necessário não foi fornecido.</target>
<target state="translated">O comando obrigatório não foi fornecido.</target>
<note />
</trans-unit>
<trans-unit id="RequiredOptionWasNotProvided">
<source>Option '{0}' is required.</source>
<target state="new">Option '{0}' is required.</target>
<target state="translated">A opção '{0}' é obrigatória.</target>
<note />
</trans-unit>
<trans-unit id="ResponseFileNotFound">
Expand All @@ -159,12 +159,12 @@
</trans-unit>
<trans-unit id="SuggestionsTokenNotMatched">
<source>'{0}' was not matched. Did you mean one of the following?</source>
<target state="new">'{0}' was not matched. Did you mean one of the following?</target>
<target state="translated">'{0}' não foi reconhecido. Você quis dizer um dos seguintes?</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedArgument">
<source>Argument '{0}' not recognized. Must be one of:{1}</source>
<target state="translated">Argumento '{0}' não reconhecido. Ele deve ser um dos seguintes: {1}</target>
<target state="translated">Argumento '{0}' não reconhecido. Deve ser um dos seguintes:{1}</target>
<note />
</trans-unit>
<trans-unit id="UnrecognizedCommandOrArgument">
Expand All @@ -174,7 +174,7 @@
</trans-unit>
<trans-unit id="VersionOptionCannotBeCombinedWithOtherArguments">
<source>{0} option cannot be combined with other arguments.</source>
<target state="new">{0} option cannot be combined with other arguments.</target>
<target state="translated">A opção {0} não pode ser combinada com outros argumentos.</target>
<note />
</trans-unit>
<trans-unit id="VersionOptionDescription">
Expand Down
Loading