mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 08:34:25 -08:00
a4e307c4db
Signed-off-by: snipe <snipe@snipe.net>
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' => 'සාදන්න'
|
|
];
|