snipe-it/resources/lang/ru/admin/components/general.php
snipe a0b05bac8d Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-02-21 03:54:55 -08:00

17 lines
868 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' => 'Amount checked in must be equal to or less than :assigned_qty'
);