You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<FormattedMessageid="app.addStudent.inviteButton"defaultMessage="Invite to Register"/>
105
-
...
106
-
</Button>
107
-
</div>
93
+
<InsetPanelclassName="mb-1 mt-3">
94
+
<Row>
95
+
<Colxs={12}sm>
96
+
<smallclassName="text-secondary">
97
+
<InfoIcongapRight={2}/>
98
+
<FormattedMessage
99
+
id="app.addStudent.inviteExplanation"
100
+
defaultMessage="If the student you want to add is not registered yet, you can send them an invitation link. It will allow them to register and automatically join this group."
Copy file name to clipboardExpand all lines: src/locales/cs.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,9 @@
50
50
"app.addStudent.inviteDialog.explain": "Pozvánka bude zaslána uživateli na danou mailovou adresu. Uživatel obdrží odkaz pro registraci lokálním účtem. Detaily uživatelského profilu (jméno a email) vyplňte pečlivě, uživatel nebude mít možnost je změnit. Volitelně můžete také vybrat seznam skupin, do kterých bude uživatel přidán hned po registraci.",
51
51
"app.addStudent.inviteDialog.title": "Poslat pozvánku do ReCodExu",
52
52
"app.addStudent.inviteDialog.userInvited": "Pozvánka byla odeslána na zvolenou adresu. Uživatel musí pozvánku přijmout, aby dokončil registrační proces.",
"app.addStudent.inviteExplanation": "Pokud student, kterého chcete přidat, ještě není registrován, můžete mu poslat pozvánku. Ta mu umožní se zaregistrovat a automaticky se připojit do této skupiny.",
54
+
"app.addUserContainer.emptyQuery": "Zadejte jméno nebo jeho část...",
"app.allowUserButton.confirmAllow": "Uživatel mohl být zablokován z dobrého důvodu. Opravdu si přejete povolit účet?",
55
57
"app.allowUserButton.confirmDisallow": "Pokud zakážete tento uživatelský účet, uživatel nebude moci provést žádnou operaci ani vidět žádná data. Opravdu si přejete účet zakázat?",
56
58
"app.apiErrorCodes.400": "Špatný požadavek",
@@ -394,11 +396,11 @@
394
396
"app.editExercise.addAdminButton": "Zařadit uživatele mezi administrátory úlohy",
395
397
"app.editExercise.archiveExplain": "Archivované úlohy se nezobrazují v běžných výpisech, není možné je měnit a není možné je zadávat do skupin. Archivní status nemá žádný vliv na již existující zadané úlohy. Archivace úloh nemá přímou vazbu na archivaci skupin, ale oba principy spojuje podobný účel.",
"app.editExercise.deleteExerciseWarning": "Smazání úlohy nebude mít žádný vliv na již zadané instance této úlohy ani jejich řešení, zadané úlohy pouze již nebude možné aktualizovat. Smazání ovšem efektivně odebre tuto úlohu ze všech domovských skupin.",
Copy file name to clipboardExpand all lines: src/locales/en.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,9 @@
50
50
"app.addStudent.inviteDialog.explain": "An invitation will be sent to the user at given email address. The user will receive a link for registration as a local user. User profile details (name and email) must be filled in correctly, since the user will not be able to modify them. Optionally, you may select a list of groups to which the user will be assigned immediately after registration.",
51
51
"app.addStudent.inviteDialog.title": "Send invitation to ReCodEx",
52
52
"app.addStudent.inviteDialog.userInvited": "An invitation was sent to the specified email address. The user must accept it to complete the registration process.",
53
-
"app.addUserContainer.emptyQuery": "No results. Enter a search query...",
53
+
"app.addStudent.inviteExplanation": "If the student you want to add is not registered yet, you can send them an invitation link. It will allow them to register and automatically join this group.",
54
+
"app.addUserContainer.emptyQuery": "Enter a name or its part...",
55
+
"app.addUserContainer.searchUser": "Search user",
54
56
"app.allowUserButton.confirmAllow": "The user may have been disabled for a reason. Do you really wish to enable the account?",
55
57
"app.allowUserButton.confirmDisallow": "If you disable the account, the user will not be able to perform any operation nor access any data. Do you wish to disable it?",
56
58
"app.apiErrorCodes.400": "Bad request",
@@ -394,11 +396,11 @@
394
396
"app.editExercise.addAdminButton": "Make the user an exercise admin",
395
397
"app.editExercise.archiveExplain": "Archived exercises are not listed by default, cannot be modified, and cannot be assigned. Exercise archive status has no impact on existing assignments. The archiving of exercises is not directly related to group archiving (although they share a similar purpose).",
"app.editExercise.authorAndAdminsTitle": "Author and Administrators",
397
400
"app.editExercise.deleteExercise": "Delete the exercise",
398
401
"app.editExercise.deleteExerciseWarning": "Deletion of an exercise will not affect any existing assignments nor their solutions, except they could not be synchronized anymore. However, the deletion will effectively remove the exercise from all groups of residence.",
0 commit comments