Skip to content

Commit 1d2d11a

Browse files
committed
Implementing group archiving mode (and group selection) on Group Superadmin's page.
1 parent 19947c0 commit 1d2d11a

File tree

3 files changed

+297
-110
lines changed

3 files changed

+297
-110
lines changed

src/locales/cs.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
"app.groupsStudent.title": "Připojení ke skupinám jako student",
9191
"app.groupsSupervisor.addAttributeModal.existingAttributes": "Existující atributy",
9292
"app.groupsSupervisor.addAttributeModal.title": "Přidat atribut ke skupině",
93+
"app.groupsSupervisor.archiveButton": "Archivovat vybrané skupiny",
94+
"app.groupsSupervisor.archivingGroupsHeading": "Archivace starých semestrálních skupin",
95+
"app.groupsSupervisor.archivingGroupsInfo": "Vybrané semestrální skupiny budou archivovány (včetně všech jejich podskupin). Tuto operaci lze v ReCodExu vrátit zpět individuálním vyjmutím skupin z archivu.",
96+
"app.groupsSupervisor.cancelArchivingButton": "Zrušit archivaci",
9397
"app.groupsSupervisor.cancelPlantTermButton": "Zrušit osazování skupin",
9498
"app.groupsSupervisor.currentlyManagedGroups": "Skupiny",
9599
"app.groupsSupervisor.notSuperadmin": "Tato stránka je k dispozici pouze administrátorům ReCodExu.",
@@ -101,6 +105,7 @@
101105
"app.groupsSupervisor.plantTermGroupsSelectParents": "Prosíme, vybertete předměty, do kterých budou semestrální skupiny osazeny.",
102106
"app.groupsSupervisor.plantingFailed": "Osazování selhalo. Některé skupiny nemohly být vytvořeny. Jejich rodičovské skupiny jsou označeny níže.",
103107
"app.groupsSupervisor.plantingSucceeded": "Úspěšně {count, plural, one {byla osazena} =2 {byly osazeny} =3 {byly osazeny} =4 {byly osazeny} other {bylo osazeno}} {count} {count, plural, one {skupina} =2 {skupiny} =3 {skupiny} =4 {skupiny} other {skupin}}.",
108+
"app.groupsSupervisor.startArchivingButton": "Vybrat skupiny pro archivaci",
104109
"app.groupsSupervisor.title": "Spravovat všechny skupiny a jejich vazby",
105110
"app.groupsTeacher.aboutStudentsInfo": "Studenti nejsou do skupiny přidáni automaticky, ale mohou se do skupiny připojit sami prostřednictvím rozšíření SIS-CodEx.",
106111
"app.groupsTeacher.bindGroupInfo": "Vybraný událost bude svázána s existující cílovou skupinou, kterou můžete vybrat níže.",

src/locales/en.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@
9090
"app.groupsStudent.title": "Joining Groups as Student",
9191
"app.groupsSupervisor.addAttributeModal.existingAttributes": "Existing attributes",
9292
"app.groupsSupervisor.addAttributeModal.title": "Add Attribute to Group",
93+
"app.groupsSupervisor.archiveButton": "Archive Selected Groups",
94+
"app.groupsSupervisor.archivingGroupsHeading": "Archiving Old Term Groups",
95+
"app.groupsSupervisor.archivingGroupsInfo": "Selected term groups will be archived (with all their sub-groups). This operation may be reverted in ReCodEx by individually excavating the groups from the archive.",
96+
"app.groupsSupervisor.cancelArchivingButton": "Cancel Archiving",
9397
"app.groupsSupervisor.cancelPlantTermButton": "Cancel Group Planting",
9498
"app.groupsSupervisor.currentlyManagedGroups": "Groups",
9599
"app.groupsSupervisor.notSuperadmin": "This page is available to ReCodEx administrators only.",
@@ -101,6 +105,7 @@
101105
"app.groupsSupervisor.plantTermGroupsSelectParents": "Please, select courses in which the term groups will be planted.",
102106
"app.groupsSupervisor.plantingFailed": "Planting has failed. Some of the groups could not be created. Their parent groups are marked below.",
103107
"app.groupsSupervisor.plantingSucceeded": "Total {count} {count, plural, one {group} other {groups}} have been successfully planted.",
108+
"app.groupsSupervisor.startArchivingButton": "Select Groups for Archiving",
104109
"app.groupsSupervisor.title": "Manage All Groups and Their Associations",
105110
"app.groupsTeacher.aboutStudentsInfo": "The students are not automatically added to the group, but they can join the group themselves via SIS-CodEx extension.",
106111
"app.groupsTeacher.bindGroupInfo": "The selected event will be bound to an existing target group which you can select below.",

0 commit comments

Comments
 (0)