mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
25 lines
1.2 KiB
PHP
25 lines
1.2 KiB
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",
|
|
];
|