Skip to content

Commit

Permalink
Update source file en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasJoKuJonas committed Aug 25, 2024
1 parent 385ebdb commit 5cc8eb6
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions custom_components/webuntis/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"student_not_found": "Student not found. Check the name or choose another source.",
"teacher_not_found": "Teacher not found. Check the name or choose another source.",
"class_not_found": "Class not found. Check the class or choose another source.",
"no_rights_for_timetable": "No rights for timetable. Choose another name or source.",
"no_school_year": "You can only configurate via Class if there is a active schoolyear.",
"unknown": "Unexpected error. View Logs for more infos."
"no_rights_for_timetable": "No rights for timetable.",
"unknown": "Unexpected error"
},
"step": {
"user": {
Expand All @@ -29,29 +28,6 @@
"data_description": {
"timetable_source_id": "Enter the full name of the student/teacher or the class name"
}
},
"timetable_source": {
"description": "Select the data source"
},
"pick_student": {
"description": "Enter a Student Name",
"data": {
"surname": "Surname",
"fore_name": "Fore Name"
}
},
"pick_teacher": {
"description": "Enter a Teacher Name",
"data": {
"surname": "Surname",
"fore_name": "Fore Name"
}
},
"pick_klasse": {
"description": "Enter class Name",
"data": {
"klasse": "Class"
}
}
}
},
Expand Down Expand Up @@ -156,7 +132,6 @@
},
"timetable_source": {
"options": {
"personal": "Personal Timetable",
"student": "Student",
"klasse": "Class",
"teacher": "Teacher",
Expand Down

0 comments on commit 5cc8eb6

Please sign in to comment.