From ffc3698cd83d859d92c165b8311c323ead925000 Mon Sep 17 00:00:00 2001
From: mrikallab <93978883+mrikallab@users.noreply.github.com>
Date: Mon, 20 Nov 2023 16:44:25 +0100
Subject: [PATCH] N21-1319 ctl showing tool usage (#2922)
* N21-1319 generate Api
* N21-1319 metadata and mapper
* N21-1319 store action
* N21-1319 composable and display count
* N21-1319 translation
---
.../ExternalToolSection.unit.ts | 173 +-
.../administration/ExternalToolSection.vue | 37 +-
.../SchoolExternalToolApi.composable.ts | 39 +
.../SchoolExternalToolApi.composable.unit.ts | 64 +
.../SchoolExternalToolUsage.composable.ts | 44 +
...SchoolExternalToolUsage.composable.unit.ts | 95 +
src/components/data-external-tool/index.ts | 2 +
src/locales/de.json | 3 +-
src/locales/en.json | 2097 ++++++++--------
src/locales/es.json | 2089 ++++++++--------
src/locales/uk.json | 2149 +++++++++--------
src/serverApi/v3/api.ts | 213 ++
src/store/external-tool/index.ts | 1 +
.../mapper/school-external-tool.mapper.ts | 13 +
.../school-external-tool-metadata.ts | 4 +
tests/test-utils/factory/index.ts | 2 +
.../schoolExternalToolMetadataFactory.ts | 8 +
...hoolExternalToolMetadataResponseFactory.ts | 10 +
18 files changed, 3859 insertions(+), 3184 deletions(-)
create mode 100644 src/components/data-external-tool/SchoolExternalToolApi.composable.ts
create mode 100644 src/components/data-external-tool/SchoolExternalToolApi.composable.unit.ts
create mode 100644 src/components/data-external-tool/SchoolExternalToolUsage.composable.ts
create mode 100644 src/components/data-external-tool/SchoolExternalToolUsage.composable.unit.ts
create mode 100644 src/store/external-tool/school-external-tool-metadata.ts
create mode 100644 tests/test-utils/factory/schoolExternalToolMetadataFactory.ts
create mode 100644 tests/test-utils/factory/schoolExternalToolMetadataResponseFactory.ts
diff --git a/src/components/administration/ExternalToolSection.unit.ts b/src/components/administration/ExternalToolSection.unit.ts
index 9bb7f44a28..2d3d1eceb4 100644
--- a/src/components/administration/ExternalToolSection.unit.ts
+++ b/src/components/administration/ExternalToolSection.unit.ts
@@ -14,13 +14,25 @@ import createComponentMocks from "@@/tests/test-utils/componentMocks";
import { i18nMock } from "@@/tests/test-utils/i18nMock";
import { mdiCheckCircle, mdiRefreshCircle } from "@mdi/js";
import { mount, Wrapper } from "@vue/test-utils";
-import Vue from "vue";
+import Vue, { ref } from "vue";
import ExternalToolSection from "./ExternalToolSection.vue";
+import { createMock, DeepMocked } from "@golevelup/ts-jest";
+import { useSchoolExternalToolUsage } from "@data-external-tool";
+import {
+ schoolExternalToolFactory,
+ schoolExternalToolMetadataFactory,
+} from "@@/tests/test-utils/factory";
+
+jest.mock("@data-external-tool");
describe("ExternalToolSection", () => {
let el: HTMLDivElement;
- const setup = (getters: Partial
The following assignments were made:
{importUsersCount} {source}-user accounts have a {instance} user account assigned. The {instance} user accounts will be migrated from the {source}-accounts.
{importUsersUnmatchedCount} {source}-user accounts have no associated {instance} user account. The {source} accounts will be newly created in {instance}.
{usersUnmatchedCount} {instance} user accounts were not assigned any {source}-accounts. The {instance} accounts are retained and can be subsequently deleted via the administration page (or contact user support).
", - "pages.administration.migration.title": "Migrate user accounts", - "pages.administration.migration.tutorialWait": "Please note, once the school migration process starts, it can take up to 1 hour to fetch the data. After this, you will be able to continue to the next step.", - "pages.administration.migration.waiting": "Waiting for data sync...", - "components.organisms.importUsers.tableFirstName": "First name", - "components.organisms.importUsers.tableLastName": "Last name", - "components.organisms.importUsers.tableUserName": "Username", - "components.organisms.importUsers.tableRoles": "Roles", - "components.organisms.importUsers.tableClasses": "Classes", - "components.organisms.importUsers.tableMatch": "Match accounts", - "components.organisms.importUsers.tableFlag": "Flag", - "components.organisms.importUsers.searchFirstName": "Search for first name", - "components.organisms.importUsers.searchLastName": "Search for last name", - "components.organisms.importUsers.searchUserName": "Search for username", - "components.organisms.importUsers.searchRole": "Select role", - "components.organisms.importUsers.searchClass": "Search class", - "components.organisms.importUsers.searchUnMatched": "Filter for not binded", - "components.organisms.importUsers.searchAutoMatched": "Filter for automatically matched", - "components.organisms.importUsers.searchAdminMatched": "Filter for admin matched", - "components.organisms.importUsers.searchFlagged": "Filter by flagged", - "components.organisms.importUsers.editImportUser": "Edit user", - "components.organisms.importUsers.flagImportUser": "Flag user", - "components.organisms.importUsers.createNew": "Create new", - "components.organisms.importUsers.legend": "Legend", - "components.organisms.importUsers.legendUnMatched": "{instance} account was not found. The {source} account will be newly created in the {instance}.", - "components.organisms.importUsers.legendAdminMatched": "{source} account was manually linked to the {instance} account by an administrator.", - "components.organisms.importUsers.legendAutoMatched": "{source} was automatically linked to the {instance} account.", - "components.molecules.importUsersMatch.title": "Link {source} account to {instance} account", - "components.molecules.importUsersMatch.subtitle": "The {source} account will be imported into the {instance} later. If the {source} account should be linked to an existing {instance} account, you can select the {instance} account here. Otherwise a new account will be created.", - "components.molecules.importUsersMatch.flag": "Flag account", - "components.molecules.importUsersMatch.saveMatch": "Save relation", - "components.molecules.importUsersMatch.deleteMatch": "Delete relation", - "components.molecules.importUsersMatch.unMatched": "none. Account will be newly created.", - "components.molecules.importUsersMatch.search": "Search user", - "components.molecules.importUsersMatch.write": "Input first and last name", - "components.molecules.importUsersMatch.notFound": "no accounts found", - "components.molecules.copyResult.title.loading": "Copying is running...", - "components.molecules.copyResult.title.success": "Copy successful", - "components.molecules.copyResult.title.partial": "Important copying information", - "components.molecules.copyResult.title.failure": "Error during copying", - "components.molecules.copyResult.metadata": "General Information", - "components.molecules.copyResult.information": "In the following, the missing contents can be added with the help of the quick links. The links open in a separate tab.", - "components.molecules.copyResult.label.content": "Content", - "components.molecules.copyResult.label.etherpad": "Etherpad", - "components.molecules.copyResult.label.file": "File", - "components.molecules.copyResult.label.files": "Files", - "components.molecules.copyResult.label.geogebra": "GeoGebra", - "components.molecules.copyResult.label.leaf": "Leaf", - "components.molecules.copyResult.label.lernstoreMaterial": "Learning material", - "components.molecules.copyResult.label.lernstoreMaterialGroup": "Learning materials", - "components.molecules.copyResult.label.lessonContentGroup": "Lesson contents", - "components.molecules.copyResult.label.ltiToolsGroup": "LTI Tools Group", - "components.molecules.copyResult.label.nexboard": "NeXboard", - "components.molecules.copyResult.label.submissions": "Submissions", - "components.molecules.copyResult.label.timeGroup": "Time Group", - "components.molecules.copyResult.label.text": "Text", - "components.molecules.copyResult.label.unknown": "Unkown", - "components.molecules.copyResult.label.userGroup": "User Group", - "components.molecules.copyResult.successfullyCopied": "All elements were successfully copied.", - "components.molecules.copyResult.failedCopy": "The copy process could not be completed.", - "components.molecules.copyResult.timeoutCopy": "The copy process may take longer for large files. The content will be available shortly.", - "components.molecules.copyResult.timeoutSuccess": "The copy process has been completed.", - "components.molecules.copyResult.fileCopy.error": "The following files could not be copied and must be added again.", - "components.molecules.copyResult.courseCopy.info": "Creating course", - "components.molecules.copyResult.courseCopy.ariaLabelSuffix": "is still being copied", - "components.molecules.copyResult.courseFiles.info": "Course files that are not part of assignments or topics are not copied.", - "components.molecules.copyResult.courseGroupCopy.info": "For technical reasons, groups and their content are not copied and must be added again.", - "components.molecules.copyResult.etherpadCopy.info": "Content is not copied for data protection reasons and must be added again.", - "components.molecules.copyResult.geogebraCopy.info": "Material IDs are not copied for technical reasons and must be added again.", - "components.molecules.copyResult.nexboardCopy.info": "Content is not copied for data protection reasons and must be added again.", - "components.molecules.share.options.title": "Share settings", - "components.molecules.share.options.schoolInternally": "Link only valid within the school", - "components.molecules.share.options.expiresInDays": "Link expires after 21 days", - "components.molecules.share.result.title": "Share via", - "components.molecules.share.result.mailShare": "Send as mail", - "components.molecules.share.result.copyClipboard": "Copy link", - "components.molecules.share.result.qrCodeScan": "Scan QR code", - "components.molecules.share.courses.options.infoText": "With the following link, the course can be imported as a copy by other teachers. Personal data will not be imported.", - "components.molecules.share.courses.result.linkLabel": "Link course copy", - "components.molecules.share.courses.mail.subject": "Course you can import", - "components.molecules.share.courses.mail.body": "Link to the course:", - "components.molecules.share.lessons.options.infoText": "With the following link, the topic can be imported as a copy by other teachers. Personal data will not be imported.", - "components.molecules.share.lessons.result.linkLabel": "Link topic copy", - "components.molecules.share.lessons.mail.subject": "Topic you can import", - "components.molecules.share.lessons.mail.body": "Link to the topic:", - "components.molecules.share.tasks.options.infoText": "With the following link, the task can be imported as a copy by other teachers. Personal data will not be imported.", - "components.molecules.share.tasks.result.linkLabel": "Link task copy", - "components.molecules.share.tasks.mail.subject": "Task you can import", - "components.molecules.share.tasks.mail.body": "Link to the task:", - "components.molecules.import.options.loadingMessage": "Import in progress...", - "components.molecules.import.options.success": "{name} imported successfully", - "components.molecules.import.options.failure.invalidToken": "The token in the link is unknown or has expired.", - "components.molecules.import.options.failure.backendError": "'{name}' could not be imported.", - "components.molecules.import.options.failure.permissionError": "Unfortunately, the necessary authorization is missing.", - "components.molecules.import.courses.options.title": "Import course", - "components.molecules.import.courses.options.infoText": "Participant-related data will not be copied. The course can be renamed below.", - "components.molecules.import.courses.label": "Course", - "components.molecules.import.lessons.options.title": "Import topic", - "components.molecules.import.lessons.options.infoText": "Participant-related data will not be copied. The topic can be renamed below.", - "components.molecules.import.lessons.label": "Topic", - "components.molecules.import.lessons.options.selectCourse.infoText": "Please select the course into which you would like to import the topic.", - "components.molecules.import.lessons.options.selectCourse": "Select course", - "components.molecules.import.tasks.options.title": "Import task", - "components.molecules.import.tasks.options.infoText": "Participant-related data will not be copied. The task can be renamed below.", - "components.molecules.import.tasks.label": "Task", - "components.molecules.import.tasks.options.selectCourse.infoText": "Please select the course into which you would like to import the task.", - "components.molecules.import.tasks.options.selectCourse": "Select course", - "components.externalTools.status.latest": "Latest", - "components.externalTools.status.outdated": "Outdated", - "components.externalTools.status.unknown": "Unknown", - "pages.administration.printQr.emptyUser": "The selected user(s) have already been registered", - "pages.administration.printQr.error": "The registration links could not be generated", - "pages.administration.remove.error": "Failed to delete users", - "pages.administration.remove.success": "Selected users deleted", - "pages.administration.or": "or", - "pages.administration.all": "all", - "pages.administration.select": "select", - "pages.administration.selected": "selected", - "pages.administration.actions": "Actions", - "pages.administration.sendMail.error": "Registration link could not be sent | Registration links could not be sent", - "pages.administration.sendMail.success": "Registration link sent successfully | Registration links sent successfully", - "pages.administration.sendMail.alreadyRegistered": "The registration email was not sent because a registration has already been made", - "pages.administration.students.consent.cancel.modal.confirm": "Cancel anyway", - "pages.administration.students.consent.cancel.modal.continue": "Continue registration", - "pages.administration.students.consent.cancel.modal.download.continue": "Zugangsdaten drucken", - "pages.administration.students.consent.cancel.modal.download.info": "Achtung: Bist du sicher, dass du den Vorgang abbrechen möchtest, ohne die Zugangsdaten heruntergeladen zu haben? Diese Seite kann nicht wieder aufgerufen werden.", - "pages.administration.students.consent.cancel.modal.info": "Warning: Are you sure you want to cancel the process? Any changes made will be lost.", - "pages.administration.students.consent.cancel.modal.title": "Are you sure?", - "pages.administration.students.consent.handout": "Flyer", - "pages.administration.students.consent.info": "You can declare the consent to {dataProtection} and {terms} of the school cloud on behalf of your students, if you have obtained the consent in advance analogously, via {handout}.", - "pages.administration.students.consent.input.missing": "Geburtsdatum fehlt", - "pages.administration.students.consent.print": "Print list with access data", - "pages.administration.students.consent.print.title": "Registration successfully completed", - "pages.administration.students.consent.steps.complete": "Add data", - "pages.administration.students.consent.steps.complete.info": "Make sure that the birth dates of all users are complete and add missing data if necessary.", - "pages.administration.students.consent.steps.complete.inputerror": "Date of birth missing", - "pages.administration.students.consent.steps.complete.next": "Apply data", - "pages.administration.students.consent.steps.complete.warn": "Not all users have valid birth dates. Please complete missing birth data first.", - "pages.administration.students.consent.steps.download": "Download access data", - "pages.administration.students.consent.steps.download.explanation": "These are the passwords for the initial login to the school cloud.\nA new password must be chosen for the first login. Students who are at least 14 years old must also declare their consent when they log in for the first time.", - "pages.administration.students.consent.steps.download.info": "Save and print the list and hand it out to the users for their first registration.", - "pages.administration.students.consent.steps.download.next": "Download access data", - "pages.administration.students.consent.steps.register": "Perform registration", - "pages.administration.students.consent.steps.register.analog-consent": "analogous consent form", - "pages.administration.students.consent.steps.register.confirm": "I hereby confirm that I have received the {analogConsent} on paper from the parents of the above-mentioned students.", - "pages.administration.students.consent.steps.register.confirm.warn": "Please confirm that you have received the consent forms from parents and students on paper and that you have read the rules for consent.", - "pages.administration.students.consent.steps.register.info": "Check that you have received the consent of the listed students analogously by handout, you will be required to register on behalf of the users.", - "pages.administration.students.consent.steps.register.next": "Register users", - "pages.administration.students.consent.steps.register.print": "You can now log in to the cloud with your starting password. Go to {hostName} and log in with the following access details:", - "pages.administration.students.consent.steps.register.success": "User successfully registered", - "pages.administration.students.consent.steps.success": "Congratulations, you have successfully completed the analog registration!", - "pages.administration.students.consent.steps.success.back": "Back to overview", - "pages.administration.students.consent.steps.success.image.alt": "Securely connect graphic", - "pages.administration.students.consent.table.empty": "All users you have chosen have already been consented.", - "pages.administration.students.consent.title": "Register analogously", - "pages.administration.students.manualRegistration.title": "Manual registration", - "pages.administration.students.manualRegistration.steps.download.explanation": "These are the passwords for the initial login. A new password must be chosen for the first login.", - "pages.administration.students.manualRegistration.steps.success": "Congratulations, you have successfully completed the manuel registration!", - "pages.administration.students.fab.add": "New student", - "pages.administration.students.fab.import": "Import student", - "pages.administration.students.index.remove.confirm.btnText": "Delete student", - "pages.administration.students.index.remove.confirm.message.all": "Are you sure you want to delete all students?", - "pages.administration.students.index.remove.confirm.message.many": "Are you sure you want to delete all students except {number}?", - "pages.administration.students.index.remove.confirm.message.some": "Are you sure you want to delete this student? | Are you sure you want to delete this {number} student?", - "pages.administration.students.index.searchbar.placeholder": "Schüler:innen durchsuchen nach", - "pages.administration.students.index.tableActions.consent": "Analogue consent form", - "pages.administration.students.index.tableActions.registration": "Manual registration", - "pages.administration.students.index.tableActions.delete": "Delete", - "pages.administration.students.index.tableActions.email": "Send registration links by e-mail", - "pages.administration.students.index.tableActions.qr": "Print registration links as QR Code", - "pages.administration.students.index.title": "Manage students", - "pages.administration.students.index.remove.progress.title": "Deleting students", - "pages.administration.students.index.remove.progress.description": "Please wait...", - "pages.administration.students.infobox.headline": "Complete registrations", - "pages.administration.students.infobox.LDAP.helpsection": "Hilfebereich", - "pages.administration.students.infobox.LDAP.paragraph-1": "Deine Schule bezieht sämtliche Login-Daten aus einem Quellsystem (LDAP o.ä.). Die Nutzer können sich mit dem Usernamen und Passwort aus dem Quellsystem in der Schul-Cloud einloggen.", - "pages.administration.students.infobox.LDAP.paragraph-2": "Beim ersten Login wird um die Einverständniserklärung gebeten, um die Registrierung abzuschließen.", - "pages.administration.students.infobox.LDAP.paragraph-3": "WICHTIG: Bei Schüler:innen unter 16 Jahren wird während des Registrierungsprozess die Zustimmung eines Erziehungsberechtigten verlangt. Bitte sorge in diesem Fall dafür, dass der erste Login im Beisein eines Elternteils stattfindet, in der Regel zu Hause.", - "pages.administration.students.infobox.LDAP.paragraph-4": "Finde weitere Informationen zur Registrierung im ", - "pages.administration.students.infobox.li-1": "Send registration links via the school cloud to the e-mail addresses provided (also possible directly while importing/creating)", - "pages.administration.students.infobox.li-2": "Print the registration links as QR sheets, cut them out and distribute the QR sheets to users (or their parents)", - "pages.administration.students.infobox.li-3": "Waive off the digital collection of consents. Use the paper form instead and generate start passwords for your users (More info)", - "pages.administration.students.infobox.more.info": "(mehr Infos)", - "pages.administration.students.infobox.paragraph-1": "You have the following options to guide the users for completion of the registration:", - "pages.administration.students.infobox.paragraph-2": "To do this, select one or more users, e.g. all students:inside a class. Then carry out the desired action.", - "pages.administration.students.infobox.paragraph-3": "Alternatively, you can switch to the Edit mode of the user profile and retrieve the individual registration link to send it manually by a method of your choice.", - "pages.administration.students.infobox.paragraph-4": "IMPORTANT: For students under 16 years of age, the first thing asked for during the registration process is the consent of a parent or guardian. In this case, we recommend the distribution of registration links as QR-sheets or retrieval of the links individually and sending them to the parents. After the parents have given their consent, the students receive a start password and can complete the last part of the registration on their own at any time. For use of the school cloud at primary schools, paper forms are a popular alternative.", - "pages.administration.students.infobox.registrationOnly.headline": "Registration information", - "pages.administration.students.infobox.registrationOnly.paragraph-1": "A declaration of consent does not have to be obtained when registering students. The use of the Schul-Cloud Brandenburg is regulated by the Brandenburg School Act (§ 65 para. 2 BbGSchulG).", - "pages.administration.students.infobox.registrationOnly.paragraph-2": "If the school obtains or receives the user data via an external system, the above options cannot be used. The changes must then be made accordingly in the source system.", - "pages.administration.students.infobox.registrationOnly.paragraph-3": "Otherwise, invitations to register can be sent via link from the cloud administration area:", - "pages.administration.students.infobox.registrationOnly.li-1": "Sending registration links to the stored e-mail addresses (also possible directly during import/creation)", - "pages.administration.students.infobox.registrationOnly.li-2": "Print registration links as QR print sheets, cut them out and distribute QR slips to students", - "pages.administration.students.infobox.registrationOnly.li-3": "Select one or more users, e.g. all students of a class, and then perform the desired action", - "pages.administration.students.infobox.registrationOnly.li-4": "Alternatively: Switch to the edit mode of the user profile and retrieve the individual registration link directly in order to send it manually", - "pages.administration.students.legend.icon.success": "Registration complete", - "pages.administration.students.new.checkbox.label": "Send registration link to student", - "pages.administration.students.new.error": "Student could not be added successfully. The e-mail address may already exist.", - "pages.administration.students.new.success": "Student successfully created!", - "pages.administration.students.new.title": "Add student", - "pages.administration.students.table.edit.ariaLabel": "Edit student", - "pages.administration.teachers.fab.add": "New teacher", - "pages.administration.teachers.fab.import": "Import teacher", - "pages.administration.teachers.index.remove.confirm.btnText": "Delete teacher", - "pages.administration.teachers.index.remove.confirm.message.all": "Are you sure you want to delete all teachers?", - "pages.administration.teachers.index.remove.confirm.message.many": "Are you sure you want to delete all students except {number}?", - "pages.administration.teachers.index.remove.confirm.message.some": "Are you sure you want to delete this teacher: in? | Are you sure you want to delete this {number} teacher?", - "pages.administration.teachers.index.searchbar.placeholder": "Search", - "pages.administration.teachers.index.tableActions.consent": "Analogue consent form", - "pages.administration.teachers.index.tableActions.delete": "Delete", - "pages.administration.teachers.index.tableActions.email": "Send registration links by e-mail", - "pages.administration.teachers.index.tableActions.qr": "Print registration links as QR Code", - "pages.administration.teachers.index.title": "Manage teachers", - "pages.administration.teachers.index.remove.progress.title": "Deleting teachers", - "pages.administration.teachers.index.remove.progress.description": "Please wait...", - "pages.administration.teachers.new.checkbox.label": "Send registration link to teacher", - "pages.administration.teachers.new.error": "Teacher could not be added successfully. The email address may already exist.", - "pages.administration.teachers.new.success": "Teacher successfully created!", - "pages.administration.teachers.new.title": "Add teacher", - "pages.administration.teachers.table.edit.ariaLabel": "Edit teacher", - "pages.administration.school.index.back": "For some settings go ", - "pages.administration.school.index.backLink": "back to the old administration page here", - "pages.administration.school.index.info": "With all changes and settings in the administration area, it is confirmed that these are carried out by a school admin with authority to make adjustments to the school in the cloud. Adjustments made by the school admin are deemed to be instructions from the school to the cloud operator {instituteTitle}.", - "pages.administration.school.index.title": "Manage school", - "pages.administration.school.index.error": "An error occured while loading the school", - "pages.administration.school.index.error.gracePeriodExceeded": "The grace period after finishing migration has expired", - "pages.administration.school.index.generalSettings": "General Settings", - "pages.administration.school.index.generalSettings.save": "Save settings", - "pages.administration.school.index.generalSettings.labels.nameOfSchool": "Name of the school", - "pages.administration.school.index.generalSettings.labels.schoolNumber": "School number", - "pages.administration.school.index.generalSettings.labels.chooseACounty": "Please choose the county your school belongs to", - "pages.administration.school.index.generalSettings.labels.uploadSchoolLogo": "Upload school logo", - "pages.administration.school.index.generalSettings.labels.timezone": "Timezone", - "pages.administration.school.index.generalSettings.labels.language": "Language", - "pages.administration.school.index.generalSettings.labels.cloudStorageProvider": "Cloud storage provider", - "pages.administration.school.index.generalSettings.changeSchoolValueWarning": "Once set, it cannot be changed!", - "pages.administration.school.index.generalSettings.timezoneHint": "To change your timezone, please reach out to one of the admins.", - "pages.administration.school.index.generalSettings.languageHint": "If no language for the school is set, the system default (German) is applied.", - "pages.administration.school.index.privacySettings": "Privacy Settings", - "pages.administration.school.index.privacySettings.labels.studentVisibility": "Activate student visibility for teachers", - "pages.administration.school.index.privacySettings.labels.lernStore": "Learning Store for students", - "pages.administration.school.index.privacySettings.labels.chatFunction": "Activate chat function", - "pages.administration.school.index.privacySettings.labels.videoConference": "Activate video conferencing for courses and teams", - "pages.administration.school.index.privacySettings.longText.studentVisibility": "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.", - "pages.administration.school.index.privacySettings.longText.studentVisibilityBrandenburg": "Enabling this option turns on the visibility of all students of this school for each teacher.", - "pages.administration.school.index.privacySettings.longText.studentVisibilityNiedersachsen": "If this option is not enabled, teachers can only see the classes and their students in which they are members.", - "pages.administration.school.index.privacySettings.longText.lernStore": "If unchecked, students will not be able to access the Learning Store", - "pages.administration.school.index.privacySettings.longText.chatFunction": "If chats are enabled at your school, team administrators can selectively unlock the chat function respectively for their team.", - "pages.administration.school.index.privacySettings.longText.videoConference": "If video conferencing is enabled at your school, teachers can add the video conferencing tool to their course in the Tools section and then start video conferencing for all course participants from there. Team administrators can activate the video conference function in the respective team. Team leaders and team admins can then add and start video conferences for appointments.", - "pages.administration.school.index.privacySettings.longText.configurabilityInfoText": "This is an instance-wide, non-editable setting that controls the visibility of students to teachers.", - "pages.administration.school.index.usedFileStorage": "Used file storage in the cloud", - "pages.administration.school.index.schoolIsCurrentlyDrawing": "Your school is currently getting", - "pages.administration.school.index.schoolPolicy.labels.uploadFile": "Select file", - "pages.administration.school.index.schoolPolicy.hints.uploadFile": "Upload file (PDF only, 4MB max)", - "pages.administration.school.index.schoolPolicy.validation.fileTooBig": "The file is larger than 4MB. Please reduce the file size", - "pages.administration.school.index.schoolPolicy.validation.notPdf": "This file format is not supported. Please use PDF only", - "pages.administration.school.index.schoolPolicy.error": "An error occurred while loading the privacy policy", - "pages.administration.school.index.schoolPolicy.delete.title": "Delete Privacy Policy", - "pages.administration.school.index.schoolPolicy.delete.text": "If you delete this file, the default Privacy Policy will be automatically used.", - "pages.administration.school.index.schoolPolicy.delete.success": "Privacy Policy file was successfully deleted.", - "pages.administration.school.index.schoolPolicy.success": "New file was successfully uploaded.", - "pages.administration.school.index.schoolPolicy.replace": "Replace", - "pages.administration.school.index.schoolPolicy.cancel": "Cancel", - "pages.administration.school.index.schoolPolicy.uploadedOn": "Uploaded {date}", - "pages.administration.school.index.schoolPolicy.notUploadedYet": "Not uploaded yet", - "pages.administration.school.index.schoolPolicy.fileName": "Privacy Policy of the school", - "pages.administration.school.index.schoolPolicy.longText.willReplaceAndSendConsent": "The new Privacy Policy will irretrievably replace the old one and will be presented to all users of this school for approval.", - "pages.administration.school.index.schoolPolicy.edit": "Edit Privacy Policy", - "pages.administration.school.index.schoolPolicy.download": "Download Privacy Policy", - "pages.administration.school.index.termsOfUse.labels.uploadFile": "Select file", - "pages.administration.school.index.termsOfUse.hints.uploadFile": "Upload file (PDF only, 4MB max)", - "pages.administration.school.index.termsOfUse.validation.fileTooBig": "The file is larger than 4MB. Please reduce the file size", - "pages.administration.school.index.termsOfUse.validation.notPdf": "This file format is not supported. Please use PDF only", - "pages.administration.school.index.termsOfUse.error": "An error occurred while loading the terms of use", - "pages.administration.school.index.termsOfUse.delete.title": "Delete Terms of Use", - "pages.administration.school.index.termsOfUse.delete.text": "If you delete this file, the default Terms of Use will be automatically used.", - "pages.administration.school.index.termsOfUse.delete.success": "Terms of Use file was successfully deleted.", - "pages.administration.school.index.termsOfUse.success": "New file was successfully uploaded.", - "pages.administration.school.index.termsOfUse.replace": "Replace", - "pages.administration.school.index.termsOfUse.cancel": "Cancel", - "pages.administration.school.index.termsOfUse.uploadedOn": "Uploaded {date}", - "pages.administration.school.index.termsOfUse.notUploadedYet": "Not uploaded yet", - "pages.administration.school.index.termsOfUse.fileName": "Terms of Use of the school", - "pages.administration.school.index.termsOfUse.longText.willReplaceAndSendConsent": "The new Terms of Use will irretrievably replace the old one and will be presented to all users of this school for approval.", - "pages.administration.school.index.termsOfUse.edit": "Edit Terms of Use", - "pages.administration.school.index.termsOfUse.download": "Download Terms of Use", - "pages.administration.school.index.authSystems.title": "Authentification", - "pages.administration.school.index.authSystems.alias": "Alias", - "pages.administration.school.index.authSystems.type": "Type", - "pages.administration.school.index.authSystems.addLdap": "Add LDAP System", - "pages.administration.school.index.authSystems.deleteAuthSystem": "Delete Authentification", - "pages.administration.school.index.authSystems.confirmDeleteText": "Are you sure you want to delete the following authentification system?", - "pages.administration.school.index.authSystems.loginLinkLabel": "Login-Link of your school", - "pages.administration.school.index.authSystems.copyLink": "Copy Link", - "pages.administration.school.index.authSystems.edit": "Edit {system}", - "pages.administration.school.index.authSystems.delete": "Delete {system}", - "pages.administration.classes.index.title": "Manage classes", - "pages.administration.classes.index.add": "Add class", - "pages.administration.classes.deleteDialog.title": "Delete class?", - "pages.administration.classes.deleteDialog.content": "Are you sure you want to delete class \"{itemName}\"?", - "pages.administration.classes.manage": "Manage class", - "pages.administration.classes.edit": "Edit class", - "pages.administration.classes.delete": "Delete class", - "pages.administration.classes.createSuccessor": "Move class to the next school year", - "pages.administration.classes.label.archive": "Archive", - "pages.administration.classes.hint": "With all changes and settings in the administration area, it is confirmed that these are carried out by a school admin with authority to make adjustments to the school in the cloud. Adjustments made by the school admin are deemed to be instructions from the school to the cloud operator {institute_title}.", - "pages.content._id.addToTopic": "To be added to", - "pages.content._id.collection.selectElements": "Select the items you want to add to the topic", - "pages.content._id.metadata.author": "Author", - "pages.content._id.metadata.createdAt": "requested at", - "pages.content._id.metadata.noTags": "No tags", - "pages.content._id.metadata.provider": "Publisher", - "pages.content._id.metadata.updatedAt": "Last modified on", - "pages.content.card.collection": "Collection", - "pages.content.empty_state.error.img_alt": "empty-state-image", - "pages.content.empty_state.error.message": "The search query should contain at least 2 characters.
Check if all words are spelled correctly.
Try out other search queries.
Try out more common queries.
Try to use a shorter query.
A declaration of consent does not need to be obtained when registering students. The use of the Niedersächsischen Bildungscloud is regulated in the Lower Saxony Schools Act (Section 31 Para. 5 NSchG).
If the school obtains or receives the user's data via an external system, no further steps are necessary in the cloud. Registration takes place via the external system.
Otherwise, invitations to register can be sent via link via the administration area of the cloud:
The following assignments were made:
{importUsersCount} {source}-user accounts have a {instance} user account assigned. The {instance} user accounts will be migrated from the {source}-accounts.
{importUsersUnmatchedCount} {source}-user accounts have no associated {instance} user account. The {source} accounts will be newly created in {instance}.
{usersUnmatchedCount} {instance} user accounts were not assigned any {source}-accounts. The {instance} accounts are retained and can be subsequently deleted via the administration page (or contact user support).
", + "pages.administration.migration.title": "Migrate user accounts", + "pages.administration.migration.tutorialWait": "Please note, once the school migration process starts, it can take up to 1 hour to fetch the data. After this, you will be able to continue to the next step.", + "pages.administration.migration.waiting": "Waiting for data sync...", + "components.organisms.importUsers.tableFirstName": "First name", + "components.organisms.importUsers.tableLastName": "Last name", + "components.organisms.importUsers.tableUserName": "Username", + "components.organisms.importUsers.tableRoles": "Roles", + "components.organisms.importUsers.tableClasses": "Classes", + "components.organisms.importUsers.tableMatch": "Match accounts", + "components.organisms.importUsers.tableFlag": "Flag", + "components.organisms.importUsers.searchFirstName": "Search for first name", + "components.organisms.importUsers.searchLastName": "Search for last name", + "components.organisms.importUsers.searchUserName": "Search for username", + "components.organisms.importUsers.searchRole": "Select role", + "components.organisms.importUsers.searchClass": "Search class", + "components.organisms.importUsers.searchUnMatched": "Filter for not binded", + "components.organisms.importUsers.searchAutoMatched": "Filter for automatically matched", + "components.organisms.importUsers.searchAdminMatched": "Filter for admin matched", + "components.organisms.importUsers.searchFlagged": "Filter by flagged", + "components.organisms.importUsers.editImportUser": "Edit user", + "components.organisms.importUsers.flagImportUser": "Flag user", + "components.organisms.importUsers.createNew": "Create new", + "components.organisms.importUsers.legend": "Legend", + "components.organisms.importUsers.legendUnMatched": "{instance} account was not found. The {source} account will be newly created in the {instance}.", + "components.organisms.importUsers.legendAdminMatched": "{source} account was manually linked to the {instance} account by an administrator.", + "components.organisms.importUsers.legendAutoMatched": "{source} was automatically linked to the {instance} account.", + "components.molecules.importUsersMatch.title": "Link {source} account to {instance} account", + "components.molecules.importUsersMatch.subtitle": "The {source} account will be imported into the {instance} later. If the {source} account should be linked to an existing {instance} account, you can select the {instance} account here. Otherwise a new account will be created.", + "components.molecules.importUsersMatch.flag": "Flag account", + "components.molecules.importUsersMatch.saveMatch": "Save relation", + "components.molecules.importUsersMatch.deleteMatch": "Delete relation", + "components.molecules.importUsersMatch.unMatched": "none. Account will be newly created.", + "components.molecules.importUsersMatch.search": "Search user", + "components.molecules.importUsersMatch.write": "Input first and last name", + "components.molecules.importUsersMatch.notFound": "no accounts found", + "components.molecules.copyResult.title.loading": "Copying is running...", + "components.molecules.copyResult.title.success": "Copy successful", + "components.molecules.copyResult.title.partial": "Important copying information", + "components.molecules.copyResult.title.failure": "Error during copying", + "components.molecules.copyResult.metadata": "General Information", + "components.molecules.copyResult.information": "In the following, the missing contents can be added with the help of the quick links. The links open in a separate tab.", + "components.molecules.copyResult.label.content": "Content", + "components.molecules.copyResult.label.etherpad": "Etherpad", + "components.molecules.copyResult.label.file": "File", + "components.molecules.copyResult.label.files": "Files", + "components.molecules.copyResult.label.geogebra": "GeoGebra", + "components.molecules.copyResult.label.leaf": "Leaf", + "components.molecules.copyResult.label.lernstoreMaterial": "Learning material", + "components.molecules.copyResult.label.lernstoreMaterialGroup": "Learning materials", + "components.molecules.copyResult.label.lessonContentGroup": "Lesson contents", + "components.molecules.copyResult.label.ltiToolsGroup": "LTI Tools Group", + "components.molecules.copyResult.label.nexboard": "NeXboard", + "components.molecules.copyResult.label.submissions": "Submissions", + "components.molecules.copyResult.label.timeGroup": "Time Group", + "components.molecules.copyResult.label.text": "Text", + "components.molecules.copyResult.label.unknown": "Unkown", + "components.molecules.copyResult.label.userGroup": "User Group", + "components.molecules.copyResult.successfullyCopied": "All elements were successfully copied.", + "components.molecules.copyResult.failedCopy": "The copy process could not be completed.", + "components.molecules.copyResult.timeoutCopy": "The copy process may take longer for large files. The content will be available shortly.", + "components.molecules.copyResult.timeoutSuccess": "The copy process has been completed.", + "components.molecules.copyResult.fileCopy.error": "The following files could not be copied and must be added again.", + "components.molecules.copyResult.courseCopy.info": "Creating course", + "components.molecules.copyResult.courseCopy.ariaLabelSuffix": "is still being copied", + "components.molecules.copyResult.courseFiles.info": "Course files that are not part of assignments or topics are not copied.", + "components.molecules.copyResult.courseGroupCopy.info": "For technical reasons, groups and their content are not copied and must be added again.", + "components.molecules.copyResult.etherpadCopy.info": "Content is not copied for data protection reasons and must be added again.", + "components.molecules.copyResult.geogebraCopy.info": "Material IDs are not copied for technical reasons and must be added again.", + "components.molecules.copyResult.nexboardCopy.info": "Content is not copied for data protection reasons and must be added again.", + "components.molecules.share.options.title": "Share settings", + "components.molecules.share.options.schoolInternally": "Link only valid within the school", + "components.molecules.share.options.expiresInDays": "Link expires after 21 days", + "components.molecules.share.result.title": "Share via", + "components.molecules.share.result.mailShare": "Send as mail", + "components.molecules.share.result.copyClipboard": "Copy link", + "components.molecules.share.result.qrCodeScan": "Scan QR code", + "components.molecules.share.courses.options.infoText": "With the following link, the course can be imported as a copy by other teachers. Personal data will not be imported.", + "components.molecules.share.courses.result.linkLabel": "Link course copy", + "components.molecules.share.courses.mail.subject": "Course you can import", + "components.molecules.share.courses.mail.body": "Link to the course:", + "components.molecules.share.lessons.options.infoText": "With the following link, the topic can be imported as a copy by other teachers. Personal data will not be imported.", + "components.molecules.share.lessons.result.linkLabel": "Link topic copy", + "components.molecules.share.lessons.mail.subject": "Topic you can import", + "components.molecules.share.lessons.mail.body": "Link to the topic:", + "components.molecules.share.tasks.options.infoText": "With the following link, the task can be imported as a copy by other teachers. Personal data will not be imported.", + "components.molecules.share.tasks.result.linkLabel": "Link task copy", + "components.molecules.share.tasks.mail.subject": "Task you can import", + "components.molecules.share.tasks.mail.body": "Link to the task:", + "components.molecules.import.options.loadingMessage": "Import in progress...", + "components.molecules.import.options.success": "{name} imported successfully", + "components.molecules.import.options.failure.invalidToken": "The token in the link is unknown or has expired.", + "components.molecules.import.options.failure.backendError": "'{name}' could not be imported.", + "components.molecules.import.options.failure.permissionError": "Unfortunately, the necessary authorization is missing.", + "components.molecules.import.courses.options.title": "Import course", + "components.molecules.import.courses.options.infoText": "Participant-related data will not be copied. The course can be renamed below.", + "components.molecules.import.courses.label": "Course", + "components.molecules.import.lessons.options.title": "Import topic", + "components.molecules.import.lessons.options.infoText": "Participant-related data will not be copied. The topic can be renamed below.", + "components.molecules.import.lessons.label": "Topic", + "components.molecules.import.lessons.options.selectCourse.infoText": "Please select the course into which you would like to import the topic.", + "components.molecules.import.lessons.options.selectCourse": "Select course", + "components.molecules.import.tasks.options.title": "Import task", + "components.molecules.import.tasks.options.infoText": "Participant-related data will not be copied. The task can be renamed below.", + "components.molecules.import.tasks.label": "Task", + "components.molecules.import.tasks.options.selectCourse.infoText": "Please select the course into which you would like to import the task.", + "components.molecules.import.tasks.options.selectCourse": "Select course", + "components.externalTools.status.latest": "Latest", + "components.externalTools.status.outdated": "Outdated", + "components.externalTools.status.unknown": "Unknown", + "pages.administration.printQr.emptyUser": "The selected user(s) have already been registered", + "pages.administration.printQr.error": "The registration links could not be generated", + "pages.administration.remove.error": "Failed to delete users", + "pages.administration.remove.success": "Selected users deleted", + "pages.administration.or": "or", + "pages.administration.all": "all", + "pages.administration.select": "select", + "pages.administration.selected": "selected", + "pages.administration.actions": "Actions", + "pages.administration.sendMail.error": "Registration link could not be sent | Registration links could not be sent", + "pages.administration.sendMail.success": "Registration link sent successfully | Registration links sent successfully", + "pages.administration.sendMail.alreadyRegistered": "The registration email was not sent because a registration has already been made", + "pages.administration.students.consent.cancel.modal.confirm": "Cancel anyway", + "pages.administration.students.consent.cancel.modal.continue": "Continue registration", + "pages.administration.students.consent.cancel.modal.download.continue": "Zugangsdaten drucken", + "pages.administration.students.consent.cancel.modal.download.info": "Achtung: Bist du sicher, dass du den Vorgang abbrechen möchtest, ohne die Zugangsdaten heruntergeladen zu haben? Diese Seite kann nicht wieder aufgerufen werden.", + "pages.administration.students.consent.cancel.modal.info": "Warning: Are you sure you want to cancel the process? Any changes made will be lost.", + "pages.administration.students.consent.cancel.modal.title": "Are you sure?", + "pages.administration.students.consent.handout": "Flyer", + "pages.administration.students.consent.info": "You can declare the consent to {dataProtection} and {terms} of the school cloud on behalf of your students, if you have obtained the consent in advance analogously, via {handout}.", + "pages.administration.students.consent.input.missing": "Geburtsdatum fehlt", + "pages.administration.students.consent.print": "Print list with access data", + "pages.administration.students.consent.print.title": "Registration successfully completed", + "pages.administration.students.consent.steps.complete": "Add data", + "pages.administration.students.consent.steps.complete.info": "Make sure that the birth dates of all users are complete and add missing data if necessary.", + "pages.administration.students.consent.steps.complete.inputerror": "Date of birth missing", + "pages.administration.students.consent.steps.complete.next": "Apply data", + "pages.administration.students.consent.steps.complete.warn": "Not all users have valid birth dates. Please complete missing birth data first.", + "pages.administration.students.consent.steps.download": "Download access data", + "pages.administration.students.consent.steps.download.explanation": "These are the passwords for the initial login to the school cloud.\nA new password must be chosen for the first login. Students who are at least 14 years old must also declare their consent when they log in for the first time.", + "pages.administration.students.consent.steps.download.info": "Save and print the list and hand it out to the users for their first registration.", + "pages.administration.students.consent.steps.download.next": "Download access data", + "pages.administration.students.consent.steps.register": "Perform registration", + "pages.administration.students.consent.steps.register.analog-consent": "analogous consent form", + "pages.administration.students.consent.steps.register.confirm": "I hereby confirm that I have received the {analogConsent} on paper from the parents of the above-mentioned students.", + "pages.administration.students.consent.steps.register.confirm.warn": "Please confirm that you have received the consent forms from parents and students on paper and that you have read the rules for consent.", + "pages.administration.students.consent.steps.register.info": "Check that you have received the consent of the listed students analogously by handout, you will be required to register on behalf of the users.", + "pages.administration.students.consent.steps.register.next": "Register users", + "pages.administration.students.consent.steps.register.print": "You can now log in to the cloud with your starting password. Go to {hostName} and log in with the following access details:", + "pages.administration.students.consent.steps.register.success": "User successfully registered", + "pages.administration.students.consent.steps.success": "Congratulations, you have successfully completed the analog registration!", + "pages.administration.students.consent.steps.success.back": "Back to overview", + "pages.administration.students.consent.steps.success.image.alt": "Securely connect graphic", + "pages.administration.students.consent.table.empty": "All users you have chosen have already been consented.", + "pages.administration.students.consent.title": "Register analogously", + "pages.administration.students.manualRegistration.title": "Manual registration", + "pages.administration.students.manualRegistration.steps.download.explanation": "These are the passwords for the initial login. A new password must be chosen for the first login.", + "pages.administration.students.manualRegistration.steps.success": "Congratulations, you have successfully completed the manuel registration!", + "pages.administration.students.fab.add": "New student", + "pages.administration.students.fab.import": "Import student", + "pages.administration.students.index.remove.confirm.btnText": "Delete student", + "pages.administration.students.index.remove.confirm.message.all": "Are you sure you want to delete all students?", + "pages.administration.students.index.remove.confirm.message.many": "Are you sure you want to delete all students except {number}?", + "pages.administration.students.index.remove.confirm.message.some": "Are you sure you want to delete this student? | Are you sure you want to delete this {number} student?", + "pages.administration.students.index.searchbar.placeholder": "Schüler:innen durchsuchen nach", + "pages.administration.students.index.tableActions.consent": "Analogue consent form", + "pages.administration.students.index.tableActions.registration": "Manual registration", + "pages.administration.students.index.tableActions.delete": "Delete", + "pages.administration.students.index.tableActions.email": "Send registration links by e-mail", + "pages.administration.students.index.tableActions.qr": "Print registration links as QR Code", + "pages.administration.students.index.title": "Manage students", + "pages.administration.students.index.remove.progress.title": "Deleting students", + "pages.administration.students.index.remove.progress.description": "Please wait...", + "pages.administration.students.infobox.headline": "Complete registrations", + "pages.administration.students.infobox.LDAP.helpsection": "Hilfebereich", + "pages.administration.students.infobox.LDAP.paragraph-1": "Deine Schule bezieht sämtliche Login-Daten aus einem Quellsystem (LDAP o.ä.). Die Nutzer können sich mit dem Usernamen und Passwort aus dem Quellsystem in der Schul-Cloud einloggen.", + "pages.administration.students.infobox.LDAP.paragraph-2": "Beim ersten Login wird um die Einverständniserklärung gebeten, um die Registrierung abzuschließen.", + "pages.administration.students.infobox.LDAP.paragraph-3": "WICHTIG: Bei Schüler:innen unter 16 Jahren wird während des Registrierungsprozess die Zustimmung eines Erziehungsberechtigten verlangt. Bitte sorge in diesem Fall dafür, dass der erste Login im Beisein eines Elternteils stattfindet, in der Regel zu Hause.", + "pages.administration.students.infobox.LDAP.paragraph-4": "Finde weitere Informationen zur Registrierung im ", + "pages.administration.students.infobox.li-1": "Send registration links via the school cloud to the e-mail addresses provided (also possible directly while importing/creating)", + "pages.administration.students.infobox.li-2": "Print the registration links as QR sheets, cut them out and distribute the QR sheets to users (or their parents)", + "pages.administration.students.infobox.li-3": "Waive off the digital collection of consents. Use the paper form instead and generate start passwords for your users (More info)", + "pages.administration.students.infobox.more.info": "(mehr Infos)", + "pages.administration.students.infobox.paragraph-1": "You have the following options to guide the users for completion of the registration:", + "pages.administration.students.infobox.paragraph-2": "To do this, select one or more users, e.g. all students:inside a class. Then carry out the desired action.", + "pages.administration.students.infobox.paragraph-3": "Alternatively, you can switch to the Edit mode of the user profile and retrieve the individual registration link to send it manually by a method of your choice.", + "pages.administration.students.infobox.paragraph-4": "IMPORTANT: For students under 16 years of age, the first thing asked for during the registration process is the consent of a parent or guardian. In this case, we recommend the distribution of registration links as QR-sheets or retrieval of the links individually and sending them to the parents. After the parents have given their consent, the students receive a start password and can complete the last part of the registration on their own at any time. For use of the school cloud at primary schools, paper forms are a popular alternative.", + "pages.administration.students.infobox.registrationOnly.headline": "Registration information", + "pages.administration.students.infobox.registrationOnly.paragraph-1": "A declaration of consent does not have to be obtained when registering students. The use of the Schul-Cloud Brandenburg is regulated by the Brandenburg School Act (§ 65 para. 2 BbGSchulG).", + "pages.administration.students.infobox.registrationOnly.paragraph-2": "If the school obtains or receives the user data via an external system, the above options cannot be used. The changes must then be made accordingly in the source system.", + "pages.administration.students.infobox.registrationOnly.paragraph-3": "Otherwise, invitations to register can be sent via link from the cloud administration area:", + "pages.administration.students.infobox.registrationOnly.li-1": "Sending registration links to the stored e-mail addresses (also possible directly during import/creation)", + "pages.administration.students.infobox.registrationOnly.li-2": "Print registration links as QR print sheets, cut them out and distribute QR slips to students", + "pages.administration.students.infobox.registrationOnly.li-3": "Select one or more users, e.g. all students of a class, and then perform the desired action", + "pages.administration.students.infobox.registrationOnly.li-4": "Alternatively: Switch to the edit mode of the user profile and retrieve the individual registration link directly in order to send it manually", + "pages.administration.students.legend.icon.success": "Registration complete", + "pages.administration.students.new.checkbox.label": "Send registration link to student", + "pages.administration.students.new.error": "Student could not be added successfully. The e-mail address may already exist.", + "pages.administration.students.new.success": "Student successfully created!", + "pages.administration.students.new.title": "Add student", + "pages.administration.students.table.edit.ariaLabel": "Edit student", + "pages.administration.teachers.fab.add": "New teacher", + "pages.administration.teachers.fab.import": "Import teacher", + "pages.administration.teachers.index.remove.confirm.btnText": "Delete teacher", + "pages.administration.teachers.index.remove.confirm.message.all": "Are you sure you want to delete all teachers?", + "pages.administration.teachers.index.remove.confirm.message.many": "Are you sure you want to delete all students except {number}?", + "pages.administration.teachers.index.remove.confirm.message.some": "Are you sure you want to delete this teacher: in? | Are you sure you want to delete this {number} teacher?", + "pages.administration.teachers.index.searchbar.placeholder": "Search", + "pages.administration.teachers.index.tableActions.consent": "Analogue consent form", + "pages.administration.teachers.index.tableActions.delete": "Delete", + "pages.administration.teachers.index.tableActions.email": "Send registration links by e-mail", + "pages.administration.teachers.index.tableActions.qr": "Print registration links as QR Code", + "pages.administration.teachers.index.title": "Manage teachers", + "pages.administration.teachers.index.remove.progress.title": "Deleting teachers", + "pages.administration.teachers.index.remove.progress.description": "Please wait...", + "pages.administration.teachers.new.checkbox.label": "Send registration link to teacher", + "pages.administration.teachers.new.error": "Teacher could not be added successfully. The email address may already exist.", + "pages.administration.teachers.new.success": "Teacher successfully created!", + "pages.administration.teachers.new.title": "Add teacher", + "pages.administration.teachers.table.edit.ariaLabel": "Edit teacher", + "pages.administration.school.index.back": "For some settings go ", + "pages.administration.school.index.backLink": "back to the old administration page here", + "pages.administration.school.index.info": "With all changes and settings in the administration area, it is confirmed that these are carried out by a school admin with authority to make adjustments to the school in the cloud. Adjustments made by the school admin are deemed to be instructions from the school to the cloud operator {instituteTitle}.", + "pages.administration.school.index.title": "Manage school", + "pages.administration.school.index.error": "An error occured while loading the school", + "pages.administration.school.index.error.gracePeriodExceeded": "The grace period after finishing migration has expired", + "pages.administration.school.index.generalSettings": "General Settings", + "pages.administration.school.index.generalSettings.save": "Save settings", + "pages.administration.school.index.generalSettings.labels.nameOfSchool": "Name of the school", + "pages.administration.school.index.generalSettings.labels.schoolNumber": "School number", + "pages.administration.school.index.generalSettings.labels.chooseACounty": "Please choose the county your school belongs to", + "pages.administration.school.index.generalSettings.labels.uploadSchoolLogo": "Upload school logo", + "pages.administration.school.index.generalSettings.labels.timezone": "Timezone", + "pages.administration.school.index.generalSettings.labels.language": "Language", + "pages.administration.school.index.generalSettings.labels.cloudStorageProvider": "Cloud storage provider", + "pages.administration.school.index.generalSettings.changeSchoolValueWarning": "Once set, it cannot be changed!", + "pages.administration.school.index.generalSettings.timezoneHint": "To change your timezone, please reach out to one of the admins.", + "pages.administration.school.index.generalSettings.languageHint": "If no language for the school is set, the system default (German) is applied.", + "pages.administration.school.index.privacySettings": "Privacy Settings", + "pages.administration.school.index.privacySettings.labels.studentVisibility": "Activate student visibility for teachers", + "pages.administration.school.index.privacySettings.labels.lernStore": "Learning Store for students", + "pages.administration.school.index.privacySettings.labels.chatFunction": "Activate chat function", + "pages.administration.school.index.privacySettings.labels.videoConference": "Activate video conferencing for courses and teams", + "pages.administration.school.index.privacySettings.longText.studentVisibility": "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.", + "pages.administration.school.index.privacySettings.longText.studentVisibilityBrandenburg": "Enabling this option turns on the visibility of all students of this school for each teacher.", + "pages.administration.school.index.privacySettings.longText.studentVisibilityNiedersachsen": "If this option is not enabled, teachers can only see the classes and their students in which they are members.", + "pages.administration.school.index.privacySettings.longText.lernStore": "If unchecked, students will not be able to access the Learning Store", + "pages.administration.school.index.privacySettings.longText.chatFunction": "If chats are enabled at your school, team administrators can selectively unlock the chat function respectively for their team.", + "pages.administration.school.index.privacySettings.longText.videoConference": "If video conferencing is enabled at your school, teachers can add the video conferencing tool to their course in the Tools section and then start video conferencing for all course participants from there. Team administrators can activate the video conference function in the respective team. Team leaders and team admins can then add and start video conferences for appointments.", + "pages.administration.school.index.privacySettings.longText.configurabilityInfoText": "This is an instance-wide, non-editable setting that controls the visibility of students to teachers.", + "pages.administration.school.index.usedFileStorage": "Used file storage in the cloud", + "pages.administration.school.index.schoolIsCurrentlyDrawing": "Your school is currently getting", + "pages.administration.school.index.schoolPolicy.labels.uploadFile": "Select file", + "pages.administration.school.index.schoolPolicy.hints.uploadFile": "Upload file (PDF only, 4MB max)", + "pages.administration.school.index.schoolPolicy.validation.fileTooBig": "The file is larger than 4MB. Please reduce the file size", + "pages.administration.school.index.schoolPolicy.validation.notPdf": "This file format is not supported. Please use PDF only", + "pages.administration.school.index.schoolPolicy.error": "An error occurred while loading the privacy policy", + "pages.administration.school.index.schoolPolicy.delete.title": "Delete Privacy Policy", + "pages.administration.school.index.schoolPolicy.delete.text": "If you delete this file, the default Privacy Policy will be automatically used.", + "pages.administration.school.index.schoolPolicy.delete.success": "Privacy Policy file was successfully deleted.", + "pages.administration.school.index.schoolPolicy.success": "New file was successfully uploaded.", + "pages.administration.school.index.schoolPolicy.replace": "Replace", + "pages.administration.school.index.schoolPolicy.cancel": "Cancel", + "pages.administration.school.index.schoolPolicy.uploadedOn": "Uploaded {date}", + "pages.administration.school.index.schoolPolicy.notUploadedYet": "Not uploaded yet", + "pages.administration.school.index.schoolPolicy.fileName": "Privacy Policy of the school", + "pages.administration.school.index.schoolPolicy.longText.willReplaceAndSendConsent": "The new Privacy Policy will irretrievably replace the old one and will be presented to all users of this school for approval.", + "pages.administration.school.index.schoolPolicy.edit": "Edit Privacy Policy", + "pages.administration.school.index.schoolPolicy.download": "Download Privacy Policy", + "pages.administration.school.index.termsOfUse.labels.uploadFile": "Select file", + "pages.administration.school.index.termsOfUse.hints.uploadFile": "Upload file (PDF only, 4MB max)", + "pages.administration.school.index.termsOfUse.validation.fileTooBig": "The file is larger than 4MB. Please reduce the file size", + "pages.administration.school.index.termsOfUse.validation.notPdf": "This file format is not supported. Please use PDF only", + "pages.administration.school.index.termsOfUse.error": "An error occurred while loading the terms of use", + "pages.administration.school.index.termsOfUse.delete.title": "Delete Terms of Use", + "pages.administration.school.index.termsOfUse.delete.text": "If you delete this file, the default Terms of Use will be automatically used.", + "pages.administration.school.index.termsOfUse.delete.success": "Terms of Use file was successfully deleted.", + "pages.administration.school.index.termsOfUse.success": "New file was successfully uploaded.", + "pages.administration.school.index.termsOfUse.replace": "Replace", + "pages.administration.school.index.termsOfUse.cancel": "Cancel", + "pages.administration.school.index.termsOfUse.uploadedOn": "Uploaded {date}", + "pages.administration.school.index.termsOfUse.notUploadedYet": "Not uploaded yet", + "pages.administration.school.index.termsOfUse.fileName": "Terms of Use of the school", + "pages.administration.school.index.termsOfUse.longText.willReplaceAndSendConsent": "The new Terms of Use will irretrievably replace the old one and will be presented to all users of this school for approval.", + "pages.administration.school.index.termsOfUse.edit": "Edit Terms of Use", + "pages.administration.school.index.termsOfUse.download": "Download Terms of Use", + "pages.administration.school.index.authSystems.title": "Authentification", + "pages.administration.school.index.authSystems.alias": "Alias", + "pages.administration.school.index.authSystems.type": "Type", + "pages.administration.school.index.authSystems.addLdap": "Add LDAP System", + "pages.administration.school.index.authSystems.deleteAuthSystem": "Delete Authentification", + "pages.administration.school.index.authSystems.confirmDeleteText": "Are you sure you want to delete the following authentification system?", + "pages.administration.school.index.authSystems.loginLinkLabel": "Login-Link of your school", + "pages.administration.school.index.authSystems.copyLink": "Copy Link", + "pages.administration.school.index.authSystems.edit": "Edit {system}", + "pages.administration.school.index.authSystems.delete": "Delete {system}", + "pages.administration.classes.index.title": "Manage classes", + "pages.administration.classes.index.add": "Add class", + "pages.administration.classes.deleteDialog.title": "Delete class?", + "pages.administration.classes.deleteDialog.content": "Are you sure you want to delete class \"{itemName}\"?", + "pages.administration.classes.manage": "Manage class", + "pages.administration.classes.edit": "Edit class", + "pages.administration.classes.delete": "Delete class", + "pages.administration.classes.createSuccessor": "Move class to the next school year", + "pages.administration.classes.label.archive": "Archive", + "pages.administration.classes.hint": "With all changes and settings in the administration area, it is confirmed that these are carried out by a school admin with authority to make adjustments to the school in the cloud. Adjustments made by the school admin are deemed to be instructions from the school to the cloud operator {institute_title}.", + "pages.content._id.addToTopic": "To be added to", + "pages.content._id.collection.selectElements": "Select the items you want to add to the topic", + "pages.content._id.metadata.author": "Author", + "pages.content._id.metadata.createdAt": "requested at", + "pages.content._id.metadata.noTags": "No tags", + "pages.content._id.metadata.provider": "Publisher", + "pages.content._id.metadata.updatedAt": "Last modified on", + "pages.content.card.collection": "Collection", + "pages.content.empty_state.error.img_alt": "empty-state-image", + "pages.content.empty_state.error.message": "The search query should contain at least 2 characters.
Check if all words are spelled correctly.
Try out other search queries.
Try out more common queries.
Try to use a shorter query.
A declaration of consent does not need to be obtained when registering students. The use of the Niedersächsischen Bildungscloud is regulated in the Lower Saxony Schools Act (Section 31 Para. 5 NSchG).
If the school obtains or receives the user's data via an external system, no further steps are necessary in the cloud. Registration takes place via the external system.
Otherwise, invitations to register can be sent via link via the administration area of the cloud:
Se realizaron las siguientes asignaciones:
{importUsersCount} {source}-Benutzerkonten haben ein {instance} Benutzerkonto zugeordnet. Die {instance} Benutzerkonten werden auf die LDAP-Konten migriert
{importUsersUnmatchedCount} {source}-Benutzerkonten haben kein {instance} Benutzerkonto zugeordnet. Die {source} Konten werden neu in der {instance} erstellt.
{usersUnmatchedCount} {instance} Benutzerkonten wurden keinem {source}-Konto zugeordnet. Die {instance} Benutzerkonten bleiben erhalten und können über die Verwaltungsseite nachträglich gelöscht werden.
", - "pages.administration.migration.title": "Migración de cuentas de usuario", - "pages.administration.migration.tutorialWait": "Tenga en cuenta que, una vez que se inicie el proceso de migración de la escuela, puede tardar hasta 1 hora en obtener los datos. Después de esto, podrá continuar con el siguiente paso.", - "pages.administration.migration.waiting": "Esperando la sincronización de datos...", - "components.organisms.importUsers.tableFirstName": "Nombre", - "components.organisms.importUsers.tableLastName": "Apellido", - "components.organisms.importUsers.tableUserName": "Nombre de usuario", - "components.organisms.importUsers.tableRoles": "Roles", - "components.organisms.importUsers.tableClasses": "Clase", - "components.organisms.importUsers.tableMatch": "Cuentas de enlace", - "components.organisms.importUsers.tableFlag": "Marca", - "components.organisms.importUsers.searchFirstName": "Búsqueda por nombre", - "components.organisms.importUsers.searchLastName": "Búsqueda por apellido", - "components.organisms.importUsers.searchUserName": "Buscar por nombre de usuario", - "components.organisms.importUsers.searchRole": "Elija el rol", - "components.organisms.importUsers.searchClass": "Buscar por clase", - "components.organisms.importUsers.searchUnMatched": "Búsqueda no vinculada", - "components.organisms.importUsers.searchAutoMatched": "Búsqueda vinculada automáticamente", - "components.organisms.importUsers.searchAdminMatched": "Búsqueda vinculada por el administrador", - "components.organisms.importUsers.searchFlagged": "Búsqueda marcada", - "components.organisms.importUsers.editImportUser": "Editar usario", - "components.organisms.importUsers.flagImportUser": "Marcar usario", - "components.organisms.importUsers.createNew": "Crear nuevo", - "components.organisms.importUsers.legend": "Leyenda", - "components.organisms.importUsers.legendUnMatched": "{instance} usuario no encontrado. La cuenta de {source} está recién creada en {instance}.", - "components.molecules.copyResult.title.loading": "Copiando en proceso...", - "components.molecules.copyResult.title.success": "Copia exitosa", - "components.molecules.copyResult.title.partial": "Información importante sobre la copia", - "components.molecules.copyResult.title.failure": "Error durante la copia", - "components.molecules.copyResult.metadata": "Información general", - "components.molecules.copyResult.information": "A continuación, se pueden añadir los contenidos que faltan con la ayuda de los enlaces rápidos. Los enlaces se abren en otra pestaña.", - "components.molecules.copyResult.label.content": "Contenido", - "components.molecules.copyResult.label.etherpad": "Etherpad", - "components.molecules.copyResult.label.file": "Archivar", - "components.molecules.copyResult.label.files": "Archivos", - "components.molecules.copyResult.label.geogebra": "GeoGebra", - "components.molecules.copyResult.label.leaf": "Hoja", - "components.molecules.copyResult.label.lernstoreMaterial": "Material de aprendizaje", - "components.molecules.copyResult.label.lernstoreMaterialGroup": "Materiales de aprendizaje", - "components.molecules.copyResult.label.lessonContentGroup": "Contenidos de la lección", - "components.molecules.copyResult.label.ltiToolsGroup": "Grupo de herramientas LTI", - "components.molecules.copyResult.label.nexboard": "NeXboard", - "components.molecules.copyResult.label.submissions": "Envíos", - "components.molecules.copyResult.label.timeGroup": "Grupo de tiempo", - "components.molecules.copyResult.label.text": "Texto", - "components.molecules.copyResult.label.unknown": "Desconocido", - "components.molecules.copyResult.label.userGroup": "Grupo de usuario", - "components.molecules.copyResult.successfullyCopied": "Todos los elementos se copiaron con éxito.", - "components.molecules.copyResult.failedCopy": "No se pudo completar el proceso de copia.", - "components.molecules.copyResult.timeoutCopy": "El proceso de copia puede tardar más en el caso de archivos de gran tamaño. El contenido estará disponible en breve.", - "components.molecules.copyResult.timeoutSuccess": "El proceso de copia ha finalizado.", - "components.molecules.copyResult.fileCopy.error": "Los siguientes archivos no han podido ser copiados y deben ser añadidos de nuevo.", - "components.molecules.copyResult.courseCopy.info": "Creando curso", - "components.molecules.copyResult.courseCopy.ariaLabelSuffix": "se sigue copiando", - "components.molecules.copyResult.courseFiles.info": "Los archivos del curso que no forman parte de tareas o temas no se copian.", - "components.molecules.copyResult.courseGroupCopy.info": "Por razones técnicas, los grupos y su contenido no se copian y deben agregarse nuevamente.", - "components.molecules.copyResult.etherpadCopy.info": "El contenido no se copia por razones de protección de datos y debe agregarse nuevamente.", - "components.molecules.copyResult.geogebraCopy.info": "Los ID de material no se copian por razones técnicas y deben agregarse nuevamente.", - "components.molecules.copyResult.nexboardCopy.info": "El contenido no se copia por razones de protección de datos y debe agregarse nuevamente.", - "components.molecules.share.options.title": "Compartir la configuración", - "components.molecules.share.options.schoolInternally": "El enlace sólo es válido dentro de la escuela", - "components.molecules.share.options.expiresInDays": "El enlace caduca a los 21 días", - "components.molecules.share.result.title": "Compartir vía", - "components.molecules.share.result.mailShare": "Enviar como correo", - "components.molecules.share.result.copyClipboard": "Copiar enlace", - "components.molecules.share.result.qrCodeScan": "Escanear código QR", - "components.molecules.share.courses.options.infoText": "Con el siguiente enlace, el curso puede ser importado como copia por otros profesores. Los datos personales no se importarán.", - "components.molecules.share.courses.result.linkLabel": "Enlace a la copia del curso", - "components.molecules.share.courses.mail.subject": "Curso de importación", - "components.molecules.share.courses.mail.body": "Enlace al curso:", - "components.molecules.share.lessons.options.infoText": "Con el siguiente enlace, el tema puede ser importado como copia por otros profesores. Los datos personales no se importarán.", - "components.molecules.share.lessons.result.linkLabel": "Enlace a la copia del tema", - "components.molecules.share.lessons.mail.subject": "Tema de importación", - "components.molecules.share.lessons.mail.body": "Enlace al tema:", - "components.molecules.share.tasks.options.infoText": "Con el siguiente enlace, la tarea puede ser importado como copia por otros profesores. Los datos personales no se importarán.", - "components.molecules.share.tasks.result.linkLabel": "Enlace a la copia de la tarea", - "components.molecules.share.tasks.mail.subject": "Tarea de importación", - "components.molecules.share.tasks.mail.body": "Enlace a la tarea:", - "components.molecules.import.options.loadingMessage": "Importación en curso...", - "components.molecules.import.options.success": "{name} importado con éxito", - "components.molecules.import.options.failure.invalidToken": "El token en el enlace es desconocido o ha caducado.", - "components.molecules.import.options.failure.backendError": "'{name}' no se pudo importar.", - "components.molecules.import.options.failure.permissionError": "Desafortunadamente, falta la autorización necesaria.", - "components.molecules.import.courses.options.title": "Importar curso", - "components.molecules.import.courses.options.infoText": "Los datos relacionados con los participantes no se copiarán. El curso se puede renombrar a continuación.", - "components.molecules.import.courses.label": "Curso", - "components.molecules.import.lessons.options.title": "Importar tema", - "components.molecules.import.lessons.options.infoText": "Los datos relacionados con los participantes no se copiarán. El tema se puede renombrar a continuación.", - "components.molecules.import.lessons.label": "Tema", - "components.molecules.import.lessons.options.selectCourse.infoText": "Seleccione el curso al que desea importar el tema.", - "components.molecules.import.lessons.options.selectCourse": "Elija el curso", - "components.molecules.import.tasks.options.title": "Importar tarea", - "components.molecules.import.tasks.options.infoText": "Los datos relacionados con los participantes no se copiarán. La tarea se puede renombrar a continuación.", - "components.molecules.import.tasks.label": "Tarea", - "components.molecules.import.tasks.options.selectCourse.infoText": "Seleccione el curso al que desea importar la tarea.", - "components.molecules.import.tasks.options.selectCourse": "Elija el curso", - "components.externalTools.status.latest": "Actual", - "components.externalTools.status.outdated": "Anticuado", - "components.externalTools.status.unknown": "Desconocido", - "pages.administration.printQr.emptyUser": "L@s usuari@s seleccionad@s ya han sido registrad@s", - "pages.administration.printQr.error": "No se han podido generar los enlaces de registro", - "pages.administration.remove.error": "Error al eliminar usuarios", - "pages.administration.remove.success": "Usuarios seleccionados eliminados", - "pages.administration.sendMail.error": "No se ha podido enviar el enlace de registro | No se han podido enviar los enlaces de registro", - "pages.administration.sendMail.success": "Enlace de registro enviado correctamente | Enlaces de registro enviados correctamente", - "pages.administration.sendMail.alreadyRegistered": "El correo electrónico de registro no se ha enviado porque el registro ya ha tenido lugar", - "pages.administration.or": "o", - "pages.administration.all": "todos", - "pages.administration.select": "seleccionad@s", - "pages.administration.selected": "seleccinad@(s)", - "pages.administration.actions": "Acciones", - "pages.administration.students.consent.cancel.modal.confirm": "Cancelar de todos modos", - "pages.administration.students.consent.cancel.modal.continue": "Continuar con el registro", - "pages.administration.students.consent.cancel.modal.download.continue": "Imprimir datos de acceso", - "pages.administration.students.consent.cancel.modal.download.info": "Atención: ¿Está seguro de que quiere cancelar el proceso sin haber descargado los datos de acceso? No se puede volver a acceder a esta página.", - "pages.administration.students.consent.cancel.modal.info": "Advertencia: ¿Estás seguro de que deseas cancelar el proceso? Se perderán los cambios realizados.", - "pages.administration.students.consent.cancel.modal.title": "¿Estás seguro?", - "pages.administration.students.consent.handout": "Impreso", - "pages.administration.students.consent.info": "Puedes declarar el consentimiento de la {dataProtection} y los {terms} de la nube de la escuela en nombre de tus estudiantes, si has obtenido el consentimiento por adelantado de forma analógica, a través de {handout}.", - "pages.administration.students.consent.input.missing": "Falta la fecha de nacimiento", - "pages.administration.students.consent.print": "Imprimir lista con datos de acceso", - "pages.administration.students.consent.print.title": "Registro completado con éxito", - "pages.administration.students.consent.steps.complete": "Añadir datos", - "pages.administration.students.consent.steps.complete.info": "Asegúrate de que las fechas de nacimiento de todos l@s usuari@s estén completas y añade los datos que faltan si es necesario.", - "pages.administration.students.consent.steps.complete.inputerror": "Falta la fecha de nacimiento", - "pages.administration.students.consent.steps.complete.next": "Aplicar datos", - "pages.administration.students.consent.steps.complete.warn": "No todos l@s usuari@s tienen fechas de nacimiento válidas. Primero completa los datos de nacimiento que faltan.", - "pages.administration.students.consent.steps.download": "Descargar datos de acceso", - "pages.administration.students.consent.steps.download.explanation": "Estas son las contraseñas para el inicio de sesión inicial en la nube de la escuela.\nSe debe elegir una nueva contraseña para el primer inicio de sesión. Los estudiantes que tengan al menos 14 años de edad también deben declarar su consentimiento cuando inicien sesión por primera vez.", - "pages.administration.students.consent.steps.download.info": "Guarda e imprime la lista y entrégala a l@s usuari@s para su primer registro.", - "pages.administration.students.consent.steps.download.next": "Descargar datos de acceso", - "pages.administration.students.consent.steps.register": "Realizar el registro", - "pages.administration.students.consent.steps.register.analog-consent": "formulario de consentimiento analógico", - "pages.administration.students.consent.steps.register.confirm": "Por la presente confirmo que he recibido el {analogConsent} en papel de los padres de los estudiantes mencionados anteriormente.", - "pages.administration.students.consent.steps.register.confirm.warn": "Confirma que has recibido los formularios de consentimiento de los padres y estudiantes en papel y que has leído las normas para el consentimiento.", - "pages.administration.students.consent.steps.register.info": "Comprueba que has recibido el consentimiento de los estudiantes enumerados de manera analógica en papel, se te pedirá que te registres en nombre de l@s usuari@s.", - "pages.administration.students.consent.steps.register.next": "Registrar usuarios", - "pages.administration.students.consent.steps.register.print": "Ahora puedes iniciar sesión en la nube con tu contraseña inicial. Ve a {hostName} e inicia sesión con los siguientes datos de acceso:", - "pages.administration.students.consent.steps.register.success": "Usuario registrado correctamente", - "pages.administration.students.consent.steps.success": "¡Enhorabuena, has completado el registro analógico correctamente!", - "pages.administration.students.consent.steps.success.back": "Volver a la vista general", - "pages.administration.students.consent.steps.success.image.alt": "Conecta el gráfico de forma segura", - "pages.administration.students.consent.table.empty": "Todos l@s usuari@s que has elegido ya han recibido su consentimiento.", - "pages.administration.students.consent.title": "Registrarse de forma analógica", - "pages.administration.students.manualRegistration.title": "Registro manual", - "pages.administration.students.manualRegistration.steps.download.explanation": "Estas son las contraseñas para el inicio de sesión inicial en la nube de la escuela. Se debe elegir una nueva contraseña para el primer inicio de sesión.", - "pages.administration.students.manualRegistration.steps.success": "¡Enhorabuena, has completado con éxito el registro analógico!", - "pages.administration.students.fab.add": "Nuevo estudiante", - "pages.administration.students.fab.import": "Importar estudiante", - "pages.administration.students.index.remove.confirm.btnText": "Eliminar estudiante", - "pages.administration.students.index.remove.confirm.message.all": "¿Estás seguro de que deseas eliminar a todos los estudiantes?", - "pages.administration.students.index.remove.confirm.message.many": "¿Estás seguro de que deseas eliminar a todos los estudiantes excepto a {number}?", - "pages.administration.students.index.remove.confirm.message.some": "¿Estás seguro de que deseas eliminar a este estudiante? | ¿Estás seguro de que deseas eliminar a este estudiante de {number}?", - "pages.administration.students.index.searchbar.placeholder": "Buscar estudiantes", - "pages.administration.students.index.tableActions.consent": "Formulario de consentimiento analógico", - "pages.administration.students.index.tableActions.registration": "Registro manual", - "pages.administration.students.index.tableActions.delete": "Eliminar", - "pages.administration.students.index.tableActions.email": "Enviar los enlaces de registro por correo electrónico", - "pages.administration.students.index.tableActions.qr": "Imprimir los enlaces de registro como código QR", - "pages.administration.students.index.title": "Administrar estudiantes", - "pages.administration.students.index.remove.progress.title": "Eliminando alumn@s", - "pages.administration.students.index.remove.progress.description": "Por favor, espera...", - "pages.administration.students.infobox.headline": "Completar registros", - "pages.administration.students.infobox.LDAP.helpsection": "Área de ayuda", - "pages.administration.students.infobox.LDAP.paragraph-1": "Su escuela obtiene todos los datos de acceso de un sistema de origen (LDAP o similar). L@s usuari@s pueden acceder a Schul-Cloud con el nombre de usuari@ y la contraseña del sistema de origen.", - "pages.administration.students.infobox.LDAP.paragraph-2": "La primera vez que se conecte, se le pedirá el formulario de consentimiento para completar el registro.", - "pages.administration.students.infobox.LDAP.paragraph-3": "IMPORTANTE: Para los estudiantes menores de 16 años, se requiere el consentimiento de un padre o tutor durante el proceso de inscripción. En este caso, asegúrese de que el primer inicio de sesión tenga lugar en presencia de uno de los padres, normalmente en casa.", - "pages.administration.students.infobox.LDAP.paragraph-4": "Encontrará más información sobre la inscripción en ", - "pages.administration.students.infobox.li-1": "Envía los enlaces de registro a través de la nube de la escuela a las direcciones de correo electrónico proporcionadas (también es posible hacerlo directamente al importar/crear)", - "pages.administration.students.infobox.li-2": "Imprime los enlaces de registro como hojas QR, recórtalas y distribuye las hojas QR a l@s usuari@s (o a sus padres)", - "pages.administration.students.infobox.li-3": "Prescinde de la recopilación digital de consentimientos. Utiliza el formulario en papel en su lugar y genera contraseñas de inicio para tus usuarios (más información)", - "pages.administration.students.infobox.more.info": "(más información)", - "pages.administration.students.infobox.paragraph-1": "Tienes las siguientes opciones para guiar a l@s usuari@s para completar el registro:", - "pages.administration.students.infobox.paragraph-2": "Para ello, selecciona uno o más usuarios, por ejemplo, todos los estudiantes: dentro de una clase. Luego realiza la acción deseada.", - "pages.administration.students.infobox.paragraph-3": "Como alternativa, puedes cambiar al modo de edición del perfil de usuari@ y recuperar el enlace de registro individual para enviarlo manualmente mediante el método que elijas.", - "pages.administration.students.infobox.paragraph-4": "IMPORTANTE: para los estudiantes menores de 16 años, lo primero que se pide durante el proceso de registro es el consentimiento de un padre o tutor. En este caso, recomendamos la distribución de los enlaces de registro como hojas QR o la recuperación de los enlaces de forma individual y su envío a los padres. Después de que los padres hayan dado su consentimiento, los estudiantes reciben una contraseña de inicio y pueden completar la última parte del registro por su cuenta en cualquier momento. Para el uso de la nube escolar en las escuelas primarias, los formularios en papel son una alternativa popular.", - "pages.administration.students.infobox.registrationOnly.headline": "Información sobre la inscripción", - "pages.administration.students.infobox.registrationOnly.paragraph-1": "No es necesario obtener una declaración de consentimiento al inscribir a los alumnos. El uso de la Schul-Cloud Brandenburg está regulado por la Ley Escolar de Brandemburgo (§ 65 párrafo 2 BbGSchulG).", - "pages.administration.students.infobox.registrationOnly.paragraph-2": "Si la escuela obtiene o recibe los datos de los usuarios a través de un sistema externo, no se pueden utilizar las opciones anteriores. Los cambios deben realizarse en consecuencia en el sistema de origen.", - "pages.administration.students.infobox.registrationOnly.paragraph-3": "De lo contrario, se pueden enviar invitaciones para registrarse mediante un enlace a través del área de administración de la nube:", - "pages.administration.students.infobox.registrationOnly.li-1": "Envío de enlaces de registro a las direcciones de correo electrónico guardadas (también es posible directamente durante la importación/creación)", - "pages.administration.students.infobox.registrationOnly.li-2": "Imprima los enlaces QR de registro como hojas de impresión, recórtelos y distribuya las hojas con el código QR a los alumnos", - "pages.administration.students.infobox.registrationOnly.li-3": "Seleccione uno o varios usuarios, por ejemplo, todos los alumnos de una clase, y realice la acción deseada", - "pages.administration.students.infobox.registrationOnly.li-4": "Alternativamente: Pase al modo de edición del perfil del usuario y recupere el enlace de acceso individual directamente para enviarlo manualmente", - "pages.administration.students.legend.icon.success": "Registro completo", - "pages.administration.students.new.checkbox.label": "Enviar el enlace de registro al estudiante", - "pages.administration.students.new.error": "No se ha podido añadir el estudiante. Es posible que la dirección de correo electrónico ya exista.", - "pages.administration.students.new.success": "¡Estudiante creado correctamente!", - "pages.administration.students.new.title": "Añadir estudiante", - "pages.administration.students.table.edit.ariaLabel": "Editar estudiante", - "pages.administration.teachers.fab.add": "Nuevo profesor", - "pages.administration.teachers.fab.import": "Importar profesor", - "pages.administration.teachers.index.remove.confirm.btnText": "Eliminar profesor", - "pages.administration.teachers.index.remove.confirm.message.all": "¿Estás seguro de que deseas eliminar a todos los profesores?", - "pages.administration.teachers.index.remove.confirm.message.many": "¿Estás seguro de que deseas eliminar a todos los estudiantes excepto a {number}?", - "pages.administration.teachers.index.remove.confirm.message.some": "¿Estás seguro de que deseas eliminar a este profesor: en? | ¿Estás seguro de que deseas eliminar a este profesor de {number}?", - "pages.administration.teachers.index.searchbar.placeholder": "Buscar", - "pages.administration.teachers.index.tableActions.consent": "Formulario de consentimiento analógico", - "pages.administration.teachers.index.tableActions.delete": "Eliminar", - "pages.administration.teachers.index.tableActions.email": "Enviar los enlaces de registro por correo electrónico", - "pages.administration.teachers.index.tableActions.qr": "Imprimir los enlaces de registro como código QR", - "pages.administration.teachers.index.title": "Gestionar a l@s profesora(e)s", - "pages.administration.teachers.new.checkbox.label": "Enviar el enlace de registro al profesor", - "pages.administration.teachers.new.error": "No se ha podido añadir el profesor. Es posible que la dirección de correo electrónico ya exista.", - "pages.administration.teachers.new.success": "¡Profesor creado correctamente!", - "pages.administration.teachers.new.title": "Añadir profesor", - "pages.administration.teachers.index.remove.progress.title": "Eliminando profesor@s", - "pages.administration.teachers.index.remove.progress.description": "Por favor, espera...", - "pages.administration.teachers.table.edit.ariaLabel": "Editar profesor", - "pages.administration.school.index.title": "Administrar escuela", - "pages.administration.school.index.error": "Ocurrió un error al cargar la escuela", - "pages.administration.school.index.error.gracePeriodExceeded": "El período de gracia después de finalizar la migración ha expirado", - "pages.administration.school.index.back": "Para algunos ajustes ", - "pages.administration.school.index.backLink": "vuelva a la antigua página de administración aquí", - "pages.administration.school.index.info": "Con todos los cambios y ajustes en el área de administración, se confirma que estos son llevados a cabo por un administrador de la escuela autorizado para hacer ajustes en la escuela en la nube. Los ajustes realizados por el administrador de la escuela se consideran instrucciones de la escuela al operador de la nube {instituteTitle}.", - "pages.administration.school.index.generalSettings": "Configuración general", - "pages.administration.school.index.generalSettings.save": "Guardar configuración", - "pages.administration.school.index.generalSettings.labels.nameOfSchool": "Nombre de la escuela", - "pages.administration.school.index.generalSettings.labels.schoolNumber": "Numero de la escuela", - "pages.administration.school.index.generalSettings.labels.chooseACounty": "Por favor, seleccione el distrito al que pertenece la escuela", - "pages.administration.school.index.generalSettings.labels.uploadSchoolLogo": "Cargar el logotipo de la escuela", - "pages.administration.school.index.generalSettings.labels.timezone": "Zona horaria", - "pages.administration.school.index.generalSettings.labels.language": "Idioma", - "pages.administration.school.index.generalSettings.labels.cloudStorageProvider": "Proveedor de almacenamiento en la nube", - "pages.administration.school.index.generalSettings.changeSchoolValueWarning": "¡Una vez configurado no puedrá ser cambiado!", - "pages.administration.school.index.generalSettings.timezoneHint": "To change your timezone, please reach out to one of the admins.", - "pages.administration.school.index.generalSettings.languageHint": "If no language for the school is set, the system default (German) is applied.", - "pages.administration.school.index.privacySettings": "Configuración de la privacidad", - "pages.administration.school.index.privacySettings.labels.studentVisibility": "Activar la visibilidad de los estudiantes para los profesores", - "pages.administration.school.index.privacySettings.labels.lernStore": "Lern-Store para estudiantes", - "pages.administration.school.index.privacySettings.labels.chatFunction": "Activar función de chat", - "pages.administration.school.index.privacySettings.labels.videoConference": "Activar videoconferencias para cursos y equipos", - "pages.administration.school.index.privacySettings.longText.studentVisibility": "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.", - "pages.administration.school.index.privacySettings.longText.studentVisibilityBrandenburg": "Activando esta opción se activa la visibilidad de todos los alumnos de esta escuela para cada profesor.", - "pages.administration.school.index.privacySettings.longText.studentVisibilityNiedersachsen": "Si esta opción no está activada, los profesores sólo podrán ver las clases y sus alumnos de las que son miembros.", - "pages.administration.school.index.privacySettings.longText.lernStore": "Si no está seleccionado, los estudiantes no podrán acceder a Lern-Store", - "pages.administration.school.index.privacySettings.longText.chatFunction": "Si los chats están habilitados en tu escuela, los administradores del equipo pueden desbloquear la función de chat de manera selectiva y respectivamente para su equipo.", - "pages.administration.school.index.privacySettings.longText.videoConference": "Si la videoconferencia está habilitada en tu escuela, los profesores pueden añadir la herramienta de videoconferencia a su curso en la sección Herramientas y entonces podrán iniciar desde allí videoconferencias para todos los participantes del curso. Los administradores del equipo pueden activar la función de videoconferencia en el equipo respectivo. Los líderes de equipo y los administradores de equipo pueden añadir e iniciar videoconferencias para citas.", - "pages.administration.school.index.privacySettings.longText.configurabilityInfoText": "Se trata de un ajuste no editable que controla la visibilidad de los alumnos para los profesores.", - "pages.administration.school.index.usedFileStorage": "Almacenamiento de archivos usados en la nube", - "pages.administration.school.index.schoolIsCurrentlyDrawing": "Tu escuela está recibiendo", - "pages.administration.school.index.schoolPolicy.labels.uploadFile": "Seleccionar archivo", - "pages.administration.school.index.schoolPolicy.hints.uploadFile": "Cargar archivo (sólo PDF, 4 MB como máximo)", - "pages.administration.school.index.schoolPolicy.validation.fileTooBig": "El archivo pesa más de 4 MB. Por favor, reduzca el tamaño del archivo", - "pages.administration.school.index.schoolPolicy.validation.notPdf": "Este formato de archivo no es compatible. Utilice sólo PDF", - "pages.administration.school.index.schoolPolicy.error": "Se ha producido un error al cargar la Política de Privacidad", - "pages.administration.school.index.schoolPolicy.delete.title": "Borrar la Política de Privacidad", - "pages.administration.school.index.schoolPolicy.delete.text": "Si borra este archivo, se utilizará automáticamente la Política de Privacidad por defecto.", - "pages.administration.school.index.schoolPolicy.delete.success": "El archivo de Política de Privacidad se ha eliminado correctamente.", - "pages.administration.school.index.schoolPolicy.success": "El nuevo archivo se ha cargado correctamente.", - "pages.administration.school.index.schoolPolicy.replace": "Sustituir", - "pages.administration.school.index.schoolPolicy.cancel": "Cancelar", - "pages.administration.school.index.schoolPolicy.uploadedOn": "Subido {date}", - "pages.administration.school.index.schoolPolicy.notUploadedYet": "Aún no se ha cargado", - "pages.administration.school.index.schoolPolicy.fileName": "Política de Privacidad de la escuela", - "pages.administration.school.index.schoolPolicy.longText.willReplaceAndSendConsent": "La nueva Política de Privacidad sustituirá irremediablemente a la anterior y se presentará a todos los usuarios de esta escuela para su aprobación.", - "pages.administration.school.index.schoolPolicy.edit": "Editar Política de Privacidad", - "pages.administration.school.index.schoolPolicy.download": "Descargar Política de Privacidad", - "pages.administration.school.index.termsOfUse.labels.uploadFile": "Seleccionar archivo", - "pages.administration.school.index.termsOfUse.hints.uploadFile": "Cargar archivo (sólo PDF, 4 MB como máximo)", - "pages.administration.school.index.termsOfUse.validation.fileTooBig": "El archivo pesa más de 4 MB. Por favor, reduzca el tamaño del archivo", - "pages.administration.school.index.termsOfUse.validation.notPdf": "Este formato de archivo no es compatible. Utilice sólo PDF", - "pages.administration.school.index.termsOfUse.error": "Se ha producido un error al cargar la Condiciones de Uso", - "pages.administration.school.index.termsOfUse.delete.title": "Borrar las Condiciones de Uso", - "pages.administration.school.index.termsOfUse.delete.text": "Si borra este archivo, se utilizarán automáticamente las Condiciones de Uso por defecto.", - "pages.administration.school.index.termsOfUse.delete.success": "El archivo de condiciones de uso se ha eliminado correctamente.", - "pages.administration.school.index.termsOfUse.success": "El nuevo archivo se ha cargado correctamente.", - "pages.administration.school.index.termsOfUse.replace": "Sustituir", - "pages.administration.school.index.termsOfUse.cancel": "Cancelar", - "pages.administration.school.index.termsOfUse.uploadedOn": "Subido {date}", - "pages.administration.school.index.termsOfUse.notUploadedYet": "Aún no se ha cargado", - "pages.administration.school.index.termsOfUse.fileName": "Condiciones de Uso de la escuela", - "pages.administration.school.index.termsOfUse.longText.willReplaceAndSendConsent": "La nueva Condiciones de Uso sustituirá irremediablemente a la anterior y se presentará a todos los usuarios de esta escuela para su aprobación.", - "pages.administration.school.index.termsOfUse.edit": "Editar Condiciones de Uso", - "pages.administration.school.index.termsOfUse.download": "Descargar Condiciones de Uso", - "pages.administration.school.index.authSystems.title": "Autenticación", - "pages.administration.school.index.authSystems.alias": "Alias", - "pages.administration.school.index.authSystems.type": "Tipo", - "pages.administration.school.index.authSystems.addLdap": "Añadir sistema LDAP", - "pages.administration.school.index.authSystems.deleteAuthSystem": "Eliminar sistema LDAP", - "pages.administration.school.index.authSystems.confirmDeleteText": "¿Estás seguro de que deseas eliminar la siguiente sistema de autenticación?", - "pages.administration.school.index.authSystems.loginLinkLabel": "Enlace de acceso a la escuela", - "pages.administration.school.index.authSystems.copyLink": "Copiar enlace", - "pages.administration.school.index.authSystems.edit": "Editar {system}", - "pages.administration.school.index.authSystems.delete": "Eliminar {system}", - "pages.administration.classes.index.title": "Administrar clases", - "pages.administration.classes.index.add": "Agregar clase", - "pages.administration.classes.deleteDialog.title": "¿Eliminar clase?", - "pages.administration.classes.deleteDialog.content": "¿Está seguro de que desea eliminar la clase \"{itemName}\"?", - "pages.administration.classes.manage": "Administrar clase", - "pages.administration.classes.edit": "Editar clase", - "pages.administration.classes.delete": "Eliminar clase", - "pages.administration.classes.createSuccessor": "Mover la clase al próximo año escolar", - "pages.administration.classes.label.archive": "Archivo", - "pages.administration.classes.hint": "Con todos los cambios y ajustes en el área de administración, se confirma que estos son llevados a cabo por un administrador de la escuela autorizado para hacer ajustes en la escuela en la nube. Los ajustes realizados por el administrador de la escuela se consideran instrucciones de la escuela al operador de la nube {institute_title}.", - "pages.content._id.addToTopic": "Para ser añadido a", - "pages.content._id.collection.selectElements": "Selecciona los elementos que deses añadir al tema", - "pages.content._id.metadata.author": "Autor", - "pages.content._id.metadata.createdAt": "Creado el", - "pages.content._id.metadata.noTags": "Sin etiquetas", - "pages.content._id.metadata.provider": "Editor", - "pages.content._id.metadata.updatedAt": "Última modificación el", - "pages.content.card.collection": "Colección", - "pages.content.empty_state.error.img_alt": "imagen-estado-vacío", - "pages.content.empty_state.error.message": "La consulta de búsqueda debe contener al menos 2 caracteres.
Comprueba si todas las palabras están escritas correctamente.
Prueba otras consultas de búsqueda.
Prueba con consultas más comunes.
Intenta usar una consulta más corta.
No es necesario obtener una declaración de consentimiento al registrar estudiantes. El uso de Niedersächsischen Bildungscloud está regulado por la Ley de escuelas de Baja Sajonia (artículo 31, párrafo 5 de la NSchG).
Si la escuela obtiene o recibe los datos del usuario a través de un sistema externo, no es necesario realizar ningún otro paso en el proceso nube. El registro se realiza a través del sistema externo.
De lo contrario, las invitaciones para registrarse se pueden enviar mediante un enlace a través del área de administración de la nube:
Se realizaron las siguientes asignaciones:
{importUsersCount} {source}-Benutzerkonten haben ein {instance} Benutzerkonto zugeordnet. Die {instance} Benutzerkonten werden auf die LDAP-Konten migriert
{importUsersUnmatchedCount} {source}-Benutzerkonten haben kein {instance} Benutzerkonto zugeordnet. Die {source} Konten werden neu in der {instance} erstellt.
{usersUnmatchedCount} {instance} Benutzerkonten wurden keinem {source}-Konto zugeordnet. Die {instance} Benutzerkonten bleiben erhalten und können über die Verwaltungsseite nachträglich gelöscht werden.
", + "pages.administration.migration.title": "Migración de cuentas de usuario", + "pages.administration.migration.tutorialWait": "Tenga en cuenta que, una vez que se inicie el proceso de migración de la escuela, puede tardar hasta 1 hora en obtener los datos. Después de esto, podrá continuar con el siguiente paso.", + "pages.administration.migration.waiting": "Esperando la sincronización de datos...", + "components.organisms.importUsers.tableFirstName": "Nombre", + "components.organisms.importUsers.tableLastName": "Apellido", + "components.organisms.importUsers.tableUserName": "Nombre de usuario", + "components.organisms.importUsers.tableRoles": "Roles", + "components.organisms.importUsers.tableClasses": "Clase", + "components.organisms.importUsers.tableMatch": "Cuentas de enlace", + "components.organisms.importUsers.tableFlag": "Marca", + "components.organisms.importUsers.searchFirstName": "Búsqueda por nombre", + "components.organisms.importUsers.searchLastName": "Búsqueda por apellido", + "components.organisms.importUsers.searchUserName": "Buscar por nombre de usuario", + "components.organisms.importUsers.searchRole": "Elija el rol", + "components.organisms.importUsers.searchClass": "Buscar por clase", + "components.organisms.importUsers.searchUnMatched": "Búsqueda no vinculada", + "components.organisms.importUsers.searchAutoMatched": "Búsqueda vinculada automáticamente", + "components.organisms.importUsers.searchAdminMatched": "Búsqueda vinculada por el administrador", + "components.organisms.importUsers.searchFlagged": "Búsqueda marcada", + "components.organisms.importUsers.editImportUser": "Editar usario", + "components.organisms.importUsers.flagImportUser": "Marcar usario", + "components.organisms.importUsers.createNew": "Crear nuevo", + "components.organisms.importUsers.legend": "Leyenda", + "components.organisms.importUsers.legendUnMatched": "{instance} usuario no encontrado. La cuenta de {source} está recién creada en {instance}.", + "components.molecules.copyResult.title.loading": "Copiando en proceso...", + "components.molecules.copyResult.title.success": "Copia exitosa", + "components.molecules.copyResult.title.partial": "Información importante sobre la copia", + "components.molecules.copyResult.title.failure": "Error durante la copia", + "components.molecules.copyResult.metadata": "Información general", + "components.molecules.copyResult.information": "A continuación, se pueden añadir los contenidos que faltan con la ayuda de los enlaces rápidos. Los enlaces se abren en otra pestaña.", + "components.molecules.copyResult.label.content": "Contenido", + "components.molecules.copyResult.label.etherpad": "Etherpad", + "components.molecules.copyResult.label.file": "Archivar", + "components.molecules.copyResult.label.files": "Archivos", + "components.molecules.copyResult.label.geogebra": "GeoGebra", + "components.molecules.copyResult.label.leaf": "Hoja", + "components.molecules.copyResult.label.lernstoreMaterial": "Material de aprendizaje", + "components.molecules.copyResult.label.lernstoreMaterialGroup": "Materiales de aprendizaje", + "components.molecules.copyResult.label.lessonContentGroup": "Contenidos de la lección", + "components.molecules.copyResult.label.ltiToolsGroup": "Grupo de herramientas LTI", + "components.molecules.copyResult.label.nexboard": "NeXboard", + "components.molecules.copyResult.label.submissions": "Envíos", + "components.molecules.copyResult.label.timeGroup": "Grupo de tiempo", + "components.molecules.copyResult.label.text": "Texto", + "components.molecules.copyResult.label.unknown": "Desconocido", + "components.molecules.copyResult.label.userGroup": "Grupo de usuario", + "components.molecules.copyResult.successfullyCopied": "Todos los elementos se copiaron con éxito.", + "components.molecules.copyResult.failedCopy": "No se pudo completar el proceso de copia.", + "components.molecules.copyResult.timeoutCopy": "El proceso de copia puede tardar más en el caso de archivos de gran tamaño. El contenido estará disponible en breve.", + "components.molecules.copyResult.timeoutSuccess": "El proceso de copia ha finalizado.", + "components.molecules.copyResult.fileCopy.error": "Los siguientes archivos no han podido ser copiados y deben ser añadidos de nuevo.", + "components.molecules.copyResult.courseCopy.info": "Creando curso", + "components.molecules.copyResult.courseCopy.ariaLabelSuffix": "se sigue copiando", + "components.molecules.copyResult.courseFiles.info": "Los archivos del curso que no forman parte de tareas o temas no se copian.", + "components.molecules.copyResult.courseGroupCopy.info": "Por razones técnicas, los grupos y su contenido no se copian y deben agregarse nuevamente.", + "components.molecules.copyResult.etherpadCopy.info": "El contenido no se copia por razones de protección de datos y debe agregarse nuevamente.", + "components.molecules.copyResult.geogebraCopy.info": "Los ID de material no se copian por razones técnicas y deben agregarse nuevamente.", + "components.molecules.copyResult.nexboardCopy.info": "El contenido no se copia por razones de protección de datos y debe agregarse nuevamente.", + "components.molecules.share.options.title": "Compartir la configuración", + "components.molecules.share.options.schoolInternally": "El enlace sólo es válido dentro de la escuela", + "components.molecules.share.options.expiresInDays": "El enlace caduca a los 21 días", + "components.molecules.share.result.title": "Compartir vía", + "components.molecules.share.result.mailShare": "Enviar como correo", + "components.molecules.share.result.copyClipboard": "Copiar enlace", + "components.molecules.share.result.qrCodeScan": "Escanear código QR", + "components.molecules.share.courses.options.infoText": "Con el siguiente enlace, el curso puede ser importado como copia por otros profesores. Los datos personales no se importarán.", + "components.molecules.share.courses.result.linkLabel": "Enlace a la copia del curso", + "components.molecules.share.courses.mail.subject": "Curso de importación", + "components.molecules.share.courses.mail.body": "Enlace al curso:", + "components.molecules.share.lessons.options.infoText": "Con el siguiente enlace, el tema puede ser importado como copia por otros profesores. Los datos personales no se importarán.", + "components.molecules.share.lessons.result.linkLabel": "Enlace a la copia del tema", + "components.molecules.share.lessons.mail.subject": "Tema de importación", + "components.molecules.share.lessons.mail.body": "Enlace al tema:", + "components.molecules.share.tasks.options.infoText": "Con el siguiente enlace, la tarea puede ser importado como copia por otros profesores. Los datos personales no se importarán.", + "components.molecules.share.tasks.result.linkLabel": "Enlace a la copia de la tarea", + "components.molecules.share.tasks.mail.subject": "Tarea de importación", + "components.molecules.share.tasks.mail.body": "Enlace a la tarea:", + "components.molecules.import.options.loadingMessage": "Importación en curso...", + "components.molecules.import.options.success": "{name} importado con éxito", + "components.molecules.import.options.failure.invalidToken": "El token en el enlace es desconocido o ha caducado.", + "components.molecules.import.options.failure.backendError": "'{name}' no se pudo importar.", + "components.molecules.import.options.failure.permissionError": "Desafortunadamente, falta la autorización necesaria.", + "components.molecules.import.courses.options.title": "Importar curso", + "components.molecules.import.courses.options.infoText": "Los datos relacionados con los participantes no se copiarán. El curso se puede renombrar a continuación.", + "components.molecules.import.courses.label": "Curso", + "components.molecules.import.lessons.options.title": "Importar tema", + "components.molecules.import.lessons.options.infoText": "Los datos relacionados con los participantes no se copiarán. El tema se puede renombrar a continuación.", + "components.molecules.import.lessons.label": "Tema", + "components.molecules.import.lessons.options.selectCourse.infoText": "Seleccione el curso al que desea importar el tema.", + "components.molecules.import.lessons.options.selectCourse": "Elija el curso", + "components.molecules.import.tasks.options.title": "Importar tarea", + "components.molecules.import.tasks.options.infoText": "Los datos relacionados con los participantes no se copiarán. La tarea se puede renombrar a continuación.", + "components.molecules.import.tasks.label": "Tarea", + "components.molecules.import.tasks.options.selectCourse.infoText": "Seleccione el curso al que desea importar la tarea.", + "components.molecules.import.tasks.options.selectCourse": "Elija el curso", + "components.externalTools.status.latest": "Actual", + "components.externalTools.status.outdated": "Anticuado", + "components.externalTools.status.unknown": "Desconocido", + "pages.administration.printQr.emptyUser": "L@s usuari@s seleccionad@s ya han sido registrad@s", + "pages.administration.printQr.error": "No se han podido generar los enlaces de registro", + "pages.administration.remove.error": "Error al eliminar usuarios", + "pages.administration.remove.success": "Usuarios seleccionados eliminados", + "pages.administration.sendMail.error": "No se ha podido enviar el enlace de registro | No se han podido enviar los enlaces de registro", + "pages.administration.sendMail.success": "Enlace de registro enviado correctamente | Enlaces de registro enviados correctamente", + "pages.administration.sendMail.alreadyRegistered": "El correo electrónico de registro no se ha enviado porque el registro ya ha tenido lugar", + "pages.administration.or": "o", + "pages.administration.all": "todos", + "pages.administration.select": "seleccionad@s", + "pages.administration.selected": "seleccinad@(s)", + "pages.administration.actions": "Acciones", + "pages.administration.students.consent.cancel.modal.confirm": "Cancelar de todos modos", + "pages.administration.students.consent.cancel.modal.continue": "Continuar con el registro", + "pages.administration.students.consent.cancel.modal.download.continue": "Imprimir datos de acceso", + "pages.administration.students.consent.cancel.modal.download.info": "Atención: ¿Está seguro de que quiere cancelar el proceso sin haber descargado los datos de acceso? No se puede volver a acceder a esta página.", + "pages.administration.students.consent.cancel.modal.info": "Advertencia: ¿Estás seguro de que deseas cancelar el proceso? Se perderán los cambios realizados.", + "pages.administration.students.consent.cancel.modal.title": "¿Estás seguro?", + "pages.administration.students.consent.handout": "Impreso", + "pages.administration.students.consent.info": "Puedes declarar el consentimiento de la {dataProtection} y los {terms} de la nube de la escuela en nombre de tus estudiantes, si has obtenido el consentimiento por adelantado de forma analógica, a través de {handout}.", + "pages.administration.students.consent.input.missing": "Falta la fecha de nacimiento", + "pages.administration.students.consent.print": "Imprimir lista con datos de acceso", + "pages.administration.students.consent.print.title": "Registro completado con éxito", + "pages.administration.students.consent.steps.complete": "Añadir datos", + "pages.administration.students.consent.steps.complete.info": "Asegúrate de que las fechas de nacimiento de todos l@s usuari@s estén completas y añade los datos que faltan si es necesario.", + "pages.administration.students.consent.steps.complete.inputerror": "Falta la fecha de nacimiento", + "pages.administration.students.consent.steps.complete.next": "Aplicar datos", + "pages.administration.students.consent.steps.complete.warn": "No todos l@s usuari@s tienen fechas de nacimiento válidas. Primero completa los datos de nacimiento que faltan.", + "pages.administration.students.consent.steps.download": "Descargar datos de acceso", + "pages.administration.students.consent.steps.download.explanation": "Estas son las contraseñas para el inicio de sesión inicial en la nube de la escuela.\nSe debe elegir una nueva contraseña para el primer inicio de sesión. Los estudiantes que tengan al menos 14 años de edad también deben declarar su consentimiento cuando inicien sesión por primera vez.", + "pages.administration.students.consent.steps.download.info": "Guarda e imprime la lista y entrégala a l@s usuari@s para su primer registro.", + "pages.administration.students.consent.steps.download.next": "Descargar datos de acceso", + "pages.administration.students.consent.steps.register": "Realizar el registro", + "pages.administration.students.consent.steps.register.analog-consent": "formulario de consentimiento analógico", + "pages.administration.students.consent.steps.register.confirm": "Por la presente confirmo que he recibido el {analogConsent} en papel de los padres de los estudiantes mencionados anteriormente.", + "pages.administration.students.consent.steps.register.confirm.warn": "Confirma que has recibido los formularios de consentimiento de los padres y estudiantes en papel y que has leído las normas para el consentimiento.", + "pages.administration.students.consent.steps.register.info": "Comprueba que has recibido el consentimiento de los estudiantes enumerados de manera analógica en papel, se te pedirá que te registres en nombre de l@s usuari@s.", + "pages.administration.students.consent.steps.register.next": "Registrar usuarios", + "pages.administration.students.consent.steps.register.print": "Ahora puedes iniciar sesión en la nube con tu contraseña inicial. Ve a {hostName} e inicia sesión con los siguientes datos de acceso:", + "pages.administration.students.consent.steps.register.success": "Usuario registrado correctamente", + "pages.administration.students.consent.steps.success": "¡Enhorabuena, has completado el registro analógico correctamente!", + "pages.administration.students.consent.steps.success.back": "Volver a la vista general", + "pages.administration.students.consent.steps.success.image.alt": "Conecta el gráfico de forma segura", + "pages.administration.students.consent.table.empty": "Todos l@s usuari@s que has elegido ya han recibido su consentimiento.", + "pages.administration.students.consent.title": "Registrarse de forma analógica", + "pages.administration.students.manualRegistration.title": "Registro manual", + "pages.administration.students.manualRegistration.steps.download.explanation": "Estas son las contraseñas para el inicio de sesión inicial en la nube de la escuela. Se debe elegir una nueva contraseña para el primer inicio de sesión.", + "pages.administration.students.manualRegistration.steps.success": "¡Enhorabuena, has completado con éxito el registro analógico!", + "pages.administration.students.fab.add": "Nuevo estudiante", + "pages.administration.students.fab.import": "Importar estudiante", + "pages.administration.students.index.remove.confirm.btnText": "Eliminar estudiante", + "pages.administration.students.index.remove.confirm.message.all": "¿Estás seguro de que deseas eliminar a todos los estudiantes?", + "pages.administration.students.index.remove.confirm.message.many": "¿Estás seguro de que deseas eliminar a todos los estudiantes excepto a {number}?", + "pages.administration.students.index.remove.confirm.message.some": "¿Estás seguro de que deseas eliminar a este estudiante? | ¿Estás seguro de que deseas eliminar a este estudiante de {number}?", + "pages.administration.students.index.searchbar.placeholder": "Buscar estudiantes", + "pages.administration.students.index.tableActions.consent": "Formulario de consentimiento analógico", + "pages.administration.students.index.tableActions.registration": "Registro manual", + "pages.administration.students.index.tableActions.delete": "Eliminar", + "pages.administration.students.index.tableActions.email": "Enviar los enlaces de registro por correo electrónico", + "pages.administration.students.index.tableActions.qr": "Imprimir los enlaces de registro como código QR", + "pages.administration.students.index.title": "Administrar estudiantes", + "pages.administration.students.index.remove.progress.title": "Eliminando alumn@s", + "pages.administration.students.index.remove.progress.description": "Por favor, espera...", + "pages.administration.students.infobox.headline": "Completar registros", + "pages.administration.students.infobox.LDAP.helpsection": "Área de ayuda", + "pages.administration.students.infobox.LDAP.paragraph-1": "Su escuela obtiene todos los datos de acceso de un sistema de origen (LDAP o similar). L@s usuari@s pueden acceder a Schul-Cloud con el nombre de usuari@ y la contraseña del sistema de origen.", + "pages.administration.students.infobox.LDAP.paragraph-2": "La primera vez que se conecte, se le pedirá el formulario de consentimiento para completar el registro.", + "pages.administration.students.infobox.LDAP.paragraph-3": "IMPORTANTE: Para los estudiantes menores de 16 años, se requiere el consentimiento de un padre o tutor durante el proceso de inscripción. En este caso, asegúrese de que el primer inicio de sesión tenga lugar en presencia de uno de los padres, normalmente en casa.", + "pages.administration.students.infobox.LDAP.paragraph-4": "Encontrará más información sobre la inscripción en ", + "pages.administration.students.infobox.li-1": "Envía los enlaces de registro a través de la nube de la escuela a las direcciones de correo electrónico proporcionadas (también es posible hacerlo directamente al importar/crear)", + "pages.administration.students.infobox.li-2": "Imprime los enlaces de registro como hojas QR, recórtalas y distribuye las hojas QR a l@s usuari@s (o a sus padres)", + "pages.administration.students.infobox.li-3": "Prescinde de la recopilación digital de consentimientos. Utiliza el formulario en papel en su lugar y genera contraseñas de inicio para tus usuarios (más información)", + "pages.administration.students.infobox.more.info": "(más información)", + "pages.administration.students.infobox.paragraph-1": "Tienes las siguientes opciones para guiar a l@s usuari@s para completar el registro:", + "pages.administration.students.infobox.paragraph-2": "Para ello, selecciona uno o más usuarios, por ejemplo, todos los estudiantes: dentro de una clase. Luego realiza la acción deseada.", + "pages.administration.students.infobox.paragraph-3": "Como alternativa, puedes cambiar al modo de edición del perfil de usuari@ y recuperar el enlace de registro individual para enviarlo manualmente mediante el método que elijas.", + "pages.administration.students.infobox.paragraph-4": "IMPORTANTE: para los estudiantes menores de 16 años, lo primero que se pide durante el proceso de registro es el consentimiento de un padre o tutor. En este caso, recomendamos la distribución de los enlaces de registro como hojas QR o la recuperación de los enlaces de forma individual y su envío a los padres. Después de que los padres hayan dado su consentimiento, los estudiantes reciben una contraseña de inicio y pueden completar la última parte del registro por su cuenta en cualquier momento. Para el uso de la nube escolar en las escuelas primarias, los formularios en papel son una alternativa popular.", + "pages.administration.students.infobox.registrationOnly.headline": "Información sobre la inscripción", + "pages.administration.students.infobox.registrationOnly.paragraph-1": "No es necesario obtener una declaración de consentimiento al inscribir a los alumnos. El uso de la Schul-Cloud Brandenburg está regulado por la Ley Escolar de Brandemburgo (§ 65 párrafo 2 BbGSchulG).", + "pages.administration.students.infobox.registrationOnly.paragraph-2": "Si la escuela obtiene o recibe los datos de los usuarios a través de un sistema externo, no se pueden utilizar las opciones anteriores. Los cambios deben realizarse en consecuencia en el sistema de origen.", + "pages.administration.students.infobox.registrationOnly.paragraph-3": "De lo contrario, se pueden enviar invitaciones para registrarse mediante un enlace a través del área de administración de la nube:", + "pages.administration.students.infobox.registrationOnly.li-1": "Envío de enlaces de registro a las direcciones de correo electrónico guardadas (también es posible directamente durante la importación/creación)", + "pages.administration.students.infobox.registrationOnly.li-2": "Imprima los enlaces QR de registro como hojas de impresión, recórtelos y distribuya las hojas con el código QR a los alumnos", + "pages.administration.students.infobox.registrationOnly.li-3": "Seleccione uno o varios usuarios, por ejemplo, todos los alumnos de una clase, y realice la acción deseada", + "pages.administration.students.infobox.registrationOnly.li-4": "Alternativamente: Pase al modo de edición del perfil del usuario y recupere el enlace de acceso individual directamente para enviarlo manualmente", + "pages.administration.students.legend.icon.success": "Registro completo", + "pages.administration.students.new.checkbox.label": "Enviar el enlace de registro al estudiante", + "pages.administration.students.new.error": "No se ha podido añadir el estudiante. Es posible que la dirección de correo electrónico ya exista.", + "pages.administration.students.new.success": "¡Estudiante creado correctamente!", + "pages.administration.students.new.title": "Añadir estudiante", + "pages.administration.students.table.edit.ariaLabel": "Editar estudiante", + "pages.administration.teachers.fab.add": "Nuevo profesor", + "pages.administration.teachers.fab.import": "Importar profesor", + "pages.administration.teachers.index.remove.confirm.btnText": "Eliminar profesor", + "pages.administration.teachers.index.remove.confirm.message.all": "¿Estás seguro de que deseas eliminar a todos los profesores?", + "pages.administration.teachers.index.remove.confirm.message.many": "¿Estás seguro de que deseas eliminar a todos los estudiantes excepto a {number}?", + "pages.administration.teachers.index.remove.confirm.message.some": "¿Estás seguro de que deseas eliminar a este profesor: en? | ¿Estás seguro de que deseas eliminar a este profesor de {number}?", + "pages.administration.teachers.index.searchbar.placeholder": "Buscar", + "pages.administration.teachers.index.tableActions.consent": "Formulario de consentimiento analógico", + "pages.administration.teachers.index.tableActions.delete": "Eliminar", + "pages.administration.teachers.index.tableActions.email": "Enviar los enlaces de registro por correo electrónico", + "pages.administration.teachers.index.tableActions.qr": "Imprimir los enlaces de registro como código QR", + "pages.administration.teachers.index.title": "Gestionar a l@s profesora(e)s", + "pages.administration.teachers.new.checkbox.label": "Enviar el enlace de registro al profesor", + "pages.administration.teachers.new.error": "No se ha podido añadir el profesor. Es posible que la dirección de correo electrónico ya exista.", + "pages.administration.teachers.new.success": "¡Profesor creado correctamente!", + "pages.administration.teachers.new.title": "Añadir profesor", + "pages.administration.teachers.index.remove.progress.title": "Eliminando profesor@s", + "pages.administration.teachers.index.remove.progress.description": "Por favor, espera...", + "pages.administration.teachers.table.edit.ariaLabel": "Editar profesor", + "pages.administration.school.index.title": "Administrar escuela", + "pages.administration.school.index.error": "Ocurrió un error al cargar la escuela", + "pages.administration.school.index.error.gracePeriodExceeded": "El período de gracia después de finalizar la migración ha expirado", + "pages.administration.school.index.back": "Para algunos ajustes ", + "pages.administration.school.index.backLink": "vuelva a la antigua página de administración aquí", + "pages.administration.school.index.info": "Con todos los cambios y ajustes en el área de administración, se confirma que estos son llevados a cabo por un administrador de la escuela autorizado para hacer ajustes en la escuela en la nube. Los ajustes realizados por el administrador de la escuela se consideran instrucciones de la escuela al operador de la nube {instituteTitle}.", + "pages.administration.school.index.generalSettings": "Configuración general", + "pages.administration.school.index.generalSettings.save": "Guardar configuración", + "pages.administration.school.index.generalSettings.labels.nameOfSchool": "Nombre de la escuela", + "pages.administration.school.index.generalSettings.labels.schoolNumber": "Numero de la escuela", + "pages.administration.school.index.generalSettings.labels.chooseACounty": "Por favor, seleccione el distrito al que pertenece la escuela", + "pages.administration.school.index.generalSettings.labels.uploadSchoolLogo": "Cargar el logotipo de la escuela", + "pages.administration.school.index.generalSettings.labels.timezone": "Zona horaria", + "pages.administration.school.index.generalSettings.labels.language": "Idioma", + "pages.administration.school.index.generalSettings.labels.cloudStorageProvider": "Proveedor de almacenamiento en la nube", + "pages.administration.school.index.generalSettings.changeSchoolValueWarning": "¡Una vez configurado no puedrá ser cambiado!", + "pages.administration.school.index.generalSettings.timezoneHint": "To change your timezone, please reach out to one of the admins.", + "pages.administration.school.index.generalSettings.languageHint": "If no language for the school is set, the system default (German) is applied.", + "pages.administration.school.index.privacySettings": "Configuración de la privacidad", + "pages.administration.school.index.privacySettings.labels.studentVisibility": "Activar la visibilidad de los estudiantes para los profesores", + "pages.administration.school.index.privacySettings.labels.lernStore": "Lern-Store para estudiantes", + "pages.administration.school.index.privacySettings.labels.chatFunction": "Activar función de chat", + "pages.administration.school.index.privacySettings.labels.videoConference": "Activar videoconferencias para cursos y equipos", + "pages.administration.school.index.privacySettings.longText.studentVisibility": "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.", + "pages.administration.school.index.privacySettings.longText.studentVisibilityBrandenburg": "Activando esta opción se activa la visibilidad de todos los alumnos de esta escuela para cada profesor.", + "pages.administration.school.index.privacySettings.longText.studentVisibilityNiedersachsen": "Si esta opción no está activada, los profesores sólo podrán ver las clases y sus alumnos de las que son miembros.", + "pages.administration.school.index.privacySettings.longText.lernStore": "Si no está seleccionado, los estudiantes no podrán acceder a Lern-Store", + "pages.administration.school.index.privacySettings.longText.chatFunction": "Si los chats están habilitados en tu escuela, los administradores del equipo pueden desbloquear la función de chat de manera selectiva y respectivamente para su equipo.", + "pages.administration.school.index.privacySettings.longText.videoConference": "Si la videoconferencia está habilitada en tu escuela, los profesores pueden añadir la herramienta de videoconferencia a su curso en la sección Herramientas y entonces podrán iniciar desde allí videoconferencias para todos los participantes del curso. Los administradores del equipo pueden activar la función de videoconferencia en el equipo respectivo. Los líderes de equipo y los administradores de equipo pueden añadir e iniciar videoconferencias para citas.", + "pages.administration.school.index.privacySettings.longText.configurabilityInfoText": "Se trata de un ajuste no editable que controla la visibilidad de los alumnos para los profesores.", + "pages.administration.school.index.usedFileStorage": "Almacenamiento de archivos usados en la nube", + "pages.administration.school.index.schoolIsCurrentlyDrawing": "Tu escuela está recibiendo", + "pages.administration.school.index.schoolPolicy.labels.uploadFile": "Seleccionar archivo", + "pages.administration.school.index.schoolPolicy.hints.uploadFile": "Cargar archivo (sólo PDF, 4 MB como máximo)", + "pages.administration.school.index.schoolPolicy.validation.fileTooBig": "El archivo pesa más de 4 MB. Por favor, reduzca el tamaño del archivo", + "pages.administration.school.index.schoolPolicy.validation.notPdf": "Este formato de archivo no es compatible. Utilice sólo PDF", + "pages.administration.school.index.schoolPolicy.error": "Se ha producido un error al cargar la Política de Privacidad", + "pages.administration.school.index.schoolPolicy.delete.title": "Borrar la Política de Privacidad", + "pages.administration.school.index.schoolPolicy.delete.text": "Si borra este archivo, se utilizará automáticamente la Política de Privacidad por defecto.", + "pages.administration.school.index.schoolPolicy.delete.success": "El archivo de Política de Privacidad se ha eliminado correctamente.", + "pages.administration.school.index.schoolPolicy.success": "El nuevo archivo se ha cargado correctamente.", + "pages.administration.school.index.schoolPolicy.replace": "Sustituir", + "pages.administration.school.index.schoolPolicy.cancel": "Cancelar", + "pages.administration.school.index.schoolPolicy.uploadedOn": "Subido {date}", + "pages.administration.school.index.schoolPolicy.notUploadedYet": "Aún no se ha cargado", + "pages.administration.school.index.schoolPolicy.fileName": "Política de Privacidad de la escuela", + "pages.administration.school.index.schoolPolicy.longText.willReplaceAndSendConsent": "La nueva Política de Privacidad sustituirá irremediablemente a la anterior y se presentará a todos los usuarios de esta escuela para su aprobación.", + "pages.administration.school.index.schoolPolicy.edit": "Editar Política de Privacidad", + "pages.administration.school.index.schoolPolicy.download": "Descargar Política de Privacidad", + "pages.administration.school.index.termsOfUse.labels.uploadFile": "Seleccionar archivo", + "pages.administration.school.index.termsOfUse.hints.uploadFile": "Cargar archivo (sólo PDF, 4 MB como máximo)", + "pages.administration.school.index.termsOfUse.validation.fileTooBig": "El archivo pesa más de 4 MB. Por favor, reduzca el tamaño del archivo", + "pages.administration.school.index.termsOfUse.validation.notPdf": "Este formato de archivo no es compatible. Utilice sólo PDF", + "pages.administration.school.index.termsOfUse.error": "Se ha producido un error al cargar la Condiciones de Uso", + "pages.administration.school.index.termsOfUse.delete.title": "Borrar las Condiciones de Uso", + "pages.administration.school.index.termsOfUse.delete.text": "Si borra este archivo, se utilizarán automáticamente las Condiciones de Uso por defecto.", + "pages.administration.school.index.termsOfUse.delete.success": "El archivo de condiciones de uso se ha eliminado correctamente.", + "pages.administration.school.index.termsOfUse.success": "El nuevo archivo se ha cargado correctamente.", + "pages.administration.school.index.termsOfUse.replace": "Sustituir", + "pages.administration.school.index.termsOfUse.cancel": "Cancelar", + "pages.administration.school.index.termsOfUse.uploadedOn": "Subido {date}", + "pages.administration.school.index.termsOfUse.notUploadedYet": "Aún no se ha cargado", + "pages.administration.school.index.termsOfUse.fileName": "Condiciones de Uso de la escuela", + "pages.administration.school.index.termsOfUse.longText.willReplaceAndSendConsent": "La nueva Condiciones de Uso sustituirá irremediablemente a la anterior y se presentará a todos los usuarios de esta escuela para su aprobación.", + "pages.administration.school.index.termsOfUse.edit": "Editar Condiciones de Uso", + "pages.administration.school.index.termsOfUse.download": "Descargar Condiciones de Uso", + "pages.administration.school.index.authSystems.title": "Autenticación", + "pages.administration.school.index.authSystems.alias": "Alias", + "pages.administration.school.index.authSystems.type": "Tipo", + "pages.administration.school.index.authSystems.addLdap": "Añadir sistema LDAP", + "pages.administration.school.index.authSystems.deleteAuthSystem": "Eliminar sistema LDAP", + "pages.administration.school.index.authSystems.confirmDeleteText": "¿Estás seguro de que deseas eliminar la siguiente sistema de autenticación?", + "pages.administration.school.index.authSystems.loginLinkLabel": "Enlace de acceso a la escuela", + "pages.administration.school.index.authSystems.copyLink": "Copiar enlace", + "pages.administration.school.index.authSystems.edit": "Editar {system}", + "pages.administration.school.index.authSystems.delete": "Eliminar {system}", + "pages.administration.classes.index.title": "Administrar clases", + "pages.administration.classes.index.add": "Agregar clase", + "pages.administration.classes.deleteDialog.title": "¿Eliminar clase?", + "pages.administration.classes.deleteDialog.content": "¿Está seguro de que desea eliminar la clase \"{itemName}\"?", + "pages.administration.classes.manage": "Administrar clase", + "pages.administration.classes.edit": "Editar clase", + "pages.administration.classes.delete": "Eliminar clase", + "pages.administration.classes.createSuccessor": "Mover la clase al próximo año escolar", + "pages.administration.classes.label.archive": "Archivo", + "pages.administration.classes.hint": "Con todos los cambios y ajustes en el área de administración, se confirma que estos son llevados a cabo por un administrador de la escuela autorizado para hacer ajustes en la escuela en la nube. Los ajustes realizados por el administrador de la escuela se consideran instrucciones de la escuela al operador de la nube {institute_title}.", + "pages.content._id.addToTopic": "Para ser añadido a", + "pages.content._id.collection.selectElements": "Selecciona los elementos que deses añadir al tema", + "pages.content._id.metadata.author": "Autor", + "pages.content._id.metadata.createdAt": "Creado el", + "pages.content._id.metadata.noTags": "Sin etiquetas", + "pages.content._id.metadata.provider": "Editor", + "pages.content._id.metadata.updatedAt": "Última modificación el", + "pages.content.card.collection": "Colección", + "pages.content.empty_state.error.img_alt": "imagen-estado-vacío", + "pages.content.empty_state.error.message": "La consulta de búsqueda debe contener al menos 2 caracteres.
Comprueba si todas las palabras están escritas correctamente.
Prueba otras consultas de búsqueda.
Prueba con consultas más comunes.
Intenta usar una consulta más corta.
No es necesario obtener una declaración de consentimiento al registrar estudiantes. El uso de Niedersächsischen Bildungscloud está regulado por la Ley de escuelas de Baja Sajonia (artículo 31, párrafo 5 de la NSchG).
Si la escuela obtiene o recibe los datos del usuario a través de un sistema externo, no es necesario realizar ningún otro paso en el proceso nube. El registro se realiza a través del sistema externo.
De lo contrario, las invitaciones para registrarse se pueden enviar mediante un enlace a través del área de administración de la nube:
Було зроблено такі зіставлення:
{importUsersCount} облікові записи користувачів {source} зіставили обліковий запис користувача {instance}. Облікові записи користувачів {instance} буде переміщено до облікових записів LDAP
{importUsersUnmatchedCount} Облікові записи користувачів {source} не мають пов’язаного облікового запису користувача {instance}. Облікові записи {source} буде відтворено в {instance}.
{usersUnmatchedCount} {instance} облікових записів користувачів не було зіставлено з обліковим записом {source}. Облікові записи користувачів {instance} зберігаються та можуть бути згодом видалені на сторінці адміністрування.
", - "pages.administration.migration.title": "Перенести облікові записи користувачів із", - "pages.administration.migration.tutorialWait": "Зауважте, що після початку переміщення школи для отримання даних може знадобитися до 1 години. Після цього можна переходити до наступного кроку.", - "pages.administration.migration.waiting": "Очікування синхронізації даних...", - "pages.administration.or": "або", - "pages.administration.printQr.emptyUser": "Вибраний користувач(-і) вже зареєстрований(-і)", - "pages.administration.printQr.error": "Не вдалося згенерувати посилання для реєстрації", - "pages.administration.remove.error": "Не вдалося видалити користувачів", - "pages.administration.remove.success": "Вибраних користувачів видалено", - "pages.administration.school.index.authSystems.addLdap": "Додати систему LDAP", - "pages.administration.school.index.authSystems.alias": "Псевдонім", - "pages.administration.school.index.authSystems.confirmDeleteText": "Ви дійсно хочете видалити наступну систему автентифікації?", - "pages.administration.school.index.authSystems.copyLink": "копіювати посилання", - "pages.administration.school.index.authSystems.deleteAuthSystem": "Видалити автентифікацію", - "pages.administration.school.index.authSystems.loginLinkLabel": "Посилання для входу до вашої школи", - "pages.administration.school.index.authSystems.title": "Аутентифікація", - "pages.administration.school.index.authSystems.type": "Тип", - "pages.administration.school.index.authSystems.edit": "Редагувати {system}", - "pages.administration.school.index.authSystems.delete": "Видалити {system}", - "pages.administration.school.index.back": "Для деяких налаштувань ", - "pages.administration.school.index.backLink": "поверніться до старої сторінки адміністрування тут", - "pages.administration.school.index.info": "Усі зміни та налаштування в області адміністрування підтверджують, що вони здійснені адміністратором школи, який має повноваження вносити корективи в хмарну систему школи. Налаштування, зроблені адміністратором школи, вважаються інструкціями від школи до оператора хмари {instituteTitle}.", - "pages.administration.school.index.error": "Під час завантаження школи сталася помилка", - "pages.administration.school.index.error.gracePeriodExceeded": "Пільговий період після завершення міграції минув", - "pages.administration.school.index.generalSettings": "Загальні параметри", - "pages.administration.school.index.generalSettings.changeSchoolValueWarning": "Після налаштування цей параметр буде неможливо змінити!", - "pages.administration.school.index.generalSettings.labels.chooseACounty": "Виберіть округ, до якого належить ваша школа", - "pages.administration.school.index.generalSettings.labels.cloudStorageProvider": "Постачальник послуг хмарного сховища", - "pages.administration.school.index.generalSettings.labels.language": "Мова", - "pages.administration.school.index.generalSettings.labels.nameOfSchool": "Назва школи", - "pages.administration.school.index.generalSettings.labels.schoolNumber": "Номер школи", - "pages.administration.school.index.generalSettings.labels.timezone": "Часовий пояс", - "pages.administration.school.index.generalSettings.labels.uploadSchoolLogo": "Завантажити логотип школи", - "pages.administration.school.index.generalSettings.languageHint": "Якщо мову школи не встановлено, застосовується системна мова за замовчуванням (німецька).", - "pages.administration.school.index.generalSettings.save": "Зберегти налаштування", - "pages.administration.school.index.generalSettings.timezoneHint": "Щоб змінити часовий пояс, зверніться до одного з адміністраторів.", - "pages.administration.school.index.privacySettings": "Параметри конфіденційності", - "pages.administration.school.index.privacySettings.labels.chatFunction": "Активувати функцію чату", - "pages.administration.school.index.privacySettings.labels.lernStore": "Навчальний магазин для учнів", - "pages.administration.school.index.privacySettings.labels.studentVisibility": "Активувати видимість учнів для вчителів", - "pages.administration.school.index.privacySettings.labels.videoConference": "Активувати відеоконференції для курсів і команд", - "pages.administration.school.index.privacySettings.longText.chatFunction": "Якщо у вашому навчальному закладі увімкнені чати, адміністратори команд можуть вибірково увімкнути функцію чату для своєї команди.", - "pages.administration.school.index.privacySettings.longText.lernStore": "Якщо цей прапорець не встановлено, учні не зможуть отримати доступ до Learning Store", - "pages.administration.school.index.privacySettings.longText.studentVisibility": "Активація цієї опції має високе граничне значення згідно із законодавством про захист даних. Щоб активувати видимість усіх учнів у школі для кожного викладача, необхідно, щоб кожен учень надав свою фактичну згоду на таку обробку даних.", - "pages.administration.school.index.privacySettings.longText.studentVisibilityBrandenburg": "Увімкнення цієї опції вмикає видимість всіх учнів цієї школи для кожного вчителя.", - "pages.administration.school.index.privacySettings.longText.studentVisibilityNiedersachsen": "Якщо цю опцію не ввімкнено, вчителі бачитимуть лише ті класи та учнів, учасниками яких вони є.", - "pages.administration.school.index.privacySettings.longText.videoConference": "Якщо у вашій школі увімкнено відеоконференцію, викладачі можуть додати інструмент для відеоконференцій до свого курсу у розділі «Інструменти», а потім запустити відеоконференцію для всіх учасників курсу. Адміністратори команд можуть активувати функцію відеоконференції у відповідній команді. Після цього керівники команд та адміністратори команд зможуть додавати та розпочинати відеоконференції для зустрічей.", - "pages.administration.school.index.privacySettings.longText.configurabilityInfoText": "Це налаштування, яке не підлягає редагуванню і контролює видимість учнів для вчителів у всьому екземплярі.", - "pages.administration.school.index.schoolIsCurrentlyDrawing": "Ваша школа зараз отримує", - "pages.administration.school.index.schoolPolicy.labels.uploadFile": "Виберіть файл", - "pages.administration.school.index.schoolPolicy.hints.uploadFile": "Завантажити файл (тільки PDF, максимум 4 МБ)", - "pages.administration.school.index.schoolPolicy.validation.fileTooBig": "Розмір файлу перевищує 4 МБ. Будь ласка, зменшіть розмір файлу", - "pages.administration.school.index.schoolPolicy.validation.notPdf": "Цей формат файлу не підтримується. Будь ласка, використовуйте тільки PDF", - "pages.administration.school.index.schoolPolicy.error": "Виникла помилка під час завантаження політики конфіденційності", - "pages.administration.school.index.schoolPolicy.delete.title": "Видалити політику конфіденційності", - "pages.administration.school.index.schoolPolicy.delete.text": "Якщо ви видалите цей файл, буде автоматично застосована Політика конфіденційності за замовчуванням.", - "pages.administration.school.index.schoolPolicy.delete.success": "Файл Політики конфіденційності успішно видалено.", - "pages.administration.school.index.schoolPolicy.success": "Новий файл успішно завантажено.", - "pages.administration.school.index.schoolPolicy.replace": "Замінити", - "pages.administration.school.index.schoolPolicy.cancel": "Скасувати", - "pages.administration.school.index.schoolPolicy.uploadedOn": "Завантажено {date}", - "pages.administration.school.index.schoolPolicy.notUploadedYet": "Ще не завантажено", - "pages.administration.school.index.schoolPolicy.fileName": "Політика конфіденційності школи", - "pages.administration.school.index.schoolPolicy.longText.willReplaceAndSendConsent": "Нова політика конфіденційності безповоротно замінить стару і буде представлена всім користувачам цієї школи для затвердження.", - "pages.administration.school.index.schoolPolicy.edit": "Редагувати політику конфіденційності", - "pages.administration.school.index.schoolPolicy.download": "Завантажте політику конфіденційності", - "pages.administration.school.index.termsOfUse.labels.uploadFile": "Виберіть файл", - "pages.administration.school.index.termsOfUse.hints.uploadFile": "Завантажити файл (тільки PDF, максимум 4 МБ)", - "pages.administration.school.index.termsOfUse.validation.fileTooBig": "Розмір файлу перевищує 4 МБ. Будь ласка, зменшіть розмір файлу", - "pages.administration.school.index.termsOfUse.validation.notPdf": "Цей формат файлу не підтримується. Будь ласка, використовуйте тільки PDF", - "pages.administration.school.index.termsOfUse.error": "Виникла помилка під час завантаження Умови використання", - "pages.administration.school.index.termsOfUse.delete.title": "Видалити Умови використання", - "pages.administration.school.index.termsOfUse.delete.text": "Якщо ви видалите цей файл, будуть автоматично застосовані Умови використання за замовчуванням.", - "pages.administration.school.index.termsOfUse.delete.success": "Файл Умов використання успішно видалено.", - "pages.administration.school.index.termsOfUse.success": "Новий файл успішно завантажено.", - "pages.administration.school.index.termsOfUse.replace": "Замінити", - "pages.administration.school.index.termsOfUse.cancel": "Скасувати", - "pages.administration.school.index.termsOfUse.uploadedOn": "Завантажено {date}", - "pages.administration.school.index.termsOfUse.notUploadedYet": "Ще не завантажено", - "pages.administration.school.index.termsOfUse.fileName": "Умови використання школи", - "pages.administration.school.index.termsOfUse.longText.willReplaceAndSendConsent": "Нова Умови використання безповоротно замінить стару і буде представлена всім користувачам цієї школи для затвердження.", - "pages.administration.school.index.termsOfUse.edit": "Редагувати Умови використання", - "pages.administration.school.index.termsOfUse.download": "Завантажте Умови використання", - "pages.administration.school.index.title": "Керувати школою", - "pages.administration.school.index.usedFileStorage": "Використовуване файлове сховище у хмарі", - "pages.administration.select": "вибрати", - "pages.administration.selected": "вибрано", - "pages.administration.sendMail.error": "Не вдалося надіслати посилання на реєстрацію | Не вдалося надіслати посилання на реєстрацію", - "pages.administration.sendMail.success": "Посилання на реєстрацію успішно надіслано | Посилання на реєстрацію успішно надіслано", - "pages.administration.sendMail.alreadyRegistered": "Реєстраційний лист не було надіслано, оскільки реєстрація вже відбулася", - "pages.administration.students.consent.cancel.modal.confirm": "Все одно скасувати", - "pages.administration.students.consent.cancel.modal.continue": "Продовжити реєстрацію", - "pages.administration.students.consent.cancel.modal.download.continue": "Роздрукувати дані доступу", - "pages.administration.students.consent.cancel.modal.download.info": "Увага: Ви впевнені, що хочете скасувати процес, не завантаживши дані доступу? Цю сторінку неможливо отримати знову.", - "pages.administration.students.consent.cancel.modal.info": "Попередження. Ви дійсно бажаєте скасувати цей процес? Усі внесені зміни буде втрачено.", - "pages.administration.students.consent.cancel.modal.title": "Ви впевнені?", - "pages.administration.students.consent.handout": "Оголошення", - "pages.administration.students.consent.info": "Ви можете заявити про свою згоду на {dataProtection} та {terms} шкільної хмари від імені своїх учнів, якщо ви отримали згоду заздалегідь в аналоговому форматі за допомогою {handout}.", - "pages.administration.students.consent.input.missing": "Дата народження відсутня", - "pages.administration.students.consent.print": "Надрукувати список з даними доступу", - "pages.administration.students.consent.print.title": "Реєстрацію успішно завершено", - "pages.administration.students.consent.steps.complete": "Додати дані", - "pages.administration.students.consent.steps.complete.info": "Переконайтеся, що дати народження всіх користувачів заповнені, і за необхідності додайте відсутні дані.", - "pages.administration.students.consent.steps.complete.inputerror": "Відсутня дата народження", - "pages.administration.students.consent.steps.complete.next": "Застосувати дані", - "pages.administration.students.consent.steps.complete.warn": "Не всі користувачі мають дійсні дати народження. Спершу введіть відсутні дані про народження.", - "pages.administration.students.consent.steps.download": "Завантажити дані доступу", - "pages.administration.students.consent.steps.download.explanation": "Це паролі для початкового входу до шкільної хмари.\nДля першого входу потрібно вибрати новий пароль. Учні, яким виповнилося не менше 14 років, також повинні заявити про свою згоду при першому вході до системи.", - "pages.administration.students.consent.steps.download.info": "Збережіть і надрукуйте список та роздайте його користувачам під час їхньої першої реєстрації.", - "pages.administration.students.consent.steps.download.next": "Завантажити дані доступу", - "pages.administration.students.consent.steps.register": "Провести реєстрацію", - "pages.administration.students.consent.steps.register.analog-consent": "аналогова форма згоди", - "pages.administration.students.consent.steps.register.confirm": "Цим я підтверджую, що отримав(-ла) письмову {analogConsent} від батьків вищезгаданих учнів.", - "pages.administration.students.consent.steps.register.confirm.warn": "Підтвердьте, що ви отримали письмові форми згоди від батьків та учнів, та що ви ознайомилися з правилами отримання згоди.", - "pages.administration.students.consent.steps.register.info": "Перш ніж реєструватися від імені користувачів, перевірте, чи ви отримали згоду перерахованих студентів за допомогою супровідних матеріалів.", - "pages.administration.students.consent.steps.register.next": "Зареєструвати користувачів", - "pages.administration.students.consent.steps.register.print": "Тепер ви можете увійти в хмару за допомогою початкового пароля. Перейдіть до {hostName} та увійдіть, використовуючи наступні дані доступу:", - "pages.administration.students.consent.steps.register.success": "Користувача успішно зареєстровано", - "pages.administration.students.consent.steps.success": "Вітаємо, ви успішно завершили аналогову реєстрацію!", - "pages.administration.students.consent.steps.success.back": "Повернутися до огляду", - "pages.administration.students.consent.steps.success.image.alt": "Надійне підключення графіки", - "pages.administration.students.consent.table.empty": "Усі вибрані користувачі вже надали згоду.", - "pages.administration.students.consent.title": "Зареєструвати в аналоговому форматі", - "pages.administration.students.manualRegistration.title": "Ручна реєстрація", - "pages.administration.students.manualRegistration.steps.download.explanation": "Це паролі для початкового входу до шкільної хмари. Для першого входу потрібно вибрати новий пароль", - "pages.administration.students.manualRegistration.steps.success": "Вітаємо, ви успішно пройшли аналогову реєстрацію!", - "pages.administration.students.fab.add": "Створити учня", - "pages.administration.students.fab.add.aria": "Створити учня", - "pages.administration.students.fab.import": "Імпорт учнів", - "pages.administration.students.fab.import.aria": "Імпортувати учня", - "pages.administration.students.fab.import.ariaLabel": "Імпортувати учня", - "pages.administration.students.index.remove.confirm.btnText": "Видалити учня", - "pages.administration.students.index.remove.confirm.message.all": "Дійсно видалити всіх учнів?", - "pages.administration.students.index.remove.confirm.message.many": "Ви дійсно хочете видалити всіх учнів, крім {number}?", - "pages.administration.students.index.remove.confirm.message.some": "Ви дійсно хочете видалити цього учня?? | Ви дійсно хочете видалити цього {number} учня?", - "pages.administration.students.index.remove.progress.description": "Зачекайте хвильку...", - "pages.administration.students.index.remove.progress.title": "Видалення учнів", - "pages.administration.students.index.searchbar.placeholder": "Перегляньте студентів для", - "pages.administration.students.index.tableActions.consent": "Згода в аналоговій формі", - "pages.administration.students.index.tableActions.registration": "Ручна реєстрація", - "pages.administration.students.index.tableActions.delete": "Видалити", - "pages.administration.students.index.tableActions.email": "Надіслати посилання на реєстрацію електронною поштою", - "pages.administration.students.index.tableActions.qr": "Видрукувати посилання на реєстрацію у вигляді QR-коду", - "pages.administration.students.index.title": "Керувати учнями", - "pages.administration.students.infobox.headline": "Повні реєстрації", - "pages.administration.students.infobox.LDAP.helpsection": "Розділ довідки", - "pages.administration.students.infobox.LDAP.paragraph-1": "Ваша школа отримує всі дані для входу з вихідної системи (LDAP або аналогічної). Користувачі можуть увійти в шкільну хмару за допомогою імені користувача та пароля з вихідної системи.", - "pages.administration.students.infobox.LDAP.paragraph-2": "Коли ви ввійдете в систему вперше, вам буде запропоновано дати свою згоду, щоб завершити реєстрацію.", - "pages.administration.students.infobox.LDAP.paragraph-3": "ВАЖЛИВО: Студентам віком до 16 років під час реєстрації потрібна згода батьків. У цьому випадку переконайтеся, що перший вхід в систему відбувся в присутності одного з батьків, як правило, вдома.", - "pages.administration.students.infobox.LDAP.paragraph-4": "Дізнайтеся більше про реєстрацію в", - "pages.administration.students.infobox.li-1": "Надсилайте посилання на реєстрацію через шкільну хмару на вказані адреси електронної пошти (також це можна зробити безпосередньо під час імпорту/створення)", - "pages.administration.students.infobox.li-2": "Видрукуйте посилання для реєстрації у вигляді QR-листів, виріжте їх і роздайте користувачам (або їхнім батькам)", - "pages.administration.students.infobox.li-3": "Відмовитися від збирання згод у цифровій формі. Натомість використовувати письмову форму та створювати початкові паролі для своїх користувачів (докладніше)", - "pages.administration.students.infobox.more.info": "(більше інформації)", - "pages.administration.students.infobox.paragraph-1": "У вас є такі варіанти, що допоможуть користувачам завершити реєстрацію:", - "pages.administration.students.infobox.paragraph-2": "Для цього виберіть одного або кількох користувачів, наприклад, всіх учнів: усередині класу. Потім виконайте потрібну дію.", - "pages.administration.students.infobox.paragraph-3": "Крім того, ви можете перейти в режим редагування профілю користувача та отримати індивідуальне посилання на реєстрацію, щоб надіслати його вручну вибраним вами способом.", - "pages.administration.students.infobox.paragraph-4": "ВАЖЛИВО: Для учнів молодших 16 років у процесі реєстрації перш за все потрібна згода батьків або опікунів. У цьому разі ми рекомендуємо розповсюджувати реєстраційні посилання у вигляді листів з QR-кодами або знайти окремі посилання та надіслати їх батькам. Після отримання згоди батьків учні отримують стартовий пароль та можуть самостійно пройти останню частину реєстрації у будь-який час. У початковій школі популярною альтернативою використанню шкільної хмари є паперові форми.", - "pages.administration.students.infobox.registrationOnly.headline": "Реєстраційна інформація", - "pages.administration.students.infobox.registrationOnly.paragraph-1": "При реєстрації студентів декларацію про згоду отримувати не потрібно. Використання Schul-Cloud Brandenburg регулюється Бранденбурзьким шкільним законом (§ 65 параграф 2 BbGSchulG).", - "pages.administration.students.infobox.registrationOnly.paragraph-2": "Якщо школа отримує або отримує дані користувача через зовнішню систему, наведені вище параметри не можна використовувати. Потім відповідні зміни потрібно внести у вихідну систему.", - "pages.administration.students.infobox.registrationOnly.paragraph-3": "В іншому випадку запрошення до реєстрації можна надіслати за посиланням із області хмарного адміністрування:", - "pages.administration.students.infobox.registrationOnly.li-1": "Надсилання реєстраційних посилань на збережені адреси електронної пошти (також можливо безпосередньо під час імпорту/створення)", - "pages.administration.students.infobox.registrationOnly.li-2": "Роздрукуйте посилання на реєстрацію як аркуші для QR-друку, виріжте їх і роздайте QR-бланки учням", - "pages.administration.students.infobox.registrationOnly.li-3": "Виберіть одного або кількох користувачів, напр. усіх учнів класу, а потім виконайте потрібну дію", - "pages.administration.students.infobox.registrationOnly.li-4": "Як альтернатива: перейдіть у режим редагування профілю користувача та отримайте індивідуальне реєстраційне посилання безпосередньо, щоб надіслати його вручну", - "pages.administration.students.legend.icon.success": "Реєстрацію завершено", - "pages.administration.students.new.checkbox.label": "Надіслати учню посилання на реєстрацію", - "pages.administration.students.new.error": "Не вдалося додати учня. Можливо, адреса електронної пошти вже існує.", - "pages.administration.students.new.success": "Учня успішно створено!", - "pages.administration.students.new.title": "Додати учня", - "pages.administration.students.table.edit.ariaLabel": "Редагувати учня", - "pages.administration.teachers.fab.add": "Створити викладача", - "pages.administration.teachers.fab.add.aria": "Створити викладача", - "pages.administration.teachers.fab.import": "Імпорт викладачів", - "pages.administration.teachers.fab.import.aria": "Імпортувати викладача", - "pages.administration.teachers.fab.import.ariaLabel": "Імпортувати викладача", - "pages.administration.teachers.index.remove.confirm.btnText": "Видалити викладача", - "pages.administration.teachers.index.remove.confirm.message.all": "Ви дійсно хочете видалити всіх викладачів?", - "pages.administration.teachers.index.remove.confirm.message.many": "Ви дійсно хочете видалити всіх учнів, крім {number}?", - "pages.administration.teachers.index.remove.confirm.message.some": "Ви дійсно хочете видалити цього викладача? | Ви дійсно хочете видалити цього {number} викладача?", - "pages.administration.teachers.index.remove.progress.description": "Зачекайте хвильку...", - "pages.administration.teachers.index.remove.progress.title": "Видалення викладачів", - "pages.administration.teachers.index.searchbar.placeholder": "Пошук", - "pages.administration.teachers.index.tableActions.consent": "Згода в аналоговій формі", - "pages.administration.teachers.index.tableActions.delete": "Видалити", - "pages.administration.teachers.index.tableActions.email": "Надіслати посилання для реєстрації електронною поштою", - "pages.administration.teachers.index.tableActions.qr": "Видрукувати посилання для реєстрації як QR-код", - "pages.administration.teachers.index.title": "Керувати викладачами", - "pages.administration.teachers.new.checkbox.label": "Надіслати викладачеві посилання на реєстрацію", - "pages.administration.teachers.new.error": "Не вдалося додати вчителя. Можливо, адреса електронної пошти вже існує.", - "pages.administration.teachers.new.success": "Викладача успішно створено!", - "pages.administration.teachers.new.title": "Додати викладача", - "pages.administration.teachers.table.edit.ariaLabel": "Редагування вчителя", - "pages.administration.classes.index.title": "Керувати заняттями", - "pages.administration.classes.index.add": "Додати клас", - "pages.administration.classes.deleteDialog.title": "Видалити клас?", - "pages.administration.classes.deleteDialog.content": "Ви впевнені, що хочете видалити клас \"{itemName}\"?", - "pages.administration.classes.manage": "Керувати класом", - "pages.administration.classes.edit": "Редагувати клас", - "pages.administration.classes.delete": "Видалити клас", - "pages.administration.classes.createSuccessor": "Перенести клас на наступний навчальний рік", - "pages.administration.classes.label.archive": "Архів", - "pages.administration.classes.hint": "Усі зміни та налаштування в області адміністрування підтверджують, що вони внесені авторизованим адміністратором школи з повноваженнями вносити зміни до школи в хмарі. Коригування, внесені адміністратором школи, вважаються вказівками школи оператору хмари {institute_title}.", - "pages.content._id.addToTopic": "Для додавання в", - "pages.content._id.collection.selectElements": "Виберіть елементи, які треба додати до теми", - "pages.content._id.metadata.author": "Автор", - "pages.content._id.metadata.createdAt": "час створення запиту", - "pages.content._id.metadata.noTags": "Немає тегів", - "pages.content._id.metadata.provider": "Видавець", - "pages.content._id.metadata.updatedAt": "Дата останнього змінення", - "pages.content.card.collection": "Колекція", - "pages.content.empty_state.error.img_alt": "пусте зображення стану", - "pages.content.empty_state.error.message": "Пошуковий запит має містити щонайменше 2 символи.
Перевірте правильність написання всіх слів.
Спробуйте інші пошукові запити.
Спробуйте більш поширені запити.
Спробуйте використати коротший запит.
Заява про згоду не потрібна під час реєстрації студентів. Використання Niedersächsischen Bildungscloud регулюється Законом про школи Нижньої Саксонії (розділ 31, параграф 5 NSchG).
Якщо школа отримує або отримує дані користувача через зовнішню систему, жодних подальших дій у хмара. Реєстрація відбувається через зовнішню систему.
Інакше запрошення до реєстрації можна надіслати за посиланням через область адміністрування хмари:
Було зроблено такі зіставлення:
{importUsersCount} облікові записи користувачів {source} зіставили обліковий запис користувача {instance}. Облікові записи користувачів {instance} буде переміщено до облікових записів LDAP
{importUsersUnmatchedCount} Облікові записи користувачів {source} не мають пов’язаного облікового запису користувача {instance}. Облікові записи {source} буде відтворено в {instance}.
{usersUnmatchedCount} {instance} облікових записів користувачів не було зіставлено з обліковим записом {source}. Облікові записи користувачів {instance} зберігаються та можуть бути згодом видалені на сторінці адміністрування.
", + "pages.administration.migration.title": "Перенести облікові записи користувачів із", + "pages.administration.migration.tutorialWait": "Зауважте, що після початку переміщення школи для отримання даних може знадобитися до 1 години. Після цього можна переходити до наступного кроку.", + "pages.administration.migration.waiting": "Очікування синхронізації даних...", + "pages.administration.or": "або", + "pages.administration.printQr.emptyUser": "Вибраний користувач(-і) вже зареєстрований(-і)", + "pages.administration.printQr.error": "Не вдалося згенерувати посилання для реєстрації", + "pages.administration.remove.error": "Не вдалося видалити користувачів", + "pages.administration.remove.success": "Вибраних користувачів видалено", + "pages.administration.school.index.authSystems.addLdap": "Додати систему LDAP", + "pages.administration.school.index.authSystems.alias": "Псевдонім", + "pages.administration.school.index.authSystems.confirmDeleteText": "Ви дійсно хочете видалити наступну систему автентифікації?", + "pages.administration.school.index.authSystems.copyLink": "копіювати посилання", + "pages.administration.school.index.authSystems.deleteAuthSystem": "Видалити автентифікацію", + "pages.administration.school.index.authSystems.loginLinkLabel": "Посилання для входу до вашої школи", + "pages.administration.school.index.authSystems.title": "Аутентифікація", + "pages.administration.school.index.authSystems.type": "Тип", + "pages.administration.school.index.authSystems.edit": "Редагувати {system}", + "pages.administration.school.index.authSystems.delete": "Видалити {system}", + "pages.administration.school.index.back": "Для деяких налаштувань ", + "pages.administration.school.index.backLink": "поверніться до старої сторінки адміністрування тут", + "pages.administration.school.index.info": "Усі зміни та налаштування в області адміністрування підтверджують, що вони здійснені адміністратором школи, який має повноваження вносити корективи в хмарну систему школи. Налаштування, зроблені адміністратором школи, вважаються інструкціями від школи до оператора хмари {instituteTitle}.", + "pages.administration.school.index.error": "Під час завантаження школи сталася помилка", + "pages.administration.school.index.error.gracePeriodExceeded": "Пільговий період після завершення міграції минув", + "pages.administration.school.index.generalSettings": "Загальні параметри", + "pages.administration.school.index.generalSettings.changeSchoolValueWarning": "Після налаштування цей параметр буде неможливо змінити!", + "pages.administration.school.index.generalSettings.labels.chooseACounty": "Виберіть округ, до якого належить ваша школа", + "pages.administration.school.index.generalSettings.labels.cloudStorageProvider": "Постачальник послуг хмарного сховища", + "pages.administration.school.index.generalSettings.labels.language": "Мова", + "pages.administration.school.index.generalSettings.labels.nameOfSchool": "Назва школи", + "pages.administration.school.index.generalSettings.labels.schoolNumber": "Номер школи", + "pages.administration.school.index.generalSettings.labels.timezone": "Часовий пояс", + "pages.administration.school.index.generalSettings.labels.uploadSchoolLogo": "Завантажити логотип школи", + "pages.administration.school.index.generalSettings.languageHint": "Якщо мову школи не встановлено, застосовується системна мова за замовчуванням (німецька).", + "pages.administration.school.index.generalSettings.save": "Зберегти налаштування", + "pages.administration.school.index.generalSettings.timezoneHint": "Щоб змінити часовий пояс, зверніться до одного з адміністраторів.", + "pages.administration.school.index.privacySettings": "Параметри конфіденційності", + "pages.administration.school.index.privacySettings.labels.chatFunction": "Активувати функцію чату", + "pages.administration.school.index.privacySettings.labels.lernStore": "Навчальний магазин для учнів", + "pages.administration.school.index.privacySettings.labels.studentVisibility": "Активувати видимість учнів для вчителів", + "pages.administration.school.index.privacySettings.labels.videoConference": "Активувати відеоконференції для курсів і команд", + "pages.administration.school.index.privacySettings.longText.chatFunction": "Якщо у вашому навчальному закладі увімкнені чати, адміністратори команд можуть вибірково увімкнути функцію чату для своєї команди.", + "pages.administration.school.index.privacySettings.longText.lernStore": "Якщо цей прапорець не встановлено, учні не зможуть отримати доступ до Learning Store", + "pages.administration.school.index.privacySettings.longText.studentVisibility": "Активація цієї опції має високе граничне значення згідно із законодавством про захист даних. Щоб активувати видимість усіх учнів у школі для кожного викладача, необхідно, щоб кожен учень надав свою фактичну згоду на таку обробку даних.", + "pages.administration.school.index.privacySettings.longText.studentVisibilityBrandenburg": "Увімкнення цієї опції вмикає видимість всіх учнів цієї школи для кожного вчителя.", + "pages.administration.school.index.privacySettings.longText.studentVisibilityNiedersachsen": "Якщо цю опцію не ввімкнено, вчителі бачитимуть лише ті класи та учнів, учасниками яких вони є.", + "pages.administration.school.index.privacySettings.longText.videoConference": "Якщо у вашій школі увімкнено відеоконференцію, викладачі можуть додати інструмент для відеоконференцій до свого курсу у розділі «Інструменти», а потім запустити відеоконференцію для всіх учасників курсу. Адміністратори команд можуть активувати функцію відеоконференції у відповідній команді. Після цього керівники команд та адміністратори команд зможуть додавати та розпочинати відеоконференції для зустрічей.", + "pages.administration.school.index.privacySettings.longText.configurabilityInfoText": "Це налаштування, яке не підлягає редагуванню і контролює видимість учнів для вчителів у всьому екземплярі.", + "pages.administration.school.index.schoolIsCurrentlyDrawing": "Ваша школа зараз отримує", + "pages.administration.school.index.schoolPolicy.labels.uploadFile": "Виберіть файл", + "pages.administration.school.index.schoolPolicy.hints.uploadFile": "Завантажити файл (тільки PDF, максимум 4 МБ)", + "pages.administration.school.index.schoolPolicy.validation.fileTooBig": "Розмір файлу перевищує 4 МБ. Будь ласка, зменшіть розмір файлу", + "pages.administration.school.index.schoolPolicy.validation.notPdf": "Цей формат файлу не підтримується. Будь ласка, використовуйте тільки PDF", + "pages.administration.school.index.schoolPolicy.error": "Виникла помилка під час завантаження політики конфіденційності", + "pages.administration.school.index.schoolPolicy.delete.title": "Видалити політику конфіденційності", + "pages.administration.school.index.schoolPolicy.delete.text": "Якщо ви видалите цей файл, буде автоматично застосована Політика конфіденційності за замовчуванням.", + "pages.administration.school.index.schoolPolicy.delete.success": "Файл Політики конфіденційності успішно видалено.", + "pages.administration.school.index.schoolPolicy.success": "Новий файл успішно завантажено.", + "pages.administration.school.index.schoolPolicy.replace": "Замінити", + "pages.administration.school.index.schoolPolicy.cancel": "Скасувати", + "pages.administration.school.index.schoolPolicy.uploadedOn": "Завантажено {date}", + "pages.administration.school.index.schoolPolicy.notUploadedYet": "Ще не завантажено", + "pages.administration.school.index.schoolPolicy.fileName": "Політика конфіденційності школи", + "pages.administration.school.index.schoolPolicy.longText.willReplaceAndSendConsent": "Нова політика конфіденційності безповоротно замінить стару і буде представлена всім користувачам цієї школи для затвердження.", + "pages.administration.school.index.schoolPolicy.edit": "Редагувати політику конфіденційності", + "pages.administration.school.index.schoolPolicy.download": "Завантажте політику конфіденційності", + "pages.administration.school.index.termsOfUse.labels.uploadFile": "Виберіть файл", + "pages.administration.school.index.termsOfUse.hints.uploadFile": "Завантажити файл (тільки PDF, максимум 4 МБ)", + "pages.administration.school.index.termsOfUse.validation.fileTooBig": "Розмір файлу перевищує 4 МБ. Будь ласка, зменшіть розмір файлу", + "pages.administration.school.index.termsOfUse.validation.notPdf": "Цей формат файлу не підтримується. Будь ласка, використовуйте тільки PDF", + "pages.administration.school.index.termsOfUse.error": "Виникла помилка під час завантаження Умови використання", + "pages.administration.school.index.termsOfUse.delete.title": "Видалити Умови використання", + "pages.administration.school.index.termsOfUse.delete.text": "Якщо ви видалите цей файл, будуть автоматично застосовані Умови використання за замовчуванням.", + "pages.administration.school.index.termsOfUse.delete.success": "Файл Умов використання успішно видалено.", + "pages.administration.school.index.termsOfUse.success": "Новий файл успішно завантажено.", + "pages.administration.school.index.termsOfUse.replace": "Замінити", + "pages.administration.school.index.termsOfUse.cancel": "Скасувати", + "pages.administration.school.index.termsOfUse.uploadedOn": "Завантажено {date}", + "pages.administration.school.index.termsOfUse.notUploadedYet": "Ще не завантажено", + "pages.administration.school.index.termsOfUse.fileName": "Умови використання школи", + "pages.administration.school.index.termsOfUse.longText.willReplaceAndSendConsent": "Нова Умови використання безповоротно замінить стару і буде представлена всім користувачам цієї школи для затвердження.", + "pages.administration.school.index.termsOfUse.edit": "Редагувати Умови використання", + "pages.administration.school.index.termsOfUse.download": "Завантажте Умови використання", + "pages.administration.school.index.title": "Керувати школою", + "pages.administration.school.index.usedFileStorage": "Використовуване файлове сховище у хмарі", + "pages.administration.select": "вибрати", + "pages.administration.selected": "вибрано", + "pages.administration.sendMail.error": "Не вдалося надіслати посилання на реєстрацію | Не вдалося надіслати посилання на реєстрацію", + "pages.administration.sendMail.success": "Посилання на реєстрацію успішно надіслано | Посилання на реєстрацію успішно надіслано", + "pages.administration.sendMail.alreadyRegistered": "Реєстраційний лист не було надіслано, оскільки реєстрація вже відбулася", + "pages.administration.students.consent.cancel.modal.confirm": "Все одно скасувати", + "pages.administration.students.consent.cancel.modal.continue": "Продовжити реєстрацію", + "pages.administration.students.consent.cancel.modal.download.continue": "Роздрукувати дані доступу", + "pages.administration.students.consent.cancel.modal.download.info": "Увага: Ви впевнені, що хочете скасувати процес, не завантаживши дані доступу? Цю сторінку неможливо отримати знову.", + "pages.administration.students.consent.cancel.modal.info": "Попередження. Ви дійсно бажаєте скасувати цей процес? Усі внесені зміни буде втрачено.", + "pages.administration.students.consent.cancel.modal.title": "Ви впевнені?", + "pages.administration.students.consent.handout": "Оголошення", + "pages.administration.students.consent.info": "Ви можете заявити про свою згоду на {dataProtection} та {terms} шкільної хмари від імені своїх учнів, якщо ви отримали згоду заздалегідь в аналоговому форматі за допомогою {handout}.", + "pages.administration.students.consent.input.missing": "Дата народження відсутня", + "pages.administration.students.consent.print": "Надрукувати список з даними доступу", + "pages.administration.students.consent.print.title": "Реєстрацію успішно завершено", + "pages.administration.students.consent.steps.complete": "Додати дані", + "pages.administration.students.consent.steps.complete.info": "Переконайтеся, що дати народження всіх користувачів заповнені, і за необхідності додайте відсутні дані.", + "pages.administration.students.consent.steps.complete.inputerror": "Відсутня дата народження", + "pages.administration.students.consent.steps.complete.next": "Застосувати дані", + "pages.administration.students.consent.steps.complete.warn": "Не всі користувачі мають дійсні дати народження. Спершу введіть відсутні дані про народження.", + "pages.administration.students.consent.steps.download": "Завантажити дані доступу", + "pages.administration.students.consent.steps.download.explanation": "Це паролі для початкового входу до шкільної хмари.\nДля першого входу потрібно вибрати новий пароль. Учні, яким виповнилося не менше 14 років, також повинні заявити про свою згоду при першому вході до системи.", + "pages.administration.students.consent.steps.download.info": "Збережіть і надрукуйте список та роздайте його користувачам під час їхньої першої реєстрації.", + "pages.administration.students.consent.steps.download.next": "Завантажити дані доступу", + "pages.administration.students.consent.steps.register": "Провести реєстрацію", + "pages.administration.students.consent.steps.register.analog-consent": "аналогова форма згоди", + "pages.administration.students.consent.steps.register.confirm": "Цим я підтверджую, що отримав(-ла) письмову {analogConsent} від батьків вищезгаданих учнів.", + "pages.administration.students.consent.steps.register.confirm.warn": "Підтвердьте, що ви отримали письмові форми згоди від батьків та учнів, та що ви ознайомилися з правилами отримання згоди.", + "pages.administration.students.consent.steps.register.info": "Перш ніж реєструватися від імені користувачів, перевірте, чи ви отримали згоду перерахованих студентів за допомогою супровідних матеріалів.", + "pages.administration.students.consent.steps.register.next": "Зареєструвати користувачів", + "pages.administration.students.consent.steps.register.print": "Тепер ви можете увійти в хмару за допомогою початкового пароля. Перейдіть до {hostName} та увійдіть, використовуючи наступні дані доступу:", + "pages.administration.students.consent.steps.register.success": "Користувача успішно зареєстровано", + "pages.administration.students.consent.steps.success": "Вітаємо, ви успішно завершили аналогову реєстрацію!", + "pages.administration.students.consent.steps.success.back": "Повернутися до огляду", + "pages.administration.students.consent.steps.success.image.alt": "Надійне підключення графіки", + "pages.administration.students.consent.table.empty": "Усі вибрані користувачі вже надали згоду.", + "pages.administration.students.consent.title": "Зареєструвати в аналоговому форматі", + "pages.administration.students.manualRegistration.title": "Ручна реєстрація", + "pages.administration.students.manualRegistration.steps.download.explanation": "Це паролі для початкового входу до шкільної хмари. Для першого входу потрібно вибрати новий пароль", + "pages.administration.students.manualRegistration.steps.success": "Вітаємо, ви успішно пройшли аналогову реєстрацію!", + "pages.administration.students.fab.add": "Створити учня", + "pages.administration.students.fab.add.aria": "Створити учня", + "pages.administration.students.fab.import": "Імпорт учнів", + "pages.administration.students.fab.import.aria": "Імпортувати учня", + "pages.administration.students.fab.import.ariaLabel": "Імпортувати учня", + "pages.administration.students.index.remove.confirm.btnText": "Видалити учня", + "pages.administration.students.index.remove.confirm.message.all": "Дійсно видалити всіх учнів?", + "pages.administration.students.index.remove.confirm.message.many": "Ви дійсно хочете видалити всіх учнів, крім {number}?", + "pages.administration.students.index.remove.confirm.message.some": "Ви дійсно хочете видалити цього учня?? | Ви дійсно хочете видалити цього {number} учня?", + "pages.administration.students.index.remove.progress.description": "Зачекайте хвильку...", + "pages.administration.students.index.remove.progress.title": "Видалення учнів", + "pages.administration.students.index.searchbar.placeholder": "Перегляньте студентів для", + "pages.administration.students.index.tableActions.consent": "Згода в аналоговій формі", + "pages.administration.students.index.tableActions.registration": "Ручна реєстрація", + "pages.administration.students.index.tableActions.delete": "Видалити", + "pages.administration.students.index.tableActions.email": "Надіслати посилання на реєстрацію електронною поштою", + "pages.administration.students.index.tableActions.qr": "Видрукувати посилання на реєстрацію у вигляді QR-коду", + "pages.administration.students.index.title": "Керувати учнями", + "pages.administration.students.infobox.headline": "Повні реєстрації", + "pages.administration.students.infobox.LDAP.helpsection": "Розділ довідки", + "pages.administration.students.infobox.LDAP.paragraph-1": "Ваша школа отримує всі дані для входу з вихідної системи (LDAP або аналогічної). Користувачі можуть увійти в шкільну хмару за допомогою імені користувача та пароля з вихідної системи.", + "pages.administration.students.infobox.LDAP.paragraph-2": "Коли ви ввійдете в систему вперше, вам буде запропоновано дати свою згоду, щоб завершити реєстрацію.", + "pages.administration.students.infobox.LDAP.paragraph-3": "ВАЖЛИВО: Студентам віком до 16 років під час реєстрації потрібна згода батьків. У цьому випадку переконайтеся, що перший вхід в систему відбувся в присутності одного з батьків, як правило, вдома.", + "pages.administration.students.infobox.LDAP.paragraph-4": "Дізнайтеся більше про реєстрацію в", + "pages.administration.students.infobox.li-1": "Надсилайте посилання на реєстрацію через шкільну хмару на вказані адреси електронної пошти (також це можна зробити безпосередньо під час імпорту/створення)", + "pages.administration.students.infobox.li-2": "Видрукуйте посилання для реєстрації у вигляді QR-листів, виріжте їх і роздайте користувачам (або їхнім батькам)", + "pages.administration.students.infobox.li-3": "Відмовитися від збирання згод у цифровій формі. Натомість використовувати письмову форму та створювати початкові паролі для своїх користувачів (докладніше)", + "pages.administration.students.infobox.more.info": "(більше інформації)", + "pages.administration.students.infobox.paragraph-1": "У вас є такі варіанти, що допоможуть користувачам завершити реєстрацію:", + "pages.administration.students.infobox.paragraph-2": "Для цього виберіть одного або кількох користувачів, наприклад, всіх учнів: усередині класу. Потім виконайте потрібну дію.", + "pages.administration.students.infobox.paragraph-3": "Крім того, ви можете перейти в режим редагування профілю користувача та отримати індивідуальне посилання на реєстрацію, щоб надіслати його вручну вибраним вами способом.", + "pages.administration.students.infobox.paragraph-4": "ВАЖЛИВО: Для учнів молодших 16 років у процесі реєстрації перш за все потрібна згода батьків або опікунів. У цьому разі ми рекомендуємо розповсюджувати реєстраційні посилання у вигляді листів з QR-кодами або знайти окремі посилання та надіслати їх батькам. Після отримання згоди батьків учні отримують стартовий пароль та можуть самостійно пройти останню частину реєстрації у будь-який час. У початковій школі популярною альтернативою використанню шкільної хмари є паперові форми.", + "pages.administration.students.infobox.registrationOnly.headline": "Реєстраційна інформація", + "pages.administration.students.infobox.registrationOnly.paragraph-1": "При реєстрації студентів декларацію про згоду отримувати не потрібно. Використання Schul-Cloud Brandenburg регулюється Бранденбурзьким шкільним законом (§ 65 параграф 2 BbGSchulG).", + "pages.administration.students.infobox.registrationOnly.paragraph-2": "Якщо школа отримує або отримує дані користувача через зовнішню систему, наведені вище параметри не можна використовувати. Потім відповідні зміни потрібно внести у вихідну систему.", + "pages.administration.students.infobox.registrationOnly.paragraph-3": "В іншому випадку запрошення до реєстрації можна надіслати за посиланням із області хмарного адміністрування:", + "pages.administration.students.infobox.registrationOnly.li-1": "Надсилання реєстраційних посилань на збережені адреси електронної пошти (також можливо безпосередньо під час імпорту/створення)", + "pages.administration.students.infobox.registrationOnly.li-2": "Роздрукуйте посилання на реєстрацію як аркуші для QR-друку, виріжте їх і роздайте QR-бланки учням", + "pages.administration.students.infobox.registrationOnly.li-3": "Виберіть одного або кількох користувачів, напр. усіх учнів класу, а потім виконайте потрібну дію", + "pages.administration.students.infobox.registrationOnly.li-4": "Як альтернатива: перейдіть у режим редагування профілю користувача та отримайте індивідуальне реєстраційне посилання безпосередньо, щоб надіслати його вручну", + "pages.administration.students.legend.icon.success": "Реєстрацію завершено", + "pages.administration.students.new.checkbox.label": "Надіслати учню посилання на реєстрацію", + "pages.administration.students.new.error": "Не вдалося додати учня. Можливо, адреса електронної пошти вже існує.", + "pages.administration.students.new.success": "Учня успішно створено!", + "pages.administration.students.new.title": "Додати учня", + "pages.administration.students.table.edit.ariaLabel": "Редагувати учня", + "pages.administration.teachers.fab.add": "Створити викладача", + "pages.administration.teachers.fab.add.aria": "Створити викладача", + "pages.administration.teachers.fab.import": "Імпорт викладачів", + "pages.administration.teachers.fab.import.aria": "Імпортувати викладача", + "pages.administration.teachers.fab.import.ariaLabel": "Імпортувати викладача", + "pages.administration.teachers.index.remove.confirm.btnText": "Видалити викладача", + "pages.administration.teachers.index.remove.confirm.message.all": "Ви дійсно хочете видалити всіх викладачів?", + "pages.administration.teachers.index.remove.confirm.message.many": "Ви дійсно хочете видалити всіх учнів, крім {number}?", + "pages.administration.teachers.index.remove.confirm.message.some": "Ви дійсно хочете видалити цього викладача? | Ви дійсно хочете видалити цього {number} викладача?", + "pages.administration.teachers.index.remove.progress.description": "Зачекайте хвильку...", + "pages.administration.teachers.index.remove.progress.title": "Видалення викладачів", + "pages.administration.teachers.index.searchbar.placeholder": "Пошук", + "pages.administration.teachers.index.tableActions.consent": "Згода в аналоговій формі", + "pages.administration.teachers.index.tableActions.delete": "Видалити", + "pages.administration.teachers.index.tableActions.email": "Надіслати посилання для реєстрації електронною поштою", + "pages.administration.teachers.index.tableActions.qr": "Видрукувати посилання для реєстрації як QR-код", + "pages.administration.teachers.index.title": "Керувати викладачами", + "pages.administration.teachers.new.checkbox.label": "Надіслати викладачеві посилання на реєстрацію", + "pages.administration.teachers.new.error": "Не вдалося додати вчителя. Можливо, адреса електронної пошти вже існує.", + "pages.administration.teachers.new.success": "Викладача успішно створено!", + "pages.administration.teachers.new.title": "Додати викладача", + "pages.administration.teachers.table.edit.ariaLabel": "Редагування вчителя", + "pages.administration.classes.index.title": "Керувати заняттями", + "pages.administration.classes.index.add": "Додати клас", + "pages.administration.classes.deleteDialog.title": "Видалити клас?", + "pages.administration.classes.deleteDialog.content": "Ви впевнені, що хочете видалити клас \"{itemName}\"?", + "pages.administration.classes.manage": "Керувати класом", + "pages.administration.classes.edit": "Редагувати клас", + "pages.administration.classes.delete": "Видалити клас", + "pages.administration.classes.createSuccessor": "Перенести клас на наступний навчальний рік", + "pages.administration.classes.label.archive": "Архів", + "pages.administration.classes.hint": "Усі зміни та налаштування в області адміністрування підтверджують, що вони внесені авторизованим адміністратором школи з повноваженнями вносити зміни до школи в хмарі. Коригування, внесені адміністратором школи, вважаються вказівками школи оператору хмари {institute_title}.", + "pages.content._id.addToTopic": "Для додавання в", + "pages.content._id.collection.selectElements": "Виберіть елементи, які треба додати до теми", + "pages.content._id.metadata.author": "Автор", + "pages.content._id.metadata.createdAt": "час створення запиту", + "pages.content._id.metadata.noTags": "Немає тегів", + "pages.content._id.metadata.provider": "Видавець", + "pages.content._id.metadata.updatedAt": "Дата останнього змінення", + "pages.content.card.collection": "Колекція", + "pages.content.empty_state.error.img_alt": "пусте зображення стану", + "pages.content.empty_state.error.message": "Пошуковий запит має містити щонайменше 2 символи.
Перевірте правильність написання всіх слів.
Спробуйте інші пошукові запити.
Спробуйте більш поширені запити.
Спробуйте використати коротший запит.
Заява про згоду не потрібна під час реєстрації студентів. Використання Niedersächsischen Bildungscloud регулюється Законом про школи Нижньої Саксонії (розділ 31, параграф 5 NSchG).
Якщо школа отримує або отримує дані користувача через зовнішню систему, жодних подальших дій у хмара. Реєстрація відбувається через зовнішню систему.
Інакше запрошення до реєстрації можна надіслати за посиланням через область адміністрування хмари: