251 lines
8.6 KiB
PHP
251 lines
8.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
// ==================================================
|
|
// 01. Common Buttons
|
|
// ==================================================
|
|
'add' => 'Add',
|
|
'save' => 'Save',
|
|
'cancel' => 'Cancel',
|
|
'close' => 'Close',
|
|
'submit' => 'Submit',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'create' => 'Create',
|
|
'update' => 'Update',
|
|
'remove' => 'Remove',
|
|
'previous' => 'Previous',
|
|
'apply' => 'Apply',
|
|
'view_all' => 'View All',
|
|
'reply' => 'Reply',
|
|
'reapply' => 'Reapply',
|
|
'light' => 'Light',
|
|
'dark' => 'Dark',
|
|
'collaborative' => 'Collaborative',
|
|
'administrative' => 'Administrative',
|
|
|
|
// ==================================================
|
|
// 02. General Buttons
|
|
// ==================================================
|
|
'type' => 'Type',
|
|
'form' => 'Form',
|
|
'true' => 'True',
|
|
'false' => 'False',
|
|
'free' => 'Free',
|
|
'list' => 'List',
|
|
'search' => 'Search',
|
|
'filter' => 'Filter',
|
|
'sort' => 'Sort',
|
|
'refresh' => 'Refresh',
|
|
'upload' => 'Upload',
|
|
'download' => 'Download',
|
|
'send' => 'Send',
|
|
'add_item' => 'Add Item',
|
|
'reorder' => 'Reorder',
|
|
'active' => 'Active',
|
|
'inactive' => 'Inactive',
|
|
'deactivate' => 'Deactivate',
|
|
'lessons' => 'Lessons',
|
|
'live_classes' => 'Live Classes',
|
|
'join_class' => 'Join Class',
|
|
'edit_live_class' => 'Edit Live Class',
|
|
'delete_class' => 'Delete Class',
|
|
'class_note' => 'Class Note',
|
|
'add_language' => 'Add Language',
|
|
'save_changes' => 'Save Changes',
|
|
'schedule_class' => 'Schedule Class',
|
|
'add_newsletter' => 'Add Newsletter',
|
|
'update_newsletter' => 'Update Newsletter',
|
|
'delete_backup' => 'Delete Backup',
|
|
'refresh_server' => 'Refresh Server',
|
|
'backup_now' => 'Backup Now',
|
|
'update_application' => 'Update Application',
|
|
'set_default' => 'Set Default',
|
|
|
|
// ==================================================
|
|
// 03. Action Buttons
|
|
// ==================================================
|
|
'play_course' => 'Play Course',
|
|
'course_player' => 'Course Player',
|
|
'enroll_now' => 'Enroll Now',
|
|
'buy_now' => 'Buy Now',
|
|
'add_to_cart' => 'Add to cart',
|
|
'add_to_wishlist' => 'Add to Wishlist',
|
|
'remove_from_wishlist' => 'Remove from Wishlist',
|
|
'learn_more' => 'Learn More',
|
|
'continue' => 'Continue',
|
|
'course_details' => 'Course Details',
|
|
'continue_to_payment' => 'Continue to payment',
|
|
'post_comment' => 'Post Comment',
|
|
'posting' => 'Posting...',
|
|
'like' => 'like',
|
|
'dislike' => 'dislike',
|
|
'submit_review' => 'Submit Review',
|
|
'next_step' => 'Next Step',
|
|
'previous_step' => 'Previous Step',
|
|
'generate_certificate' => 'Generate Certificate',
|
|
'generating_certificate' => 'Generating Certificate...',
|
|
'download_as' => 'Download as',
|
|
'mark_all_as_read' => 'Mark all as read',
|
|
'view_all_notifications' => 'View all notifications',
|
|
'subscribe' => 'Subscribe',
|
|
'become_an_instructor' => 'Become an Instructor',
|
|
'delete_account' => 'Delete account',
|
|
'are_you_sure_to_delete' => 'Are you sure to delete?',
|
|
'add_section' => 'Add Section',
|
|
'sort_section' => 'Sort Section',
|
|
'add_quiz' => 'Add Quiz',
|
|
'add_lesson' => 'Add Lesson',
|
|
'sort_lessons' => 'Sort Lessons',
|
|
'sort_categories' => 'Sort Categories',
|
|
'edit_section' => 'Edit Section',
|
|
'delete_section' => 'Delete Section',
|
|
'quiz_questions' => 'Quiz Questions',
|
|
'add_question' => 'Add Question',
|
|
'save_lesson' => 'Save Lesson',
|
|
'pick_a_date' => 'Pick a date',
|
|
'toggle_theme' => 'Toggle theme',
|
|
'course_preview' => 'Course Preview',
|
|
'submit_for_approval' => 'Submit for Approval',
|
|
'approval_status' => 'Approval Status',
|
|
|
|
// ==================================================
|
|
// 04. Authentication Buttons
|
|
// ==================================================
|
|
'login' => 'Login',
|
|
'logout' => 'Logout',
|
|
'log_out' => 'Log out',
|
|
'log_in' => 'Log in',
|
|
'sign_up' => 'Sign up',
|
|
'create_account' => 'Create account',
|
|
'continue_with_google' => 'Continue With Google',
|
|
'forgot_password' => 'Forgot password?',
|
|
'email_password_reset_link' => 'Email password reset link',
|
|
'resend_verification_email' => 'Resend verification email',
|
|
'confirm_password' => 'Confirm password',
|
|
'reset_password' => 'Reset password',
|
|
'change_email' => 'Change Email',
|
|
'change_password' => 'Change Password',
|
|
'forget_password' => 'Forget Password',
|
|
'get_email_change_link' => 'Get Email Change Link',
|
|
'get_password_reset_link' => 'Get Password Reset Link',
|
|
|
|
// ==================================================
|
|
// 05. File Upload Buttons
|
|
// ==================================================
|
|
'upload_file' => 'Upload File',
|
|
'start_upload' => 'Start Upload',
|
|
'cancel_upload' => 'Cancel Upload',
|
|
'select_different_file' => 'Select Different File',
|
|
'initializing_upload' => 'Initializing upload...',
|
|
'uploading_file_chunks' => 'Uploading file chunks...',
|
|
'finalizing_upload' => 'Finalizing upload...',
|
|
'completed_upload' => 'Completed upload',
|
|
'upload_completed_successfully' => 'Upload completed successfully',
|
|
'uploading' => 'Uploading...',
|
|
'saving' => 'Saving...',
|
|
|
|
// ==================================================
|
|
// 06. Pagination Buttons
|
|
// ==================================================
|
|
'first' => 'First',
|
|
'last' => 'Last',
|
|
'prev' => 'Prev',
|
|
'next' => 'Next',
|
|
'back' => 'Back',
|
|
'show_full' => 'Show Full',
|
|
'show_less' => 'Show Less',
|
|
|
|
// ==================================================
|
|
// 07. Navigation Buttons
|
|
// ==================================================
|
|
'dashboard' => 'Dashboard',
|
|
'main_menu' => 'Main Menu',
|
|
'categories' => 'Categories',
|
|
'courses' => 'Courses',
|
|
'exams' => 'Exams',
|
|
'enrollments' => 'Enrollments',
|
|
'instructors' => 'Instructors',
|
|
'payout_report' => 'Payout Report',
|
|
'payment_report' => 'Payment Report',
|
|
'payouts' => 'Payouts',
|
|
'job_circulars' => 'Job Circulars',
|
|
'blogs' => 'Blogs',
|
|
'newsletters' => 'Newsletters',
|
|
'all_users' => 'All Users',
|
|
'certificates' => 'Certificates',
|
|
'settings' => 'Settings',
|
|
'my_courses' => 'My Courses',
|
|
'wishlist' => 'Wishlist',
|
|
'profile' => 'Profile',
|
|
'live_class' => 'Live Class',
|
|
'payment_methods' => 'Payment Methods',
|
|
'profile_update' => 'Profile Update',
|
|
'manage_courses' => 'Manage Courses',
|
|
'create_course' => 'Create Course',
|
|
'course_coupons' => 'Course Coupons',
|
|
'manage_exams' => 'Manage Exams',
|
|
'create_exam' => 'Create Exam',
|
|
'exam_coupons' => 'Exam Coupons',
|
|
'course_enrollments' => 'Course Enrollments',
|
|
'exam_enrollments' => 'Exam Enrollments',
|
|
'online_payments' => 'Online Payments',
|
|
'offline_payments' => 'Offline Payments',
|
|
'manage_enrollments' => 'Manage Enrollments',
|
|
'add_new_enrollment' => 'Add New Enrollment',
|
|
'add_new_instructor' => 'Add New Instructor',
|
|
'manage_instructors' => 'Manage Instructors',
|
|
'create_instructor' => 'Create Instructor',
|
|
'applications' => 'Applications',
|
|
'payout_request' => 'Payout Request',
|
|
'payout_history' => 'Payout History',
|
|
'withdraw' => 'Withdraw',
|
|
'all_jobs' => 'All Jobs',
|
|
'create_job' => 'Create Job',
|
|
'edit_job' => 'Edit Job',
|
|
'create_blog' => 'Create Blog',
|
|
'manage_blog' => 'Manage Blog',
|
|
'account' => 'Account',
|
|
'system' => 'System',
|
|
'pages' => 'Pages',
|
|
'storage' => 'Storage',
|
|
'smtp' => 'SMTP',
|
|
'auth0' => 'Auth0',
|
|
'maintenance' => 'Maintenance',
|
|
'marksheet' => 'Marksheet',
|
|
|
|
// ==================================================
|
|
// 08. Sub Navigation Buttons
|
|
// ==================================================
|
|
'become_instructor' => 'Become Instructor',
|
|
'overview' => 'Overview',
|
|
'curriculum' => 'Curriculum',
|
|
'details' => 'Details',
|
|
'instructor' => 'Instructor',
|
|
'reviews' => 'Reviews',
|
|
'summery' => 'Summery',
|
|
'certificate' => 'Certificate',
|
|
'forum' => 'Forum',
|
|
'review' => 'Review',
|
|
'basic' => 'Basic',
|
|
'pricing' => 'Pricing',
|
|
'info' => 'Info',
|
|
'media' => 'Media',
|
|
'seo' => 'SEO',
|
|
'quiz' => 'Quiz',
|
|
'lesson' => 'Lesson',
|
|
'social' => 'Social',
|
|
'payment' => 'Payment',
|
|
'copyright' => 'Copyright',
|
|
'social_media' => 'Social Media',
|
|
'url_items' => 'URL Items',
|
|
'dropdowns' => 'Dropdowns',
|
|
'actions' => 'Actions',
|
|
'website' => 'Website',
|
|
'navbar' => 'Navbar',
|
|
'footer' => 'Footer',
|
|
'style' => 'Style',
|
|
'edit_navbar' => 'Edit Navbar',
|
|
'edit_footer' => 'Edit Footer',
|
|
];
|