2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2017-01-10 17:53:06 -08:00
|
|
|
'about_assets_title' => '关于资产',
|
2017-04-06 21:36:33 -07:00
|
|
|
'about_assets_text' => '资产是按照序列号或者资产标签跟踪的物品。可以标记特殊物品为高价值资产。',
|
2016-03-25 01:18:05 -07:00
|
|
|
'archived' => '已存档',
|
|
|
|
'asset' => '资产',
|
2018-05-21 14:54:36 -07:00
|
|
|
'bulk_checkout' => '分配资产',
|
2016-03-25 01:18:05 -07:00
|
|
|
'checkin' => '借入资产',
|
2017-10-17 18:52:20 -07:00
|
|
|
'checkout' => '借出资产',
|
2016-03-25 01:18:05 -07:00
|
|
|
'clone' => '复制资产',
|
|
|
|
'deployable' => '可部署',
|
2021-10-04 19:59:55 -07:00
|
|
|
'deleted' => 'This asset has been deleted.',
|
2016-03-25 01:18:05 -07:00
|
|
|
'edit' => '编辑资产',
|
2021-10-04 19:59:55 -07:00
|
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
2016-10-04 12:23:02 -07:00
|
|
|
'requestable' => '可申领',
|
2016-12-03 17:10:05 -08:00
|
|
|
'requested' => '已申请',
|
2016-03-25 01:18:05 -07:00
|
|
|
'restore' => '还原资产',
|
|
|
|
'pending' => '待处理',
|
|
|
|
'undeployable' => '不可部署',
|
|
|
|
'view' => '查看资产',
|
|
|
|
);
|