snipe-it/resources/lang/zh-CN/admin/statuslabels/table.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

20 lines
877 B
PHP

<?php
return [
'about' => '关于状态标签',
'archived' => '已存档',
'create' => '创建状态标签',
'color' => '图标颜色',
'default_label' => '默认标签',
'default_label_help' => '这用于确保在创建/编辑资产时最常用的状态标签显示在选择框的顶部。',
'deployable' => '可领用',
'info' => '状态标签用于描述资产的各种状态(例如送外维修、丢失、被窃等等)。你可以为处于可部署、待处理或已存档的资产创建新的状态标签。 ',
'name' => '状态名称',
'pending' => '待处理',
'status_type' => '状态类型',
'show_in_nav' => '在侧边导航栏中显示',
'title' => '状态标签',
'undeployable' => '无法部署',
'update' => '更新状态标签',
];