snipe-it/resources/lang/ru/admin/components/general.php

18 lines
972 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_components_title' => 'О компонентах',
'about_components_text' => 'Компоненты - это части активов, например HDD, RAM и прочее.',
'component_name' => 'Наименование компонента',
'checkin' => 'Привязать компонент',
'checkout' => 'Отвязать компонент',
'cost' => 'Закупочная цена',
'create' => 'Создать компонент',
'edit' => 'править компонент',
'date' => 'Дата закупки',
'order' => 'Номер заказа',
'remaining' => 'Остаток',
'total' => 'Всего',
'update' => 'Обновить компонент',
);