mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-30 12:24:53 +00:00
20 lines
1.4 KiB
PHP
20 lines
1.4 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about' => 'About Status Types',
|
|
'archived' => 'Архивные',
|
|
'create' => 'Создать статус актива',
|
|
'color' => 'Цвет диаграммы',
|
|
'default_label' => 'Метка по умолчанию',
|
|
'default_label_help' => 'Это нужно для того, чтобы ваши наиболее часто используемые статусы отображались первыми в выпадающем списке при создании/редактировании активов.',
|
|
'deployable' => 'Доступные',
|
|
'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, <a href="https://snipe-it.readme.io/docs/overview#status-labels" target="_blank">see the documentation <i class="fa fa-external-link"></i></a>.',
|
|
'name' => 'Название статуса',
|
|
'pending' => 'Ожидающие',
|
|
'status_type' => 'Тип статуса',
|
|
'show_in_nav' => 'Показать в боковой панели',
|
|
'title' => 'Статус активов',
|
|
'undeployable' => 'Недоступные',
|
|
'update' => 'Изменить статус актива',
|
|
);
|