fraction.php 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * 模块语言包-成绩
  4. * @author Devil
  5. * @blog http://gong.gg/
  6. * @version 0.0.1
  7. * @datetime 2016-12-01T21:51:08+0800
  8. */
  9. return array(
  10. // 添加/编辑
  11. 'fraction_add_name' => '成绩添加',
  12. 'fraction_edit_name' => '成绩编辑',
  13. 'fraction_score_id_text' => '期号',
  14. 'fraction_score_id_format' => '请选择成绩期号',
  15. 'fraction_score_id_error' => '成绩期号有误',
  16. 'fraction_subject_text' => '科目',
  17. 'fraction_subject_format' => '请选择科目',
  18. 'fraction_subject_error' => '科目分类有误',
  19. 'fraction_score_text' => '成绩',
  20. 'fraction_score_format' => '分数格式错误,纯数字,不能超过3位',
  21. 'fraction_student_error' => '该学生不存在',
  22. 'fraction_username_text' => '学生姓名',
  23. 'fraction_student_username_format' => '学生真实姓名',
  24. 'fraction_student_id_error' => '学生信息有误',
  25. 'fraction_score_level_text' => '等级',
  26. 'fraction_class_id_text' => '班级',
  27. 'fraction_comment_text' => '教师点评',
  28. 'fraction_comment_format' => '教师点评,不能超过255个字符',
  29. 'fraction_excel_import_tips' => '1、录入时间选填项,留空则使用当前导入时间。<br />2、所有数据字段以文本格式上传,如[ 成绩分数 ]',
  30. );
  31. ?>