mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
15 lines
590 B
PHP
15 lines
590 B
PHP
<?php
|
||
|
||
return [
|
||
'asset_maintenance_type' => 'نوع نگهداری دارایی',
|
||
'title' => 'عنوان',
|
||
'start_date' => 'شروع شده',
|
||
'completion_date' => 'تکمیل شده',
|
||
'cost' => 'هزینه',
|
||
'is_warranty' => 'بهبود ضمانت',
|
||
'asset_maintenance_time' => 'روزها',
|
||
'notes' => 'یادداشت ها',
|
||
'update' => 'بروزرسانی',
|
||
'create' => 'ایجاد'
|
||
];
|