mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
15 lines
575 B
PHP
15 lines
575 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Type Vedlikehold',
|
|
'title' => 'Tittel',
|
|
'start_date' => 'Startdato',
|
|
'completion_date' => 'Fullført dato',
|
|
'cost' => 'Kostnad',
|
|
'is_warranty' => 'Uthevet garanti',
|
|
'asset_maintenance_time' => 'Tid brukt på vedlikehold (i dager)',
|
|
'notes' => 'Notater',
|
|
'update' => 'Oppdater Vedlikehold',
|
|
'create' => 'Legg til Vedlikehold'
|
|
];
|