snipe-it/resources/lang/uk-UA/admin/licenses/table.php
snipe 2182ea1ce8 Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2024-05-16 21:57:19 +01:00

19 lines
563 B
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(
'assigned_to' => 'Призначено',
'checkout' => 'В/З',
'deleted_at' => 'Видалено в',
'id' => 'ID',
'license_email' => 'Email ліцензії',
'license_name' => 'Зареєстровано на',
'purchase_date' => 'Дата покупки',
'purchased' => 'Придбано',
'seats' => 'Кількість місць',
'hardware' => 'Залізо',
'serial' => 'Серійник',
'title' => 'Ліцензія',
);