snipe-it/resources/lang/ru/admin/components/general.php
snipe 40bb5bb4f0 Updated Russian
Signed-off-by: snipe <snipe@snipe.net>
2023-04-06 19:47:56 -07:00

17 lines
894 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(
'component_name' => 'Наименование компонента',
'checkin' => 'Привязать компонент',
'checkout' => 'Отвязать компонент',
'cost' => 'Закупочная цена',
'create' => 'Создать компонент',
'edit' => 'править компонент',
'date' => 'Дата закупки',
'order' => 'Номер заказа',
'remaining' => 'Остаток',
'total' => 'Всего',
'update' => 'Обновить компонент',
'checkin_limit' => 'Количество должно быть меньше или равно :assigned_qty'
);