init project
This commit is contained in:
60
lang/kh/sidebar.php
Normal file
60
lang/kh/sidebar.php
Normal file
@@ -0,0 +1,60 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'dashboard' => 'ផ្ទាំងព័ត៌មានសង្ខេប',
|
||||
'patients' => 'គ្រប់គ្រងអ្នកជំងឺ',
|
||||
'new_patient' => 'ចុះឈ្មោះអ្នកជំងឺ',
|
||||
'patient_list' => 'តារាងអ្នកជំងឺ',
|
||||
'appointment' => 'តារាងណាត់ជួប',
|
||||
'sample' => 'សំណាក',
|
||||
'new_sample' => 'បញ្ចូលសំណាកថ្មី',
|
||||
'invoice_list' => 'Invoice List',
|
||||
'report' => 'របាយការណ៍',
|
||||
'lab_manager' => 'Lab Manager',
|
||||
'laboratory-profile' => 'Lab Profile',
|
||||
'department' => 'ផ្នែកមន្ទីរពិសោធន៍',
|
||||
'sample_types' => 'ប្រភេទសំណាក',
|
||||
'test_sample' => 'តេស្ត',
|
||||
'comment' => 'មតិយោបល់',
|
||||
'organism' => 'មេរោគ/លទ្ធផលជ្រើសរើស',
|
||||
'antibiotic' => 'ឱសថប្រឆាំងមេរោគ',
|
||||
'quantity' => 'បរិមាណ',
|
||||
'sample_source' => 'ប្រភពសំណាក',
|
||||
'patient_type' => 'ប្រភេទអ្នកជំងឺ',
|
||||
'physician' => 'គ្រូពេទ្យ',
|
||||
'user_account' => 'User Accounts',
|
||||
'administrator' => 'Administrator',
|
||||
'laboratory' => 'Laboratories',
|
||||
'system_role' => 'System Roles',
|
||||
'change_lab' => 'Change Lab',
|
||||
'logout' => 'Logout',
|
||||
'clone_lab' => 'Clone Laboratory',
|
||||
'medicines' => 'Logistics',
|
||||
'supplier' => 'Supplier',
|
||||
'medicine_group' => 'Item Group',
|
||||
'medicine_unit' => 'Item Unit',
|
||||
'medicine' => 'Items',
|
||||
'stockin' => 'Stock In',
|
||||
'stockout' => 'Stock Out',
|
||||
|
||||
'inventory_report' => 'Inventory Report',
|
||||
|
||||
'vaccination' => 'Vaccination',
|
||||
'new_vaccination' => 'New Vaccination',
|
||||
'vaccination_list' => 'Vaccination List',
|
||||
'publication' => 'Messages',
|
||||
|
||||
'laboratory_configures' => 'រចនាសម្ព័ន្ធមន្ទីរពិសោធន៍',
|
||||
'aggregate_report' => 'របាយការណ៍សង្ខេប',
|
||||
'doctor_report' => 'របាយការណ៍គ្រូពេទ្យ',
|
||||
'financial_report' => 'របាយការណ៍ហិរញ្ញវត្ថុ',
|
||||
'invoice'=>'វិក័យប័ត្រ',
|
||||
'payments'=>'គ្រប់គ្រងវិក័យប័ត្រ & បង់ប្រាក់',
|
||||
'payment'=> 'តារាងបង់ប្រាក់',
|
||||
'sample_management' => 'គ្រប់គ្រងសំណាក',
|
||||
'create_sample' => 'បញ្ចូលសំណាកថ្មី',
|
||||
'view_sample' => 'តារាងសំណាក'
|
||||
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user