snipe-it/resources/lang/zh-HK/admin/hardware/general.php
2018-01-20 04:53:04 -08:00

24 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '檢視資產',
);