checklist/lang/en/notifications.php
Juan Felipe Zapata Moreno 9c6eeb5fb3 Commit Inicial
2025-08-05 09:52:38 -06:00

8 lines
288 B
PHP

<?php
return [
'created' => 'The notification has been created.',
'deleted' => 'The notification has been deleted.',
'updated' => 'The notification has been updated.',
'user.logout' => 'The user :user is logged in.',
'user.logout' => 'The user :user has logged out'
];