You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
964 B
29 lines
964 B
<?php
|
|
|
|
return [
|
|
// Study Content
|
|
'name' => 'Name',
|
|
'expire_day' => 'Expire Days',
|
|
'minute' => 'Minimum Study Minutes',
|
|
'rate' => 'Pass Rate',
|
|
'content' => 'Content',
|
|
'file' => 'Files',
|
|
'type' => 'Type',
|
|
'type_visitor' => 'Visitor',
|
|
'type_visitor_car' => 'Visitor Vehicle',
|
|
'type_logistics_car' => 'Logistics Vehicle',
|
|
|
|
// Messages
|
|
'created_successfully' => 'Study content created successfully',
|
|
'updated_successfully' => 'Study content updated successfully',
|
|
'deleted_successfully' => 'Study content deleted successfully',
|
|
'not_found' => 'Study content not found',
|
|
'has_questions_cannot_delete' => 'Study content has questions, cannot delete',
|
|
'copied_successfully' => 'Study content copied successfully',
|
|
'copy_suffix' => 'Copy',
|
|
|
|
// Validation Messages
|
|
'content_cannot_be_empty' => 'Study content cannot be empty',
|
|
'rate_too_low' => 'Pass rate cannot be lower than 60%',
|
|
];
|