Files
opensourcepos/app/Language/he/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.3 KiB
PHP

<?php
return [
"all_time" => "כל הזמן",
"apply" => "אשר",
"cancel" => "בטל",
"custom" => "מותאם אישית",
"from" => "מ",
"last_30" => "30 ימים אחרונים",
"last_7" => "שבוע אחרון",
"last_financial_year" => "שנת הכספים האחרונה",
"last_month" => "חודש שעבר",
"last_year" => "שנה שעברה",
"same_month_last_year" => "אותו חודש בשנה שעברה",
"same_month_to_same_day_last_year" => "אותו חודש לאותו יום בשנה שעברה",
"this_financial_year" => "שנת הכספים הנוכחית",
"this_month" => "החודש נוכחי",
"this_year" => "השנה הנוכחית",
"to" => "ל",
"today" => "היום",
"today_last_year" => "היום בשנה שעברה",
"weekstart" => "0",
"yesterday" => "אתמול",
];