mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
0e2dd5d76c
Signed-off-by: snipe <snipe@snipe.net>
15 lines
625 B
PHP
15 lines
625 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Typ av tillgångsunderhåll',
|
|
'title' => 'Titel',
|
|
'start_date' => 'Startdatum',
|
|
'completion_date' => 'Datum för slutförande',
|
|
'cost' => 'Kostnad',
|
|
'is_warranty' => 'Förbättring av garanti',
|
|
'asset_maintenance_time' => 'Tillgångs underhållstid (i dagar)',
|
|
'notes' => 'Anteckningar',
|
|
'update' => 'Uppdatera tillgångsunderhåll',
|
|
'create' => 'Skapa tillgångsunderhåll'
|
|
];
|