Skip to content

Commit

Permalink
Merge pull request #76 from QuentinBontemps/master
Browse files Browse the repository at this point in the history
add fr lang
  • Loading branch information
RyanDaDeng committed Feb 19, 2021
2 parents 6695bb3 + fef9f92 commit 4fce3e3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/lang/fr/messages.php
@@ -0,0 +1,12 @@
<?php

return [
'ERROR_MISSING_INPUT' => 'Champs de réponse introuvable.',
'ERROR_UNABLE_TO_VERIFY' => 'Vérification impossible.',
'ERROR_HOSTNAME' => 'Le nom d\'hôte ne correspond pas.',
'ERROR_ACTION' => 'L\'action ne correspond pas.',
'ERROR_SCORE_THRESHOLD' => 'Le score n\'atteint pas le seuil.',
'ERROR_TIMEOUT' => 'Délai dépassé',
'SUCCESS' => 'Vérification réussie.',
'TIMEOUT_OR_DUPLICATE'=> 'Délai de l\'action dépassé.',
];

0 comments on commit 4fce3e3

Please sign in to comment.