2017-07-07 13:14:51 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2017-07-07 13:14:51 -07:00
2017-10-17 18:52:20 -07:00
'does_not_exist' => '部门不存在' ,
2023-01-09 11:09:26 -08:00
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ' ,
2017-10-17 18:52:20 -07:00
'assoc_users' => '该位置下关联的还有其他用户,目前不能删除,请更新该用户的信息之后,再尝试删除。 ' ,
2022-01-13 21:27:29 -08:00
'create' => array (
2017-10-17 18:52:20 -07:00
'error' => '部门没有创建,请重试。' ,
2022-01-13 21:27:29 -08:00
'success' => '部门创建成功。'
),
'update' => array (
2017-10-17 18:52:20 -07:00
'error' => '部门没有更新,请重试' ,
2022-01-13 21:27:29 -08:00
'success' => '部门更新成功。'
),
'delete' => array (
2017-10-17 18:52:20 -07:00
'confirm' => '你确定要删除这个部门吗?' ,
'error' => '删除部门有一个问题。请再试一次。' ,
2022-01-13 21:27:29 -08:00
'success' => '已成功删除该部门。'
)
2017-07-07 13:14:51 -07:00
2022-01-13 21:27:29 -08:00
);