2018-09-28 11:54:52 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return [
|
2018-09-28 11:54:52 -07:00
|
|
|
|
2021-09-08 13:49:33 -07:00
|
|
|
'asset_tag' => 'Eignamerking',
|
2018-09-28 11:54:52 -07:00
|
|
|
'asset_model' => 'Model',
|
2022-01-13 21:27:29 -08:00
|
|
|
'book_value' => 'Current Value',
|
2018-09-28 11:54:52 -07:00
|
|
|
'change' => 'In/Out',
|
2021-09-08 13:49:33 -07:00
|
|
|
'checkout_date' => 'Ráðstöfunardagsetning',
|
|
|
|
'checkoutto' => 'Ráðstafað',
|
2022-01-13 21:27:29 -08:00
|
|
|
'current_value' => 'Current Value',
|
2018-09-28 11:54:52 -07:00
|
|
|
'diff' => 'Diff',
|
|
|
|
'dl_csv' => 'Download CSV',
|
|
|
|
'eol' => 'EOL',
|
|
|
|
'id' => 'ID',
|
2021-09-08 13:49:33 -07:00
|
|
|
'location' => 'Staðsetning',
|
|
|
|
'purchase_cost' => 'Innkaupsverð',
|
|
|
|
'purchase_date' => 'Keypt',
|
|
|
|
'serial' => 'Raðnúmer',
|
|
|
|
'status' => 'Staða',
|
|
|
|
'title' => 'Eign ',
|
2022-01-13 21:27:29 -08:00
|
|
|
'image' => 'Device Image',
|
2020-11-09 14:52:11 -08:00
|
|
|
'days_without_acceptance' => 'Days Without Acceptance',
|
2022-01-13 21:27:29 -08:00
|
|
|
'monthly_depreciation' => 'Mánaðarlegar afskriftir',
|
2022-03-03 22:21:44 -08:00
|
|
|
'assigned_to' => 'Úthlutað til',
|
2022-01-13 21:27:29 -08:00
|
|
|
'requesting_user' => 'Requesting User',
|
|
|
|
'requested_date' => 'Requested Date',
|
|
|
|
'changed' => 'Changed',
|
|
|
|
'icon' => 'Icon',
|
|
|
|
];
|