snipe-it/resources/lang/zh-CN/admin/statuslabels/table.php

20 lines
915 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'about' => '关于状态标签',
'archived' => '已存档',
'create' => '创建状态标签',
2016-09-20 05:08:04 -07:00
'color' => '图标颜色',
2018-03-22 20:01:45 -07:00
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
2016-03-25 01:18:05 -07:00
'deployable' => '可领用',
'info' => '状态标签用于描述资产的各种状态(例如送外维修、丢失、被窃等等)。你可以为处于可部署、待处理或已存档的资产创建新的状态标签。 ',
'name' => '状态名称',
'pending' => '待处理',
'status_type' => '状态类型',
2016-09-20 05:08:04 -07:00
'show_in_nav' => '在侧边导航栏中显示',
2016-03-25 01:18:05 -07:00
'title' => '状态标签',
'undeployable' => '无法部署',
'update' => '更新状态标签',
);