diff --git a/custom_components/webuntis/translations/nl.json b/custom_components/webuntis/translations/nl.json index 945e1e3..b3aa36a 100644 --- a/custom_components/webuntis/translations/nl.json +++ b/custom_components/webuntis/translations/nl.json @@ -23,7 +23,11 @@ "username": "Gebruikersnaam", "password": "Wachtwoord", "timetable_source": "Tijdschema bron", - "timetable_source_id": "Volledige naam/ Klas/ Onderwerp/ Kamer" + "timetable_source_id": "Full name/Class" + }, + "data_description": { + "timetable_source": "Select the source of the timetable", + "timetable_source_id": "Enter the full name of the student/teacher or the class name" } } } @@ -127,6 +131,15 @@ "lesson_change": "Lesson was swapped" } }, + "timetable_source": { + "options": { + "student": "Student", + "klasse": "Klasse", + "teacher": "Teacher", + "subject": "Subject", + "room": "Raum" + } + }, "notify_template": { "options": { "message_title": "Message & Title",