[
'added' => ':type added!',
'updated' => ':type updated!',
'deleted' => ':type deleted!',
],
'error' => [
'not_user_company' => 'Error: You are not allowed to manage this company!',
],
'warning' => [
'deleted' => 'Warning: You are not allowed to delete :name because it has :text related.',
'disabled' => 'Warning: You are not allowed to disable :name because it has :text related.',
],
];