snipe-it/resources/lang/ru/admin/consumables/general.php
2016-05-16 21:54:13 -07:00

16 lines
1 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(
'about_consumables_title' => 'Про расходные материалы',
'about_consumables_text' => 'Расходные материалы это все приобретённые товары, которые израсходуются в процессе использования. Например, чернило для принтера или копировальная бумага.',
'consumable_name' => 'Название расходного материала',
'cost' => 'Стоимость закупки',
'create' => 'Создать расходный материал',
'date' => 'Дата закупки',
'item_no' => 'Item No.',
'order' => 'Номер заказа',
'remaining' => 'Осталось',
'total' => 'Всего',
'update' => 'Обновить расходный материал',
);