lms/storage/app/lang/default/common.php
2025-12-15 12:26:23 +01:00

143 lines
3.7 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Common Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used across multiple language files
| throughout the application. These common elements are consolidated here
| to maintain a single source of truth and avoid duplication.
|
*/
// Common Entities
'title' => 'Title',
'description' => 'Description',
'name' => 'Name',
'email' => 'Email',
'password' => 'Password',
'type' => 'Type',
'category' => 'Category',
'status' => 'Status',
'location' => 'Location',
'image' => 'Image',
'url' => 'URL',
'categories' => 'Categories',
'students' => 'Students',
'courses' => 'Courses',
'comments' => 'Comments',
'comment' => 'Comment',
'price' => 'Price',
'rating' => 'Rating',
'instructor' => 'Instructor',
'role' => 'Role',
'action' => 'Action',
'actions' => 'Actions',
'level' => 'Level',
// Common Status
'active' => 'Active',
'inactive' => 'Inactive',
'published' => 'Published',
'draft' => 'Draft',
'expired' => 'Expired',
'pending' => 'Pending',
'enabled' => 'Enabled',
'disabled' => 'Disabled',
'language' => 'Language',
'default' => 'default',
'closed' => 'Closed',
'paused' => 'Paused',
'on' => 'On',
'off' => 'Off',
'free' => 'Free',
'completed' => 'Completed',
// Common Actions & Account Management
'search' => 'Search',
'filter' => 'Filter',
'create' => 'Create',
'update' => 'Update',
'edit' => 'Edit',
'save' => 'Save',
'delete' => 'Delete',
'cancel' => 'Cancel',
'submit' => 'Submit',
'apply' => 'Apply',
'view' => 'View',
'preview' => 'Preview',
'download' => 'Download',
'close' => 'Close',
'confirm' => 'Confirm',
'yes' => 'Yes',
'no' => 'No',
'ok' => 'OK',
'back' => 'Back',
'continue' => 'Continue',
'skip' => 'Skip',
'retry' => 'Retry',
'refresh' => 'Refresh',
'reload' => 'Reload',
'change_email' => 'Change Email',
'change_password' => 'Change Password',
'forget_password' => 'Forget Password',
// Common Status Messages & Time Terms
'loading' => 'Loading...',
'processing' => 'Processing...',
'saving' => 'Saving...',
'updating' => 'Updating...',
'deleting' => 'Deleting...',
'uploading' => 'Uploading...',
'searching' => 'Searching...',
'no_results_found' => 'No results found',
'today' => 'Today',
'yesterday' => 'Yesterday',
'ago' => 'ago',
// Common Settings
'general_settings' => 'General Settings',
'email_settings' => 'Email Settings',
'payment_settings' => 'Payment Settings',
'settings' => 'Settings',
// Common Error Messages
'file_too_large' => 'File is too large. Please select a smaller file.',
'invalid_file' => 'Invalid file format. Please upload a valid .zip file.',
'required_field' => 'This field is required.',
// Common Navigation
'home' => 'Home',
'about' => 'About',
'contact' => 'Contact',
'help' => 'Help',
'support' => 'Support',
'dashboard' => 'Dashboard',
'settings' => 'Settings',
// Common Pagination
'page' => 'Page',
'of' => 'of',
'first' => '<<First',
'previous' => 'Previous',
'next' => 'Next',
'last' => 'Last>>',
'go_to_page' => 'Go to page',
// Common Media Types
'video' => 'Video',
'audio' => 'Audio',
'document' => 'Document',
'file' => 'File',
// Course Related
'free' => 'Free',
'courses' => 'Courses',
'students' => 'Students',
'reviews' => 'Reviews',
'select_the_approval_status' => 'Select the approval status',
];