74 lines
2.9 KiB
PHP
74 lines
2.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'login' => 'Login',
|
|
'register' => 'Register',
|
|
'logout' => 'Logout',
|
|
'email' => 'Email Address',
|
|
'password' => 'Password',
|
|
'password_confirmation' => 'Confirm Password',
|
|
'remember_me' => 'Remember Me',
|
|
'forgot_password' => 'Forgot Password?',
|
|
'reset_password' => 'Reset Password',
|
|
'send_reset_link' => 'Send Password Reset Link',
|
|
'name' => 'Name',
|
|
'dashboard' => 'Dashboard',
|
|
'patients' => 'Patients',
|
|
'appointments' => 'Appointments',
|
|
'treatments' => 'Treatments',
|
|
'invoices' => 'Invoices',
|
|
'payments' => 'Payments',
|
|
'settings' => 'Settings',
|
|
'profile' => 'Profile',
|
|
'security' => 'Security',
|
|
'two_factor_auth' => 'Two-Factor Authentication',
|
|
'enable_2fa' => 'Enable 2FA',
|
|
'disable_2fa' => 'Disable 2FA',
|
|
'verify_code' => 'Verification Code',
|
|
'recovery_codes' => 'Recovery Codes',
|
|
'save_recovery_codes' => 'Save these recovery codes in a secure location. They can be used to recover access to your account if you lose your two-factor authentication device.',
|
|
'regenerate_recovery_codes' => 'Regenerate Recovery Codes',
|
|
'confirm_password' => 'Confirm your password to continue',
|
|
'verify_and_enable' => 'Verify and Enable',
|
|
'scan_qr_code' => 'Scan this QR code with your authenticator app',
|
|
'enter_code_from_app' => 'Enter the code from your authenticator app',
|
|
'language' => 'Language',
|
|
'english' => 'English',
|
|
'arabic' => 'العربية',
|
|
'cancel' => 'Cancel',
|
|
'save' => 'Save',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'create' => 'Create',
|
|
'actions' => 'Actions',
|
|
'search' => 'Search',
|
|
'filter' => 'Filter',
|
|
'all' => 'All',
|
|
'active' => 'Active',
|
|
'inactive' => 'Inactive',
|
|
'status' => 'Status',
|
|
'date' => 'Date',
|
|
'time' => 'Time',
|
|
'amount' => 'Amount',
|
|
'description' => 'Description',
|
|
'notes' => 'Notes',
|
|
'success' => 'Success',
|
|
'error' => 'Error',
|
|
'warning' => 'Warning',
|
|
'info' => 'Info',
|
|
'welcome' => 'Welcome',
|
|
'clinic_management_system' => 'Physiotherapy Clinic Management System',
|
|
'two_factor_auth_info' => 'Two-factor authentication adds an extra layer of security to your account. Once enabled, you will need to enter a code from your authenticator app in addition to your password when logging in.',
|
|
'scan_qr_code' => 'Scan this QR code with your authenticator app',
|
|
'enter_code_from_app' => 'Enter the code from your authenticator app',
|
|
'save_recovery_codes' => 'Save these recovery codes in a secure location. They can be used to recover access to your account if you lose your two-factor authentication device.',
|
|
'today' => 'Today',
|
|
'pending_invoices' => 'Pending Invoices',
|
|
'month_revenue' => 'Month Revenue',
|
|
'upcoming_appointments' => 'Upcoming Appointments',
|
|
'no_appointments' => 'No upcoming appointments',
|
|
'patient' => 'Patient',
|
|
'therapist' => 'Therapist',
|
|
'optional' => 'Optional',
|
|
];
|