snipe-it/resources/lang/ru/admin/models/general.php
2017-04-06 21:36:33 -07:00

16 lines
1.1 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_models_title' => 'О моделях активов',
'about_models_text' => 'Модели активов это способ группировки идентичных активов. Например, "MacBookPro 2013, iPhone 6s", и т. д.',
'deleted' => 'Эта модель была удалена. <a href="/hardware/models/:model_id/restore">Нажмите здесь, чтобы восстановить</a>.',
'restore' => 'Восстановить модель',
'requestable' => 'Данная модель может быть запрошена пользователем',
'show_mac_address' => 'Отображать поле MAC адрес для данной модели',
'view_deleted' => 'Просмотр удаленных',
'view_models' => 'Просмотр моделей',
'fieldset' => 'Набор полей',
'no_custom_field' => 'Нет пользовательских полей',
);