-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
translation by @invaders-xx
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
]; |