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-08-25 07:32:57 -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-08-25 07:32:57 -07:00
'assoc_users' => '至少還有一位使用者與此部門關聯,目前不能被删除,請檢查後重試。 ' ,
2022-01-13 21:27:29 -08:00
'create' => array (
2017-08-25 07:32:57 -07:00
'error' => '新增部門失敗,請重試。' ,
2022-01-13 21:27:29 -08:00
'success' => '新增部門成功。'
),
'update' => array (
2017-08-25 07:32:57 -07:00
'error' => '更新部門失敗,請重試。' ,
2022-01-13 21:27:29 -08:00
'success' => '成功更新部門。'
),
'delete' => array (
2017-08-25 07:32:57 -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
);