init project

This commit is contained in:
2026-05-25 11:08:52 +07:00
parent a388c619b5
commit 895fdd9b83
1437 changed files with 384844 additions and 27 deletions

51
lang/en/laboratory.php Normal file
View File

@@ -0,0 +1,51 @@
<?php
return [
'table_title' => 'Laboratory',
'search_placeholder' => 'Laboratory name, address...',
'table_no' => 'No.',
'table_name_kh' => 'Name Khmer',
'table_name_en' => 'Name Latin',
'table_login_email' => 'Login-Email',
'table_system_role' => 'System Role',
'table_labs' => 'Labs',
'table_status' => 'Status',
'table_action' => 'Actions',
'form_add_tittle' => 'New Laboratory',
'form_name' => 'Full-Name',
'form_login_email' => 'Login-Email',
'form_ismnager' => 'Lab Manager',
'form_edit_tittle' => 'Edit Laboratory Information',
'form_system_role' => 'System-Role',
'form_lab_cover' => 'Laboratory Coverage',
'form_laboratory' => 'Laboratory',
'form_select_all_lab' => 'Select All Labs',
'form_password' => 'Password',
'form_address_en' => 'Address-En',
'form_address_kh' => 'Address-KH',
'create_success' => 'Laboratory has been created!',
'create_fail' => 'An error occur while trying to create laboratory record. Please try again.',
'update_success' => 'Laboratory record has been updated!',
'update_fail' => 'An error occur while trying to update laboratory record. Please try again.',
'delete_success' => 'Laboratory record has been deleted!',
'delete_fail' => 'An error occur while trying to delete laboratory record. Please try again.',
'restore_success' => 'Laboratory record has been restored!',
'restore_fail' => 'An error occur while trying to restore laboratory record. Please try again.',
'get_success' => 'Laboratory record has been retrieved!',
'get_fail' => 'An error occur while trying to retrieve laboratory record. Please try again.',
'clone_lab' => 'Clone Laboratory',
'source_lab' => 'Source Laboratory',
'target_lab' => 'New Laboratory',
'start_clone' => 'Clone',
'phone' => 'Phone Number',
'info' => 'Laboratory Information',
'license' => 'License Agreement',
'start_date' => 'Start Date',
'expiry_date' => 'Date of Expiry',
'change_base' => 'Change Laboratory'
];