Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication: Fix channel creation dialog translation #8769

Merged
merged 10 commits into from
Jun 13, 2024
Next Next commit
labels updated
  • Loading branch information
asliayk committed Jun 8, 2024
commit ca2a93924b4ed8c7329b5828aebc056d7ef53d95
4 changes: 2 additions & 2 deletions src/main/webapp/i18n/de/conversation.json
Original file line number Diff line number Diff line change
@@ -229,13 +229,13 @@
"maxLengthValidationError": "Beschreibung kann max {{ max }} Zeichen lang sein!"
},
"isPublicInput": {
"label": "Privatkanal / öffentlicher Kanal",
"label": "Öffentlicher / Privatkanal",
"explanation": "Alle Nutzer:innen, ausser Lehrende, brauchen eine Einladung um sich einem privaten Kanal anzuschließen. Jeder/Jede Nutzer:in kann einem öffentlichen Kanal beitreten.",
"public": "Öffentlich",
"private": "Privat"
},
"isAnnouncementChannelInput": {
"label": "Ankündigungskanal",
"label": "Ankündigungs- / Uneingeschränkter Kanal",
"explanation": "Nur Lehrende und Kanalmoderator:innen können neue Nachrichten in einem Ankündigungskanal erstellen. Studierende können die Nachrichten nur lesen und darauf antworten.",
"true": "Ankündigungskanal",
"false": "Uneingeschränkter Kanal"
4 changes: 2 additions & 2 deletions src/main/webapp/i18n/en/conversation.json
Original file line number Diff line number Diff line change
@@ -228,13 +228,13 @@
"maxLengthValidationError": "Description can be max {{ max }} characters long!"
},
"isPublicInput": {
"label": "Private Channel / Public Channel",
"label": "Public / Private Channel",
"explanation": "Every user except instructors will need an invitation to join a private channel. Everybody can join a public channel.",
"public": "Public",
"private": "Private"
},
"isAnnouncementChannelInput": {
"label": "Announcement Channel",
"label": "Announcement / Unrestricted Channel",
"explanation": "Only instructors and channel moderators can create new messages in an announcement channel. Students can only read the messages and answer to them.",
"true": "Announcement Channel",
"false": "Unrestricted Channel"
Loading