snipe-it/resources/lang/zh-CN/admin/licenses/form.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -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' => '请检查这个许可证是不是已经分配给了某个人或某个设备。你可以选择全部,但是资产归属人必须是相同的。'
);