ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?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' => '请检查这个许可证是不是已经分配给了某个人或某个设备。你可以选择全部,但是资产归属人必须是相同的。'
);