mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
50eb257cec
Signed-off-by: snipe <snipe@snipe.net>
15 lines
684 B
PHP
15 lines
684 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'نوعر صيانة الأصل',
|
|
'title' => 'المسمى',
|
|
'start_date' => 'تاريخ البداية',
|
|
'completion_date' => 'تاريخ الانتهاء',
|
|
'cost' => 'التكلفة',
|
|
'is_warranty' => 'تحسين الضمان',
|
|
'asset_maintenance_time' => 'وقت صيانة الاصل (بالايام)',
|
|
'notes' => 'مُلاحظات',
|
|
'update' => 'تعديل صيانة الأصل',
|
|
'create' => 'إنشاء صيانة الأصول'
|
|
];
|