mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
21 lines
704 B
PHP
21 lines
704 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'checkin' => '接入许可证数量',
|
|
'checkout_history' => '借出历史记录',
|
|
'checkout' => '借出许可证数量',
|
|
'edit' => '编辑许可证',
|
|
'filetype_info' => '允许的文件类型有: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar',
|
|
'clone' => '克隆许可证',
|
|
'history_for' => '历史记录',
|
|
'in_out' => '进/出',
|
|
'info' => '授权信息',
|
|
'license_seats' => '授权数量',
|
|
'seat' => '次数',
|
|
'seats' => '允许使用次数',
|
|
'software_licenses' => '软件许可证',
|
|
'user' => '用户',
|
|
'view' => '查看许可证',
|
|
);
|