mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -08:00
50eb257cec
Signed-off-by: snipe <snipe@snipe.net>
17 lines
1 KiB
PHP
17 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_asset_depreciations' => 'حول استهلاك الأصول',
|
|
'about_depreciations' => 'يمكنك إعداد استهلاك الأصول لخفض قيمة الأصول على اساس القسط الثابت للاستهلاك.',
|
|
'asset_depreciations' => 'استهلاك الأصول',
|
|
'create' => 'إنشاء الاستهلاك',
|
|
'depreciation_name' => 'اسم الاستهلاك',
|
|
'depreciation_min' => 'القيمة الأرضية للاستهلاك',
|
|
'number_of_months' => 'عدد الأشهر',
|
|
'update' => 'تحديث الاستهلاك',
|
|
'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.',
|
|
];
|