snipe-it/resources/lang/ru/admin/consumables/general.php
2016-03-25 01:18:05 -07:00

15 lines
983 B
PHP
Executable file
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' => 'Дата закупки',
'order' => 'Номер заказа',
'remaining' => 'Осталось',
'total' => 'Всего',
'update' => 'Обновить расходный материал',
);