snipe-it/resources/lang/hu/admin/hardware/general.php

24 lines
1.3 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-12-03 17:10:05 -08:00
'about_assets_title' => 'About Assets',
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
2016-05-16 21:54:13 -07:00
'archived' => 'Arhivált',
'asset' => 'Eszköz',
2016-07-29 14:32:31 -07:00
'bulk_checkout' => 'Checkout Assets to User',
2016-05-16 21:54:13 -07:00
'checkin' => 'Eszköz visszavétele',
'checkout' => 'Eszköz kiadása felhasználónak',
'clone' => 'Eszköz klónozása',
'deployable' => 'Kiadható',
2016-03-25 01:18:05 -07:00
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
2016-05-16 21:54:13 -07:00
'edit' => 'Eszköz módosítása',
2016-03-25 01:18:05 -07:00
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
2016-10-04 12:23:02 -07:00
'requestable' => 'Requestable',
2016-12-03 17:10:05 -08:00
'requested' => 'Kérve',
2016-03-25 01:18:05 -07:00
'restore' => 'Restore Asset',
2016-12-03 17:10:05 -08:00
'pending' => 'Függőben',
'undeployable' => 'Nem telepíthető',
2016-03-25 01:18:05 -07:00
'view' => 'View Asset',
);