You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
605 B

<?php
return [
'projects' => [
'project_created' => 'Project created: <strong>:name</strong> new <strong>:user</strong>.',
'project_updated' => 'Project data <strong>:name</strong> updated by <strong>:user</strong>.',
'job_deleted' => 'Job deleted by <strong>:user</strong>.',
],
'jobs' => [
'job_created' => 'Job created: <strong>:name</strong> new <strong>:user</strong>.',
'job_updated' => 'Job data <strong>:name</strong> updated by <strong>:user</strong>.',
'task_deleted' => 'Task deleted by <strong>:user</strong>.',
],
];