ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/zh-CN/admin/groups/message.php
Normal file
22
SNIPE-IT/resources/lang/zh-CN/admin/groups/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => '分组已经存在',
|
||||
'group_not_found' => '分组 ID :id 不存在。',
|
||||
'group_name_required' => '名称为必填项',
|
||||
|
||||
'success' => array(
|
||||
'create' => '分组创建成功',
|
||||
'update' => '分组更新成功',
|
||||
'delete' => '分组删除成功',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => '确定删除这个分组吗?',
|
||||
'create' => '新增分组的过程中出现了一些问题,请重试。',
|
||||
'update' => '更新分组过程中出现了一些问题,请重试。',
|
||||
'delete' => '删除分组的过程中出现了一些问题,请重试。',
|
||||
),
|
||||
|
||||
);
|
Reference in New Issue
Block a user