2016-03-25 01:18:05 -07:00
< ? php
return array (
2016-12-03 17:10:05 -08:00
'about_assets_title' => 'About Assets' ,
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.' ,
2016-10-12 13:01:29 -07:00
'archived' => '已封存' ,
'asset' => '資產' ,
'bulk_checkout' => '借出資產給使用者' ,
'checkin' => '資產繳回' ,
'checkout' => '借出資產給使用者' ,
'clone' => '複製資產' ,
'deployable' => '可部署' ,
'deleted' => '此資產已刪除。<a href="/hardware/:asset_id/restore">點擊此處恢復</a>.' ,
'edit' => '編輯資產' ,
'filetype_info' => '允許檔案類型: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar。' ,
'model_deleted' => '此資產型號已被刪除,恢復資產前需要先恢復型號。<br/> <a href="/hardware/models/:model_id/restore">點擊此處恢復型號</a>。' ,
'requestable' => '可申領' ,
'requested' => '已申領' ,
'restore' => '還原資產' ,
'pending' => '待處理' ,
'undeployable' => '不可部署' ,
'view' => '檢視資產' ,
2016-03-25 01:18:05 -07:00
);