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
19 lines
1.1 KiB
PHP
19 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_models_title' => '关于资产型号',
|
|
'about_models_text' => '资产型号是将相同资产分组的一种方式。"MBP 2013"、"IPhone 6s"等。',
|
|
'deleted' => '此型号已被删除。<a href="/hardware/models/:model_id/restore">点击此处恢复</a>。',
|
|
'bulk_delete' => '批量删除资产型号',
|
|
'bulk_delete_help' => '使用下面的复选框确认删除所选资产型号。若有与之关联的资产,该资产型号则不能删除,除非将关联资产关联到别的资产型号。',
|
|
'bulk_delete_warn' => '您即将删除:model_count资产型号。',
|
|
'restore' => '恢复型号',
|
|
'requestable' => '用户可申请此型号',
|
|
'show_mac_address' => '在此型号资产中显示MAC地址',
|
|
'view_deleted' => '查看已删除',
|
|
'view_models' => '查看已型号',
|
|
'fieldset' => '字段集',
|
|
'no_custom_field' => '没有自定义字段',
|
|
'add_default_values' => '添加默认值',
|
|
];
|