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' => [],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user