9468acedfa
Signed-off-by: snipe <snipe@snipe.net>
20 lines
1.1 KiB
PHP
20 lines
1.1 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' => '상태 꼬리표 수정',
|
|
);
|