Skip to content

Commit

Permalink
French translation
Browse files Browse the repository at this point in the history
translation by @invaders-xx
  • Loading branch information
dmandrade authored Apr 14, 2023
1 parent 1c4ac29 commit 1cb56ea
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resources/lang/fr/clauses.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
'true' => 'Est vrai',
'false' => 'Est faux',
'set' => 'Est défini',
'not_set' => 'N\'est pas défini',
'equal' => 'Est égal à',
'not_equal' => 'N\'est pas égal à',
'on_after' => 'Est le ou après le',
'on_before' => 'Est le ou avant le',
'greater_equal' => 'Est supérieur ou égal à',
'less_equal' => 'Est inférieur ou égal à',
'greater_than' => 'Est supérieur à',
'less_than' => 'Est inférieur à',
'between' => 'Est entre',
'start_with' => 'Commence par',
'not_start_with' => 'Ne commence pas pas',
'end_with' => 'Finit par',
'not_end_with' => 'Ne finit pas par',
'contain' => 'Contient',
'not_contain' => 'Ne contient pas',

'from' => 'De',
'until' => 'À',
'days' => 'Jours',
'weeks' => 'Semaines',
'months' => 'Mois',
'years' => 'Années',
'from_now' => 'À partir de maintenant',
'ago' => 'Depuis',
];

0 comments on commit 1cb56ea

Please sign in to comment.