snipe-it/resources/lang/ru/admin/hardware/general.php
snipe 903609b5a5 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2021-10-04 19:59:55 -07:00

23 lines
1.3 KiB
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_assets_title' => 'Об активах',
'about_assets_text' => 'Активы - вещи, которые отслеживаются по серийному номеру или инвентарному номеру. Они, как правило, являются ценными.',
'archived' => 'Архивированные',
'asset' => 'Актив',
'bulk_checkout' => 'Выдать актив пользователю',
'checkin' => 'Вернуть актив на склад',
'checkout' => 'Выдать актив пользователю',
'clone' => 'Клонировать актив',
'deployable' => 'Доступные',
'deleted' => 'This asset has been deleted.',
'edit' => 'Редактировать актив',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Готов к выдаче',
'requested' => 'Запрошенное',
'restore' => 'Восстановить актив',
'pending' => 'Ожидание',
'undeployable' => 'Выданные',
'view' => 'Показать актив',
);