mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
24 lines
1.1 KiB
PHP
24 lines
1.1 KiB
PHP
<?php
|
||
|
||
return array(
|
||
'about_assets_title' => '關於資產',
|
||
'about_assets_text' => '資產是按序號或資產標籤追蹤的物品。 他們往往是高價值並標示為重要的物品。',
|
||
'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' => '檢視資產',
|
||
);
|