mirror of
https://shylinux.com/x/education
synced 2025-05-12 16:48:16 +08:00
35 lines
723 B
JSON
35 lines
723 B
JSON
{
|
|
"portal": "教务系统",
|
|
"homework": "家庭作业",
|
|
"member": "班级成员",
|
|
"icons": {
|
|
"homework": "https://img.icons8.com/officel/80/homework.png"
|
|
},
|
|
"input": {
|
|
"My Class": "我的班级",
|
|
"user_class_role": "用户角色",
|
|
"class_name": "班级名称",
|
|
"class_type": "班级类型",
|
|
"school_name": "学校名称",
|
|
"grade": "入学年份"
|
|
},
|
|
"value": {
|
|
"user_class_role": {
|
|
"visitor": "访客",
|
|
"creator": "创建人",
|
|
"teacher": "老师",
|
|
"student": "学生",
|
|
"parent": "家长",
|
|
"style": {
|
|
"creator": "danger",
|
|
"teacher": "danger"
|
|
}
|
|
},
|
|
"class_type": {
|
|
"term": "学期制",
|
|
"weekly": "周期性",
|
|
"step": "阶段性",
|
|
"free": "自由式"
|
|
}
|
|
}
|
|
} |