mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
15 lines
523 B
PHP
15 lines
523 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Viðhaldgerð',
|
|
'title' => 'Titill',
|
|
'start_date' => 'Hafið',
|
|
'completion_date' => 'Completed',
|
|
'cost' => 'Kostnaður',
|
|
'is_warranty' => 'Warranty Improvement',
|
|
'asset_maintenance_time' => 'Dagar',
|
|
'notes' => 'Athugasemdir',
|
|
'update' => 'Uppfæra',
|
|
'create' => 'Búa til'
|
|
];
|