Files
snipe-it/app/lang/zh-CN/admin/hardware/general.php
T
2015-06-23 10:25:44 -07:00

20 lines
918 B
PHP
Executable File

<?php
return array(
'archived' => 'Archived',
'asset' => '资产',
'checkin' => '借入资产',
'checkout' => '借出资产给某人',
'clone' => '复制资产',
'deployable' => 'Deployable',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
'edit' => '编辑资产',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
'requestable' => 'Requestable',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => '查看资产',
);