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

15
lang/en/login.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
return [
'sign_in_to_continue' => 'Sign in to continue.',
'welcome_to_labonak' => 'WELCOME TO LABONAK.',
'sign_in' => 'Sign in',
'language' => 'Language',
'en' => 'English',
'kh' => 'Khmer',
'email' => 'Email',
'password' => 'Password',
'select_base' => 'Select your laboratory from the list below.',
'confirm_base' => 'Confirm',
'logout' => 'Sign Out'
];