snipe-it/resources/lang/zh-CN/admin/licenses/general.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

22 lines
894 B
PHP

<?php
return [
'about_licenses_title' => '关于许可证',
'about_licenses' => '许可证用于跟踪软件。 它们包含特殊位数的数字,可以借出给个人。',
'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' => '查看许可证',
];