snipe-it/resources/lang/ar/admin/asset_maintenances/form.php

15 lines
562 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
'asset_maintenance_type' => 'تصنيف الصيانة',
'title' => 'المسمى',
'start_date' => 'بدأت',
'completion_date' => 'أنجزت',
'cost' => 'التكلفة',
'is_warranty' => 'تحسين الضمان',
'asset_maintenance_time' => 'أيام',
'notes' => 'مُلاحظات',
'update' => 'تعديل',
'create' => 'إنشاء'
2016-03-25 01:18:05 -07:00
];