mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-30 13:07: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" => "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",
|
|
];
|