Files
hpt_inventory/lang/en/general.php
2026-06-15 11:25:16 +07:00

101 lines
3.4 KiB
PHP

<?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',
'laboratory_settings' => 'Manage Laboratories',
'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'
];