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

24 lines
1.3 KiB
PHP
Raw Normal View History

2017-12-12 09:20:57 -08:00
<?php
return array(
2018-01-20 04:53:04 -08:00
'about_assets_title' => 'Про активи',
2017-12-12 09:20:57 -08:00
'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.',
2018-01-20 04:53:04 -08:00
'archived' => 'Архівний',
'asset' => 'Актив',
2017-12-12 09:20:57 -08:00
'bulk_checkout' => 'Checkout Assets to User',
2018-01-20 04:53:04 -08:00
'checkin' => 'Прийняти актив',
'checkout' => 'Видати актив',
'clone' => 'Клонувати актив',
2017-12-12 09:20:57 -08:00
'deployable' => 'Deployable',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
2018-01-20 04:53:04 -08:00
'edit' => 'Редагувати актив',
2017-12-12 09:20:57 -08: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>.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
2018-01-20 04:53:04 -08:00
'view' => 'Переглянути актив',
2017-12-12 09:20:57 -08:00
);