ajout app
This commit is contained in:
17
SNIPE-IT/resources/lang/zh-CN/admin/models/table.php
Normal file
17
SNIPE-IT/resources/lang/zh-CN/admin/models/table.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => '创建资产模板',
|
||||
'created_at' => '创建于',
|
||||
'eol' => '寿命',
|
||||
'modelnumber' => '型号',
|
||||
'name' => '资产型号名称',
|
||||
'numassets' => '资产',
|
||||
'title' => '资产模板',
|
||||
'update' => '更新资产模板',
|
||||
'view' => '查看资产模板',
|
||||
'update' => '更新资产模板',
|
||||
'clone' => '克隆模板',
|
||||
'edit' => '编辑模板',
|
||||
);
|
Reference in New Issue
Block a user