init project
This commit is contained in:
49
lang/en/lang.php
Normal file
49
lang/en/lang.php
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
return [
|
||||
"laboratory" => "Laboratory",
|
||||
"forget_password" => "Forget password",
|
||||
"sign_in" => "Sign in",
|
||||
"keep_me_sign_in" => "Keep me signed in",
|
||||
"dashboard" => "Dashboard",
|
||||
"add_new" => "Add new",
|
||||
"search" => "Search",
|
||||
"payment" => "Payment",
|
||||
"new_payment" => "New Payment",
|
||||
"vaccination" => "Vaccination",
|
||||
"invoice_list" => "Invoice List",
|
||||
"logistics" => "Logistics",
|
||||
"inventory" => "Inventory",
|
||||
"stock_in" => "Stock In",
|
||||
"stock_out" => "Stock Out",
|
||||
"need_restock" => "Need Restock",
|
||||
"expired_items" => "Expired Items",
|
||||
"supplier" => "Supplier",
|
||||
"report" => "Report",
|
||||
"individual_report" => "Invidual Report",
|
||||
"aggregate_report" => "Aggregate Report",
|
||||
"doctor_report" => "Doctor Report",
|
||||
"bacteriology_report" => "Bacteriology Report",
|
||||
"administrator" => "Administrator",
|
||||
"laboratory-profile" => "Lab Profile",
|
||||
"department" => "Department",
|
||||
"test_profile" => "Test Profile",
|
||||
"result_config" => "Result Config",
|
||||
"user_account" => "User Account",
|
||||
"copyright" => "Copyright © 2022 LABONAK. All rights reserved.",
|
||||
"lis" => "Laboratory Information System",
|
||||
"new_laboratory" => "New Laboratory",
|
||||
"lab_name_en" => "Laboratory Name (English)",
|
||||
"lab_name_kh" => "Laboratory Name (Khmer)",
|
||||
"lab_short_name" => "Short name",
|
||||
"address_en" => "Address (English)",
|
||||
"address_kh" => "Address (Khmer)",
|
||||
"save" => "Save",
|
||||
"cancel" => "Cancel",
|
||||
"new_department" => "New department",
|
||||
"sort_order" => "Sort Order",
|
||||
"category" => "Category",
|
||||
|
||||
"edit_laboratory" => "",
|
||||
|
||||
];
|
||||
?>
|
||||
Reference in New Issue
Block a user