snipe-it/resources/lang/is/admin/hardware/message.php

85 lines
3.5 KiB
PHP
Raw Normal View History

2018-09-28 11:54:52 -07:00
<?php
return [
2018-09-28 11:54:52 -07:00
'undeployable' => '<strong>Varúð: </strong> Þessi eign hefur verið merkt sem ónothæf svo stöddu.
Ef ástand hennar hefur breyst skaltu uppfæra stöðu eignarinnar.',
'does_not_exist' => 'Þessi eign finnst ekki.',
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
'assoc_users' => 'Þessari eign hefur þegar verið ráðstafað til notanda og er því ekki hægt að afskrá. Vinsamlegast skilaðu eigninni fyrst og reyndu síðan að afskrá hana. ',
2018-09-28 11:54:52 -07:00
'create' => [
2018-09-28 11:54:52 -07:00
'error' => 'Asset was not created, please try again. :(',
'success' => 'Það tókst að skrá þessa eign :)',
],
2018-09-28 11:54:52 -07:00
'update' => [
2018-09-28 11:54:52 -07:00
'error' => 'Asset was not updated, please try again',
'success' => 'Asset updated successfully.',
'nothing_updated' => 'No fields were selected, so nothing was updated.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
],
2018-09-28 11:54:52 -07:00
'restore' => [
2018-09-28 11:54:52 -07:00
'error' => 'Asset was not restored, please try again',
'success' => 'Asset restored successfully.',
],
2018-09-28 11:54:52 -07:00
'audit' => [
'error' => 'Eignaúttekt var ekki skráð. Vinsamlegast reyndu aftur.',
'success' => 'Eignaúttekt var skráð.',
],
2018-09-28 11:54:52 -07:00
'deletefile' => [
2018-09-28 11:54:52 -07:00
'error' => 'File not deleted. Please try again.',
'success' => 'File successfully deleted.',
],
2018-09-28 11:54:52 -07:00
'upload' => [
2018-09-28 11:54:52 -07:00
'error' => 'File(s) not uploaded. Please try again.',
'success' => 'File(s) successfully uploaded.',
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
],
2018-09-28 11:54:52 -07:00
'import' => [
2018-09-28 11:54:52 -07:00
'error' => 'Some items did not import correctly.',
'errorDetail' => 'The following Items were not imported because of errors.',
'success' => 'Your file has been imported',
'file_delete_success' => 'Your file has been been successfully deleted',
'file_delete_error' => 'The file was unable to be deleted',
],
2018-09-28 11:54:52 -07:00
'delete' => [
'confirm' => 'Ertu viss um að þú viljir afskrá þessa eign?',
2018-09-28 11:54:52 -07:00
'error' => 'There was an issue deleting the asset. Please try again.',
'nothing_updated' => 'No assets were selected, so nothing was deleted.',
'success' => 'The asset was deleted successfully.',
],
2018-09-28 11:54:52 -07:00
'checkout' => [
'error' => 'Eigninni var ekki ráðstafað, vinsamlegast reyndu aftur',
'success' => 'Eigninni var ráðstafað.',
2018-09-28 11:54:52 -07:00
'user_does_not_exist' => 'That user is invalid. Please try again.',
'not_available' => 'Þessi eign er ekki laus til ráðstöfunar!',
'no_assets_selected' => 'Þú verður að velja að lágmarki eina eign úr listanum',
],
2018-09-28 11:54:52 -07:00
'checkin' => [
'error' => 'Eigninni var ekki skilað, vinsamlegast reyndu aftur',
'success' => 'Eigninni var skilað.',
2018-09-28 11:54:52 -07:00
'user_does_not_exist' => 'That user is invalid. Please try again.',
'already_checked_in' => 'Þessari eign hefur þegar verið skilað.',
2018-09-28 11:54:52 -07:00
],
2018-09-28 11:54:52 -07:00
'requests' => [
2018-09-28 11:54:52 -07:00
'error' => 'Asset was not requested, please try again',
'success' => 'Asset requested successfully.',
'canceled' => 'Beiðni um ráðstöfun var afturkölluð',
],
2018-09-28 11:54:52 -07:00
];