Skip to content

Commit

Permalink
Merge pull request #121 from JonasJoKuJonas/l10n_main
Browse files Browse the repository at this point in the history
New Crowdin updates
  • Loading branch information
JonasJoKuJonas committed May 7, 2024
2 parents c0c34f0 + 4d0e17e commit 20b88c0
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 14 deletions.
28 changes: 22 additions & 6 deletions custom_components/webuntis/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,13 @@
"entity_id": "Notify Service ID",
"target": "Plattformspezifische Targetdaten",
"data": "Plattformspezifische Benachrichtigungs-Daten",
"code": "Stunden-Status ändert sich",
"rooms": "Raum ändert sich",
"teachers": "Lehrer ändert sich",
"cancelled": "Stunde fällt aus",
"lesson_change": "Eine Stunde wurde ausgetauscht"
"template": "Benachrichtigungs-Template",
"options": "Benachrichtigen, wenn"
},
"data_description": {
"data": "Bsp:\nnotification_icon: mdi:school-outline",
"entity_id": "Bsp: notify.discord"
"entity_id": "Bsp: notify.discord",
"template": "Kann Benachrichtigungs-Daten überschreiben"
}
},
"notify_menu": {
Expand All @@ -119,6 +117,24 @@
}
}
},
"selector": {
"notify_options": {
"options": {
"code": "Stunden-Status ändert sich",
"rooms": "Raum Änderung",
"teachers": "Lehrer Änderung",
"cancelled": "Stunde ausfällt",
"lesson_change": "Stunde ausgetauscht"
}
},
"notify_template": {
"options": {
"message_title": "Nachricht & Titel",
"message": "Nachricht",
"discord": "Discord"
}
}
},
"issues": {
"bad_credentials": {
"fix_flow": {
Expand Down
4 changes: 2 additions & 2 deletions custom_components/webuntis/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"entity_id": "Notify Service ID",
"target": "Platform-Specific Target Data",
"data": "Platform-Specific Notification Data",
"notify_options": "Notify on",
"template": "Notify Template"
"template": "Notify Template",
"options": "Notify on"
},
"data_description": {
"data": "e.g.,\nnotification_icon: mdi:school-outline",
Expand Down
28 changes: 22 additions & 6 deletions custom_components/webuntis/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,13 @@
"entity_id": "Notify Service ID",
"target": "Platform-Specific Target Data",
"data": "Platform-Specific Notification Data",
"code": "Lesson status changed",
"rooms": "Room changed",
"teachers": "Teacher changed",
"cancelled": "Lesson is cancelled",
"lesson_change": "Lesson was swapped"
"template": "Notify Template",
"options": "Notify on"
},
"data_description": {
"data": "e.g.,\nnotification_icon: mdi:school-outline",
"entity_id": "e.g., notify.discord"
"entity_id": "e.g., notify.discord",
"template": "may overwrite data keys"
}
},
"notify_menu": {
Expand All @@ -119,6 +117,24 @@
}
}
},
"selector": {
"notify_options": {
"options": {
"code": "Lesson status changed",
"rooms": "Room changed",
"teachers": "Teacher changed",
"cancelled": "Lesson is cancelled",
"lesson_change": "Lesson was swapped"
}
},
"notify_template": {
"options": {
"message_title": "Message & Title",
"message": "Message",
"discord": "Discord"
}
}
},
"issues": {
"bad_credentials": {
"fix_flow": {
Expand Down

0 comments on commit 20b88c0

Please sign in to comment.