maquetador-graficas/lang/en/notifications.php
Juan Felipe Zapata Moreno c6c2f78d16 Initial Commit
2025-08-12 09:36:02 -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'
];