snipe-it/resources/lang/uk/admin/hardware/general.php
snipe 903609b5a5 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2021-10-04 19:59:55 -07:00

23 lines
1.1 KiB
PHP

<?php
return array(
'about_assets_title' => 'Про активи',
'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.',
'archived' => 'Архівний',
'asset' => 'Актив',
'bulk_checkout' => 'Checkout Assets',
'checkin' => 'Прийняти актив',
'checkout' => 'Видати актив',
'clone' => 'Клонувати актив',
'deployable' => 'Deployable',
'deleted' => 'This asset has been deleted.',
'edit' => 'Редагувати актив',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'Переглянути актив',
);