mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
517 B
PHP
15 lines
517 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'asset_maintenance_type' => 'Vrsta vzdrževanja',
|
||
|
'title' => 'Naslov',
|
||
|
'start_date' => 'Začeto',
|
||
|
'completion_date' => 'Končano',
|
||
|
'cost' => 'Cena',
|
||
|
'is_warranty' => 'Izboljšanje garancije',
|
||
|
'asset_maintenance_time' => 'Dnevi',
|
||
|
'notes' => 'Opombe',
|
||
|
'update' => 'Posodobi',
|
||
|
'create' => 'Ustvari'
|
||
|
];
|