snipe-it/resources/lang/ar/admin/depreciations/general.php
snipe 16fb2213b5 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2022-01-28 12:40:03 -08:00

17 lines
1 KiB
PHP

<?php
return [
'about_asset_depreciations' => 'حول استهلاك الأصول',
'about_depreciations' => 'يمكنك إعداد استهلاك الأصول لخفض قيمة الأصول على اساس القسط الثابت للاستهلاك.',
'asset_depreciations' => 'استهلاك الأصول',
'create' => 'إنشاء الاستهلاك',
'depreciation_name' => 'اسم الاستهلاك',
'depreciation_min' => 'Floor Value of Depreciation',
'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.',
];