mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
24 lines
1.2 KiB
PHP
24 lines
1.2 KiB
PHP
<?php
|
||
|
||
return array(
|
||
'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.',
|
||
'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' => '檢視資產',
|
||
);
|