mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
15 lines
591 B
PHP
15 lines
591 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'asset_maintenance_type' => 'Maintenance Type',
|
||
|
'title' => 'Title',
|
||
|
'start_date' => 'Started',
|
||
|
'completion_date' => 'සම්පූර්ණයි',
|
||
|
'cost' => 'පිරිවැය',
|
||
|
'is_warranty' => 'Warranty Improvement',
|
||
|
'asset_maintenance_time' => 'දින',
|
||
|
'notes' => 'සටහන්',
|
||
|
'update' => 'යාවත්කාල',
|
||
|
'create' => 'සාදන්න'
|
||
|
];
|