Files
opensourcepos/app/Language/fr/Datepicker.php
objecttothis e90b5b87da Replace tabs with spaces (#4196)
Signed-off-by: objecttothis <objecttothis@gmail.com>
2025-03-28 21:24:21 +04:00

24 lines
820 B
PHP

<?php
return [
"all_time" => "Depuis le début",
"apply" => "Appliquer",
"cancel" => "Annuler la Vente",
"custom" => "Personnaliser",
"from" => "De",
"last_30" => "Ces 30 derniers jours",
"last_7" => "Ces 7 derniers jours",
"last_financial_year" => "Dernière année fiscale",
"last_month" => "Le mois dernier",
"last_year" => "L'année passée",
"same_month_last_year" => "Même mois de l'Année Dernière",
"same_month_to_same_day_last_year" => "Même mois au même jour que l'an dernier",
"this_financial_year" => "Année fiscale en cours",
"this_month" => "Ce mois",
"this_year" => "Cette Année",
"to" => "To",
"today" => "Aujourd'hui",
"today_last_year" => "Même jour l'année passée",
"weekstart" => "1",
"yesterday" => "Hier",
];