Files
opensourcepos/app/Language/sv/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" => "All Tid",
"apply" => "Verkställ",
"cancel" => "Avbryt",
"custom" => "Anpassa",
"from" => "Från",
"last_30" => "Senaste 30 dagar",
"last_7" => "Senaste 7 dagar",
"last_financial_year" => "Senaste bokföringsår",
"last_month" => "Senaste månaden",
"last_year" => "Förra året",
"same_month_last_year" => "Samma månad förra året",
"same_month_to_same_day_last_year" => "Samma månad för samma dag förra året",
"this_financial_year" => "Nuvarande bokföringsår",
"this_month" => "Nuvarande månad",
"this_year" => "Nuvarande år",
"to" => "Till",
"today" => "Idag",
"today_last_year" => "Idag föregående år",
"weekstart" => "0",
"yesterday" => "I går",
];