mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
934afa036f
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
21 lines
1.2 KiB
PHP
21 lines
1.2 KiB
PHP
<?php
|
||
|
||
return [
|
||
'accessory_category' => '配件类别',
|
||
'accessory_name' => '配件名称',
|
||
'checkout' => '借出配件',
|
||
'checkin' => '借入配件',
|
||
'create' => '新增配件',
|
||
'edit' => '编辑配件',
|
||
'eula_text' => '类别的最终用户许可协议',
|
||
'eula_text_help' => '此字段允许您自定义的EULA(最终用户许可协议)为特定类型的资产。如果您所有资产只有一个EULA(最终用户许可协议),你可以检查下面的框中使用默认设置。',
|
||
'require_acceptance' => '要求用户确认接受这一类的资产。',
|
||
'no_default_eula' => '没有发现默认EULA(最终用户许可协议)。请在设置中添加一个。',
|
||
'total' => '共计',
|
||
'remaining' => '可用',
|
||
'update' => '更新配件',
|
||
'use_default_eula' => '用<a href="#" data-toggle="modal" data-target="#eulaModal">默认EULA(最终用户许可协议)</a>进行替换',
|
||
'use_default_eula_disabled' => '<del>使用默认EULA(最终用户许可协议).</del>没有设置默认EULA(最终用户许可协议),请在设置中增加一个。',
|
||
|
||
];
|