Files
opensourcepos/app/Language/ar-LB/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" => "أمس",
];