Skip to content

Commit

Permalink
Merge pull request #2166 from josbol/main
Browse files Browse the repository at this point in the history
Update PortugueseBrazilLanguage.cs
  • Loading branch information
JeremySkinner committed Oct 29, 2023
2 parents c6c48ef + 2bd830c commit feeb5ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ internal class PortugueseBrazilLanguage {
"AsyncPredicateValidator" => "'{PropertyName}' não atende a condição definida.",
"RegularExpressionValidator" => "'{PropertyName}' não está no formato correto.",
"EqualValidator" => "'{PropertyName}' deve ser igual a '{ComparisonValue}'.",
"ExactLengthValidator" => "'{PropertyName}' deve ter no máximo {MaxLength} caracteres. Você digitou {TotalLength} caracteres.",
"ExactLengthValidator" => "'{PropertyName}' deve ter exatamente {MaxLength} caracteres. Você digitou {TotalLength} caracteres.",
"ExclusiveBetweenValidator" => "'{PropertyName}' deve, exclusivamente, estar entre {From} e {To}. Você digitou {PropertyValue}.",
"InclusiveBetweenValidator" => "'{PropertyName}' deve estar entre {From} e {To}. Você digitou {PropertyValue}.",
"CreditCardValidator" => "'{PropertyName}' não é um número válido de cartão de crédito.",
Expand Down

0 comments on commit feeb5ae

Please sign in to comment.