snipe-it/resources/lang/zh-CN/admin/licenses/form.php
2016-12-03 17:10:05 -08:00

23 lines
896 B
PHP

<?php
return array(
'asset' => '资产',
'checkin' => '借入',
'create' => '创建许可证',
'expiration' => '到期日期',
'license_key' => '产品序列号',
'maintained' => '保持',
'name' => '软件名称',
'no_depreciation' => '永久',
'purchase_order' => '采购订单号码',
'reassignable' => '可重新授权',
'remaining_seats' => '剩余次数',
'seats' => '允许使用次数',
'termination_date' => '终止日期',
'to_email' => '许可电子邮件',
'to_name' => '许可人名字',
'update' => '更新许可证',
'checkout_help' => '请检查这个许可证是不是已经分配给了某个人或某个设备。你可以选择全部,但是资产归属人必须是相同的。'
);