3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-18 19:35:33 +00:00
Files
snipe-it/resources/lang/ru-RU/admin/components/general.php
snipe 9468acedfa Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2025-05-28 18:20:02 +01:00

17 lines
892 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'
);