snipe-it/resources/lang/ar-SA/admin/depreciations/general.php
snipe 50eb257cec Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2024-01-03 23:12:29 +00:00

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.',
];