ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/zh-CN/admin/departments/table.php
Normal file
11
SNIPE-IT/resources/lang/zh-CN/admin/departments/table.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => '编号',
|
||||
'name' => '部门名称',
|
||||
'manager' => '领导',
|
||||
'location' => '位置',
|
||||
'create' => '创建部门',
|
||||
'update' => '更新部门',
|
||||
);
|
Reference in New Issue
Block a user