74 lines
2.5 KiB
PHP
74 lines
2.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Table Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used in table components, headers,
|
|
| pagination, and data display throughout the application.
|
|
|
|
|
*/
|
|
|
|
// Common Table Elements
|
|
'type' => 'Type',
|
|
'csv' => 'CSV',
|
|
'resume' => 'Resume',
|
|
'view_resume' => 'View Resume',
|
|
'img_placeholder' => 'IMG',
|
|
'no_data' => 'No data available',
|
|
'go_to_page' => 'Go to page:',
|
|
'previous' => 'Prev',
|
|
'showing_results' => 'Showing results',
|
|
'total_results' => 'Total results',
|
|
'delete_instructor_warning' => 'After deleting the instructor, the admin will be the assign as a new instructor, of this instructor all the courses.',
|
|
'delete_course_warning' => 'After deleting the course, all the related data, like, course sections, lessons, quizzes, enrollments, etc will be deleted automatically.',
|
|
|
|
// Table Headers Management
|
|
'name' => 'Name',
|
|
'email' => 'Email',
|
|
'role' => 'Role',
|
|
'slug' => 'Slug',
|
|
'title' => 'Title',
|
|
'use_case' => 'Use Case',
|
|
'sections' => 'Sections',
|
|
'creator' => 'Creator',
|
|
'enrolled_course' => 'Enrolled Course',
|
|
'enrolled_date' => 'Enrolled Date',
|
|
'expiry_date' => 'Expiry Date',
|
|
'payout_amount' => 'Payout amount',
|
|
'payout_method' => 'Payout Method',
|
|
'processed_date' => 'Processed Date',
|
|
'payout_date' => 'Payout Date',
|
|
'enrollments' => 'Enrollments',
|
|
'course_title' => 'Course Title',
|
|
'number_of_course' => 'Number Of Course',
|
|
'category_name' => 'Category Name',
|
|
'category_child' => 'Category Child',
|
|
'meta_description' => 'Meta Description',
|
|
'meta_keywords' => 'Meta Keywords',
|
|
'verified' => 'Verified',
|
|
|
|
// Table Action Labels
|
|
'action' => 'Action',
|
|
'status' => 'Status',
|
|
'custom_pages' => 'Custom Pages',
|
|
'add_custom_page' => 'Add Custom Page',
|
|
|
|
// Table Actions & Status
|
|
'pay' => 'Pay',
|
|
'print' => 'Print',
|
|
'select' => 'Select',
|
|
'selected' => 'Selected',
|
|
'edit_page' => 'Edit Page',
|
|
'copy_url' => 'Copy URL',
|
|
'preview_page' => 'Preview Page',
|
|
'lifetime_access' => 'Lifetime access',
|
|
|
|
// Table Content Text (table-specific)
|
|
'url_copied' => 'URL copied to clipboard',
|
|
'best_single_instructor' => 'Best for Single Instructor',
|
|
'best_multiple_instructors' => 'Best for Multiple Instructors',
|
|
];
|