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

23 lines
1.1 KiB
PHP
Raw Normal View History

2017-12-12 09:20:57 -08:00
<?php
return [
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.',
'archived' => 'Архівний',
2018-01-20 04:53:04 -08:00
'asset' => 'Актив',
2018-05-02 14:32:50 -07:00
'bulk_checkout' => 'Checkout Assets',
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.',
2018-01-20 04:53:04 -08:00
'edit' => 'Редагувати актив',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
2017-12-12 09:20:57 -08:00
'requestable' => 'Requestable',
'requested' => 'Requested',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
2018-01-20 04:53:04 -08:00
'view' => 'Переглянути актив',
];