init project
This commit is contained in:
29
lang/en/comment.php
Normal file
29
lang/en/comment.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Comments',
|
||||
'search_placeholder' => 'Comment name..',
|
||||
'table_no' => 'No.',
|
||||
'table_name' => 'Comment',
|
||||
'table_department' => 'Ward',
|
||||
'table_sample_type' => 'Sample Type',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Comment',
|
||||
'form_name' => 'Comment',
|
||||
'form_sample_type' => 'Sample Type',
|
||||
'form_department' => 'Ward',
|
||||
'form_edit_tittle' => 'Edit Comment',
|
||||
|
||||
'create_success' => 'Comment has been created!',
|
||||
'create_fail' => 'An error occur while trying to create comment record. Please try again.',
|
||||
'update_success' => 'Comment record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update comment record. Please try again.',
|
||||
'delete_success' => 'Comment record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete comment record. Please try again.',
|
||||
'restore_success' => 'Comment record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore comment record. Please try again.',
|
||||
'get_success' => 'Comment record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve comment record. Please try again.'
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user