export default { title: '作业管理', calendar: { title: '作业日历', viewTypes: { month: '月视图', week: '周视图', day: '日视图' }, navigation: { today: '今天', previous: '上一页', next: '下一页' }, noEvents: '本月没有作业', enterFullscreen: '全屏显示', exitFullscreen: '退出全屏' }, task: { name: '作业名称', description: '作业描述', subject: '学科', student: '学生', term: '学期', startDate: '开始日期', endDate: '截止日期', completionPercent: '完成度', status: { notStarted: '未开始', inProgress: '进行中', completed: '已完成' }, images: '作业图像', image: '图像', noImage: '暂无图像', clickToLoad: '点击加载图像', loadingImage: '正在加载图像...' }, filters: { title: '筛选条件', allStudents: '所有学生', allSubjects: '所有学科', allTerms: '所有学期', apply: '应用筛选', clear: '清除筛选', selectStudentFirst: '请先选择学生', expand: '展开筛选面板', collapse: '收起筛选面板', expandToReselect: '点击展开重新选择' }, edit: { title: '编辑作业' }, messages: { loadError: '加载作业数据失败', noData: '暂无作业数据', updateError: '更新作业失败', loadImageError: '加载图像失败' } }