Files
opensourcepos/app/Language/de-CH/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.1 KiB
PHP

<?php
return [
"all_time" => "Von Beginn weg",
"apply" => "Apply",
"cancel" => "Cancel",
"custom" => "Custom",
"from" => "From",
"last_30" => "Letzte 30 Tage",
"last_7" => "Letzte 7 Tage",
"last_financial_year" => "",
"last_month" => "Letzter Monat",
"last_year" => "Letztes Jahr",
"same_month_last_year" => "Dieser Monat letzten Jahres",
"same_month_to_same_day_last_year" => "Dieser Monat bis Heute letzten Jahres",
"this_financial_year" => "",
"this_month" => "Dieser Monat",
"this_year" => "Dieses Jahr",
"to" => "To",
"today" => "Heute",
"today_last_year" => "Heute letzten Jahres",
"weekstart" => "1",
"yesterday" => "Gestern",
];