2018-09-28 11:54:52 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return [
'bulk_delete' => 'Confirm Bulk Delete Assets' ,
2023-04-06 19:36:58 -07:00
'bulk_restore' => 'Confirm Bulk Restore 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.' ,
2023-04-06 19:36:58 -07:00
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.' ,
2018-09-28 11:54:52 -07:00
'bulk_delete_warn' => 'You are about to delete :asset_count assets.' ,
2023-04-06 19:36:58 -07:00
'bulk_restore_warn' => 'You are about to restore :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. ' ,
2022-10-04 17:48:43 -07:00
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.' ,
2023-09-25 02:54:46 -07:00
'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.' ,
'bulk_update_model_prefix' => 'On Models' ,
'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.' ,
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' ,
2022-10-13 12:52:45 -07:00
'depreciates_on' => 'Afskriftir á' ,
2021-09-08 13:49:33 -07:00
'default_location' => 'Sjálfgefin staðsetning' ,
2022-10-13 12:52:45 -07:00
'eol_date' => 'EOL Dags' ,
2018-09-28 11:54:52 -07:00
'eol_rate' => 'EOL Rate' ,
2021-09-08 13:49:33 -07:00
'expected_checkin' => 'Áætluð skiladagsetning' ,
2022-10-13 12:52:45 -07:00
'expires' => 'Expires (útrunnið)' ,
'fully_depreciated' => 'Að fullu afskrifað' ,
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' ,
2022-10-13 12:52:45 -07:00
'model' => 'Tegund' ,
2021-09-08 13:49:33 -07:00
'months' => 'mánuðir' ,
'name' => 'Heiti eignar' ,
2022-10-13 12:52:45 -07:00
'notes' => 'Athugasemdir' ,
2021-09-08 13:49:33 -07:00
'order' => 'Pöntunarnúmer' ,
'qr' => 'QR kóði' ,
'requestable' => 'Notendur mega biðja um þessa eign' ,
2022-10-13 12:52:45 -07:00
'select_statustype' => 'Veldu stöðu' ,
2021-09-08 13:49:33 -07:00
'serial' => 'Raðnúmer' ,
'status' => 'Staða' ,
'tag' => 'Eignamerking' ,
2022-10-13 12:52:45 -07:00
'update' => 'Eign uppfærð' ,
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' ,
2023-11-27 06:43:16 -08:00
'asset_location_update_actual' => 'Uppfæra aðeins núverandi staðsetningu' ,
2022-01-13 21:27:29 -08:00
'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.' ,
2023-04-06 19:36:58 -07:00
'processing_spinner' => 'Processing... (This might take a bit of time on large files)' ,
2022-10-13 12:52:45 -07:00
'optional_infos' => 'Viðbótarupplýsingar' ,
'order_details' => 'Innkaupaupplýsingar'
2022-01-13 21:27:29 -08:00
];