Skip to content

Commit

Permalink
changed french translation for ScalePrecisionValidator (#2065)
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Gauthier <fgauthier@donetechno.com>
  • Loading branch information
FrancisGauthier and francisgauthier1 committed Feb 9, 2023
1 parent c942933 commit 1b54c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentValidation/Resources/Languages/FrenchLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ internal class FrenchLanguage {
"ExclusiveBetweenValidator" => "'{PropertyName}' doit être entre {From} et {To} (exclusif). Vous avez saisi {PropertyValue}.",
"InclusiveBetweenValidator" => "'{PropertyName}' doit être entre {From} et {To}. Vous avez saisi {PropertyValue}.",
"CreditCardValidator" => "'{PropertyName}' n'est pas un numéro de carte de crédit valide.",
"ScalePrecisionValidator" => "'{PropertyName}' ne doit pas dépasser {ExpectedPrecision} chiffres au total, avec une tolérance pour les décimales {ExpectedScale}. Les chiffres {Digits} et les décimales {ActualScale} ont été trouvés.",
"ScalePrecisionValidator" => "'{PropertyName}' ne doit pas dépasser {ExpectedPrecision} chiffres au total, avec une tolérance de {ExpectedScale} décimales. {Digits} nombres entiers et {ActualScale} décimales ont été trouvés.",
"EmptyValidator" => "'{PropertyName}' devrait être vide.",
"NullValidator" => "'{PropertyName}' devrait être vide.",
"EnumValidator" => "'{PropertyName}' a une plage de valeurs qui n'inclut pas '{PropertyValue}'.",
Expand Down

0 comments on commit 1b54c63

Please sign in to comment.