Skip to content

Commit ed757f9

Browse files
Automatic translations update
1 parent 016bb80 commit ed757f9

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/locale/fr-FR.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,14 @@
2222
"schema.security": "Sécurité",
2323
"schema.trading": "Échange",
2424
"schema.updates": "Mises à jour",
25-
"static.add": "Ajouter"
25+
"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 !"
2635
}

0 commit comments

Comments
 (0)