2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-28 12:40:03 -08:00
|
|
|
return [
|
2017-12-12 09:20:57 -08:00
|
|
|
'about_asset_depreciations' => 'حول استهلاك الأصول',
|
|
|
|
'about_depreciations' => 'يمكنك إعداد استهلاك الأصول لخفض قيمة الأصول على اساس القسط الثابت للاستهلاك.',
|
2016-03-25 01:18:05 -07:00
|
|
|
'asset_depreciations' => 'استهلاك الأصول',
|
2017-01-10 17:53:06 -08:00
|
|
|
'create' => 'إنشاء الاستهلاك',
|
2016-03-25 01:18:05 -07:00
|
|
|
'depreciation_name' => 'اسم الاستهلاك',
|
2022-01-28 12:40:03 -08:00
|
|
|
'depreciation_min' => 'Floor Value of Depreciation',
|
2016-03-25 01:18:05 -07:00
|
|
|
'number_of_months' => 'عدد الأشهر',
|
2017-01-10 17:53:06 -08:00
|
|
|
'update' => 'تحديث الاستهلاك',
|
2022-01-28 12:40:03 -08:00
|
|
|
'depreciation_min' => 'الحد الأدنى للقيمة بعد الاستهلاك',
|
|
|
|
'no_depreciations_warning' => '<strong>Warning: </strong>
|
|
|
|
You do not currently have any depreciations set up.
|
|
|
|
Please set up at least one depreciation to view the depreciation report.',
|
|
|
|
];
|