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.3 KiB
PHP
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" => "أمس",
|
|
];
|