mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
15 lines
521 B
PHP
Executable file
15 lines
521 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Maintenance Type',
|
|
'title' => 'Titel',
|
|
'start_date' => 'Startad',
|
|
'completion_date' => 'Slutförd',
|
|
'cost' => 'Kostnad',
|
|
'is_warranty' => 'Warranty Improvement',
|
|
'asset_maintenance_time' => 'Dagar',
|
|
'notes' => 'Anteckningar',
|
|
'update' => 'Uppdatera',
|
|
'create' => 'Skapa'
|
|
];
|