snipe-it/resources/lang/sl/admin/asset_maintenances/form.php

15 lines
591 B
PHP
Raw Normal View History

2018-02-20 14:37:22 -08:00
<?php
return [
'asset_maintenance_type' => 'Asset Maintenance Type',
2018-02-20 14:37:22 -08:00
'title' => 'Naslov',
'start_date' => 'Start Date',
'completion_date' => 'Completion Date',
2018-02-20 14:37:22 -08:00
'cost' => 'Cena',
'is_warranty' => 'Izboljšanje garancije',
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
2018-02-20 14:37:22 -08:00
'notes' => 'Opombe',
'update' => 'Update Asset Maintenance',
'create' => 'Create Asset Maintenance'
2018-02-20 14:37:22 -08:00
];