snipe-it/resources/lang/ar/admin/depreciations/general.php

17 lines
1 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
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' => 'اسم الاستهلاك',
'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' => 'تحديث الاستهلاك',
'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.',
];