Files
opensourcepos/app/Language/it/Datepicker.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* 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
2025-05-02 19:37:06 +02:00

25 lines
1.2 KiB
PHP

<?php
return [
"all_time" => "Periodo completo",
"apply" => "Applica",
"cancel" => "Cancella",
"custom" => "Personalizzato",
"from" => "Da",
"last_30" => "Ultimi 30 giorni",
"last_7" => "Ultimi 7 giorni",
"last_financial_year" => "Ultimo Anno Fiscale",
"last_month" => "Ultimo Mese",
"last_year" => "Ultimo Anno",
"same_month_last_year" => "Stesso Mese Ultimo Anno",
"same_month_to_same_day_last_year" => "Stesso mese e giorno dell'ultimo Anno",
"this_financial_year" => "Anno Fiscale Corrente",
"this_month" => "Mese Corrente",
"this_year" => "Anno Corrente",
"to" => "To",
"today" => "Oggi",
"today_last_year" => "Oggi Ultimo Anno",
"weekstart" => "0",
"yesterday" => "Ieri",
];