snipe-it/resources/lang/uk-UA/admin/licenses/form.php
snipe 50eb257cec Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2024-01-03 23:12:29 +00:00

23 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'asset' => 'Актив',
'checkin' => 'Прийняти',
'create' => 'Створити ліцензію',
'expiration' => 'Дійсний до',
'license_key' => 'Ключ продукту',
'maintained' => 'Підтримувані',
'name' => 'Назва програмного забезпечення',
'no_depreciation' => 'Не амортизувати',
'purchase_order' => 'Номер замовлення на купівлю',
'reassignable' => 'Перепризначене',
'remaining_seats' => 'Залишені місця',
'seats' => 'Кількість місць',
'termination_date' => 'Дата закінчення',
'to_email' => 'Ліцензія на електронну пошту',
'to_name' => 'Ліцензія від імені',
'update' => 'Оновити ліцензію',
'checkout_help' => 'Ви повинні перевірити ліцензію на апаратні активи або особу. Ви можете вибрати і те, і інше, але власник активу повинен відповідати особі, до якої ви перевіряєте актив.'
);