Skip to content

Commit

Permalink
Merge pull request #137 from JonasJoKuJonas/l10n_main
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
JonasJoKuJonas committed Aug 25, 2024
2 parents 385ebdb + 282c65b commit 982fd6c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 9 deletions.
29 changes: 27 additions & 2 deletions custom_components/webuntis/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"student_not_found": "Schüler nicht gefunden. Überprüfen Sie den Namen oder wählen Sie eine andere Quelle.",
"teacher_not_found": "Lehrer nicht gefunden. Überprüfen Sie den Namen oder wählen Sie eine andere Quelle.",
"class_not_found": "Klasse nicht gefunden. Überprüfen Sie die Klasse oder wählen Sie eine andere Quelle.",
"no_rights_for_timetable": "Keine Rechte für den Stundenplan.",
"unknown": "Unerwarteter Fehler"
"no_rights_for_timetable": "Keine Rechte für den Stundenplan. Wählen Sie einen anderen Namen oder eine andere Quelle.",
"no_school_year": "Konfiguration über die Klasse nur während eines aktiven Schuljahres möglich.",
"unknown": "Unerwarteter Fehler. Logs für weitere Informationen ansehen."
},
"step": {
"user": {
Expand All @@ -28,6 +29,29 @@
"data_description": {
"timetable_source_id": "Geben Sie den vollständigen Namen des Schülers/Lehrers oder den Namen der Klasse ein"
}
},
"timetable_source": {
"description": "Wähle die Quelle"
},
"pick_student": {
"description": "Name eines Schülers eingeben",
"data": {
"surname": "Nachnahme",
"fore_name": "Vornahme"
}
},
"pick_teacher": {
"description": "Name eines Lehrers eingeben",
"data": {
"surname": "Nachnahme",
"fore_name": "Vornahme"
}
},
"pick_klasse": {
"description": "Klasse eingeben",
"data": {
"klasse": "Klasse"
}
}
}
},
Expand Down Expand Up @@ -132,6 +156,7 @@
},
"timetable_source": {
"options": {
"personal": "Persönlicher Stundenplan (empfohlen)",
"student": "Schüler",
"klasse": "Klasse",
"teacher": "Lehrer",
Expand Down
8 changes: 4 additions & 4 deletions custom_components/webuntis/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"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_school_year": "Configuration via class only possible during an active school year.",
"unknown": "Unexpected error. View logs for more information."
},
"step": {
"user": {
Expand Down Expand Up @@ -48,7 +48,7 @@
}
},
"pick_klasse": {
"description": "Enter class Name",
"description": "Enter a class name",
"data": {
"klasse": "Class"
}
Expand Down Expand Up @@ -156,7 +156,7 @@
},
"timetable_source": {
"options": {
"personal": "Personal Timetable",
"personal": "Personal timetable (recommended)",
"student": "Student",
"klasse": "Class",
"teacher": "Teacher",
Expand Down
31 changes: 28 additions & 3 deletions custom_components/webuntis/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
"student_not_found": "Student niet gevonden. Controleer de naam of kies een andere bron.",
"teacher_not_found": "Leraar niet gevonden. Controleer de naam of kies een andere bron.",
"class_not_found": "Klasse niet gevonden. Controleer de klasse of kies een andere bron.",
"no_rights_for_timetable": "Geen rechten voor het tijdschema.",
"unknown": "Onverwachte fout"
"no_rights_for_timetable": "No rights for timetable. Choose another name or source.",
"no_school_year": "Configuration via class only possible during an active school year.",
"unknown": "Unexpected error. View logs for more information."
},
"step": {
"user": {
Expand All @@ -28,6 +29,29 @@
"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 a class name",
"data": {
"klasse": "Class"
}
}
}
},
Expand Down Expand Up @@ -132,8 +156,9 @@
},
"timetable_source": {
"options": {
"personal": "Personal timetable (recommended)",
"student": "Student",
"klasse": "Class",
"klasse": "Klasse",
"teacher": "Teacher",
"subject": "Subject",
"room": "Raum"
Expand Down

0 comments on commit 982fd6c

Please sign in to comment.