Skip to content

Commit

Permalink
BC-5032-Remove consent reference from student visibility toggle info …
Browse files Browse the repository at this point in the history
…for nbc (#3304)

Co-authored-by: Viktoriia <1>
  • Loading branch information
VikDavydiuk authored Sep 21, 2023
1 parent 3b7c4d0 commit a232808
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"afterTheTransferPhaseEnded": "Nach Beenden der Transferphase",
"allStudentsVisibility": "Die Aktivierung dieser Option hat datenschutzrechtlich eine hohe Schwelle. Um die Sichtbarkeit aller Schüler:innen der Schule für jede Lehrkraft zu aktivieren, ist es erforderlich, dass jede/r Schüler:in wirksam in diese Datenverarbeitung eingewilligt hat.",
"allStudentsVisibilityBrandenburg": "Die Aktivierung dieser Option schaltet die Sichtbarkeit aller Schüler:innen der Schule für jede Lehrkraft an.",
"allStudentsVisibilityNiedersachsen" : "Wenn diese Option nicht aktiviert ist, können die Lehrkräfte ausschließlich die Klassen sowie deren Schülerinnen und Schüler sehen, in denen sie Mitglied sind.",
"authentication": "Authentifizierung",
"newPage": "Zur neuen Admin-Seite",
"changeOfClasses": "Änderung von Klassen/neue Klassen",
Expand Down
1 change: 1 addition & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"afterTheTransferPhaseEnded": "After the transfer phase has ended",
"allStudentsVisibility": "Activating this option has a high threshold under data protection law. In order to activate the visibility of all students in the school for each teacher, it is necessary that each student has effectively consented to this data processing.",
"allStudentsVisibilityBrandenburg": "Enabling this option turns on the visibility of all students of this school for each teacher.",
"allStudentsVisibilityNiedersachsen" : "If this option is not enabled, teachers can only see the classes and their students in which they are members.",
"authentication": "Authentication",
"newPage": "To the new admin page",
"changeOfClasses": "Change of classes / new classes",
Expand Down
1 change: 1 addition & 0 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@
"afterTheTransferPhaseEnded": "Una vez finalizada la fase de transferencia",
"allStudentsVisibility": "La activación de esta opción tiene un nivel alto según la ley de protección de datos. Para activar la visibilidad de todos los alumnos de la escuela para cada profesor, es necesario que cada alumno haya dado su consentimiento de manera efectiva para este tratamiento de datos.",
"allStudentsVisibilityBrandenburg": "Activando esta opción se activa la visibilidad de todos los alumnos de esta escuela para cada profesor.",
"allStudentsVisibilityNiedersachsen" : "Si esta opción no está activada, los profesores sólo podrán ver las clases y sus alumnos de las que son miembros.",
"authentication": "Autenticación",
"newPage": "A la nueva página de administración",
"changeOfClasses": "Cambio de clases / nuevas clases",
Expand Down
1 change: 1 addition & 0 deletions locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@
"afterTheTransferPhaseEnded": "Після завершення фази переходу",
"allStudentsVisibility": "Активація цієї опції має високе граничне значення згідно із законодавством про захист даних. Щоб активувати видимість усіх учнів у школі для кожного викладача, необхідно, щоб кожен учень надав свою фактичну згоду на таку обробку даних.",
"allStudentsVisibilityBrandenburg": "Увімкнення цієї опції вмикає видимість всіх учнів цієї школи для кожного вчителя.",
"allStudentsVisibilityNiedersachsen" : "Якщо цю опцію не ввімкнено, вчителі бачитимуть лише ті класи та учнів, учасниками яких вони є.",
"authentication": "Аутентифікація",
"changeOfClasses": "Зміна класів / нові класи",
"changeOfUserData": "Зміна даних користувача / нові користувачі",
Expand Down
6 changes: 5 additions & 1 deletion views/administration/school.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@
{{#ifeq @root.theme.name "brb"}}
{{$t "administration.school.label.allStudentsVisibilityBrandenburg" }}
{{else}}
{{$t "administration.school.label.allStudentsVisibility" }}
{{#ifeq @root.theme.name "n21"}}
{{$t "administration.school.label.allStudentsVisibilityNiedersachsen"}}
{{else}}
{{$t "administration.school.label.allStudentsVisibility" }}
{{/ifeq}}
{{/ifeq}}
</p>
</label>
Expand Down

0 comments on commit a232808

Please sign in to comment.