mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
bd0863d9c7
Signed-off-by: snipe <snipe@snipe.net>
33 lines
1 KiB
PHP
33 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset_tag' => 'Eignamerking',
|
|
'asset_model' => 'Tegund',
|
|
'book_value' => 'Núvirði',
|
|
'change' => 'Inn/Út',
|
|
'checkout_date' => 'Ráðstöfunardagsetning',
|
|
'checkoutto' => 'Ráðstafað',
|
|
'components_cost' => 'Total Components Cost',
|
|
'current_value' => 'Núvirði',
|
|
'diff' => 'Mismunur',
|
|
'dl_csv' => 'Hlaða niður CSV',
|
|
'eol' => 'EOL',
|
|
'id' => 'ID',
|
|
'last_checkin_date' => 'Last Checkin Date',
|
|
'location' => 'Staðsetning',
|
|
'purchase_cost' => 'Innkaupsverð',
|
|
'purchase_date' => 'Keypt',
|
|
'serial' => 'Raðnúmer',
|
|
'status' => 'Staða',
|
|
'title' => 'Eign ',
|
|
'image' => 'Búnaðar mynd',
|
|
'days_without_acceptance' => 'Days Without Acceptance',
|
|
'monthly_depreciation' => 'Mánaðarlegar afskriftir',
|
|
'assigned_to' => 'Úthlutað til',
|
|
'requesting_user' => 'Requesting User',
|
|
'requested_date' => 'Requested Date',
|
|
'changed' => 'Breytt',
|
|
'icon' => 'Icon',
|
|
];
|