snipe-it/resources/lang/uk/admin/accessories/general.php
2018-01-20 04:53:04 -08:00

23 lines
1.5 KiB
PHP

<?php
return array(
'about_accessories_title' => 'Про аксесуари',
'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
'accessory_category' => 'Категорія аксесуарів',
'accessory_name' => 'Назва аксесуара',
'checkout' => 'Видати аксесуар',
'checkin' => 'Прийняти аксесуар',
'create' => 'Створити аксесуар',
'edit' => 'Редагувати аксесуар',
'eula_text' => 'EULA категорії',
'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
'total' => 'Разом',
'remaining' => 'Є',
'update' => 'Оновити аксесуар',
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
);