init project
This commit is contained in:
26
lang/en/antibiotic.php
Normal file
26
lang/en/antibiotic.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Antibiotics',
|
||||
'search_placeholder' => 'Antibiotic name...',
|
||||
'table_no' => 'No.',
|
||||
'table_name' => 'Name',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Antibiotic',
|
||||
'form_name' => 'Antibiotic',
|
||||
'form_sort' => 'Sort-Order',
|
||||
'form_edit_tittle' => 'Edit Antibiotic',
|
||||
|
||||
'create_success' => 'Antibiotic has been created!',
|
||||
'create_fail' => 'An error occur while trying to create antibiotic record. Please try again.',
|
||||
'update_success' => 'Antibiotic record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update antibiotic record. Please try again.',
|
||||
'delete_success' => 'Antibiotic record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete antibiotic record. Please try again.',
|
||||
'restore_success' => 'Antibiotic record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore antibiotic record. Please try again.',
|
||||
'get_success' => 'Antibiotic record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve antibiotic record. Please try again.'
|
||||
|
||||
];
|
||||
16
lang/en/appointment.php
Normal file
16
lang/en/appointment.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'type' => 'Appointment Type',
|
||||
'date' => 'Appointment Date',
|
||||
'duration' => 'Duration (days)',
|
||||
'patient' => 'Patient',
|
||||
'description' => 'Description',
|
||||
'doctor' => 'Doctor',
|
||||
'create_success' =>'Appointment record has been saved.',
|
||||
'create_fail' =>'Failed while saving Appointment record.',
|
||||
'update_success' =>'Appointment record has been updated.',
|
||||
'update_fail' =>'Failed while updating Appointment record.',
|
||||
'delete_success' =>'Appointment record has been deleted.',
|
||||
'delete_fail' =>'Failed while deleting Appointment record.',
|
||||
];
|
||||
19
lang/en/auth.php
Normal file
19
lang/en/auth.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
|
||||
];
|
||||
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.'
|
||||
|
||||
];
|
||||
29
lang/en/department.php
Normal file
29
lang/en/department.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Departments',
|
||||
'search_placeholder' => 'Department name...',
|
||||
'table_no' => 'No',
|
||||
'table_name' => 'Department Name',
|
||||
'table_sample_type' => 'Sample Type',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Department',
|
||||
'form_name' => 'Name',
|
||||
'form_sort' => 'Sort-Order',
|
||||
'form_laboratory' => 'Laboratory',
|
||||
'form_select_all_lab' => 'Select All Labs',
|
||||
'form_edit_tittle' => 'Edit Department',
|
||||
|
||||
'create_success' => 'Department has been created!',
|
||||
'create_fail' => 'An error occur while trying to create department record. Please try again.',
|
||||
'update_success' => 'Department record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update department record. Please try again.',
|
||||
'delete_success' => 'Department record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete department record. Please try again.',
|
||||
'restore_success' => 'Department record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore department record. Please try again.',
|
||||
'get_success' => 'Department record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve department record. Please try again.'
|
||||
|
||||
];
|
||||
102
lang/en/general.php
Normal file
102
lang/en/general.php
Normal file
@@ -0,0 +1,102 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'btn_search' => 'Search',
|
||||
'btn_add_new' => 'Add New',
|
||||
'btn_edit' => 'Modify',
|
||||
'btn_delete' => 'Delete',
|
||||
'date_placeholder' => 'dd-mm-yyyy',
|
||||
'btn_save' => 'Save',
|
||||
'btn_cancel' => 'Cancel',
|
||||
'confirm_delete_text' => 'Are you sure to remove this record?',
|
||||
'confirm_delete_yes' => 'Ok, Delete',
|
||||
'confirm_delete_no' => 'Cancel',
|
||||
'btn_clear' => 'Reset',
|
||||
|
||||
'change_lab' => 'Change Lab',
|
||||
'profile' => 'My Profile',
|
||||
'logout' => 'Sing Out',
|
||||
|
||||
'today_sample' => ' Today Samples',
|
||||
'this_month_sample' => ' This Month Samples',
|
||||
'last_month_sample' => ' Last Month Samples',
|
||||
'average_sample' => 'Average Samples by Month',
|
||||
'today_income' => 'Today Incomes',
|
||||
'this_month_income' => 'This Month Incomes',
|
||||
'last_month_income' => 'Last Month Incomes',
|
||||
'last_year_income' => 'Last Year Incomes',
|
||||
'sample_statistic' => 'Sample Statistics',
|
||||
'sample_source_statistic' => 'Sample Source statistics',
|
||||
'chart_filter_today' => 'Today',
|
||||
'chart_filter_this_month' => 'This Month',
|
||||
'chart_filter_this_year' => 'This Year',
|
||||
'chart_filter_last_year' => 'Last Year',
|
||||
|
||||
'confirm_delete_record' => 'Are you sure to remove this record?',
|
||||
'confirm_ok_delete' => 'Ok, Delete',
|
||||
'confirm_cancel' => 'No, Cancel',
|
||||
'delete_success' => 'Record delete successful.',
|
||||
'delete_failed' => "Can't delete this record.",
|
||||
'choose_option' => 'Select Option',
|
||||
|
||||
|
||||
'confirm_restore_record' => 'Are you sure to restore this record?',
|
||||
'confirm_ok_restore' => 'Yes',
|
||||
'confirm_cancel_restore' => 'No',
|
||||
|
||||
'type_date_placeholder' => 'mm/dd/yyyy',
|
||||
'select2_tag_placeholder' => 'Choose or search something..',
|
||||
'select2_no_result' => 'No Option Found',
|
||||
'optional' => 'Optional',
|
||||
'required' => 'Required',
|
||||
//new
|
||||
'total_samples' => 'Total Samples',
|
||||
'total_income' => 'Total Income',
|
||||
'total_patient' => 'Total Patient',
|
||||
'total_invoice' => 'Total Invoice',
|
||||
'total_paid_invoice' => 'Total Paid Invoice',
|
||||
'total_unpaid_invoice' => 'Total Unpaid Invoice',
|
||||
'total_rejected_sample' => 'Total Rejected Sample',
|
||||
'monthly_sample_trend' => 'Monthly Sample Trend',
|
||||
'monthly_income_trend' => 'Monthly Income Trend',
|
||||
'panel_distribution' => 'This Year Samples Distribute by Panel',
|
||||
'sample_source_distribution' => 'This Year Samples Distribute by Sample Source',
|
||||
|
||||
'manage_user_accounts' => 'Manage User Accounts',
|
||||
'manage_user_roles' => 'Manage User Roles',
|
||||
|
||||
'manage_user_accounts' => 'Manage User Accounts',
|
||||
'manage_user_roles' => 'Manage User Roles',
|
||||
'laboratory_settings' => 'System Settings',
|
||||
'activity_logs' => 'Activity Logs',
|
||||
'appointment' => 'Appointment',
|
||||
'billing' => 'Billing & Payments',
|
||||
'btn_save_patient_add_new_sample' => 'Save & New Sample',
|
||||
|
||||
'user_name' => 'Login Name',
|
||||
'user_role' => 'Role',
|
||||
'upload_signature' => 'Upload Signature',
|
||||
'signature_image' => 'Signature Image',
|
||||
'current_signature' => 'Current Signature',
|
||||
|
||||
'change_password' => 'Change Password',
|
||||
'current_password' => 'Current Password',
|
||||
'new_password' => 'New Password',
|
||||
'confirm_password' => 'Confirm Password',
|
||||
'general_settings' => 'General Settings',
|
||||
'result_settings' => 'Result Settings',
|
||||
|
||||
'notification' => 'Notification',
|
||||
'page' => 'page',
|
||||
|
||||
'contaminant' => 'Contaminant',
|
||||
|
||||
'sample_entry_by' => 'Entered By',
|
||||
'modify_by' => 'Modified By',
|
||||
|
||||
|
||||
'apply_to_all_test' => 'Apply to all tests'
|
||||
|
||||
|
||||
|
||||
];
|
||||
18
lang/en/inventory.php
Normal file
18
lang/en/inventory.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// Supplier
|
||||
'sp_table_title' => 'Supplier',
|
||||
'sp_create_success' => 'Supplier has been created!',
|
||||
'sp_create_fail' => 'An error occur while trying to create supplier record. Please try again.',
|
||||
'sp_update_success' => 'Supplier record has been updated!',
|
||||
'sp_update_fail' => 'An error occur while trying to update supplier record. Please try again.',
|
||||
'sp_delete_success' => 'Supplier record has been deleted!',
|
||||
'sp_delete_fail' => 'An error occur while trying to delete supplier record. Please try again.',
|
||||
'sp_restore_success' => 'Supplier record has been restored!',
|
||||
'sp_restore_fail' => 'An error occur while trying to restore supplier record. Please try again.',
|
||||
'sp_get_success' => 'Supplier record has been retrieved!',
|
||||
'sp_get_fail' => 'An error occur while trying to retrieve supplier record. Please try again.',
|
||||
|
||||
];
|
||||
85
lang/en/invoice.php
Normal file
85
lang/en/invoice.php
Normal file
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Invoices',
|
||||
'table_date_filter' => 'Invoice Date Between',
|
||||
'table_textable_filter' => 'Or Search by',
|
||||
'table_textable_filter_placeholder' => 'Inovice code, sample number, patient code, or phone number',
|
||||
'btn_quick_report' => 'Quick Invoice Report',
|
||||
'dialy_report' => 'Daily Invoice Report',
|
||||
'monthly_invoice_report' => 'Monthly Invoice Report',
|
||||
'yearly_invoice_report' => 'Yearly Invoice Report',
|
||||
'table_no' => 'No.',
|
||||
'table_invoice_code' => 'Invoice No.',
|
||||
'table_sample_number' => 'Sample No',
|
||||
'table_patient_name' => 'Patient Name',
|
||||
'table_invoice_date' => 'Invoice Date',
|
||||
'table_total_cost' => 'Sub Total',
|
||||
'table_discount' => 'Discount',
|
||||
'table_net_cost' => 'Total ($)',
|
||||
'table_net_cost_riel' => 'Total (Riel)',
|
||||
'table_paid' => 'Paid Amount',
|
||||
'table_owe' => 'Owe Amount',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_new_title' => 'New Invoice',
|
||||
'form_edit_title'=> 'Edit Invoice',
|
||||
'form_patient' => 'Patient',
|
||||
'form_invoice_number' => 'Invoice No',
|
||||
'form_invoice_date' => 'Invoice Date',
|
||||
'form_description' => 'Description',
|
||||
'form_qty' => 'Qty',
|
||||
'form_unit_price' => 'Unit Price',
|
||||
'form_total_amount' => 'Total Amount',
|
||||
'form_discount' => 'Discount',
|
||||
'form_net_amount' => 'Net Amount',
|
||||
'form_paid_amount' => 'Paid Amount',
|
||||
'form_paid_date' => 'Paid Date',
|
||||
'form_owe_amount' => 'Owe Amount',
|
||||
'form_btn_save' => 'Save Invoice',
|
||||
'form_btn_generate_invoice' => 'Generate Invoice',
|
||||
|
||||
'invoice_report_filter' => 'Invoice Report Filters',
|
||||
'report_type' => 'Report Type',
|
||||
'report_filter' => 'Report Filter',
|
||||
'view_report' => 'View Report',
|
||||
'daily' => 'Daily',
|
||||
'monthly' => 'Monthly',
|
||||
'yearly' => 'Yearly',
|
||||
|
||||
'received_date' => 'Received Date',
|
||||
|
||||
'paid_by' => 'Customer',
|
||||
|
||||
'received_by' => 'Cashier',
|
||||
|
||||
'tittle' => 'Laboratory Invoice',
|
||||
|
||||
'print' => 'Print',
|
||||
|
||||
'create_success' => 'Invoice has been created!',
|
||||
'create_fail' => 'An error occur while trying to create invoice record. Please try again.',
|
||||
'update_success' => 'Invoice record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update invoice record. Please try again.',
|
||||
'delete_success' => 'Invoice record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete invoice record. Please try again.',
|
||||
'restore_success' => 'Invoice record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore invoice record. Please try again.',
|
||||
'get_success' => 'Invoice record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve invoice record. Please try again.',
|
||||
'form_btn_save_preview' => 'Save & Preview Invoice',
|
||||
|
||||
'pay_type' => 'Pay Type',
|
||||
'bank_name' => 'Bank Name',
|
||||
'transaction_no' => 'Transaction No',
|
||||
'cash_paid' => 'Cash Pay',
|
||||
'bank_paid' => 'Bank Pay',
|
||||
|
||||
'exchange_rate' => 'Exchange Rate',
|
||||
'hide_discount' => 'Hide Discount',
|
||||
'refresh_item' => 'Check for items update',
|
||||
'repayment' => 'Repayment',
|
||||
'repayment_date' => 'Repayment Date'
|
||||
|
||||
|
||||
];
|
||||
42
lang/en/lab_profile.php
Normal file
42
lang/en/lab_profile.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'form_title' => 'Lab Profile',
|
||||
'lab_name' => 'Lab Name',
|
||||
'short_name' => 'Short Name',
|
||||
'emial' => 'E-mail',
|
||||
'address' => 'Address',
|
||||
'lab_settings' => 'Lab Settings',
|
||||
'sample_numner_conf' => 'Sample Number',
|
||||
'patient_numner_conf' => 'Patient Number',
|
||||
'type_of_discount_conf' => 'Type of Discount',
|
||||
'verify_label' => 'Verify Label',
|
||||
'technician_label' => 'Technician Label',
|
||||
'department' => 'Wards',
|
||||
'btn_change' => 'Change',
|
||||
'manual' => 'Manual',
|
||||
'system_generate' => 'System Generate',
|
||||
'btn_save' => 'Save',
|
||||
'percentage' => 'Percentage',
|
||||
'price' => 'Price',
|
||||
'start_date' => 'Start Date',
|
||||
'usage_period' => 'Licence Expire',
|
||||
'name_placeholder' => 'Input name here',
|
||||
'based_currency' => 'Currency',
|
||||
'exchange_rate' => 'Exchange Rate',
|
||||
'invoice_template' => 'Invoice Format',
|
||||
'invoice_detail' => 'Detail by tests',
|
||||
'invoice_summary' => 'Summary',
|
||||
'detail_with_panel' => 'Detail with Panel & Sample',
|
||||
|
||||
'header_font_name' => 'Result Page Header Font',
|
||||
'header_font_size' => 'Result Page Header Font-Size',
|
||||
'body_font_name' => 'Result Page Body Font',
|
||||
'body_font_size' => 'Result Page body Font-Size',
|
||||
'abnormal_result' => 'Abnormal Result Highlight',
|
||||
'font_weight' => 'Font-Weight',
|
||||
'font_bold' => 'Bold',
|
||||
'font_normal' => 'Normal',
|
||||
'text_color' => 'Color'
|
||||
|
||||
];
|
||||
51
lang/en/laboratory.php
Normal file
51
lang/en/laboratory.php
Normal 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'
|
||||
|
||||
];
|
||||
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" => "",
|
||||
|
||||
];
|
||||
?>
|
||||
15
lang/en/login.php
Normal file
15
lang/en/login.php
Normal 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'
|
||||
|
||||
];
|
||||
230
lang/en/opd_visit.php
Normal file
230
lang/en/opd_visit.php
Normal file
@@ -0,0 +1,230 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'new_consultation'=>'New Consultation',
|
||||
'admission_date'=>'Admission Date',
|
||||
'admission_ward'=>'Admission Ward',
|
||||
'doctor'=>'Doctor',
|
||||
'physical_examinations'=>'Physical Examinations',
|
||||
'histories'=>'Histories',
|
||||
'investigations_&_procedures'=>'Investigations & Procedures',
|
||||
'medications'=>'Medications',
|
||||
'documents'=>'Documents',
|
||||
'bills'=>'Bills',
|
||||
'chief_complaint'=>'Chief Complaint',
|
||||
'vital_sign'=>'Vital Sign',
|
||||
'body_temperature(celsius)'=>'Body Temperature(Celsius)',
|
||||
'temperature'=>'Temperature',
|
||||
'pulse'=>'Pulse',
|
||||
'spo2'=>'SpO2',
|
||||
'respiration_rate'=>'Respiration Rate',
|
||||
'biometrics'=>'Biometrics',
|
||||
'weight(kg)'=>'weight(Kg)',
|
||||
'height(cm)'=>'Height(cm)',
|
||||
'bmi(clac)'=>'BMI(Clac)',
|
||||
'diagnosis'=>'Diagnosis',
|
||||
'initial_diagnosis'=>'Initial Diagnosis',
|
||||
'final_diagnosis'=>'Final Diagnosis',
|
||||
'save'=>'Save',
|
||||
'vaccination_history'=>'Vaccination History',
|
||||
'allergies'=>'Allergies',
|
||||
'allergen_category'=>'Allergen Category',
|
||||
'allergen'=>'Allergen',
|
||||
'drug_allergy'=>'Drug Allergy',
|
||||
'food_allergy'=>'Food Allergy',
|
||||
'insect_allergy'=>'Insect Allergy',
|
||||
'environment_allergy'=>'Environment Allergy',
|
||||
'others'=>'Others',
|
||||
'current_medication'=>'Current Medication',
|
||||
'past_medical_surgical_history'=>'Past Medical Surgical',
|
||||
'family_history'=>'Family History',
|
||||
'laboratory'=>'Laboratory',
|
||||
'request_for_laboratory_test'=>'Request for Laboratory Test',
|
||||
'request_imagery'=>'Request Imagery',
|
||||
'imagery_type'=>'Imagery Type',
|
||||
'imagery_service'=>'Imagery Service',
|
||||
'medical_item_group'=>'Medical Item Group',
|
||||
'medical_item'=>'Medical Item',
|
||||
'route'=>'Route',
|
||||
'form'=>'Form',
|
||||
'morning'=>'Morning',
|
||||
'noon'=>'Noon',
|
||||
'afternoon'=>'Afternoon',
|
||||
'evening'=>'Evening',
|
||||
'midnight'=>'Midnight',
|
||||
'duration'=>'Duration',
|
||||
'instruction'=>'Instruction',
|
||||
'view_all'=>'View All',
|
||||
'pending'=>'Pending',
|
||||
'discharged'=>'Discharged',
|
||||
'visit_number'=>'Visit Number',
|
||||
'save_&_generate_invoice'=>'Save & Generate Invoice',
|
||||
'hid'=>'HID',
|
||||
'patient_name'=>'Patient Name',
|
||||
'gender'=>'Gender',
|
||||
'age'=>'Age',
|
||||
'date_of_birth'=>'Date of Birth',
|
||||
'visit_date'=>'Visit Date',
|
||||
'visit_no.'=>'Visit No.',
|
||||
'refer_from'=>'Refer From',
|
||||
'refer_to'=>'Refer To',
|
||||
'visit_histories'=>'Visit Histories',
|
||||
'life_styles'=>'Life Styles',
|
||||
'alcohol'=>'Alcohol',
|
||||
'smoking'=>'Smoking',
|
||||
'drug'=>'Drug',
|
||||
'no'=>'No',
|
||||
'yes'=>'Yes',
|
||||
'new_invoice'=>'New Invoice',
|
||||
'upload_document'=>'Upload Document',
|
||||
'consultation' => 'Consultations',
|
||||
'medicine_name' => 'Medicine Name',
|
||||
'view_requested' => 'View Requests',
|
||||
'consultations' => 'Consultations',
|
||||
'imagery' => 'Imagery',
|
||||
'possible_result' => 'Possible Result',
|
||||
'imagery_list' => 'Imagery List',
|
||||
'pharmacy' => 'Pharmacy',
|
||||
'prescriptions' => 'Medication',
|
||||
'medicine_instruction' => 'Medicine Instruction',
|
||||
'exam_date' => 'Exam Date',
|
||||
'technique' => 'Technique',
|
||||
'id' => 'ID',
|
||||
'add_result_of' => 'Add Result of ',
|
||||
'attach_photo' => 'Attach Photo ',
|
||||
'short_name' => 'Code',
|
||||
'name' => 'Name in English',
|
||||
'name_kh' => 'Name in Khmer',
|
||||
'standard_result' => 'Standard Result',
|
||||
'default_select' => 'Default Select',
|
||||
'wards' => 'Wards',
|
||||
'ward' => 'Ward',
|
||||
'doctors' => 'Doctors',
|
||||
'base_manager' => 'Base Manager',
|
||||
'hospital_services' => 'Hospital Services',
|
||||
'hospital_service' => 'Hospital Service',
|
||||
'service_type' => 'Service Type',
|
||||
'name_latin' => 'Name-Latin',
|
||||
'name_local' => 'Name-Local',
|
||||
|
||||
'visit' => 'Patient',
|
||||
'type_service_code_or_name' => 'Type service code or name...',
|
||||
'total' => 'Total',
|
||||
'action' => 'Action',
|
||||
'stock_in' => 'Stock In',
|
||||
'stock_out' => 'Stock Out',
|
||||
'inventory_report' => 'Inventory Report',
|
||||
'item' => 'item',
|
||||
'supplier' => 'Supplier',
|
||||
'item_group' => 'Item Group',
|
||||
'item_unit' => 'Item Unit',
|
||||
'grn_number' => 'GRN-Number',
|
||||
'po_number' => 'PO-Number',
|
||||
'received_date' => 'Received Date',
|
||||
'total_amount' => 'Total Amount',
|
||||
'grn_num_or_supplier' => 'GRN-Number or supplier name...',
|
||||
'unit_price' => 'Unit Price',
|
||||
'quantity' => 'Quantity',
|
||||
'expiry_date' => 'Expiry Date',
|
||||
|
||||
'gin_number' => 'GIN-Number',
|
||||
'issued_date' => 'Issued Date',
|
||||
'report_type' => 'Report Type',
|
||||
'inventory_on_hand' => 'Inventory on hand',
|
||||
'expire_report' => 'Inventory on hand',
|
||||
'report_date' => 'Report Date',
|
||||
|
||||
'item_name' => 'Item Name',
|
||||
'on_hand' => 'On Hand',
|
||||
'last_stock_in' => 'Last Stock In',
|
||||
'last_stock_out' => 'Last Stock Out',
|
||||
'stock_in_date' => 'Stock In Date',
|
||||
'expire_date' => 'Expire Date',
|
||||
'_month' => '# Month',
|
||||
|
||||
'code' => 'Code',
|
||||
'sale_price' => 'Sale Price',
|
||||
'description' => 'Description',
|
||||
'is_vaccination' => 'Is Vaccination',
|
||||
'vat_number' => 'VAT Number',
|
||||
'supplier_name' => 'Supplier Name',
|
||||
'contact_person' => 'Contact Person',
|
||||
'position' => 'Position',
|
||||
'phone' => 'Phone Number',
|
||||
'email' => 'Email',
|
||||
'address' => 'Address',
|
||||
'packaged_item' => 'Packaged Item',
|
||||
|
||||
'medical_record' => 'Medical Record',
|
||||
|
||||
'concept_code' => 'Concept Code',
|
||||
|
||||
'class' => 'Class',
|
||||
'sub_class' => 'Sub Class',
|
||||
'create_success' => 'Record has been created',
|
||||
'create_fail' => 'Failed while creating a record',
|
||||
'update_success' => 'Record has been updated',
|
||||
'update_fail' => 'Failed while updating a record',
|
||||
'get_success' => 'Record has been fetched',
|
||||
'get_fail' => 'Failed while fetching a record',
|
||||
'delete_success' => 'Record has been deleted',
|
||||
'delete_fail' => 'Failed while deleting a record',
|
||||
'restore_success' => 'Record has been restored',
|
||||
'restore_fail' => 'Failed while restoring a record',
|
||||
'evaluation' => 'Evaluation',
|
||||
'evaluation_summary' => 'Evaluation Summary',
|
||||
'queues' => 'Queues',
|
||||
'queue_no' => 'Queue-No',
|
||||
'save_to_queue' => 'Add Queue',
|
||||
'systolic' => 'Systolic',
|
||||
'diastolic' => 'Diastolic',
|
||||
'glucose' => 'Glucose',
|
||||
|
||||
'onset_date' => 'Onset Date',
|
||||
'clinical_feature' => 'Clinical Feature',
|
||||
'sign' => 'Sign',
|
||||
'general_appearance' => 'General Appearance',
|
||||
'status' => 'Status',
|
||||
'other' => 'Other',
|
||||
'ent' => 'ENT (ORL)',
|
||||
'ears' => 'Ears',
|
||||
'nose' => 'Noses',
|
||||
'throat' => 'Throat',
|
||||
'cardio_system' => 'Cardiovascular System',
|
||||
'heart_sound' => 'Heart Sound',
|
||||
'cardio_refill_time' => 'Capillary Refill Time',
|
||||
'resp_system' => 'Respiratory System',
|
||||
'inspection' => 'Inspection',
|
||||
'percussion' => 'Percussion',
|
||||
'auscultation' => 'Auscultation',
|
||||
'palpation' => 'Palpation',
|
||||
'uro_system' => 'Urogenital System',
|
||||
'skin' => 'Skin & Extremities',
|
||||
'edema' => 'Edema',
|
||||
'wounds' => 'Wounds',
|
||||
'rash' => 'Rash',
|
||||
'nervous_system' => 'Central Nervous System',
|
||||
'neurological' => 'Neurological',
|
||||
'mental_status' => 'Mental Status',
|
||||
'eyes' => 'Eyes',
|
||||
'verbal' => 'Verbal',
|
||||
'motion' => 'Motion',
|
||||
'mental_total' => 'Total',
|
||||
'specify' => 'Specify',
|
||||
'gastro_system' => 'Gastro-Intestinal System',
|
||||
'speech' => 'Speech',
|
||||
'mood' => 'Mood and affect',
|
||||
'thought' => 'Thought',
|
||||
'insight' => 'Insight & Judgement',
|
||||
'consciousness' => 'Consciousness',
|
||||
'abdomen' => 'Abdomen',
|
||||
'perception' => 'Perception',
|
||||
'coma' => 'Glasgow coma scale',
|
||||
'print_consult_form' => 'Print Consultation Form',
|
||||
'document_title' => 'Document Title',
|
||||
'file_name' => 'File name',
|
||||
'file_type' => 'File type',
|
||||
'past_medical_history' => 'Past Medical History'
|
||||
|
||||
|
||||
];
|
||||
28
lang/en/organism.php
Normal file
28
lang/en/organism.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Organisms',
|
||||
'search_placeholder' => 'Organism name...',
|
||||
'table_no' => 'No.',
|
||||
'table_name' => 'Name',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Organism',
|
||||
'form_name' => 'Organism',
|
||||
'form_sort' => 'Sort-Order',
|
||||
'form_edit_tittle' => 'Edit Organism',
|
||||
'is_bold' => 'Bold',
|
||||
|
||||
'create_success' => 'Organism has been created!',
|
||||
'create_fail' => 'An error occur while trying to create organism record. Please try again.',
|
||||
'update_success' => 'Organism record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update organism record. Please try again.',
|
||||
'delete_success' => 'Organism record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete organism record. Please try again.',
|
||||
'restore_success' => 'Organism record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore organism record. Please try again.',
|
||||
'get_success' => 'Organism record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve organism record. Please try again.'
|
||||
|
||||
|
||||
];
|
||||
19
lang/en/pagination.php
Normal file
19
lang/en/pagination.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
||||
22
lang/en/passwords.php
Normal file
22
lang/en/passwords.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'reset' => 'Your password has been reset!',
|
||||
'sent' => 'We have emailed your password reset link!',
|
||||
'throttled' => 'Please wait before retrying.',
|
||||
'token' => 'This password reset token is invalid.',
|
||||
'user' => "We can't find a user with that email address.",
|
||||
|
||||
];
|
||||
77
lang/en/patient.php
Normal file
77
lang/en/patient.php
Normal file
@@ -0,0 +1,77 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Patients',
|
||||
'search_placeholdolder' => 'Patient name, phone ..',
|
||||
'table_no' => 'No',
|
||||
'table_code' => 'Code',
|
||||
'table_name' => 'Name',
|
||||
'table_sex' => 'Sex',
|
||||
'table_phon' => 'Phone',
|
||||
'table_have_sample' => 'Have Sample',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_title' => 'New Patient',
|
||||
'form_edit_title' => 'Edit Patient',
|
||||
'form_code' => 'Patient Code',
|
||||
'form_name' => 'Patient Name',
|
||||
'form_dob' => 'Dob or Age',
|
||||
'form_age' => 'Age',
|
||||
'form_gender' => 'Gender',
|
||||
'form_sex_male' => 'Male',
|
||||
'form_sex_female' => 'Female',
|
||||
'form_sex_other' => 'Other',
|
||||
'form_khid' => 'KH-ID Number',
|
||||
'form_phone' => 'Phone Number',
|
||||
'form_house' => 'House Number',
|
||||
'form_street' => 'Street Number',
|
||||
'form_province' => 'Province',
|
||||
'form_district' => 'District',
|
||||
'form_commune' => 'Commune',
|
||||
'form_village' => 'Village',
|
||||
'form_alt_generate_puuid' => 'Auto Generate Patient Code',
|
||||
|
||||
'create_success' => 'Patient has been created!',
|
||||
'create_fail' => 'An error occur while trying to create patient record. Please try again.',
|
||||
'update_success' => 'Patient record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update patient record. Please try again.',
|
||||
'delete_success' => 'Patient record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete patient record. Please try again.',
|
||||
'restore_success' => 'Patient record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore patient record. Please try again.',
|
||||
'get_success' => 'Patient record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve patient record. Please try again.',
|
||||
|
||||
'basic_information' => 'Basic Information',
|
||||
'identifiers' => 'Identifiers',
|
||||
'contact_detail' => 'Contact Details',
|
||||
'medical_history' => 'Medical Histories',
|
||||
'first_name' => 'Surname',
|
||||
'last_name' => 'Given Name',
|
||||
'dob' => 'Date of Birth',
|
||||
'marital_status' => 'Marital Status',
|
||||
'single' => 'Single',
|
||||
'married' => 'Married',
|
||||
'other' => 'Others',
|
||||
'are_in_num' => 'Or Age in year, month, and day.',
|
||||
'blood_group' => 'Blood Group',
|
||||
'khid' => 'Khmer ID Card',
|
||||
'passport' => 'Passport',
|
||||
'nhid' => 'National Health ID',
|
||||
'create_new' => 'Create New Patient',
|
||||
'street' => 'Street',
|
||||
'house_no' => 'House Number',
|
||||
'email' => 'E-mail',
|
||||
'allergy' => 'Allergies',
|
||||
'chronic_disease' => 'Chronic Diseases',
|
||||
'past_surgery' => 'Past Surgeries',
|
||||
'family_history' => 'Family Medical History',
|
||||
'vaccination_history' => 'Vaccination Histories',
|
||||
'save_patient' => 'Save Patient',
|
||||
'save_consult' => 'Consultation',
|
||||
'save_queue' => 'Add Queue',
|
||||
'cancel' => 'Cancel',
|
||||
'sample' => 'Samples'
|
||||
|
||||
|
||||
];
|
||||
33
lang/en/patient_type.php
Normal file
33
lang/en/patient_type.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Patient Type',
|
||||
'search_placeholder' => 'Patient type name...',
|
||||
'table_no' => 'No',
|
||||
'table_name' => 'Name',
|
||||
'table_gender' => 'Gender',
|
||||
'table_age_from' => 'Age From',
|
||||
'table_age_to' => 'Age To',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Patient Type',
|
||||
'form_name' => 'Name',
|
||||
'form_max_age' => 'Max-Age',
|
||||
'form_min_age' => 'Min-Age',
|
||||
'form_edit_tittle' => 'Edit Patient Type',
|
||||
'form_input_day' => 'days',
|
||||
'form_input_month' => 'months',
|
||||
'form_input_year' => 'years',
|
||||
|
||||
'create_success' => 'Patient Type has been created!',
|
||||
'create_fail' => 'An error occur while trying to create patient type record. Please try again.',
|
||||
'update_success' => 'Patient Type record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update patient type record. Please try again.',
|
||||
'delete_success' => 'Patient Type record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete patient type record. Please try again.',
|
||||
'restore_success' => 'Patient Type record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore patient type record. Please try again.',
|
||||
'get_success' => 'Patient Type record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve patient type record. Please try again.'
|
||||
|
||||
];
|
||||
72
lang/en/permission.php
Normal file
72
lang/en/permission.php
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'view_patient' => 'View Patient',
|
||||
'create_patient' => 'Create Patient',
|
||||
'update_patient' => 'Update Patient',
|
||||
'delete_patient' => 'Delete Patient',
|
||||
'view_sample' => 'View Sample',
|
||||
'create_sample' => 'Create Sample',
|
||||
'update_sample' => 'Update Sample',
|
||||
'delete_sample' => 'Delete Sample',
|
||||
'add_result' => 'Add Result',
|
||||
'view_result' => 'View Result',
|
||||
'update_result' => 'Update Result',
|
||||
'delete_result' => 'Delete Result',
|
||||
'approve_result' => 'Approve Result',
|
||||
'print_result' => 'Print Result',
|
||||
'view_invoice' => 'View Invoice',
|
||||
'create_invoice' => 'Create Invoice',
|
||||
'update_invoice' => 'Update Invoice',
|
||||
'delete_invoice' => 'Delete Invoice',
|
||||
'generate_doctor_report' => 'Generate Doctor Report',
|
||||
'generate_summary_report' => 'Generate Summary Report',
|
||||
'view_dashboard' => 'View Dashboard',
|
||||
'update_laboratory_information' => 'Update Laboratory Information',
|
||||
'view_department' => 'View Department',
|
||||
'create_department' => 'Create Department',
|
||||
'update_department' => 'Update Department',
|
||||
'delete_department' => 'Delete Department',
|
||||
'view_sample_type' => 'View Sample Type',
|
||||
'create_sample_type' => 'Create Sample Type',
|
||||
'update_sample_type' => 'Update Sample Type',
|
||||
'delete_sample_type' => 'Delete Sample Type',
|
||||
'view_test_sample' => 'View Test Sample',
|
||||
'create_test_sample' => 'Create Test Sample',
|
||||
'update_test_sample' => 'Update Test Sample',
|
||||
'delete_test_sample' => 'Delete Test Sample',
|
||||
'view_comment' => 'View Comment',
|
||||
'create_comment' => 'Create Comment',
|
||||
'update_comment' => 'Update Comment',
|
||||
'delete_comment' => 'Delete Comment',
|
||||
'view_organism' => 'View Organism',
|
||||
'create_organism' => 'Create Organism',
|
||||
'update_organism' => 'Update Organism',
|
||||
'delete_organism' => 'Delete Organism',
|
||||
'view_antibiotic' => 'View Antibiotic',
|
||||
'create_antibiotic' => 'Create Antibiotic',
|
||||
'update_antibiotic' => 'Update Antibiotic',
|
||||
'delete_antibiotic' => 'Delete Antibiotic',
|
||||
'view_quantity' => 'View Quantity',
|
||||
'create_quantity' => 'Create Quantity',
|
||||
'update_quantity' => 'Update Quantity',
|
||||
'delete_quantity' => 'Delete Quantity',
|
||||
'view_sample_source' => 'View Sample Source',
|
||||
'create_sample_source' => 'Create Sample Source',
|
||||
'update_sample_source' => 'Update Sample Source',
|
||||
'delete_sample_source' => 'Delete Sample Source',
|
||||
'view_patient_type' => 'View Patient Type',
|
||||
'create_patient_type' => 'Create Patient Type',
|
||||
'update_patient_type' => 'Update Patient Type',
|
||||
'delete_patient_type' => 'Delete Patient Type',
|
||||
'view_physician' => 'View Provider',
|
||||
'create_physician' => 'Create Provider',
|
||||
'update_physician' => 'Update Provider',
|
||||
'delete_physician' => 'Delete Provider',
|
||||
'view_user_account' => 'View User Account',
|
||||
'create_user_account' => 'Create User Account',
|
||||
'update_user_account' => 'Update User Account',
|
||||
'delete_user_account,' => 'Delete User Account,',
|
||||
'assign_lab' => 'Assign Lab',
|
||||
|
||||
];
|
||||
33
lang/en/physician.php
Normal file
33
lang/en/physician.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Physicians',
|
||||
'search_placeholder' => 'Physician name...',
|
||||
'table_no' => 'No',
|
||||
'table_name' => 'Name',
|
||||
'table_logo' => 'Logo',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Physician',
|
||||
'form_name' => 'Name',
|
||||
'form_logo_upload' => 'Upload',
|
||||
'form_logo' => 'Header',
|
||||
'form_edit_tittle' => 'Edit Physician',
|
||||
'confirm_delete_photo' => 'Are you sure want to delete physician logo?',
|
||||
'ok_delete' => 'Yes, Delete',
|
||||
'cancel_delete' => 'No, Cancel',
|
||||
'confirm_delete' => 'Are you sure want to delete physician data?',
|
||||
'delete_photo_success' => 'Physician photo deleted successful',
|
||||
'delete_photo_failed' => 'Physician photo delete failed',
|
||||
|
||||
'delete_success' => 'Physician record has been deleted!',
|
||||
'delete_failed' => 'An error occur while trying to delete physician record. Please try again.',
|
||||
|
||||
'restore_success' => 'Physician record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore physician record. Please try again.',
|
||||
|
||||
'form_footer' => 'Footer',
|
||||
'default_select' => 'Make default'
|
||||
|
||||
|
||||
];
|
||||
26
lang/en/quantity.php
Normal file
26
lang/en/quantity.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Quantities',
|
||||
'search_placeholder' => 'Quantity name...',
|
||||
'table_no' => 'No.',
|
||||
'table_name' => 'Name',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Quantity',
|
||||
'form_name' => 'Quantity',
|
||||
'form_sort' => 'Sort-Order',
|
||||
'form_edit_tittle' => 'Edit Quantity',
|
||||
|
||||
'create_success' => 'Quantity has been created!',
|
||||
'create_fail' => 'An error occur while trying to create quantity record. Please try again.',
|
||||
'update_success' => 'Quantity record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update quantity record. Please try again.',
|
||||
'delete_success' => 'Quantity record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete quantity record. Please try again.',
|
||||
'restore_success' => 'Quantity record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore quantity record. Please try again.',
|
||||
'get_success' => 'Quantity record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve quantity record. Please try again.'
|
||||
|
||||
];
|
||||
30
lang/en/report.php
Normal file
30
lang/en/report.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
return [
|
||||
'summary_rpt_tittle' => 'Summary Report',
|
||||
'summary_rpt_fd_filter' => 'Invoice Date From',
|
||||
'summary_rpt_td_filter' => 'Invoice Date End',
|
||||
'btn_view' => 'View Report',
|
||||
'btn_action' => 'Actions',
|
||||
'btn_action_print' => 'Print',
|
||||
'btn_action_export' => 'Download Excel',
|
||||
'summary_report_section_by_test' => 'Summary Report by Test Type',
|
||||
'summary_report_section_by_sample_source' => 'Summary Report by Sample Source',
|
||||
'summary_rpt_test_type' => 'Test Type',
|
||||
'summary_male_patient' => 'Male Patient',
|
||||
'summary_female_patient' => 'Female Patient',
|
||||
'summary_total_patient' => 'Total Patient',
|
||||
'summary_clinic_name' => 'Sample Source',
|
||||
'doctor_date_range_filter' => 'Invoice Date Range',
|
||||
'doctor_sample_source_filter' => 'Sample Source',
|
||||
'doctor_physician_filter' => 'Provider',
|
||||
'doctor_exam' => 'Exam',
|
||||
'doctor_net_amount' => 'Net Amount',
|
||||
'summary_total_sample'=>'Total Sample',
|
||||
'summary_report_section_by_category'=>'Summary Report by Category',
|
||||
'summary_report_section_by_date'=>'Summary Report by Date',
|
||||
'summary_report_section_by_labtech'=>'Summary Report By Lab',
|
||||
'financial_report'=>'Financial Report',
|
||||
'summary_category_name'=>'Category',
|
||||
'total' => 'Total'
|
||||
|
||||
];
|
||||
113
lang/en/sample.php
Normal file
113
lang/en/sample.php
Normal file
@@ -0,0 +1,113 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'table_title' => 'Samples',
|
||||
'table_no' => 'No',
|
||||
'table_patient_code' => 'Patient Code',
|
||||
'table_patient_name' => 'Patient Name',
|
||||
'table_sample_number' => 'Sample No',
|
||||
'table_collected_date' => 'Request Date',
|
||||
'table_received_date' => 'Received Date',
|
||||
'table_sample_source' => 'Sample Source',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_title' => 'New Sample',
|
||||
'form_patient' => 'Patient',
|
||||
'form_sample_number' => 'Sample No',
|
||||
'form_sample_source' => 'Sample Source',
|
||||
'form_requester' => 'Requested By',
|
||||
'form_collected_date' => 'Request Date',
|
||||
'form_received_date' => 'Received Date',
|
||||
'form_admission_date' => 'Admission Date',
|
||||
'form_diagnisis' => 'Diagnosis',
|
||||
'form_sample_condition' => 'Sample Condition',
|
||||
'form_reject_reason' => 'Reject Reason',
|
||||
'form_is_urgent' => 'Is Urgent',
|
||||
'form_btn_save_assign_test' => 'Save & Assign Test',
|
||||
'form_patient_info_title' => 'Patient Information',
|
||||
'form_patient_code' => 'Code',
|
||||
'form_patient_name' => 'Name',
|
||||
'form_patient_gender' => 'Sex',
|
||||
'form_patient_age' => 'Age',
|
||||
'form_patient_mobile' => 'Mobile',
|
||||
'form_patient_address' => 'Address',
|
||||
'form_edit_title' => 'Edit Sample',
|
||||
'form_btn_update' => 'Update',
|
||||
'form_btn_assign_test' => 'Assign Test',
|
||||
'form_btn_add_result' => 'Add Result',
|
||||
'form_btn_preview_result' => 'Preview Result',
|
||||
'from_btn_remove' => 'Remove',
|
||||
'form_btn_new_sample' => 'New Sample',
|
||||
'assign_test_modal_title' => 'Assign Test',
|
||||
'assign_test_save_template' => 'Save Template',
|
||||
'assign_test_make_invoice' => 'Make Invoice',
|
||||
'assign_test_total_fee_text' => 'Total Payment',
|
||||
'assign_test_total_test' => 'Total Tests',
|
||||
'assign_test_btn_save' => 'Save',
|
||||
'assign_test_btn_save_add_result' => 'Save & Add Result',
|
||||
'assign_test_btn_cancel' => 'Cancel',
|
||||
'add_result_title' => 'Add Result',
|
||||
'sample_entry_by' => 'Sample Entry By',
|
||||
'sample_modify_by' => 'Modified By',
|
||||
'add_result_test' => 'Test Name',
|
||||
'add_result_result' => 'Result',
|
||||
'add_result_unit_sign' => 'Unit Sign',
|
||||
'add_result_ref_range' => 'Ref. Range',
|
||||
'add_result_test_date' => 'Test Date',
|
||||
'add_result_performed_by' => 'Performed By',
|
||||
'add_result_hide' => 'Hide',
|
||||
'add_result_btn_edit_test' => 'Edit Test',
|
||||
'add_result_btn_save' => 'Save',
|
||||
'add_result_btn_save_preview' => 'Save & Preview',
|
||||
'add_result_btn_cancel' => 'Cancel',
|
||||
'print_title' => 'Laboratory Result',
|
||||
'btn_print' => 'Print',
|
||||
'btn_approve' => 'Approve',
|
||||
'last_test_date' => 'Last test date',
|
||||
'verify_by' => 'Verify by',
|
||||
'report_date' => 'Report date',
|
||||
'lab_technician' => 'Lab. Technician',
|
||||
|
||||
'search_placeholder' => 'Patient name or phone..',
|
||||
|
||||
'condition_good' => 'Good',
|
||||
'condition_reject' => 'Rejected',
|
||||
'condition_acceptable' => 'Acceptable',
|
||||
|
||||
'requested_date' => 'Request Date',
|
||||
|
||||
'year' => ' y',
|
||||
'month' => ' m',
|
||||
'day' => ' d',
|
||||
'sex_m' => ' M',
|
||||
'sex_f' => ' F',
|
||||
'physician_name' => 'Provider Name',
|
||||
|
||||
'create_success' => 'Sample has been created!',
|
||||
'create_fail' => 'An error occur while trying to create sample record. Please try again.',
|
||||
'update_success' => 'Sample record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update sample record. Please try again.',
|
||||
'delete_success' => 'Sample record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete sample record. Please try again.',
|
||||
'restore_success' => 'Sample record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore sample record. Please try again.',
|
||||
'get_success' => 'Sample record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve sample record. Please try again.',
|
||||
|
||||
'approve_success' => 'Sample has been approved!',
|
||||
'approve_fail' => 'An error occur while trying to approve the sample. Please try again.',
|
||||
|
||||
|
||||
'filter_all' => 'Show All',
|
||||
'filter_rejected' => 'Rejected',
|
||||
'filter_pending' => 'Pending',
|
||||
'filter_processing' => 'Processing',
|
||||
'filter_completed' => 'Completed',
|
||||
'filter_printed' => 'Printed',
|
||||
'clear_selection' => 'Uncheck all tests',
|
||||
'print_label' => 'Print Label',
|
||||
'previous_result' => 'Previous Result',
|
||||
'sample_status' => ' Status '
|
||||
|
||||
];
|
||||
27
lang/en/sample_source.php
Normal file
27
lang/en/sample_source.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Sample Sources',
|
||||
'search_placeholder' => 'Sample source name...',
|
||||
'table_no' => 'No',
|
||||
'table_name_latin' => 'Name-Latin',
|
||||
'table_name_khmer' => 'Name-Khmer',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Sample Source',
|
||||
'form_name' => 'Name',
|
||||
'form_sort' => 'Sort-Order',
|
||||
'form_edit_tittle' => 'Edit Sample Source',
|
||||
|
||||
'create_success' => 'Sample source has been created!',
|
||||
'create_fail' => 'An error occur while trying to create sample source record. Please try again.',
|
||||
'update_success' => 'Sample source record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update sample source record. Please try again.',
|
||||
'delete_success' => 'Sample source record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete sample source record. Please try again.',
|
||||
'restore_success' => 'Sample source record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore sample source record. Please try again.',
|
||||
'get_success' => 'Sample source record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve sample source record. Please try again.'
|
||||
|
||||
];
|
||||
34
lang/en/sample_type.php
Normal file
34
lang/en/sample_type.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Sample Types',
|
||||
'search_placeholder' => 'Sample type name...',
|
||||
'table_no' => 'No',
|
||||
'table_name' => 'Name',
|
||||
'table_department' => 'Department Name',
|
||||
'table_sample_type' => 'Sample Type',
|
||||
'table_description' => 'Description',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Sample Type',
|
||||
'form_name' => 'Name',
|
||||
'form_sort' => 'Sort-Order',
|
||||
'form_department' => 'Ward',
|
||||
'form_select_all_department' => 'Select All Departments',
|
||||
'form_edit_tittle' => 'Edit Sample Type',
|
||||
'form_sample_description' => 'Sample Type',
|
||||
|
||||
'tube' => 'Type of Tube',
|
||||
|
||||
'create_success' => 'Sample type has been created!',
|
||||
'create_fail' => 'An error occur while trying to create sample type record. Please try again.',
|
||||
'update_success' => 'Sample type record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update sample type record. Please try again.',
|
||||
'delete_success' => 'Sample type record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete sample type record. Please try again.',
|
||||
'restore_success' => 'Sample type record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore sample type record. Please try again.',
|
||||
'get_success' => 'Sample type record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve sample type record. Please try again.'
|
||||
|
||||
];
|
||||
58
lang/en/sidebar.php
Normal file
58
lang/en/sidebar.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'dashboard' => 'Dashboard',
|
||||
'patients' => 'Patients',
|
||||
'new_patient' => 'New Patient',
|
||||
'patient_list' => 'Patient List',
|
||||
'sample' => 'Samples',
|
||||
'new_sample' => 'Register Sample',
|
||||
'payment' => 'Payment',
|
||||
'invoice_list' => 'Invoice List',
|
||||
'report' => 'Reports',
|
||||
'lab_manager' => 'Lab Manager',
|
||||
'laboratory-profile' => 'Lab Profile',
|
||||
'department' => 'Departments',
|
||||
'sample_types' => 'Sample Types',
|
||||
'test_sample' => 'Tests',
|
||||
'comment' => 'Comments',
|
||||
'organism' => 'Organisms',
|
||||
'antibiotic' => 'Antibiotics',
|
||||
'quantity' => 'Quantities',
|
||||
'sample_source' => 'Sample Sources',
|
||||
'patient_type' => 'Patient Types',
|
||||
'physician' => 'Physicians',
|
||||
'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' => 'Lab Configuration',
|
||||
'financial_report' => 'Financial Report',
|
||||
'aggregate_report' => 'Aggregate Report',
|
||||
'doctor_report' => 'Doctor Report',
|
||||
'invoice'=>'Invoices',
|
||||
'payments'=>'Invoices & Repayment',
|
||||
'sample_management' => 'Sample Management',
|
||||
'create_sample' => 'Create Sample',
|
||||
'appointment' => 'Appointments',
|
||||
'view_sample' => 'Sample List',
|
||||
|
||||
];
|
||||
28
lang/en/system_role.php
Normal file
28
lang/en/system_role.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'System Roles',
|
||||
'search_placeholder' => 'Role name...',
|
||||
'table_no' => 'No',
|
||||
'table_name' => 'Name',
|
||||
'table_default_page' => 'Default Page',
|
||||
'table_permission' => 'Permission',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New System Role',
|
||||
'form_name' => 'Name',
|
||||
'form_edit_tittle' => 'Edit System Role',
|
||||
'form_system_role' => 'System-Role',
|
||||
|
||||
'create_success' => 'System role has been created!',
|
||||
'create_fail' => 'An error occur while trying to create system role record. Please try again.',
|
||||
'update_success' => 'System role record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update system role record. Please try again.',
|
||||
'delete_success' => 'System role record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete system role record. Please try again.',
|
||||
'restore_success' => 'System role record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore system role record. Please try again.',
|
||||
'get_success' => 'System role record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve system role record. Please try again.'
|
||||
|
||||
];
|
||||
68
lang/en/test_sample.php
Normal file
68
lang/en/test_sample.php
Normal file
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'Tests',
|
||||
'search_placeholder' => 'Department, sample type, or test name...',
|
||||
'table_no' => 'No',
|
||||
'table_name' => 'Test Name',
|
||||
'table_department' => 'Ward',
|
||||
'table_sample_type' => 'Sample Type',
|
||||
'table_sign' => 'Sign',
|
||||
'table_group_result' => 'Group Result',
|
||||
'table_field_type' => 'Field Type',
|
||||
'table_price' => 'Price',
|
||||
'table_sort' => 'Sort-Order',
|
||||
'table_btn_pc' => 'Provider Commission',
|
||||
'pc_physician' => 'Provider',
|
||||
'pc_rate' => 'Commission Rate',
|
||||
'pc_btn_apply_all_test' => 'Apply to all tests',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New Test Sample',
|
||||
'form_test_name' => 'Test Name',
|
||||
'form_unit_sign' => 'Unit Sign',
|
||||
'form_field_type' => 'Field Type',
|
||||
'form_edit_tittle' => 'Edit Test Sample',
|
||||
'form_description' => 'Description',
|
||||
'form_format' => 'Format',
|
||||
'form_ref_range' => 'Reference Range',
|
||||
'form_ref_min' => 'Min-Value',
|
||||
'form_ref_sign' => 'Sign',
|
||||
'form_ref_max' => 'Max-Value',
|
||||
'form_ref_patient_type' => 'Patient Type',
|
||||
'form_organism' => 'Organisim & Antibiotic',
|
||||
'organism_input_placeholder' => 'Organism name',
|
||||
'antibiotic_inut_placeholder' => 'Antibiotic name',
|
||||
'form_organism_selected' => 'Selected',
|
||||
'form_formula' => 'Formula',
|
||||
'formula_equation' => 'Equation',
|
||||
|
||||
'btn_apply_to_all_tests' => 'Apply to all tests',
|
||||
'code' => 'Code',
|
||||
|
||||
'create_success' => 'Test sample has been created!',
|
||||
'create_fail' => 'An error occur while trying to create test sample record. Please try again.',
|
||||
'update_success' => 'Test sample record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update test sample record. Please try again.',
|
||||
'delete_success' => 'Test sample record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete test sample record. Please try again.',
|
||||
'restore_success' => 'Test sample record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore test sample record. Please try again.',
|
||||
'get_success' => 'Test sample record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve test sample record. Please try again.',
|
||||
|
||||
'add_commission_success' => 'Commission record has been added!',
|
||||
'add_commission_fail' => 'An error occur while trying to add commission record. Please try again.',
|
||||
'select_organism' => 'Selected Organisms',
|
||||
'result_highlight_with_bold_text' => 'Highlight with Bold Text on Result Page',
|
||||
'auto_suggest_results' => 'Auto Suggest Result',
|
||||
|
||||
'numeric' => 'Numeric',
|
||||
'calculate' => 'Calculate',
|
||||
'single' => 'Single Selection',
|
||||
'multiple' => 'Multiple Selection',
|
||||
'text' => 'Long Text',
|
||||
'attachment' => 'Attachment',
|
||||
'heading' => 'Heading'
|
||||
|
||||
];
|
||||
53
lang/en/user_account.php
Normal file
53
lang/en/user_account.php
Normal file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'User Accounts',
|
||||
'search_placeholder' => 'Account name, email address...',
|
||||
'table_no' => 'No',
|
||||
'table_name' => 'Name',
|
||||
'table_login_email' => 'Login-Email',
|
||||
'table_system_role' => 'System Role',
|
||||
'table_labs' => 'Labs',
|
||||
'table_status' => 'Status',
|
||||
'table_action' => 'Actions',
|
||||
'form_add_tittle' => 'New User Account',
|
||||
'form_name' => 'Full-Name',
|
||||
'form_login_email' => 'Login-Email',
|
||||
'form_ismnager' => 'Lab Manager',
|
||||
'physician' => 'Sample Source',
|
||||
'non_of_above' => 'Others',
|
||||
'form_edit_tittle' => 'Edit User Account',
|
||||
'form_system_role' => 'System-Role',
|
||||
'form_lab_cover' => 'Laboratory Coverage',
|
||||
'form_laboratory' => 'Laboratory',
|
||||
'form_select_all_lab' => 'Select All Labs',
|
||||
'form_password' => 'Password',
|
||||
'form_character' => 'characters',
|
||||
'form_assign_lab' => 'Assign laboratory',
|
||||
|
||||
'user_profile' => 'User Profile',
|
||||
'form_change_password' => 'Change Password',
|
||||
'form_old_password' => 'Current Password',
|
||||
'form_new_password' => 'New Password',
|
||||
'form_confirm_password' => 'Confirm New Password',
|
||||
'form_signature' => 'Signature',
|
||||
|
||||
'invalid_current_password' => 'Invalid current password',
|
||||
'new_password_same_old_password' => 'New Password cannot be same as your current password.',
|
||||
'change_password_success' => 'Your password has been changed!',
|
||||
'change_password_fail' => 'An error occur while trying to change password. Please try again.',
|
||||
|
||||
'create_success' => 'User account has been created!',
|
||||
'create_fail' => 'An error occur while trying to create user account record. Please try again.',
|
||||
'update_success' => 'User account record has been updated!',
|
||||
'update_fail' => 'An error occur while trying to update user account record. Please try again.',
|
||||
'delete_success' => 'User account record has been deleted!',
|
||||
'delete_fail' => 'An error occur while trying to delete user account record. Please try again.',
|
||||
'restore_success' => 'User account record has been restored!',
|
||||
'restore_fail' => 'An error occur while trying to restore user account record. Please try again.',
|
||||
'get_success' => 'User account record has been retrieved!',
|
||||
'get_fail' => 'An error occur while trying to retrieve user account record. Please try again.',
|
||||
'assign_lab_success' => 'User account has been added to laboratories!',
|
||||
'assign_lab_fail' => 'An error occur while trying to assign user account to laboratories. Please try again.'
|
||||
|
||||
];
|
||||
26
lang/en/vaccination.php
Normal file
26
lang/en/vaccination.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'date' =>'Date',
|
||||
'next_visit' =>'Next Visit',
|
||||
'name' =>'Vaccine Name',
|
||||
'unit_price' =>'Unit Price',
|
||||
'qty' =>'Quantity',
|
||||
'subtotal' =>'Sub Total',
|
||||
'new_title' =>'New Vaccination',
|
||||
'btn_save' =>'Save',
|
||||
'create_success' =>'Vaccination record has been saved.',
|
||||
'create_fail' =>'Failed while saving vaccination record.',
|
||||
'update_success' =>'Vaccination record has been updated.',
|
||||
'update_fail' =>'Failed while updating vaccination record.',
|
||||
'delete_success' =>'Vaccination record has been deleted.',
|
||||
'delete_fail' =>'Failed while deleting vaccination record.',
|
||||
'restore_success' =>'Vaccination record has been restored.',
|
||||
'restore_fail' =>'Failed while restoring vaccination record.',
|
||||
'list_title' =>'Vaccinations',
|
||||
'invoice_title' =>'Vaccination Invoice',
|
||||
'edit_title' =>'Edit Vaccination',
|
||||
|
||||
|
||||
];
|
||||
151
lang/en/validation.php
Normal file
151
lang/en/validation.php
Normal file
@@ -0,0 +1,151 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_equals' => 'The :attribute must be a date equal to :date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'email' => 'The :attribute must be a valid email address.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'gt' => [
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
],
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lt' => [
|
||||
'numeric' => 'The :attribute must be less than :value.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'The :attribute must be less than or equal :value.',
|
||||
'file' => 'The :attribute must be less than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimetypes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'password' => 'The password is incorrect.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values are present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'starts_with' => 'The :attribute must start with one of the following: :values.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'uuid' => 'The :attribute must be a valid UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap our attribute placeholder
|
||||
| with something more reader friendly such as "E-Mail Address" instead
|
||||
| of "email". This simply helps us make our message more expressive.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
26
lang/kh/antibiotic.php
Normal file
26
lang/kh/antibiotic.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងឱសថប្រឆាំងមេរោគ',
|
||||
'search_placeholder' => 'ឈ្មោះឱសថប្រឆាំងមេរោគ',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'បង្កើតអង់ទីប៊ីយោទិកថ្មី',
|
||||
'form_name' => 'ឱសថប្រឆាំងមេរោគ',
|
||||
'form_sort' => 'លេខរៀង',
|
||||
'form_edit_tittle' => 'កែប្រែព័ត៌មានឱសថប្រឆាំងមេរោគ',
|
||||
|
||||
'create_success' => 'ឈ្មោះឱសថប្រឆាំងមេរោគថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតឈ្មោះឱសថប្រឆាំងមេរោគថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានឈ្មោះឱសថប្រឆាំងមេរោគកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានឈ្មោះឱសថប្រឆាំងមេរោគបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានឈ្មោះឱសថប្រឆាំងមេរោគលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានឈ្មោះឱសថប្រឆាំងមេរោគចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានឈ្មោះឱសថប្រឆាំងមេរោគស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានឈ្មោះឱសថប្រឆាំងមេរោគបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានឈ្មោះឱសថប្រឆាំងមេរោគទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានឈ្មោះឱសថប្រឆាំងមេរោគបានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
|
||||
];
|
||||
20
lang/kh/appointment.php
Normal file
20
lang/kh/appointment.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'type' => 'ប្រភេទណាត់ជួប',
|
||||
'date' => 'ថ្ងៃណាត់ជួប',
|
||||
'duration' => 'រយៈពេលជាថ្ងៃ',
|
||||
'patient' => 'អ្នកជំងឺ',
|
||||
'description' => 'បរិយាយ',
|
||||
'doctor' => 'គ្រូពេទ្យ',
|
||||
'create_success' => 'ការណាត់ជួបថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតការណាត់ជួបថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានការណាត់ជួបកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានការណាត់ជួបបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានការណាត់ជួបលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានការណាត់ជួបចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានការណាត់ជួបស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានការណាត់ជួបបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានការណាត់ជួបទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានការណាត់ជួបបានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
];
|
||||
19
lang/kh/auth.php
Normal file
19
lang/kh/auth.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'ឈ្មោះគណនីឬលេខសំងាត់មិនត្រឹមត្រូវ',
|
||||
'throttle' => 'លោកអ្នកបញ្ចូលព័ត៌មានមិនត្រឹមត្រូវជាច្រើនដង។ សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds seconds.',
|
||||
|
||||
];
|
||||
29
lang/kh/comment.php
Normal file
29
lang/kh/comment.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងមតិយោបល់',
|
||||
'search_placeholder' => 'ឈ្មោះមតិយោបល់..',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'មតិយោបល់',
|
||||
'table_department' => 'ផ្នែកមន្ទីរពិសោធន៌',
|
||||
'table_sample_type' => 'ប្រភេទសំណាក',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'យោបល់ថ្មី',
|
||||
'form_name' => 'ទម្រង់មតិយោបល់',
|
||||
'form_sample_type' => 'ប្រភេទសំណាក',
|
||||
'form_department' => 'ផ្នែកមន្ទីរពិសោធន៌',
|
||||
'form_edit_tittle' => 'កែប្រែយោបល់',
|
||||
|
||||
'create_success' => 'មតិយោបល់ថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតមតិយោបល់ថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានមតិយោបល់កែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានមតិយោបល់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានមតិយោបល់លុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានមតិយោបល់ចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានមតិយោបល់ស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានមតិយោបល់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានមតិយោបល់ទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានមតិយោបល់បានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
|
||||
];
|
||||
29
lang/kh/department.php
Normal file
29
lang/kh/department.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងផ្នែកមន្ទីរពិសោធន៌',
|
||||
'search_placeholder' => 'ឈ្មោះផ្នែកមន្ទីរពិសោធន៌...',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះផ្នែកមន្ទីរពិសោធន៌',
|
||||
'table_sample_type' => 'ប្រភេទសំណាក',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'បង្កើតផ្នែកមន្ទីរពិសោធន៌ថ្មី',
|
||||
'form_name' => 'ឈ្មោះ',
|
||||
'form_sort' => 'លេខរៀង',
|
||||
'form_laboratory' => 'មន្ទីរពិសោធន៌',
|
||||
'form_select_all_lab' => 'ជ្រើសរើសមន្ទីរពិសោធន៌ទាំងអស់',
|
||||
'form_edit_tittle' => 'កែប្រែផ្នែកមន្ទីរពិសោធន៌',
|
||||
|
||||
'create_success' => 'ផ្នែកមន្ទីរពិសោធន៍ថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតផ្នែកមន្ទីរពិសោធន៍ថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានផ្នែកមន្ទីរពិសោធន៍កែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានផ្នែកមន្ទីរពិសោធន៍បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានផ្នែកមន្ទីរពិសោធន៍លុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានផ្នែកមន្ទីរពិសោធន៍ចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានផ្នែកមន្ទីរពិសោធន៍ស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានផ្នែកមន្ទីរពិសោធន៍បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានផ្នែកមន្ទីរពិសោធន៍ទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានផ្នែកមន្ទីរពិសោធន៍បានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
|
||||
];
|
||||
94
lang/kh/general.php
Normal file
94
lang/kh/general.php
Normal file
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'btn_search' => 'ស្វែងរក',
|
||||
'btn_add_new' => 'បង្កើតថ្មី',
|
||||
'btn_edit' => 'កែប្រែ',
|
||||
'btn_delete' => 'លុប',
|
||||
'date_placeholder' => 'ថ្ងៃ ខែ ឆ្នាំ',
|
||||
'btn_save' => 'រក្សាទុក',
|
||||
'btn_cancel' => 'បោះបង់',
|
||||
'confirm_delete_text' => 'តើអ្នកពិតជាចង់លុបទិន្នន័យនេះមែនឬទេ?',
|
||||
'confirm_delete_yes' => 'យល់ព្រម',
|
||||
'confirm_delete_no' => 'បោះបង់',
|
||||
'btn_clear' => 'សម្អាត',
|
||||
|
||||
'change_lab' => 'ជ្រើសរើសមន្ទីរពិសោធន៍',
|
||||
'profile' => 'អំពីអ្នកប្រើប្រាស់',
|
||||
'logout' => 'ចាកចេញពីប្រព័ន្ធ',
|
||||
|
||||
'today_sample' => 'ចំនួនសំណាកថ្ងៃនេះ',
|
||||
'this_month_sample' => 'ចំនួនសំណាកក្នុងខែនេះ',
|
||||
'last_month_sample' => 'ចំនួនសំណាកក្នុងខែមុន',
|
||||
'average_sample' => 'ចំនួនសំណាកគិតជាមធ្យមក្នុង១ខែ',
|
||||
'today_income' => 'ចំណូលសរុបក្នុងថ្ងៃនេះ',
|
||||
'this_month_income' => 'ចំណូលសរុបក្នុងខែនេះ',
|
||||
'last_month_income' => 'ចំណូលសរុបក្នុងខែមុន',
|
||||
'last_year_income' => 'ចំណូលសរុបក្នុងឆ្នាំមុន',
|
||||
'sample_statistic' => 'ស្ថិតិចំនួនសំណាក',
|
||||
'sample_source_statistic' => 'ស្ថិតិសំណាកតាមប្រភព',
|
||||
'chart_filter_today' => 'ក្នុងថ្ងៃនេះ',
|
||||
'chart_filter_this_month' => 'ក្នុងខែនេះ',
|
||||
'chart_filter_this_year' => 'ក្នុងឆ្នាំនេះ',
|
||||
'chart_filter_last_year' => 'ក្នុងឆ្នាំមុន',
|
||||
|
||||
'confirm_delete_record' => 'តើអ្នកពិតជាចង់លុបព័ត៌មាននេះមែនឬទេ?',
|
||||
'confirm_ok_delete' => 'បាទ/ចាស យល់ព្រម',
|
||||
'confirm_cancel' => 'ទេ, បោះបង់',
|
||||
'delete_success' => 'ព័ត៌មានលុបបានសម្រេច',
|
||||
'delete_failed' => "ព័ត៌មានមិនអាចលុបបានទេ",
|
||||
'choose_option' => 'ជ្រើសរើស',
|
||||
|
||||
'confirm_restore_record' => 'តើអ្នកពិតជាចង់ស្តារព័ត៌មាននេះមែនឬទេ?',
|
||||
'confirm_ok_restore' => 'បាទ/ចាស',
|
||||
'confirm_cancel_restore' => 'ទេ',
|
||||
|
||||
'type_date_placeholder' => 'ខែ/ថ្ងៃ/ឆ្នាំ',
|
||||
'select2_tag_placeholder' => 'ជ្រើសរើស ឬស្វែងរកក្នុងប្រអស់',
|
||||
'select2_no_result' => 'មិនមានទិន្នន័យរកឃើញ',
|
||||
'optional' => 'ជាជម្រើស',
|
||||
'required' => 'តម្រូវ',
|
||||
|
||||
//new
|
||||
'total_samples' => 'ចំនួនសំណាកសរុប',
|
||||
'total_income' => 'ចំណូលសរុប',
|
||||
'total_patient' => 'ចំនួនអ្នកជំងឺសរុប',
|
||||
'total_invoice' => 'ចំនួនវិក្កយបត្រសរុប',
|
||||
'total_paid_invoice' => 'ចំនួនវិក្កយបត្របង់ប្រាក់រួច',
|
||||
'total_unpaid_invoice' => 'ចំនួនវិក្កយបត្រមិនទាន់បង់ប្រាក់',
|
||||
'total_rejected_sample' => 'ចំនួនសំណាកបដិសេធសរុប',
|
||||
'monthly_sample_trend' => 'និន្នាការសំណាកប្រចាំខែ',
|
||||
'monthly_income_trend' => 'និន្នាការចំណូលប្រចាំខែ',
|
||||
'panel_distribution' => 'ចំនួនសំណាកតាម Panel(ឆ្នាំនេះ)',
|
||||
'sample_source_distribution' => 'ចំនួនសំណាកតាមប្រភពសំណាក(ឆ្នាំនេះ)',
|
||||
|
||||
'manage_user_accounts' => 'គ្រប់គ្រងគណនីប្រើប្រាស់',
|
||||
'manage_user_roles' => 'គ្រប់គ្រងតួនាទីអ្នកប្រើប្រាស់',
|
||||
'laboratory_settings' => 'កំណត់ប្រព័ន្ធ',
|
||||
'activity_logs' => 'កំណត់ហេតុប្រតិបត្តិការណ៍',
|
||||
'btn_save_patient_add_new_sample' => 'រក្សាទុក និងបង្កើតសំណាកថ្មី',
|
||||
|
||||
'user_name' => 'ឈ្មោះគណនី',
|
||||
'user_role' => 'តួនាទី',
|
||||
'upload_signature' => 'បញ្ចូលគម្រូហត្ថលេខា',
|
||||
'signature_image' => 'រូបភាពហត្ថលេខា',
|
||||
'current_signature' => 'ហត្ថលេខាបច្ចុប្បន្ន',
|
||||
|
||||
'change_password' => 'ផ្លាស់ប្តូរលេខសំងាត់',
|
||||
'current_password' => 'លេខសំងាត់បច្ចុប្បន្ន',
|
||||
'new_password' => 'លេខសំងាត់ថ្មី',
|
||||
'confirm_password' => 'បញ្ជាក់សារឡើងវិញ',
|
||||
|
||||
'general_settings' => 'ការកំណត់ទូទៅ',
|
||||
'result_settings' => 'ការកំណត់ផ្នែកលទ្ធផល',
|
||||
'notification' => 'សារជូនដំណឹង',
|
||||
'page' => 'ទំព័រទី ',
|
||||
|
||||
'contaminant' => 'មានការចំលងរោគ',
|
||||
|
||||
'sample_entry_by' => 'បញ្ចូលលទ្ធផលដោយ',
|
||||
'modify_by' => 'កែប្រែលទ្ធផលដោយ',
|
||||
|
||||
'apply_to_all_test' => 'កំណត់គ្រប់តេស្តទាំងអស់'
|
||||
|
||||
];
|
||||
19
lang/kh/inventory.php
Normal file
19
lang/kh/inventory.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// Supplier
|
||||
'sp_table_title' => 'អ្នកផ្គត់ផ្គង់',
|
||||
'sp_create_success' => 'មីបង្កើតបានសម្រេច។',
|
||||
'sp_create_fail' => 'មិនអាចបង្កើតអ្នកផ្គត់ផ្គង់ថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'sp_update_success' => 'ព័ត៌មានអ្នកផ្គត់ផ្គង់កែប្រែបានសម្រេច។ ',
|
||||
'sp_update_fail' => 'មិនអាចកែប្រែព័ត៌មានអ្នកផ្គត់ផ្គង់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'sp_delete_success' => 'ព័ត៌មានអ្នកផ្គត់ផ្គង់លុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'sp_delete_fail' => 'មិនអាចលុបព័ត៌មានអ្នកផ្គត់ផ្គង់ចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'sp_restore_success' => 'ព័ត៌មានអ្នកផ្គត់ផ្គង់ស្តារបានសម្រេច។',
|
||||
'sp_restore_fail' => 'មិនអាចស្តារព័ត៌មានអ្នកផ្គត់ផ្គង់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'sp_get_success' => 'ព័ត៌មានអ្នកផ្គត់ផ្គង់ទាញយកបានសម្រេច។',
|
||||
'sp_get_fail' => 'មិនអាចទាញយកព័ត៌មានអ្នកផ្គត់ផ្គង់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'supplier_name' => 'ឈ្មោះអ្នកផ្គត់ផ្គង់'
|
||||
|
||||
];
|
||||
85
lang/kh/invoice.php
Normal file
85
lang/kh/invoice.php
Normal file
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងវិក័យប័ត្រ',
|
||||
'table_date_filter' => 'ចន្លោះកាលបរិច្ឆេទ',
|
||||
'table_textable_filter' => 'ឬ ស្វែងរកតាម',
|
||||
'table_textable_filter_placeholder' => 'លេខវិក័យប័ត្រ លេខសំណាក លេខសំគាល់អ្នកជំងឺ ឬ លេខទូរស័ព្ទ',
|
||||
'btn_quick_report' => 'របាយការណ៍ចំណូលខ្លី',
|
||||
'dialy_report' => 'របាយការណ៍ចំណូលប្រចាំថ្ងៃ',
|
||||
'monthly_invoice_report' => 'របាយការណ៍ចំណូលប្រចាំខែ',
|
||||
'yearly_invoice_report' => 'របាយការណ៍ចំណូលប្រចាំឆ្នាំ',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_invoice_code' => 'លេខវិក័យប័ត្រ',
|
||||
'table_sample_number' => 'លេខសំណាក',
|
||||
'table_patient_name' => 'ឈ្មោះអ្នកជំងឺ',
|
||||
'table_invoice_date' => 'ថ្ងៃធ្វើវិក័យប័ត្រ',
|
||||
'table_total_cost' => 'តម្លៃសរុប',
|
||||
'table_discount' => 'បញ្ចុះតម្លៃ',
|
||||
'table_net_cost' => 'តម្លៃត្រូវបង់ ($)',
|
||||
'table_net_cost_riel' => 'តម្លៃត្រូវបង់ (៛)',
|
||||
'table_paid' => 'តម្លៃដែលបានបង់',
|
||||
'table_owe' => 'នៅខ្វះ',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_new_title' => 'ធ្វើវិក័យប័ត្រថ្មី',
|
||||
'form_edit_title'=> 'កែប្រែវិក័យប័ត្រ',
|
||||
'form_patient' => 'អ្នកជំងឺ',
|
||||
'form_invoice_number' => 'លេខវិក័យប័ត្រ',
|
||||
'form_invoice_date' => 'ថ្ងៃធ្វើវិក័យប័ត្រ',
|
||||
'form_description' => 'ពិពណ័នា',
|
||||
'form_qty' => 'ចំនួន',
|
||||
'form_unit_price' => 'តម្លៃឯកត្តា',
|
||||
'form_total_amount' => 'តម្លៃសរុប',
|
||||
'form_discount' => 'បញ្ចុះតម្លៃ',
|
||||
'form_net_amount' => 'តម្លៃត្រូវបង់',
|
||||
'form_paid_amount' => 'តម្លៃដែលបានបង់',
|
||||
'form_paid_date' => 'ថ្ងៃបង់ប្រាក់',
|
||||
'form_owe_amount' => 'នៅខ្វះ',
|
||||
'form_btn_save' => 'រក្សាទុកវិក័យប័ត្រ',
|
||||
'form_btn_generate_invoice' => 'បង្កើតវិក័យប័ត្រ',
|
||||
|
||||
'invoice_report_filter' => 'ច្រោះរបាយការណ៍វិក័យប័ត្រ',
|
||||
'report_type' => 'ប្រភេទរបាយការណ៍',
|
||||
'report_filter' => 'ជ្រើសរើសរយៈពេល',
|
||||
'view_report' => 'បង្ហាញរបាយការណ៍',
|
||||
'daily' => 'ប្រចាំថ្ងៃ',
|
||||
'monthly' => 'ប្រចាំខែ',
|
||||
'yearly' => 'ប្រចាំឆ្នាំ',
|
||||
|
||||
'received_date' => 'ថ្ងៃទទួលប្រាក់',
|
||||
|
||||
'paid_by' => 'អតិថិជន',
|
||||
|
||||
'received_by' => 'បេឡាករ',
|
||||
|
||||
'tittle' => 'វិក័យប័ត្រមន្ទីរពិសោធន៍',
|
||||
'print' => 'បោះពុម្ពវិកយប័ត្រ',
|
||||
|
||||
'create_success' => 'វិក័យបត្រថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតវិក័យបត្រថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានវិក័យបត្រកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានវិក័យបត្របានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានវិក័យបត្រលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានវិក័យបត្រចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានវិក័យបត្រស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានវិក័យបត្របានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានវិក័យបត្រទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានវិក័យបត្របានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
|
||||
'form_btn_save_preview' => 'រក្សាទុក និងបោះពុម្ពវិកយប័ត្រ',
|
||||
|
||||
'pay_type' => 'ប្រភេទបង់ប្រាក់',
|
||||
'bank_name' => 'ឈ្មោះធនាគារ',
|
||||
'transaction_no' => 'លេខកូដប្រតិបត្តិការ',
|
||||
'cash_paid' => 'បង់ប្រាក់សុទ្ធ',
|
||||
'bank_paid' => 'បង់តាមធនាគារ',
|
||||
|
||||
'exchange_rate' => 'អត្រាប្តូរប្រាក់',
|
||||
'hide_discount' => 'មិនបង្ហាញព័ត៌មានបញ្ចុះតម្លៃ',
|
||||
'refresh_item' => 'ធ្វើបច្ចុប្បន្នភាពវិក្កយបត្រ',
|
||||
|
||||
'repayment' => 'ការបង់ប្រាក់',
|
||||
'repayment_date' => 'ថ្ងៃបង់ប្រាក់'
|
||||
|
||||
];
|
||||
41
lang/kh/lab_profile.php
Normal file
41
lang/kh/lab_profile.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'form_title' => 'ទម្រង់មន្ទីរពិសោធន៍',
|
||||
'lab_name' => 'ឈ្មោះមន្ទីរពិសោធន៍',
|
||||
'short_name' => 'ឈ្មោះកាត់',
|
||||
'emial' => 'អ៊ីមែល',
|
||||
'address' => 'អាស័យដ្ឋាន',
|
||||
'lab_settings' => 'កំណត់ មន្ទីរពិសោធន៌',
|
||||
'sample_numner_conf' => 'លេខកូដសំណាក',
|
||||
'patient_numner_conf' => 'លេខកូដអ្នកជំងឺ',
|
||||
'type_of_discount_conf' => 'ប្រភេទបញ្ចុះតម្លៃ',
|
||||
'verify_label' => 'ហត្ថលេខា និងឈ្មោះអ្នកត្រួតពិនិត្យ',
|
||||
'technician_label' => 'ឈ្មោះបុគ្គលិកមន្ទីរពិសោធន៍',
|
||||
'department' => 'ផ្នែកមន្ទីរពិសោធន៌',
|
||||
'btn_change' => 'កំណត់',
|
||||
'manual' => 'បង្កើតខ្លួនឯង',
|
||||
'system_generate' => 'បង្កើតដោយប្រព័ន្ធ',
|
||||
'btn_save' => 'រក្សាទុក',
|
||||
'percentage' => 'ភាគរយ',
|
||||
'price' => 'តម្លៃ',
|
||||
'usage_period' => 'ថ្ងៃផុតសុពលភាពប្រើប្រាស់',
|
||||
'start_date' => 'ថ្ងៃចុះឈ្មោះប្រើប្រាស់',
|
||||
'name_placeholder' => 'សូមបំពេញឈ្មោះ',
|
||||
'based_currency' => 'រូបិយប័ណ្ណ',
|
||||
'exchange_rate' => 'អត្រាប្តូរប្រាក់',
|
||||
'invoice_template' => 'ទម្រង់វិក្កយបត្រ',
|
||||
'invoice_detail' => 'លម្អិតតាមឈ្មោះតេស្ត',
|
||||
'invoice_summary' => 'សរុបរួម',
|
||||
'detail_with_panel' => 'លម្អិតតាមឈ្មោះ Panel និងប្រភេទសំណាក',
|
||||
|
||||
'header_font_name' => 'ពុម្ពអក្សរលើក្បាលទំព័រ',
|
||||
'header_font_size' => 'ទំហំពុម្ពអក្សរលើក្បាលទំព័រ',
|
||||
'body_font_name' => 'ពុម្ពអក្សរលើលទ្ធផល',
|
||||
'body_font_size' => 'ទំហំពុម្ពអក្សរលើលទ្ធផល',
|
||||
'abnormal_result' => 'ការរំលេចលើលទ្ធផលមិនប្រក្រតី',
|
||||
'font_weight' => 'កំរាស់ពុម្ពអក្សារ',
|
||||
'font_bold' => 'ក្រាស់/ឌិត',
|
||||
'font_normal' => 'ធម្មតា',
|
||||
'text_color' => 'ពណ៌អក្សរ'
|
||||
];
|
||||
52
lang/kh/laboratory.php
Normal file
52
lang/kh/laboratory.php
Normal file
@@ -0,0 +1,52 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងមន្ទីរពិសោធន៍',
|
||||
'search_placeholder' => 'ឈ្មោះមន្ទីរពិសោធន៍',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name_kh' => 'ឈ្មោះភាសាខ្មែរ',
|
||||
'table_name_en' => 'ឈ្មោះឡាតាំង',
|
||||
'table_login_email' => 'អ៊ីមែលដែលត្រូវចូល',
|
||||
'table_system_role' => 'តួនាទីប្រព័ន្ធ',
|
||||
'table_labs' => 'មន្ទីរពិសោធន៍',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'បង្កើតមន្ទីរពិសោធន៍ថ្មី',
|
||||
'form_name' => 'ឈ្មោះពេញ',
|
||||
'form_login_email' => 'អ៊ីមែលសម្រាប់ចូលប្រើ',
|
||||
'form_ismnager' => 'អ្នកគ្រប់គ្រង់មន្ទីរពិសោធន៍',
|
||||
'form_edit_tittle' => 'កែប្រែព័ត៌មានមន្ទីរពិសោធន៍',
|
||||
'form_system_role' => 'តួនាទីប្រព័ន្ធ',
|
||||
'form_lab_cover' => 'ការគ្រប់ដណ្តប់របស់មន្ទីរពិសោធន៍',
|
||||
'form_laboratory' => 'មន្ទីរពិសោធន៍',
|
||||
'form_select_all_lab' => 'ជ្រើសរើសមន្ទីរពិសោធន៌ទាំងអស់',
|
||||
'form_password' => 'លេខសំងាត់',
|
||||
'form_address_en' => 'អាស័យដ្ឋានជាភាសាអង់គ្លេស',
|
||||
'form_address_kh' => 'អាស័យដ្ឋានជាភាសាខ្មែរ',
|
||||
|
||||
'create_success' => 'មន្ទីរពិសោធន៍ថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតមន្ទីរពិសោធន៍ថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានមន្ទីរពិសោធន៍កែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានមន្ទីរពិសោធន៍បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានមន្ទីរពិសោធន៍លុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានមន្ទីរពិសោធន៍ចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានមន្ទីរពិសោធន៍ស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានមន្ទីរពិសោធន៍បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានមន្ទីរពិសោធន៍ទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានមន្ទីរពិសោធន៍បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
|
||||
'clone_lab' => 'ក្លូនមន្ទីរពិសោធន៍',
|
||||
|
||||
'source_lab' => 'មន្ទីរពិសោធន៍ គម្រូ',
|
||||
'target_lab' => 'មន្ទីរពិសោធន៍ ថ្មី',
|
||||
|
||||
'start_clone' => 'ក្លូន',
|
||||
|
||||
'phone' => 'លេខទូរស័ព្ទ',
|
||||
'info' => 'ព័ត៌មានមន្ទីរពិសោធន៍',
|
||||
'license' => 'កិច្ចព្រមព្រៀងប្រើប្រាស់ប្រព័ន្ធ',
|
||||
'start_date' => 'ថ្ងៃចាប់ផ្តើម',
|
||||
'expiry_date' => 'ថ្ងៃផុតសុពលភាព',
|
||||
'change_base' => 'ប្តូរមន្ទីរពិសោធន៍'
|
||||
|
||||
];
|
||||
45
lang/kh/lang.php
Normal file
45
lang/kh/lang.php
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
return [
|
||||
"laboratory" => "មន្ទីរពិសោធន៏",
|
||||
"forget_password" => "ភ្លេចលេខសំងាត់",
|
||||
"sign_in" => "ចូលប្រើ",
|
||||
"keep_me_sign_in" => "រក្សាទុកខ្ញុំឱ្យចូលក្នុង",
|
||||
"dashboard" => "ផ្ទាំងបង្ហាញព័ត៌មាន",
|
||||
"add_new" => "បន្ថែមថ្មី",
|
||||
"search" => "ស្វែងរក",
|
||||
"payment" => "ការទូរទាត់",
|
||||
"new_payment" => "ទូរទាត់ថ្មី",
|
||||
"vaccination" => "ការចាក់វ៉ាក់សាំង",
|
||||
"invoice_list" => "បញ្ជីវិក័យប័ត្",
|
||||
"logistics" => "ភស្តុភារ",
|
||||
"inventory" => "សារពើភ័ណ្ឌ",
|
||||
"stock_in" => "ចូលស្តុក",
|
||||
"stock_out" => "ចេញស្តុក",
|
||||
"need_restock" => "ត្រូវការចូលស្តុកវិញ",
|
||||
"expired_items" => "ផុតរយៈកំណត់",
|
||||
"supplier" => "អ្នកផ្គត់ផ្គង់",
|
||||
"report" => "របាយការណ៏",
|
||||
"individual_report" => "របាយការណ៍បុគ្គល",
|
||||
"aggregate_report" => "របាយការណ៍សរុប",
|
||||
"doctor_report" => "របាយការណ៍វេជ្ជបណ្ឌិត",
|
||||
"bacteriology_report" => "របាយការណ៍បាក់តេរី",
|
||||
"administrator" => "អ្នកគ្រប់គ្រង",
|
||||
"laboratory-profile" => "កម្រងព័ត៌មានមន្ទីរពិសោធន៍",
|
||||
"department" => "ផ្នែកមន្ទីរពិសោធន៍",
|
||||
"test_profile" => "កម្រងព័ត៌មានតេស្ត",
|
||||
"result_config" => "ការកំណត់លទ្ធផល",
|
||||
"user_account" => "គណនីអ្នកប្រើប្រាស់",
|
||||
"copyright" => "រក្សាសិទ្ធិដោយ © 2022 LABONAK.",
|
||||
"all_right_reserved"=> "រក្សាសិទ្ធិគ្រប់យ៉ាង",
|
||||
"lis" => "ប្រព័ន្ធព័ត៌មានមន្ទីរពិសោធន៍",
|
||||
"new_department" => "បង្កើតផ្នែកមន្ទីរធិសោធន៍ថ្មី",
|
||||
"lab_name_en" => "ឈ្មោះមន្ទីរពិសោធន៍ (អង់គ្លេស)",
|
||||
"lab_name_kh" => "ឈ្មោះមន្ទីរពិសោធន៍ (ខ្មែរ)",
|
||||
"lab_short_name" => "ឈ្មោះកាត់",
|
||||
"address_en" => "អាស័យដ្ឋាន (អង់គ្លេស)",
|
||||
"address_kh" => "អាស័យដ្ឋាន (ខ្មែរ)",
|
||||
"save" => "រក្សាទុក",
|
||||
"cancel" => "បោះបង់",
|
||||
"sort_order" => "លេខរៀង",
|
||||
];
|
||||
?>
|
||||
15
lang/kh/login.php
Normal file
15
lang/kh/login.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
return [
|
||||
'welcome_to_labonak' => 'ឡាបូអ្នកសូមស្វាគមន៍',
|
||||
'sign_in_to_continue' => 'សូមបញ្ចូលលេខសំងាត់ដើម្បីចូលប្រើប្រាស់',
|
||||
'sign_in' => 'ចូលប្រើប្រាស់',
|
||||
'language' => 'ជម្រើសភាសា',
|
||||
'en' => 'ភាសាអង់គ្លេស',
|
||||
'kh' => 'ភាសាខ្មែរ',
|
||||
'email' => 'សារអេឡិចត្រូនិច',
|
||||
'password' => 'លេខសំងាត់',
|
||||
'select_base' => 'សូមជ្រើសរើសមន្ទីរពិសោធន៍.',
|
||||
'confirm_base' => 'ជ្រើសរើសរួចរាល់',
|
||||
'logout' => 'ចាកចេញពីប្រព័ន្ធ'
|
||||
|
||||
];
|
||||
23
lang/kh/medicine_vacc.php
Normal file
23
lang/kh/medicine_vacc.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'supplier_table_title' => 'អ្នកផ្គត់ផ្គង់',
|
||||
'supplier_search_placeholder' => 'ឈ្មោះគណនី អាស័យដ្ឋានអ៊ីមែល',
|
||||
'supplier_table_no' => 'ល.រ',
|
||||
'supplier_table_name' => 'ឈ្មោះ',
|
||||
'supplier_table_action' => 'ប្រតិបត្តិការ',
|
||||
'supplier_form_add_tittle' => 'បង្កើតគណនីអ្នកប្រើប្រាស់',
|
||||
'supplier_form_name' => 'ឈ្មោះពេញ',
|
||||
'supplier_form_edit_tittle' => 'កែប្រែគណនីអ្នកប្រើប្រាស់',
|
||||
'supplier_create_success' => 'គណនីអ្នកប្រើប្រាស់ថ្មីបង្កើតបានសម្រេច។',
|
||||
'supplier_create_fail' => 'មិនអាចបង្កើតគណនីអ្នកប្រើប្រាស់ថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'supplier_update_success' => 'ព័ត៌មានគណនីអ្នកប្រើប្រាស់កែប្រែបានសម្រេច។ ',
|
||||
'supplier_update_fail' => 'មិនអាចកែប្រែព័ត៌មានគណនីអ្នកប្រើប្រាស់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'supplier_delete_success' => 'ព័ត៌មានគណនីអ្នកប្រើប្រាស់លុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'supplier_delete_fail' => 'មិនអាចលុបព័ត៌មានគណនីអ្នកប្រើប្រាស់ចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'supplier_restore_success' => 'ព័ត៌មានគណនីអ្នកប្រើប្រាស់ស្តារបានសម្រេច។',
|
||||
'supplier_restore_fail' => 'មិនអាចស្តារព័ត៌មានគណនីអ្នកប្រើប្រាស់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'supplier_get_success' => 'ព័ត៌មានគណនីអ្នកប្រើប្រាស់ទាញយកបានសម្រេច។',
|
||||
'supplier_get_fail' => 'មិនអាចទាញយកព័ត៌មានគណនីអ្នកប្រើប្រាស់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
|
||||
];
|
||||
231
lang/kh/opd_visit.php
Normal file
231
lang/kh/opd_visit.php
Normal file
@@ -0,0 +1,231 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'new_consultation'=>'ពិគ្រោះជំងឺថ្មី',
|
||||
'admission_date'=>'ថ្ងៃចុះឈ្មោះ',
|
||||
'admission_ward'=>'ដាក់ចូលផ្នែក',
|
||||
'doctor'=>'វេជ្ជបណ្ឌិត',
|
||||
'physical_examinations'=>'ការត្រួតពិនិត្យរាងកាយ',
|
||||
'histories'=>'ប្រវត្តិអ្នកជំងឺ',
|
||||
'investigations_&_procedures'=>'ការអង្កេត និង និតិវិធី',
|
||||
'medications'=>'ការផ្តល់ថ្នាំ',
|
||||
'documents'=>'ឯកសារ',
|
||||
'bills'=>'វិក្កយបត្រ',
|
||||
'chief_complaint'=>'សញ្ញាតម្អូន',
|
||||
'vital_sign'=>'សញ្ញាគ្រោះថ្នាក់',
|
||||
'temperature'=>'សីតុណ្ហភាព',
|
||||
'blood_presure(mmhg)'=>'សំពាធឈាម',
|
||||
'pulse'=>'ជីពចរ',
|
||||
'spo2'=>'អុកស៊ីសែន',
|
||||
'respiration_rate'=>'ចង្វាក់ដង្ហើម',
|
||||
'biometrics'=>'ជីវមាឌ',
|
||||
'weight(kg)'=>'ទម្ងន់',
|
||||
'height(cm)'=>'កម្ពស់',
|
||||
'bmi(clac)'=>'សន្ទស្សន៍ម៉ាសរាងកាយ',
|
||||
'diagnosis'=>'រោគវិនិច្ឆ័យ',
|
||||
'initial_diagnosis'=>'រោគវិនិច្ឆ័យដំបូង',
|
||||
'final_diagnosis'=>'រោគវិនិច្ឆ័យចុងក្រោយ',
|
||||
'save'=>'រក្សាទុក',
|
||||
'vaccination_history'=>'ប្រវត្តិនៃការចាក់វ៉ាក់ស៊ាំង',
|
||||
'allergies'=>'ប្រតិកម្ម',
|
||||
'allergen_category'=>'ប្រភេទប្រតិកម្ម',
|
||||
'allergen'=>'ប្រតិកម្ម',
|
||||
'drug_allergy'=>'ប្រតិកម្មថ្នាំ',
|
||||
'food_allergy'=>'ប្រតិកម្មអាហារ',
|
||||
'insect_allergy'=>'ប្រតិកម្មសត្វល្អិត',
|
||||
'environment_allergy'=>'ប្រតិកម្មបរិស្ថាន',
|
||||
'others'=>'ផ្សេងៗ',
|
||||
'current_medication'=>'ឪសថកំពុងប្រើ',
|
||||
'past_medical_surgical_history'=>'ប្រវត្តិនៃការវះកាត់',
|
||||
'family_history'=>'ប្រវត្តិគ្រួសារ',
|
||||
'laboratory'=>'ផ្នែកមន្ទីរពិសោធន៏',
|
||||
'request_for_laboratory_test'=>'ការស្នើសុំមន្ទីរពិសោធន៏',
|
||||
'request_imagery'=>'ការស្នើសុំថត រឺ អេកូ',
|
||||
'imagery_type'=>'ប្រភេទថត រឺ អេកូ',
|
||||
'imagery_service'=>'សេវាថត រឺ អេកូ',
|
||||
'medical_item_group'=>'ក្រុមសំភារៈវេជ្ជសាស្រ្ត',
|
||||
'medical_item'=>'សំភារៈវេជ្ជសាស្រ្ត',
|
||||
'route'=>'ផ្លូវ',
|
||||
'form'=>'ទម្រង់',
|
||||
'morning'=>'ពេលព្រឹក',
|
||||
'noon'=>'ពេលថ្ងៃ',
|
||||
'afternoon'=>'ពេលរសៀល',
|
||||
'evening'=>'ពេលល្ងាច',
|
||||
'midnight'=>'កណ្តាលយប់',
|
||||
'duration'=>'រយៈពេល',
|
||||
'instruction'=>'របៀបប្រើ',
|
||||
'view_all'=>'មើលទាំងអស់',
|
||||
'pending'=>'រង់ចាំ',
|
||||
'discharged'=>'ចេញពីមន្ទីរពេទ្យ',
|
||||
'visit_number'=>'លេខរៀងចូលពិនិត្យ',
|
||||
'save_&_generate_invoice'=>'រក្សាទុក និង បង្កើតវិក្កយបត្រ',
|
||||
'hid'=>'លេខសំគាល់អ្នកជំងឺ',
|
||||
'patient_name'=>'ឈ្មោះអ្នកជំងឺ',
|
||||
'gender'=>'ភេទ',
|
||||
'age'=>'អាយុ',
|
||||
'date_of_birth'=>'ថ្ងៃខែឆ្នាំកំណើត',
|
||||
'visit_date'=>'ថ្ងៃចូលពិនិត្យ',
|
||||
'visit_no.'=>'លេខរៀងពិនិត្យ',
|
||||
'refer_from'=>'បញ្ជូនមកពី',
|
||||
'refer_to'=>'បញ្ជូនទៅ',
|
||||
'visit_histories'=>'ប្រវត្តិពិនិត្យជំងឺ',
|
||||
'life_styles'=>'របៀបរស់នៅ',
|
||||
'alcohol'=>'គ្រឿងស្រវឹង',
|
||||
'smoking'=>'ជក់',
|
||||
'drug'=>'ថ្នាំញៀន',
|
||||
'no'=>'ល.រ',
|
||||
'yes'=>'បាទ/ចាស',
|
||||
'new_invoice'=>'វិក្កយបត្រថ្មី',
|
||||
'upload_document'=>'បញ្ចូលឯកសារ',
|
||||
'consultation' => 'តារាងពិគ្រោះជំងឺ',
|
||||
'medicine_name' => 'ឈ្មោះថ្នាំ',
|
||||
'view_requested' => 'មើលការស្នើសុំ',
|
||||
'consultations' => 'ពិគ្រោះជំងឺ',
|
||||
'imagery' => 'ផ្នែកថត ស្កេន',
|
||||
'possible_result' => 'កំណត់លទ្ធផលស្តង់ដារ',
|
||||
'imagery_list' => 'តារាងអ្នកជំងឺថត ស្កេន',
|
||||
'pharmacy' => 'ផ្នែកឳសថស្ថាន',
|
||||
'prescriptions' => 'តារាងស្នើសុំឪសថ',
|
||||
'medicine_instruction' => 'ការណែនាំប្រើប្រាស់ឪសថ',
|
||||
'exam_date' => 'ថ្ងៃធ្វើតេស្ត',
|
||||
'technique' => 'បច្ចេកទេស',
|
||||
'id' => 'ID',
|
||||
'add_result_of' => 'បញ្ចូលលទ្ធផលរបស់ ',
|
||||
'attach_photo' => 'បញ្ចូលរូបភាពទី ',
|
||||
'short_name' => 'លេខកូដ',
|
||||
'name' => 'ឈ្មោះជាភាសាអង់គ្លេស',
|
||||
'name_kh' => 'ឈ្មោះជាភាសាខ្មែរ',
|
||||
'standard_result' => 'លទ្ធផលស្តង់ដារ',
|
||||
'default_select' => 'ជ្រើសរើសស្វ័យប្រវត្ត',
|
||||
'wards' => 'ផ្នែក',
|
||||
'ward' => 'ផ្នែក',
|
||||
'doctors' => 'វេជ្ជបណ្ឌិត',
|
||||
'base_manager' => 'គ្រប់គ្រងទូទៅ',
|
||||
'hospital_services' => 'សេវាកម្មមន្ទីរពេទ្យ',
|
||||
'hospital_service' => 'សេវាកម្មមន្ទីរពេទ្យ',
|
||||
'service_type' => 'ប្រភេទសេវា',
|
||||
'name_latin' => 'ឈ្មោះឡាតាំង',
|
||||
'name_local' => 'ឈ្មោះជាភាសាខ្មែរ',
|
||||
|
||||
'visit' => 'អ្នកជំងឺ',
|
||||
'type_service_code_or_name' => 'បញ្ចូលលេខកូដ ឬ ឈ្មោះសេវាកម្ម',
|
||||
'unit_price' => 'តម្លៃរាយ',
|
||||
'total' => 'សរុប',
|
||||
'action' => 'ប្រតិបត្តការ',
|
||||
'stock_in' => 'ទំនិញចូលឃ្លាំង',
|
||||
'stock_out' => 'ទំនិញចេញពីឃ្លាំង',
|
||||
'inventory_report' => 'របាយការណ៍សារពើភ័ណ្ឌ',
|
||||
'item' => 'សារពើភ័ណ្ឌ',
|
||||
'supplier' => 'អ្នកផ្គត់ផ្គង់',
|
||||
'item_group' => 'ក្រុមសារពើភ័ណ្ឌ',
|
||||
'item_unit' => 'ឯកត្តារង្វាស់រង្វាល់',
|
||||
'grn_number' => 'លេខកូដទទួលទំនិញ',
|
||||
'po_number' => 'លេខបញ្ជាទិញ',
|
||||
'received_date' => 'ថ្ងៃទទួលទំនិញ',
|
||||
'total_amount' => 'ទឹកប្រាក់សរុប',
|
||||
'grn_num_or_supplier' => 'លេខកូដទទួលទំនិញ ឬ ឈ្មោះអ្នកផ្គត់ផ្គង់',
|
||||
'quantity' => 'បរិមាណ',
|
||||
'expiry_date' => 'ថ្ងៃផុតកំណត់',
|
||||
|
||||
'gin_number' => 'លេខកូដបញ្ចេញទំនិញ',
|
||||
'issued_date' => 'ថ្ងៃបញ្ចេញទំនិញ',
|
||||
'description' => 'បរិយាយ',
|
||||
'report_type' => 'ប្រភេទរបាយការណ៍',
|
||||
'inventory_on_hand' => 'ទំនិញក្នុងឃ្លាំង',
|
||||
'expire_report' => 'ទំនិញផុតកំណត់',
|
||||
'report_date' => 'ថ្ងៃធ្វើរបាយការណ៍',
|
||||
|
||||
'item_name' => 'ឈ្មោះទំនិញ',
|
||||
'on_hand' => 'ទំនិញក្នុងស្តុក',
|
||||
'last_stock_in' => 'ថ្ងៃទំនិញចូលចុងក្រោយ',
|
||||
'last_stock_out' => 'ថ្ងៃទំនិញចេញចុងក្រោយ',
|
||||
'stock_in_date' => 'ថ្ងៃទំនិញចូល',
|
||||
'expire_date' => 'ថ្ងៃផុតកំណត់',
|
||||
'_month' => 'ចំនួនខែ',
|
||||
|
||||
'code' => 'លេខសំគាល់',
|
||||
'sale_price' => 'តម្លៃលក់',
|
||||
'is_vaccination' => 'ជាប្រភេទថ្នាំបង្ការ',
|
||||
'vat_number' => 'លេខពន្ធអាករ',
|
||||
'supplier_name' => 'ឈ្មោះក្រុមហ៊ុនផ្គត់ផ្គង់',
|
||||
'contact_person' => 'ឈ្មោះបុគ្គលិក',
|
||||
'position' => 'មុខតំណែង',
|
||||
'phone' => 'លេខទូរស័ព្ទ',
|
||||
'email' => 'អ៊ីមែល',
|
||||
'address' => 'អាស័យដ្ឋាន',
|
||||
'packaged_item' => 'ទំនិញជាកញ្ចប់',
|
||||
|
||||
'medical_record' => 'កំណត់ត្រាវេជ្ជសាស្ត្រ',
|
||||
|
||||
'concept_code' => 'លេខកូដខន់សិប',
|
||||
'class' => 'ក្រុម',
|
||||
'sub_class' => 'ក្រុមរង',
|
||||
'create_success' => 'បង្កើតបានសម្រេច',
|
||||
'create_fail' => 'បង្កើតមិនបានសម្រេច',
|
||||
'update_success' => 'កែប្រែបានសម្រេច',
|
||||
'update_fail' => 'កែប្រែមិនបានសម្រេច',
|
||||
'get_success' => 'ទាញបានសម្រេច',
|
||||
'get_fail' => 'ទាញមិនបានសម្រេច',
|
||||
'delete_success' => 'លុបបានសម្រេច',
|
||||
'delete_fail' => 'លុបមិនបានសម្រេច',
|
||||
'restore_success' => 'ស្តារបានសម្រេច',
|
||||
'restore_fail' => 'ស្តារមិនបានសម្រេច',
|
||||
|
||||
'evaluation' => 'ការវាយតម្លៃ',
|
||||
'evaluation_summary' => 'វាយតម្លៃសង្ខេប',
|
||||
|
||||
'queues' => 'តារាងរង់ចាំ',
|
||||
'queue_no' => 'លេខរង់ចាំ',
|
||||
'save_to_queue' => 'បញ្ចូលក្នុងតារាងរង់ចាំ',
|
||||
|
||||
'systolic' => 'ស៊ីស្តូលិក',
|
||||
'diastolic' => 'យ៉ាស្តូលិក',
|
||||
'glucose' => 'កម្រិតស្ករក្នុងឈាម',
|
||||
|
||||
'onset_date' => 'ថ្ងៃចាប់ផ្តើមចេញអាការៈ',
|
||||
'clinical_feature' => 'សញ្ញាគ្លីនិក',
|
||||
'sign' => 'សញ្ញា',
|
||||
'general_appearance' => 'លក្ខណៈទូទៅ',
|
||||
'status' => 'ស្ថានភាព',
|
||||
'other' => 'ផ្សេងទៀត',
|
||||
'ent' => 'ត្រចៀក ច្រមុះ បំពង់ក',
|
||||
'ears' => 'ត្រចៀក',
|
||||
'nose' => 'ច្រមុះ',
|
||||
'throat' => 'បំពង់ក',
|
||||
'cardio_system' => 'ប្រព័ន្ធសរសៃឈាមបេះដូង',
|
||||
'heart_sound' => 'ចង្វាក់បេះដូង',
|
||||
'cardio_refill_time' => 'ពេលវេលាបំពេញ Capillary',
|
||||
'resp_system' => 'ប្រព័ន្ធផ្លូវដង្ហើម',
|
||||
'inspection' => 'ការត្រួតពិនិត្យ',
|
||||
'percussion' => 'ការគោះ',
|
||||
'auscultation' => 'អាស្កាល់ថេសិន',
|
||||
'palpation' => 'ផាល់ផេសិន',
|
||||
'uro_system' => 'ប្រព័ន្ធ Urogenital',
|
||||
'skin' => 'ស្បែក',
|
||||
'edema' => 'ហើម',
|
||||
'wounds' => 'របួស',
|
||||
'rash' => 'កន្ទួល',
|
||||
'nervous_system' => 'ប្រព័ន្ធសរសៃប្រសាទ',
|
||||
'neurological' => 'សរសៃប្រសាទ',
|
||||
'mental_status' => 'ស្ថានភាពផ្លូវចិត្ត',
|
||||
'eyes' => 'ភ្នែក',
|
||||
'verbal' => 'ពាក្យសំដី',
|
||||
'motion' => 'ចលនា',
|
||||
'mental_total' => 'សរុប',
|
||||
'specify' => 'បញ្ជាក់',
|
||||
'gastro_system' => 'ប្រព័ន្ធក្រពះ-ពោះវៀន',
|
||||
'speech' => 'ការនិយាយស្តី',
|
||||
'mood' => 'អារម្មណ៍និងការប៉ះពាល់',
|
||||
'thought' => 'ការគិត',
|
||||
'insight' => 'ការយល់ឃើញ និងការវិនិច្ឆ័យ',
|
||||
'consciousness' => 'ឆន្ទៈ',
|
||||
'abdomen' => 'ផ្នែកពោះ',
|
||||
'perception' => 'ការយល់ឃើញ',
|
||||
'coma' => 'ការវាស់វែងសភាពសន្លប់',
|
||||
'print_consult_form' => 'បោះពុម្ពទម្រង់ពិគ្រោះ',
|
||||
'document_title' => 'បរិយាយឯកសារ',
|
||||
'file_name' => 'ឈ្មោះឯកសារ',
|
||||
'file_type' => 'ប្រភេទ',
|
||||
|
||||
|
||||
];
|
||||
27
lang/kh/organism.php
Normal file
27
lang/kh/organism.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងមេរោគ',
|
||||
'search_placeholder' => 'ឈ្មោះមេរោគ',
|
||||
'table_no' => 'ទេ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'បន្ថែមមេរោគថ្មី',
|
||||
'form_name' => 'ទម្រង់មេរោគ',
|
||||
'form_sort' => 'លេខរៀង',
|
||||
'form_edit_tittle' => 'កែប្រែឈ្មោះមេរោគ',
|
||||
'is_bold' => 'អក្សរដិត',
|
||||
|
||||
'create_success' => 'ឈ្មោះមេរោគថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតឈ្មោះមេរោគថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានឈ្មោះមេរោគកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានឈ្មោះមេរោគបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានឈ្មោះមេរោគលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានឈ្មោះមេរោគចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានឈ្មោះមេរោគស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានឈ្មោះមេរោគបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានឈ្មោះមេរោគទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានឈ្មោះមេរោគបានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
|
||||
];
|
||||
76
lang/kh/patient.php
Normal file
76
lang/kh/patient.php
Normal file
@@ -0,0 +1,76 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងអ្នកជំងឺ',
|
||||
'search_placeholdolder' => 'ឈ្មោះអ្នកជំងឺ ឬលេខទូរស័ព្ទ…',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_code' => 'លេខកូដ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_sex' => 'ភេទ',
|
||||
'table_phon' => 'លេខទូរស័ព្ទ',
|
||||
'table_have_sample' => 'មានសំណាក',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_title' => 'អ្នកជំងឺថ្មី',
|
||||
'form_edit_title' => 'កែប្រែព័ត៌មានអ្នកជំងឺ',
|
||||
'form_code' => 'លេខកូដអ្នកជំងឺ',
|
||||
'form_name' => 'ឈ្មោះអ្នកជំងឺ',
|
||||
'form_dob' => 'ថ្ងៃខែឆ្នាំកំណើត ឬអាយុ',
|
||||
'form_age' => 'អាយុ',
|
||||
'form_gender' => 'ភេទ',
|
||||
'form_sex_male' => 'ប្រុស',
|
||||
'form_sex_female' => 'ស្រី',
|
||||
'form_sex_other' => 'ផ្សេងទៀត',
|
||||
'form_khid' => 'លេខអត្តសញ្ញាណប័ណ្ណ',
|
||||
'form_phone' => 'លេខទូរស័ព្ទ',
|
||||
'form_house' => 'លេខផ្ទះ',
|
||||
'form_street' => 'លេខផ្លូវ',
|
||||
'form_province' => 'ខេត្ត/រាជធានី',
|
||||
'form_district' => 'ស្រុក',
|
||||
'form_commune' => 'ឃុំ',
|
||||
'form_village' => 'ភូមិ',
|
||||
'form_alt_generate_puuid' => 'បង្កើតលេខកូដអ្នកជំងឺ',
|
||||
|
||||
'create_success' => 'អ្នកជំងឺថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតអ្នកជំងឺថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានអ្នកជំងឺកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានអ្នកជំងឺបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានអ្នកជំងឺលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានអ្នកជំងឺចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានអ្នកជំងឺស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានអ្នកជំងឺបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានអ្នកជំងឺទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានអ្នកជំងឺបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
|
||||
'basic_information' => 'ព័ត៌មានមូលដ្នាន',
|
||||
'identifiers' => 'អត្តសញ្ញាណឯកតជន',
|
||||
'contact_detail' => 'ព័ត៌មានទំនាក់ទំនង',
|
||||
'medical_history' => 'ប្រវត្តិវេជ្ជសាស្ត្រ',
|
||||
'first_name' => 'នាមត្រកូល',
|
||||
'last_name' => 'នាមខ្លូន',
|
||||
'dob' => 'ថ្ងៃខែឆ្នាំកំណើត',
|
||||
'marital_status' => 'ស្ថានភាពគ្រួសារ',
|
||||
'single' => 'នៅលីវ',
|
||||
'married' => 'មានគ្រួសារ',
|
||||
'other' => 'ផ្សេងៗ',
|
||||
'are_in_num' => 'ឬ អាយុគិតជាឆ្នាំ ខែ និងថ្ងៃ',
|
||||
'blood_group' => 'ក្រុមឈាម',
|
||||
'khid' => 'លេខអត្តសញ្ញាណប័ណ្ណ',
|
||||
'passport' => 'លេខលិខិតឆ្លងដែន',
|
||||
'nhid' => 'លេខប័ណ្ណសុខភាព',
|
||||
'create_new' => 'ចុះឈ្មោះអ្នកជំងឺថ្មី',
|
||||
'street' => 'លេខផ្លូវ',
|
||||
'house_no' => 'លេខផ្ទះ',
|
||||
'email' => 'សារអេឡិចត្រូនិច',
|
||||
'allergy' => 'អាលែកហ្ស៊ី',
|
||||
'chronic_disease' => 'ជំងឺរាំរ៉ៃ',
|
||||
'past_surgery' => 'ប្រវត្តិវះកាត់',
|
||||
'family_history' => 'ប្រវត្តិសុខភាពគ្រួសារ',
|
||||
'vaccination_history' => 'ប្រវត្តិចាក់ថ្នាំបង្ការ',
|
||||
'save_patient' => 'រក្សាទុកព័ត៌មានអ្នកជំងឺ',
|
||||
'save_consult' => 'ពិគ្រោះ',
|
||||
'save_queue' => 'បញ្ជូនទៅកន្លែងរង់ចាំ',
|
||||
'cancel' => 'បោះបង់',
|
||||
'sample' => 'សំណាក'
|
||||
|
||||
];
|
||||
33
lang/kh/patient_type.php
Normal file
33
lang/kh/patient_type.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងប្រភេទអ្នកជំងឺ',
|
||||
'search_placeholder' => 'ឈ្មោះប្រភេទអ្មកជំងឺ',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_gender' => 'ភេទ',
|
||||
'table_age_from' => 'អាយុចាប់ពី',
|
||||
'table_age_to' => 'អាយុដល់',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'ប្រភេទអ្នកជំងឺថ្មី',
|
||||
'form_name' => 'ឈ្មោះ',
|
||||
'form_max_age' => 'អាយុច្រើនបំផុត',
|
||||
'form_min_age' => 'អាយុតិចបំផុត',
|
||||
'form_edit_tittle' => 'កែប្រែប្រភេទអ្នកជំងឺ',
|
||||
'form_input_day' => 'ថ្ងៃ',
|
||||
'form_input_month' => 'ខែ',
|
||||
'form_input_year' => 'ឆ្នាំ',
|
||||
|
||||
'create_success' => 'ប្រភេទអ្នកជំងឺថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតប្រភេទអ្នកជំងឺថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានប្រភេទអ្នកជំងឺកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានប្រភេទអ្នកជំងឺបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានប្រភេទអ្នកជំងឺលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានប្រភេទអ្នកជំងឺចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានប្រភេទអ្នកជំងឺស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានប្រភេទអ្នកជំងឺបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានប្រភេទអ្នកជំងឺទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានប្រភេទអ្នកជំងឺបានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
|
||||
];
|
||||
72
lang/kh/permission.php
Normal file
72
lang/kh/permission.php
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'view_patient' => 'មើលអ្នកជំងឺ',
|
||||
'create_patient' => 'បង្កើតអ្នកជំងឺ',
|
||||
'update_patient' => 'ធ្វើបច្ចុប្បន្នភាពអ្នកជំងឺ',
|
||||
'delete_patient' => 'លុបអ្នកជំងឺ',
|
||||
'view_sample' => 'មើលសំណាក',
|
||||
'create_sample' => 'ចុះឈ្មោះសំណាក',
|
||||
'update_sample' => 'កែប្រែសំណាក',
|
||||
'delete_sample' => 'លុបសំណាក',
|
||||
'add_result' => 'បន្ថែមលទ្ធផល',
|
||||
'view_result' => 'ចូលមើលលទ្ធផល',
|
||||
'update_result' => 'ធ្វើបច្ចុប្បន្នភាពលទ្ធផល',
|
||||
'delete_result' => 'លុបលទ្ធផល',
|
||||
'approve_result' => 'អនុម័តលទ្ធផល',
|
||||
'print_result' => 'បោះពុម្ភលទ្ធផល',
|
||||
'view_invoice' => 'ចូលមើលវិក័យប័ត្រ',
|
||||
'create_invoice' => 'បង្កើតវិក័យប័ត្រ',
|
||||
'update_invoice' => 'ធ្វើបច្ចុប្បន្នភាពវិក័យប័ត្រ',
|
||||
'delete_invoice' => 'លុបវិក័យប័ត្រ',
|
||||
'generate_doctor_report' => 'បង្កើតរបាយណ៌ការគ្រូពេទ្យ',
|
||||
'generate_summary_report' => 'បង្កើតរបាយណ៌ការសរុបរួម',
|
||||
'view_dashboard' => 'ចូលមើលផ្ទាំងបង្ហាញទិន្នន័យ',
|
||||
'update_laboratory_information' => 'ធ្វើបច្ចុប្បន្នភាពព័ត៌មានមន្ទីរពិសោធន៌',
|
||||
'view_department' => 'ចូលមើលផ្នែកមន្ទីរពិសោធន៌',
|
||||
'create_department' => 'បង្កើតផ្នែកមន្ទីរពិសោធន៌',
|
||||
'update_department' => 'ធ្វើបច្ចុប្បន្នភាពផ្នែកមន្ទីរពិសោធន៌',
|
||||
'delete_department' => 'លុបផ្នែកមន្ទីរពិសោធន៌',
|
||||
'view_sample_type' => 'ចូលមើលប្រភេទសំណាក',
|
||||
'create_sample_type' => 'បង្កើតប្រភេទសំណាក',
|
||||
'update_sample_type' => 'ធ្វើបច្ចុប្បន្នភាពប្រភេទសំណាក',
|
||||
'delete_sample_type' => 'លុបប្រភេទសំណាក',
|
||||
'view_test_sample' => 'ចូលមើលសំណាកតេស្ត',
|
||||
'create_test_sample' => 'បង្កើតសំណាកតេស្ត',
|
||||
'update_test_sample' => 'ធ្វើបច្ចុប្បន្នភាពសំណាកតេស្ត',
|
||||
'delete_test_sample' => 'លុបសំណាកតេស្ត',
|
||||
'view_comment' => 'ចូលមើលយោបល់',
|
||||
'create_comment' => 'បង្កើតយោបល់',
|
||||
'update_comment' => 'ធ្វើបច្ចុប្បន្នភាពយោបល់',
|
||||
'delete_comment' => 'លុបយោបល់',
|
||||
'view_organism' => 'ចូលមើលមេរោគ',
|
||||
'create_organism' => 'បង្កើតមេរោគ',
|
||||
'update_organism' => 'ធ្វើបច្ចុប្បន្នភាពមេរោគ',
|
||||
'delete_organism' => 'លុបមេរោគ',
|
||||
'view_antibiotic' => 'មើលអង់ទីប៊ីយោទិក',
|
||||
'create_antibiotic' => 'បង្កើតអង់ទីប៊ីយោទិក',
|
||||
'update_antibiotic' => 'កែប្រែអង់ទីប៊ីយោទិក',
|
||||
'delete_antibiotic' => 'លុបអង់ទីប៊ីយោទិក',
|
||||
'view_quantity' => 'ចូលមើលបរិមាណ',
|
||||
'create_quantity' => 'បង្កើតបរិមាណ',
|
||||
'update_quantity' => 'ធ្វើបច្ចុប្បន្នភាពបរិមាណ',
|
||||
'delete_quantity' => 'លុបបរិមាណ',
|
||||
'view_sample_source' => 'មើលប្រភពសំណាក',
|
||||
'create_sample_source' => 'បង្កើតប្រភពសំណាក',
|
||||
'update_sample_source' => 'ធ្វើបច្ចុប្បន្នភាពប្រភពសំណាក',
|
||||
'delete_sample_source' => 'លុបប្រភពសំណាក',
|
||||
'view_patient_type' => 'មើលប្រភេទអ្នកជំងឺ',
|
||||
'create_patient_type' => 'បង្កើតប្រភេទអ្មកជំងឺ',
|
||||
'update_patient_type' => 'ធ្វើបច្ចុប្បន្នភាពប្រភេទអ្នកជំងឺ',
|
||||
'delete_patient_type' => 'លុបប្រភេទអ្នកជំងឺ',
|
||||
'view_physician' => 'មើលគ្រូពេទ្យ',
|
||||
'create_physician' => 'បង្កើតគ្រូពេទ្យ',
|
||||
'update_physician' => 'ធ្វើបច្ចុប្បន្នភាពគ្រូពេទ្យ',
|
||||
'delete_physician' => 'លុបគ្រូពេទ្យ',
|
||||
'view_user_account' => 'មើលគណនីអ្នកប្រើប្រាស់',
|
||||
'create_user_account' => 'បង្កើតគណនីអ្នកប្រើប្រាស់',
|
||||
'update_user_account' => 'ធ្វើបច្ចុប្បន្នភាពគណនីអ្នកប្រើប្រាស់',
|
||||
'delete_user_account,' => 'លុបគណនីអ្នកប្រើប្រាស់',
|
||||
'assign_lab' => 'កំណត់មន្ទីរពិសោធន៌',
|
||||
|
||||
];
|
||||
31
lang/kh/physician.php
Normal file
31
lang/kh/physician.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងបញ្ជីគ្រូពេទ្យ',
|
||||
'search_placeholder' => 'ឈ្មោះគ្រូពេទ្យ',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_logo' => 'រូបតំណាង',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'បន្ថែមគ្រូពេទ្យថ្មី',
|
||||
'form_name' => 'ឈ្មោះ',
|
||||
'form_logo_upload' => 'បញ្ចូល',
|
||||
'form_logo' => 'គម្រូក្បាលទំព័រ',
|
||||
'form_edit_tittle' => 'កែប្រែគ្រូពេទ្យ',
|
||||
'confirm_delete_photo' => 'តើអ្នកពិតជាចង់លុបរូបតំណាងរបស់គ្រូពេទ្យនេះមែនឬទេ?',
|
||||
'ok_delete' => 'បាទ/ចាស, លុប',
|
||||
'cancel_delete' => 'ទេ, បោះបង់',
|
||||
'confirm_delete' => 'តើអ្នកពិតជាចង់លុបគ្រូពេទ្យនេះមែនឬទេ?',
|
||||
'delete_photo_success' => 'រូបតំណាងរបស់គ្រូពេទ្យលុបបានសម្រេច',
|
||||
'delete_photo_failed' => 'រូបតំណាងរបស់គ្រូពេទ្យមិនអាចលុបបានទេ',
|
||||
|
||||
'delete_success' => 'ព័ត៌មានគ្រូពេទ្យលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានគ្រូពេទ្យចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានគ្រូពេទ្យស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានគ្រូពេទ្យបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
|
||||
'form_footer' => 'គម្រូជើងទំព័រ',
|
||||
'default_select' => 'បុរេសកម្ម'
|
||||
|
||||
];
|
||||
26
lang/kh/quantity.php
Normal file
26
lang/kh/quantity.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងបរិមាណ',
|
||||
'search_placeholder' => 'ឈ្មោះបរិមាណ...',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'បរិមាណថ្មី',
|
||||
'form_name' => 'បរិមាណ',
|
||||
'form_sort' => 'លេខរៀង',
|
||||
'form_edit_tittle' => 'កែប្រែបរិមាណ',
|
||||
|
||||
'create_success' => 'បរិមាណថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតបរិមាណថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានបរិមាណកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានបរិមាណបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានបរិមាណលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានបរិមាណចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានបរិមាណស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានបរិមាណបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានបរិមាណទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានបរិមាណបានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
|
||||
];
|
||||
26
lang/kh/report.php
Normal file
26
lang/kh/report.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
return [
|
||||
'summary_rpt_tittle' => 'របាយការណ៍សរុបរួម',
|
||||
'summary_rpt_fd_filter' => 'ចាប់ពីថ្ងៃ',
|
||||
'summary_rpt_td_filter' => 'រហូតដល់ថ្ងៃ',
|
||||
'btn_view' => 'បង្ហាញរបាយការណ៍',
|
||||
'btn_action' => 'ប្រតិបត្តិការ',
|
||||
'btn_action_print' => 'បោះពុម្ភ',
|
||||
'btn_action_export' => 'ទាញជា Excel',
|
||||
'summary_report_section_by_test' => 'របាយការណ៍សរុបតាមតេស្ត',
|
||||
'summary_report_section_by_sample_source' => 'របាយការណ៍សរុបតាមប្រភពសំណាក',
|
||||
'summary_rpt_test_type' => 'ប្រភេទតេស្ត',
|
||||
'summary_male_patient' => 'អ្នកជំងឺប្រុស',
|
||||
'summary_female_patient' => 'អ្នកជំងឺស្រី',
|
||||
'summary_total_patient' => 'អ្នកជំងឺសរុប',
|
||||
'summary_clinic_name' => 'ប្រភពសំណាក',
|
||||
'doctor_date_range_filter' => 'កាលបរិច្ឆេទ',
|
||||
'doctor_sample_source_filter' => 'ប្រភពសំណាក',
|
||||
'doctor_physician_filter' => 'គ្រូពេទ្យ',
|
||||
'doctor_exam' => 'ចំនួនតេស្ត',
|
||||
'doctor_net_amount' => 'តម្លៃត្រូវទូទាត់',
|
||||
'summary_report_section_by_category'=>'របាយការណ៍សរុបតាមប្រភេទតេស្ត',
|
||||
'summary_category_name'=>'ប្រភេទតេស្ត',
|
||||
'total' => 'សរុប'
|
||||
|
||||
];
|
||||
113
lang/kh/sample.php
Normal file
113
lang/kh/sample.php
Normal file
@@ -0,0 +1,113 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'table_title' => 'តារាងសំណាក',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_patient_code' => 'លេខកូដអ្នកជំងឺ',
|
||||
'table_patient_name' => 'ឈ្មោះអ្នកជំងឺ',
|
||||
'table_sample_number' => 'លេខកូដសំណាក',
|
||||
'table_collected_date' => 'ថ្ងៃស្នើសុំធ្វើតេស្ត',
|
||||
'table_received_date' => 'ថ្ងៃទទួលសំណាក',
|
||||
'table_sample_source' => 'ប្រភពសំណាក',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_title' => 'បង្កើតសំណាកថ្មី',
|
||||
'form_patient' => 'អ្នកជំងឺ',
|
||||
'form_sample_number' => 'លេខកូដសំណាក',
|
||||
'form_sample_source' => 'ប្រភពសំណាក',
|
||||
'form_requester' => 'ស្នើសុំដោយ',
|
||||
'form_collected_date' => 'ថ្ងៃស្នើសុំធ្វើតេស្ត',
|
||||
'form_received_date' => 'ថ្ងៃទទួលសំណាក',
|
||||
'form_admission_date' => 'ថ្ងៃចូលសម្រាកពេទ្យ',
|
||||
'form_diagnisis' => 'រោគវិនិច្ឆ័យ',
|
||||
'form_sample_condition' => 'ស្ថានភាពសំណាក',
|
||||
'form_reject_reason' => 'មូលហេតុបដិសេធ',
|
||||
'form_is_urgent' => 'បន្ទាន់',
|
||||
'form_btn_save_assign_test' => 'រក្សាទុក និងបញ្ចូលតេស្ត',
|
||||
'form_patient_info_title' => 'ព័ត៌មានអ្នកជំងឺ',
|
||||
'form_patient_code' => 'លេខកូដអ្នកជំងឺ',
|
||||
'form_patient_name' => 'ឈ្មោះអ្នកជំងឺ',
|
||||
'form_patient_gender' => 'ភេទ',
|
||||
'form_patient_age' => 'អាយុ',
|
||||
'form_patient_mobile' => 'លេខទូរស័ព្ទ',
|
||||
'form_patient_address' => 'អាសយដ្ឋាន',
|
||||
'form_edit_title' => 'កែប្រែសំណាក',
|
||||
'form_btn_update' => 'កែប្រែ',
|
||||
'form_btn_assign_test' => 'ជ្រើសរើសតេស្ត',
|
||||
'form_btn_add_result' => 'បញ្ចូលលទ្ធផល',
|
||||
'form_btn_preview_result' => 'មើលលទ្ធផល',
|
||||
'from_btn_remove' => 'លុបចេញ',
|
||||
'form_btn_new_sample' => 'បង្កើតសំណាកថ្មី',
|
||||
'assign_test_modal_title' => 'ជ្រើសរើសតេស្ត',
|
||||
'assign_test_save_template' => 'បង្កើតក្រុមតេស្ត',
|
||||
'assign_test_make_invoice' => 'បង្កើតវិក្កយបត្រ',
|
||||
'assign_test_total_fee_text' => 'តម្លៃសរុប',
|
||||
'assign_test_total_test' => 'ចំនួនតេស្តស្នើសុំ',
|
||||
'assign_test_btn_save' => 'រក្សាទុក',
|
||||
'assign_test_btn_save_add_result' => 'រក្សាទុក និងបញ្ចូលលទ្ធផល',
|
||||
'assign_test_btn_cancel' => 'បោះបង់',
|
||||
'add_result_title' => 'បញ្ចូលលទ្ធផល',
|
||||
'sample_entry_by' => 'បញ្ចូលសំណាកដោយ',
|
||||
'sample_modify_by' => 'កែប្រែដោយ',
|
||||
'add_result_test' => 'ឈ្មោះតេស្ត',
|
||||
'add_result_result' => 'លទ្ធផល',
|
||||
'add_result_unit_sign' => 'សញ្ញាឯកត្តា',
|
||||
'add_result_ref_range' => 'តម្លៃយោង',
|
||||
'add_result_test_date' => 'ថ្ងៃធ្វើតេស្ត',
|
||||
'add_result_performed_by' => 'តេស្តដោយ',
|
||||
'add_result_hide' => 'លាក់',
|
||||
'add_result_btn_edit_test' => 'កែប្រែតេស្ត',
|
||||
'add_result_btn_save' => 'រក្សាទុក',
|
||||
'add_result_btn_save_preview' => 'រក្សាទុក និងមើលលទ្ធផល',
|
||||
'add_result_btn_cancel' => 'បោះបង់',
|
||||
'print_title' => 'លទ្ធផលមន្ទីរពិសោធន៍',
|
||||
'btn_print' => 'បោះពុម្ព',
|
||||
'btn_approve' => 'យល់ព្រម',
|
||||
'last_test_date' => 'ថ្ងៃធ្វើតេស្តចុងក្រោយ',
|
||||
'verify_by' => 'ផ្ទៀងផ្ទាត់ដោយ',
|
||||
'report_date' => 'ថ្ងៃធ្វើរបាយការណ៍',
|
||||
|
||||
'lab_technician' => 'បុគ្គលិកមន្ទីរពិសោធន៍ ',
|
||||
'physician_name' => 'ឈ្មោះគ្រូពេទ្យ',
|
||||
|
||||
'search_placeholder' => 'ឈ្មោះអ្នកជំងឺ ឬលេខទូរស័ព្ទ..',
|
||||
|
||||
'condition_good' => 'ល្អ',
|
||||
'condition_reject' => 'បដិសេធ',
|
||||
'condition_acceptable' => 'អាចទទួលយកបាន',
|
||||
|
||||
'requested_date' => 'ថ្ងៃស្នើសុំ',
|
||||
|
||||
'year' => ' ឆ្នាំ',
|
||||
'month' => ' ខែ',
|
||||
'day' => ' ថ្ងៃ',
|
||||
'sex_m' => ' ប្រុស',
|
||||
'sex_f' => ' ស្រី',
|
||||
|
||||
'create_success' => 'សំណាកថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតសំណាកថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានសំណាកកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានសំណាកបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានសំណាកលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានសំណាកចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានសំណាកស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានសំណាកបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានសំណាកទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានសំណាកបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
|
||||
'approve_success' => 'សំណាកអនុម័ត្តបានសម្រេច',
|
||||
'approve_fail' => 'មិនអាចអនុម័ត្តសំណាកបានទេ',
|
||||
|
||||
'filter_all' => 'បង្ហាញទាំងអស់',
|
||||
'filter_rejected' => 'បានបដិសេធ',
|
||||
'filter_pending' => 'កំពុងរង់ចាំ',
|
||||
'filter_processing' => 'កំពុងដំណើរការ',
|
||||
'filter_completed' => 'រួចរាល់',
|
||||
'filter_printed' => 'បានបោះពុម្ព',
|
||||
'clear_selection' => 'ជម្រះជម្រើសតេស្ត',
|
||||
'print_label' => 'បោះពុម្ព Label',
|
||||
'previous_result' => 'ប្រវត្តិលទ្ធផល',
|
||||
'sample_status' => ' ស្ថានភាព '
|
||||
|
||||
];
|
||||
25
lang/kh/sample_source.php
Normal file
25
lang/kh/sample_source.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងប្រភពសំណាក',
|
||||
'search_placeholder' => 'ឈ្មោះប្រភពសំណាក',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'ប្រភពសំណាកថ្មី',
|
||||
'form_name' => 'ឈ្មោះ',
|
||||
'form_sort' => 'លេខរៀង',
|
||||
'form_edit_tittle' => 'កែប្រែប្រភពសំណាក',
|
||||
|
||||
'create_success' => 'ប្រភពសំណាកថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតប្រភពសំណាកថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានប្រភពសំណាកកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានប្រភពសំណាកបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានប្រភពសំណាកលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានប្រភពសំណាកចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានប្រភពសំណាកស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានប្រភពសំណាកបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានប្រភពសំណាកទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានប្រភពសំណាកបានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
];
|
||||
33
lang/kh/sample_type.php
Normal file
33
lang/kh/sample_type.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងប្រភេទសំណាក',
|
||||
'search_placeholder' => 'ឈ្មោះប្រភេទសំណាក...',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_department' => 'ផ្នែកមន្ទីរពិសោធន៌',
|
||||
'table_sample_type' => 'ប្រភេទសំណាក',
|
||||
'table_description' => 'ពិពណ៌នា',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'ប្រភេទសំណាកថ្មី',
|
||||
'form_name' => 'ឈ្មោះ',
|
||||
'form_sort' => 'លេខរៀង',
|
||||
'form_department' => 'ផ្នែកមន្ទីរពិសោធន៌',
|
||||
'form_select_all_department' => 'ជ្រើសរើសផ្នែកមន្ទីរពិសោធន៌ទាំងអស់',
|
||||
'form_edit_tittle' => 'កែប្រែប្រភេទសំណាក',
|
||||
'form_sample_description' => 'ប្រភេទសំណាក',
|
||||
'tube' => 'ប្រភេទទីប',
|
||||
|
||||
'create_success' => 'ប្រភេទសំណាកថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតប្រភេទសំណាកថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានប្រភេទសំណាកកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានប្រភេទសំណាកបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានប្រភេទសំណាកលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានប្រភេទសំណាកចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានប្រភេទសំណាកស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានប្រភេទសំណាកបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានប្រភេទសំណាកទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានប្រភេទសំណាកបានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
|
||||
];
|
||||
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' => 'តារាងសំណាក'
|
||||
|
||||
|
||||
|
||||
];
|
||||
29
lang/kh/system_role.php
Normal file
29
lang/kh/system_role.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តួនាទីប្រព័ន្ធ',
|
||||
'search_placeholder' => 'ឈ្មោះតួនាទី',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_default_page' => 'ទំព័រដើម',
|
||||
'table_permission' => 'សិទ្ធិប្រើប្រាស់',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'បង្កើតតួនាទីប្រព័ន្ធ',
|
||||
'form_name' => 'ឈ្មោះ',
|
||||
'form_edit_tittle' => 'កែប្រែតួនាទីប្រព័ន្ធ',
|
||||
'form_system_role' => 'តួនាទីប្រព័ន្ធ',
|
||||
|
||||
'create_success' => 'តួនាទីប្រព័ន្ធថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតតួនាទីប្រព័ន្ធថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានតួនាទីប្រព័ន្ធកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានតួនាទីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានតួនាទីប្រព័ន្ធលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានតួនាទីប្រព័ន្ធចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានតួនាទីប្រព័ន្ធស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានតួនាទីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានតួនាទីប្រព័ន្ធទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានតួនាទីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
|
||||
|
||||
];
|
||||
68
lang/kh/test_sample.php
Normal file
68
lang/kh/test_sample.php
Normal file
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'តារាងតេស្ត',
|
||||
'search_placeholder' => 'ផ្នែកមន្ទីរពិសោន័ ប្រភេទសំណាក ឬ ឈ្មោះតេស្ត',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះតេស្ត',
|
||||
'table_department' => 'ផ្នែកមន្ទីរពិសោធន៌',
|
||||
'table_sample_type' => 'ប្រភេទសំណាក',
|
||||
'table_sign' => 'សញ្ញា',
|
||||
'table_group_result' => 'ក្រុមលទ្ធផល',
|
||||
'table_field_type' => 'ប្រភេទទិន្នន័យ',
|
||||
'table_price' => 'តម្លៃ',
|
||||
'table_sort' => 'លេខរៀង',
|
||||
'table_btn_pc' => 'ប្រាក់ចំណែកគ្រូពេទ្យ',
|
||||
'pc_physician' => 'គ្រូពេទ្យ',
|
||||
'pc_rate' => 'ប្រាក់ចំណែក',
|
||||
'pc_btn_apply_all_test' => 'អនុវត្តគ្រប់តេស្តទាំងអស់',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'សំណាកតេស្តថ្មី',
|
||||
'form_test_name' => 'ឈ្មោះតេស្ត',
|
||||
'form_unit_sign' => 'ខ្នាតសញ្ញា',
|
||||
'form_field_type' => 'ប្រភេទទិន្នន័យ',
|
||||
'form_edit_tittle' => 'កែប្រែសំណាកតេស្ត',
|
||||
'form_description' => 'ការពណ៌នា',
|
||||
'form_format' => 'កំណត់ទំរង់',
|
||||
'form_ref_range' => 'តម្លៃយោង',
|
||||
'form_ref_min' => 'តម្លៃអបបរិមា',
|
||||
'form_ref_sign' => 'សញ្ញា',
|
||||
'form_ref_max' => 'តម្លៃអតិបរិមា',
|
||||
'form_ref_patient_type' => 'ប្រភេទអ្នកជំងឺ',
|
||||
'form_organism' => 'មេរោគ និង ថ្នាំអង់ទីប៊ីយោទិក',
|
||||
'organism_input_placeholder' => 'ឈ្មោះមេរោគ',
|
||||
'antibiotic_inut_placeholder' => 'ថ្នាំអង់ទីប៊ីយោទិក',
|
||||
'form_organism_selected' => 'បានជ្រើសរើស',
|
||||
'form_formula' => 'រូបមន្ត',
|
||||
'formula_equation' => 'ប្រមាណវិធី',
|
||||
|
||||
'btn_apply_to_all_tests' => 'កំណត់តម្លៃគ្រប់តេស្តទាំងអស់',
|
||||
'code' => 'លេខកូដ',
|
||||
|
||||
'create_success' => 'សំណាកតេស្តថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតសំណាកតេស្តថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានសំណាកតេស្តកែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានសំណាកតេស្តបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានសំណាកតេស្តលុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានសំណាកតេស្តចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានសំណាកតេស្តស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានសំណាកតេស្តបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានសំណាកតេស្តទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានសំណាកតេស្តបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
|
||||
'add_commission_success' => 'ព័ត៌មានប្រាក់ចំណែកគ្រូពេទ្យរក្សាទុកបានសម្រេច។',
|
||||
'add_commission_fail' => 'មិនអាចរក្សាទុកព័ត៌មានប្រាក់ចំណែកគ្រូពេទ្យរក្សាទុកបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'select_organism' => 'ឈ្មោះមេរោគដែលបានជ្រើសរើស',
|
||||
'result_highlight_with_bold_text' => 'បន្លេចអក្សរឌិតនៅលើក្រដាសលទ្ធផល',
|
||||
'auto_suggest_results' => 'ផ្ដល់ជំរើសលទ្ធផលដោយស្វ័យប្រវត្តិ',
|
||||
|
||||
'numeric' => 'លេខ',
|
||||
'calculate' => 'គណនា',
|
||||
'single' => 'ជ្រើសរើសមួយ',
|
||||
'multiple' => 'ពហុជ្រើសរើស',
|
||||
'text' => 'ពហុពាក្យ',
|
||||
'attachment' => 'បញ្ចូលឯកសារ',
|
||||
'heading' => 'រចនាសម្ព័ន្ធតេស្ត'
|
||||
|
||||
];
|
||||
53
lang/kh/user_account.php
Normal file
53
lang/kh/user_account.php
Normal file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'table_title' => 'គណនីអ្នកប្រើប្រាស់',
|
||||
'search_placeholder' => 'ឈ្មោះគណនី អាស័យដ្ឋានអ៊ីមែល',
|
||||
'table_no' => 'ល.រ',
|
||||
'table_name' => 'ឈ្មោះ',
|
||||
'table_login_email' => 'អ៊ីមែលដែលត្រូវចូល',
|
||||
'table_system_role' => 'តួនាទីប្រព័ន្ធ',
|
||||
'table_labs' => 'មន្ទីរពិសោធន៍',
|
||||
'table_status' => 'ស្ថានភាព',
|
||||
'table_action' => 'ប្រតិបត្តិការ',
|
||||
'form_add_tittle' => 'បង្កើតគណនីអ្នកប្រើប្រាស់',
|
||||
'form_name' => 'ឈ្មោះពេញ',
|
||||
'form_login_email' => 'អ៊ីមែលសម្រាប់ចូលប្រើ',
|
||||
'form_ismnager' => 'អ្នកគ្រប់គ្រង់មន្ទីរពិសោធន៍',
|
||||
'physician' => 'ប្រភពសំណាក',
|
||||
'non_of_above' => 'ផ្សេងៗ',
|
||||
'form_edit_tittle' => 'កែប្រែគណនីអ្នកប្រើប្រាស់',
|
||||
'form_system_role' => 'តួនាទីប្រព័ន្ធ',
|
||||
'form_lab_cover' => 'ការគ្រប់ដណ្តប់របស់មន្ទីរពិសោធន៍',
|
||||
'form_laboratory' => 'មន្ទីរពិសោធន៍',
|
||||
'form_select_all_lab' => 'ជ្រើសរើសមន្ទីរពិសោធន៌ទាំងអស់',
|
||||
'form_password' => 'លេខសម្ងាត់',
|
||||
'form_character' => 'តួអក្សរ',
|
||||
'form_assign_lab' => 'កំណត់មន្ទីរពិសោធន៍',
|
||||
|
||||
'invalid_current_password' => 'លេខសំងាត់ចាស់មិនត្រឹមត្រូវ',
|
||||
'new_password_same_old_password' => 'លេខសំងាត់ថ្មីមិនអាចដូចលេខសំងាត់ចាស់បានទេ',
|
||||
'change_password_success' => 'លេខសំងាត់ប្តូរបានសម្រេច',
|
||||
'change_password_fail' => 'មិនអាចប្តូរលេខសំងាត់បានទេ។ សូមព្យាយាមម្តងទៀត',
|
||||
|
||||
'user_profile' => 'អំពីអ្នកប្រើប្រាស់',
|
||||
'form_change_password' => 'ប្តូរលេខសំងាត់',
|
||||
'form_old_password' => 'លេខសំងាត់បច្ចុប្បន្ន',
|
||||
'form_new_password' => 'លេខសំងាត់ថ្មី',
|
||||
'form_confirm_password' => 'បញ្ជាក់លេខសំងាត់',
|
||||
'form_signature' => 'គំរូហត្ថលេខា',
|
||||
|
||||
'create_success' => 'គណនីអ្នកប្រើប្រាស់ថ្មីបង្កើតបានសម្រេច។',
|
||||
'create_fail' => 'មិនអាចបង្កើតគណនីអ្នកប្រើប្រាស់ថ្មីបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'update_success' => 'ព័ត៌មានគណនីអ្នកប្រើប្រាស់កែប្រែបានសម្រេច។ ',
|
||||
'update_fail' => 'មិនអាចកែប្រែព័ត៌មានគណនីអ្នកប្រើប្រាស់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'delete_success' => 'ព័ត៌មានគណនីអ្នកប្រើប្រាស់លុបចេញពីប្រព័ន្ធបានសម្រេច។',
|
||||
'delete_fail' => 'មិនអាចលុបព័ត៌មានគណនីអ្នកប្រើប្រាស់ចេញពីប្រព័ន្ធបានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'restore_success' => 'ព័ត៌មានគណនីអ្នកប្រើប្រាស់ស្តារបានសម្រេច។',
|
||||
'restore_fail' => 'មិនអាចស្តារព័ត៌មានគណនីអ្នកប្រើប្រាស់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'get_success' => 'ព័ត៌មានគណនីអ្នកប្រើប្រាស់ទាញយកបានសម្រេច។',
|
||||
'get_fail' => 'មិនអាចទាញយកព័ត៌មានគណនីអ្នកប្រើប្រាស់បានទេ។ សូមសាកល្បងម្តងទៀត',
|
||||
'assign_lab_success' => 'គណនីអ្នកប្រើប្រាស់បានភ្ជាប់ទៅមន្ទីរពិសោធន៍បានសម្រេច។',
|
||||
'assign_lab_fail' => 'មិនអាចភ្ជាប់គណនីអ្នកប្រើប្រាស់ទៅមន្ទីរពិសោធន៍បានទេ។ សូមសាកល្បងម្តងទៀត'
|
||||
|
||||
];
|
||||
26
lang/kh/vaccination.php
Normal file
26
lang/kh/vaccination.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'date' =>'ថ្ងៃចាក់វ៉ាក់សាំង',
|
||||
'next_visit' =>'ថ្ងៃណាត់ជួបលើកក្រោយ',
|
||||
'name' =>'ឈ្មោះវ៉ាក់សាំង',
|
||||
'unit_price' =>'តម្លៃ/ឯកត្តា',
|
||||
'qty' =>'បរិមាណ',
|
||||
'subtotal' =>'តម្លៃសរុប',
|
||||
'new_title' =>'កត់ត្រាថ្មី',
|
||||
'btn_save' =>'រក្សាទុក',
|
||||
'create_success' =>'ព័ត៌មានវ៉ាក់សាំងរក្សាទុកបានសម្រេច',
|
||||
'create_fail' =>'ព័ត៌មានវ៉ាក់សាំងមិនអាចរក្សាទុកបានទេ',
|
||||
'update_success' =>'ព័ត៌មានវ៉ាក់សាំងកែប្រែបានសម្រេច',
|
||||
'update_fail' =>'ព័ត៌មានវ៉ាក់សាំងមិនអាចកែប្រែបានទេ',
|
||||
'delete_success' =>'ព័ត៌មានវ៉ាក់សាំងលុបបានសម្រេច',
|
||||
'delete_fail' =>'ព័ត៌មានវ៉ាក់សាំងមិនអាចលុបបានទេ',
|
||||
'restore_success' =>'ព័ត៌មានវ៉ាក់សាំងរក្សាទុកបានសម្រេច',
|
||||
'restore_fail' =>'ព័ត៌មានវ៉ាក់សាំងមិនអាចរក្សាទុកបានទេ',
|
||||
'list_title' =>'តារាងចាក់វ៉ាក់សាំង',
|
||||
'invoice_title' =>'វិក័យប័ត្រវ៉ាក់សាំង',
|
||||
'edit_title' =>'កែប្រែព័ត៌មានចាក់វ៉ាក់សាំង',
|
||||
|
||||
|
||||
];
|
||||
151
lang/kh/validation.php
Normal file
151
lang/kh/validation.php
Normal file
@@ -0,0 +1,151 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => 'The :attribute must be accepted.',
|
||||
'active_url' => 'The :attribute is not a valid URL.',
|
||||
'after' => 'The :attribute must be a date after :date.',
|
||||
'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
|
||||
'alpha' => 'The :attribute may only contain letters.',
|
||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.',
|
||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
||||
'array' => 'The :attribute must be an array.',
|
||||
'before' => 'The :attribute must be a date before :date.',
|
||||
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
||||
'between' => [
|
||||
'numeric' => 'The :attribute must be between :min and :max.',
|
||||
'file' => 'The :attribute must be between :min and :max kilobytes.',
|
||||
'string' => 'The :attribute must be between :min and :max characters.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
],
|
||||
'boolean' => 'The :attribute field must be true or false.',
|
||||
'confirmed' => 'The :attribute confirmation does not match.',
|
||||
'date' => 'The :attribute is not a valid date.',
|
||||
'date_equals' => 'The :attribute must be a date equal to :date.',
|
||||
'date_format' => 'The :attribute does not match the format :format.',
|
||||
'different' => 'The :attribute and :other must be different.',
|
||||
'digits' => 'The :attribute must be :digits digits.',
|
||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||
'distinct' => 'The :attribute field has a duplicate value.',
|
||||
'email' => 'សារអេឡិចត្រូនិចមិនត្រឹមត្រូវ',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'file' => 'The :attribute must be a file.',
|
||||
'filled' => 'The :attribute field must have a value.',
|
||||
'gt' => [
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
],
|
||||
'image' => 'The :attribute must be an image.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in_array' => 'The :attribute field does not exist in :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lt' => [
|
||||
'numeric' => 'The :attribute must be less than :value.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'The :attribute must be less than or equal :value.',
|
||||
'file' => 'The :attribute must be less than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimetypes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'password' => 'The password is incorrect.',
|
||||
'present' => 'The :attribute field must be present.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'The :attribute field is required unless :other is in :values.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values are present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'starts_with' => 'The :attribute must start with one of the following: :values.',
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'uploaded' => 'The :attribute failed to upload.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'uuid' => 'The :attribute must be a valid UUID.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap our attribute placeholder
|
||||
| with something more reader friendly such as "E-Mail Address" instead
|
||||
| of "email". This simply helps us make our message more expressive.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user