Files
aso/resources/lang/en/Message.php
2023-11-20 16:36:27 +07:00

10 lines
278 B
PHP

<?php
return [
'success' => 'Request has been successfully processed.',
'server_error' => 'Internal server error.',
'not_found' => 'Data not found',
'password' => 'Password wrong. Please try again.',
'read_notification' => 'Notification has been read.',
];