Skip to content

Commit

Permalink
Merge pull request #124 from JonasJoKuJonas/l10n_main
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
JonasJoKuJonas committed May 8, 2024
2 parents 16197f8 + c3051a1 commit e84cb30
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
14 changes: 13 additions & 1 deletion custom_components/webuntis/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"username": "Benutzername",
"password": "Passwort",
"timetable_source": "Stundenplan-Quelle",
"timetable_source_id": "Voller Name/Klasse/Fach/Raum"
"timetable_source_id": "Voller Name/Klasse"
},
"data_description": {
"timetable_source_id": "Geben Sie den vollständigen Namen des Schülers/Lehrers oder den Namen der Klasse ein"
}
}
}
Expand Down Expand Up @@ -127,6 +130,15 @@
"lesson_change": "Stunde ausgetauscht"
}
},
"timetable_source": {
"options": {
"student": "Schüler",
"klasse": "Klasse",
"teacher": "Lehrer",
"subject": "Fach",
"room": "Raum"
}
},
"notify_template": {
"options": {
"message_title": "Nachricht & Titel",
Expand Down
3 changes: 1 addition & 2 deletions custom_components/webuntis/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"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"
}
}
Expand Down Expand Up @@ -134,7 +133,7 @@
"timetable_source": {
"options": {
"student": "Student",
"klasse": "Klasse",
"klasse": "Class",
"teacher": "Teacher",
"subject": "Subject",
"room": "Raum"
Expand Down
14 changes: 13 additions & 1 deletion custom_components/webuntis/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"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_id": "Enter the full name of the student/teacher or the class name"
}
}
}
Expand Down Expand Up @@ -127,6 +130,15 @@
"lesson_change": "Lesson was swapped"
}
},
"timetable_source": {
"options": {
"student": "Student",
"klasse": "Class",
"teacher": "Teacher",
"subject": "Subject",
"room": "Raum"
}
},
"notify_template": {
"options": {
"message_title": "Message & Title",
Expand Down

0 comments on commit e84cb30

Please sign in to comment.