snipe-it/resources/lang/si-LK/admin/asset_maintenances/form.php

15 lines
591 B
PHP
Raw Normal View History

<?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' => 'සාදන්න'
];