We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016bb80 commit ed757f9Copy full SHA for ed757f9
1 file changed
src/locale/fr-FR.json
@@ -22,5 +22,14 @@
22
"schema.security": "Sécurité",
23
"schema.trading": "Échange",
24
"schema.updates": "Mises à jour",
25
- "static.add": "Ajouter"
+ "static.add": "Ajouter",
26
+ "validators.required": "Champ obligatoire !",
27
+ "validators.number": "Nombre invalide !",
28
+ "validators.number-big": "Nombre trop grand !",
29
+ "validators.number-small": "Nombre trop petit !",
30
+ "validators.string": "Le texte n'est pas valide !",
31
+ "validators.string-big": "Texte trop long !",
32
+ "validators.string-small": "Texte trop court !",
33
+ "validators.steamid": "SteamID invalide !",
34
+ "validators.url": "Ceci n'est pas une adresse URL valide !"
35
}
0 commit comments