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

14 lines
943 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(
'about_consumables_title' => 'Про витратні матеріали',
'about_consumables_text' => 'Витратні матеріали це будь-що, що буде споживано на протязі певного часу. Наприклад, чорнила для принтера або папір.',
'checkout' => 'Видати витратний матеріал користувачу',
'consumable_name' => 'Назва витратного матеріалу',
'create' => 'Створити витратний матеріал',
'item_no' => 'Позиція №',
'remaining' => 'Залишилось',
'total' => 'Загалом',
'update' => 'Оновити витратний матеріал',
);