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
23 lines
1 KiB
PHP
23 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_assets_title' => '关于资产',
|
|
'about_assets_text' => '资产是按照序列号或者资产标签跟踪的物品。可以标记特殊物品为高价值资产。',
|
|
'archived' => '已存档',
|
|
'asset' => '资产',
|
|
'bulk_checkout' => '分配资产',
|
|
'checkin' => '借入资产',
|
|
'checkout' => '借出资产',
|
|
'clone' => '复制资产',
|
|
'deployable' => '可部署',
|
|
'deleted' => '该资产已删除。 <a href="/hardware/:asset_id/restore">点击此处恢复</a>.',
|
|
'edit' => '编辑资产',
|
|
'model_deleted' => '这个资产模型将被删除,恢复资产之前需要先恢复模型。<br/> <a href="/hardware/models/:model_id/restore">单击这里备份模型</a>.',
|
|
'requestable' => '可申领',
|
|
'requested' => '已申请',
|
|
'restore' => '还原资产',
|
|
'pending' => '待处理',
|
|
'undeployable' => '不可部署',
|
|
'view' => '查看资产',
|
|
];
|