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: '正在加载图像...', updateImage: '更新图像', deleteImage: '删除图像' }, filters: { title: '筛选条件', allStudents: '所有学生', allSubjects: '所有学科', allTerms: '所有学期', apply: '应用筛选', clear: '清除筛选', selectStudentFirst: '请先选择学生', expand: '展开筛选面板', collapse: '收起筛选面板', expandToReselect: '点击展开重新选择' }, edit: { title: '编辑作业', createTitle: '新增作业' }, messages: { loadError: '加载作业数据失败', noData: '暂无作业数据', updateError: '更新作业失败', loadImageError: '加载图像失败', confirmDeleteImage: '确定要删除此图像吗?', uploadImageError: '上传图像失败', deleteSuccess: '作业 {name} 已成功删除', deleteError: '删除作业失败', deleteConfirmation: '您确定要删除此作业吗?此操作无法撤销。' }, validation: { nameRequired: '作业名称不能为空', descriptionRequired: '作业描述为可选项', studentRequired: '请选择学生', subjectRequired: '请选择学科', termRequired: '请选择学期', completionRequired: '请输入完成度', startDateRequired: '请选择开始日期', endDateRequired: '请选择截止日期' } }