2018-09-28 11:54:52 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return [
'bulk_delete' => 'Confirm Bulk Delete Assets' ,
2018-09-28 11:54:52 -07:00
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.' ,
'bulk_delete_warn' => 'You are about to delete :asset_count assets.' ,
2022-01-13 21:27:29 -08:00
'bulk_update' => 'Bulk Update Assets' ,
'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ' ,
'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.' ,
2021-09-08 13:49:33 -07:00
'checkedout_to' => 'Ráðstafað til' ,
'checkout_date' => 'Ráðstöfunardagsetning' ,
'checkin_date' => 'Skiladagsetning' ,
'checkout_to' => 'Ráðstöfun til' ,
'cost' => 'Innkaupsverð' ,
'create' => 'Skrá eign' ,
'date' => 'Innkaups dagsetning' ,
'depreciation' => 'Fyrningarflokkur' ,
2018-09-28 11:54:52 -07:00
'depreciates_on' => 'Depreciates On' ,
2021-09-08 13:49:33 -07:00
'default_location' => 'Sjálfgefin staðsetning' ,
2018-09-28 11:54:52 -07:00
'eol_date' => 'EOL Date' ,
'eol_rate' => 'EOL Rate' ,
2021-09-08 13:49:33 -07:00
'expected_checkin' => 'Áætluð skiladagsetning' ,
2018-09-28 11:54:52 -07:00
'expires' => 'Expires' ,
'fully_depreciated' => 'Fully Depreciated' ,
2021-09-08 13:49:33 -07:00
'help_checkout' => 'Ef þú vilt ráðstafa þessari eign strax skaltu velja "Tilbúin til ráðstöfunar" úr listanum yfir stöður hér að ofan. ' ,
2018-09-28 11:54:52 -07:00
'mac_address' => 'MAC Address' ,
2021-09-08 13:49:33 -07:00
'manufacturer' => 'Framleiðandi' ,
2018-09-28 11:54:52 -07:00
'model' => 'Model' ,
2021-09-08 13:49:33 -07:00
'months' => 'mánuðir' ,
'name' => 'Heiti eignar' ,
2018-09-28 11:54:52 -07:00
'notes' => 'Notes' ,
2021-09-08 13:49:33 -07:00
'order' => 'Pöntunarnúmer' ,
'qr' => 'QR kóði' ,
'requestable' => 'Notendur mega biðja um þessa eign' ,
2018-09-28 11:54:52 -07:00
'select_statustype' => 'Select Status Type' ,
2021-09-08 13:49:33 -07:00
'serial' => 'Raðnúmer' ,
'status' => 'Staða' ,
'tag' => 'Eignamerking' ,
2018-09-28 11:54:52 -07:00
'update' => 'Asset Update' ,
2021-09-08 13:49:33 -07:00
'warranty' => 'Ábyrgð' ,
2022-01-13 21:27:29 -08:00
'warranty_expires' => 'Ábyrgð gildir til' ,
2021-09-08 13:49:33 -07:00
'years' => 'ár' ,
2022-01-13 21:27:29 -08:00
'asset_location' => 'Update Asset Location' ,
'asset_location_update_default_current' => 'Update default location AND actual location' ,
'asset_location_update_default' => 'Update only default location' ,
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.' ,
'asset_deployable' => 'That status is deployable. This asset can be checked out.' ,
'processing_spinner' => 'Processing...' ,
];