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
905 B
29 lines
905 B
<?php
|
|
|
|
return [
|
|
// 学习内容
|
|
'name' => '名称',
|
|
'expire_day' => '有效天数',
|
|
'minute' => '最低学习分钟数',
|
|
'rate' => '通过正确率',
|
|
'content' => '内容',
|
|
'file' => '文件',
|
|
'type' => '类型',
|
|
'type_visitor' => '访客',
|
|
'type_visitor_car' => '访客车辆',
|
|
'type_logistics_car' => '物流车辆',
|
|
|
|
// 消息
|
|
'created_successfully' => '学习内容创建成功',
|
|
'updated_successfully' => '学习内容更新成功',
|
|
'deleted_successfully' => '学习内容删除成功',
|
|
'not_found' => '学习内容不存在',
|
|
'has_questions_cannot_delete' => '学习内容包含题目,无法删除',
|
|
'copied_successfully' => '学习内容复制成功',
|
|
'copy_suffix' => '副本',
|
|
|
|
// 验证消息
|
|
'content_cannot_be_empty' => '学习内容不能为空',
|
|
'rate_too_low' => '通过正确率不能低于60%',
|
|
];
|