mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -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
35 lines
1.6 KiB
PHP
35 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reminder Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
| that are given by the password broker for a password update attempt
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
*/
|
|
|
|
'more_info_title' => '更多信息',
|
|
|
|
'audit_help' => '勾选此框将编辑资产记录以反映这个新的位置。不选中它将只标记审计记录中的位置。<br><br>注意此资产已签出 它不会改变它签到的个人、资产或地点。',
|
|
|
|
'assets' => '资产是指按序号或资产标签跟踪的物品,往往是指识别某一具体物品的价值较高的物品。',
|
|
|
|
'categories' => '分类帮助您组织您的项目。 例如 "台式机", "笔记本", "手机", "平板",等,你可以你喜欢的方式分类。',
|
|
|
|
'accessories' => '配件是一些无序列号(或者你不想特地追踪) 的物品,例如鼠标或键盘。',
|
|
|
|
'companies' => '公司可以用作简单的标识符字段,如果在管理设置中启用了完整多企业支持,也可以用于限制资产,用户等的可见性。',
|
|
|
|
'components' => '组件为资产的一部分,例如硬盘、内存等。',
|
|
|
|
'consumables' => '所谓耗材是指从购买后会慢慢消耗并最终用尽的物品,例如打印机墨水,复印纸等等。',
|
|
|
|
'depreciations' => '你可以设置资产折旧时间期限',
|
|
|
|
];
|