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' => '更新狀態標籤',
|
|
);
|