Files
hr/lang/en/notifications.php
2026-07-31 18:08:08 +05:00

36 lines
1.0 KiB
PHP

<?php
declare(strict_types=1);
return [
'vacation_approved' => [
'subject' => 'Vacation Request Approved',
'line_approved' => 'The vacation request for :name has been approved.',
'type' => 'Type',
'dates' => 'Dates',
'days' => 'Days',
],
'vacation_submitted' => [
'subject' => 'New Vacation Request Submitted',
'line_submitted' => 'A new vacation request has been submitted for :name.',
'type' => 'Type',
'dates' => 'Dates',
'days' => 'Days',
],
'disciplinary_report_created' => [
'subject' => 'New Disciplinary Report Created',
'line_created' => 'A new disciplinary report has been created for :name.',
'title' => 'Title',
'severity' => 'Severity',
'date' => 'Date',
],
'employee_terminated' => [
'subject' => 'Employee Terminated',
'line_terminated' => ':name (:number) has been terminated.',
'termination_date' => 'Termination date',
],
];