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
Copy file name to clipboardExpand all lines: src/locales/en.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@
172
172
"app.createGroup.threshold": "Minimum percent of the total points count needed to complete the course:",
173
173
"app.createUserForm.validation.emailTaken": "This email address is already taken by someone else.",
174
174
"app.createUserForm.validation.emptyPassword": "The password cannot be empty.",
175
-
"app.dashboard.memberOf": "Groups you are member of",
175
+
"app.dashboard.memberOf": "Groups you are a member of",
176
176
"app.dashboard.sisGroupsStudent": "Join Groups Associated with UK SIS Courses",
177
177
"app.dashboard.sisGroupsStudentExplain": "SIS courses you are enrolled to in particular semesters and which have correspondig groups in ReCodEx.",
178
178
"app.dashboard.studentNoGroups": "You are not a member of any group yet. A group supervisor may add you into his/her group, or you can use other mechanisms (like the dialog on the SIS integration page) to join some groups that apply to you.",
"app.headerNotification.copiedToClippboard": "Copied to clippboard.",
833
-
"app.homepage.aboutContentP1": "ReCodEx was born in 2016 as final work for <i>Software project</i> class. It is replacement for old system CodEx used at MFF UK since 2006. The project is opensource under <a href=\"https://opensource.org/licenses/MIT\">MIT</a> licence hosted on <a href=\"https://github.com/ReCodEx\">GitHub</a>. More detailed info is on <a href=\"https://github.com/ReCodEx/wiki/wiki\">Wiki</a> page of the project.",
834
-
"app.homepage.aboutContentP2": "During development was found number of <a href=\"https://github.com/ReCodEx/wiki/wiki/Conclusion#further-improvements\">topics</a> for following student works of differend kinds. In case of interest in make this project more awesome, please contact one of the <a href=\"https://github.com/orgs/ReCodEx/people\">authors</a> or teachers.",
833
+
"app.homepage.aboutContentP1": "ReCodEx was born in 2016 as a project for the <i>Software Project</i> class. It is a replacement for the previous system CodEx used at MFF UK since 2006. The project is open source under the <a href=\"https://opensource.org/licenses/MIT\">MIT</a> licence hosted on <a href=\"https://github.com/ReCodEx\">GitHub</a>. More detailed info is on the <a href=\"https://github.com/ReCodEx/wiki/wiki\">Wiki</a> page of the project.",
834
+
"app.homepage.aboutContentP2": "During development we found a number of <a href=\"https://github.com/ReCodEx/wiki/wiki/Conclusion#further-improvements\">topics</a> for subsequent student projects of various kinds. If you are interested in making this project more awesome, please contact one of the <a href=\"https://github.com/orgs/ReCodEx/people\">authors</a> or teachers.",
835
835
"app.homepage.aboutTitle": "About",
836
836
"app.homepage.acknowledgementContent": "This project was supported by the Student Grant Program (SFG) of the Faculty of Mathematics and Physics, Charles University.",
"app.homepage.helpContent": "If you have any issues with ReCodEx, please consult the <a href=\"https://github.com/ReCodEx/wiki/wiki/User-documentation\">user documentation</a> first.",
842
-
"app.homepage.howToGiveFeedback": "For any kind of feedback, either positive or negative, feel free to create an issue on GitHub. Just please give your feedback the tag 'feedback' so we can distinguish those from bugs. We will try to respond to your feedback and we will see if there is something that can be done about it. We thank you for all your feedback in advance!",
842
+
"app.homepage.howToGiveFeedback": "For any kind of feedback, either positive or negative, feel free to create an issue on GitHub. Just please give your feedback the tag 'feedback' so we can distinguish it from bugs. We will try to respond to your feedback and we will see if there is something that can be done about it. We thank you for all your feedback in advance!",
"app.homepage.whatIsRecodexContent": "ReCodEx is a system for dynamic analysis and evaluation of programming exercises. It is a set of components, which allows assigning practical programming problems to students by theit supervisors throught web interface. After solving the problem students upload their solution to the system and ReCodEx automaticaly evaluates them (typically checking corectness of program output) and assigns corresponding amount of points. Students have quick feedback about their solution and supervisors does not have to manually check each solution for basic coretness (like that the program compiles and gives correct results in reasonable time).",
845
+
"app.homepage.whatIsRecodexContent": "ReCodEx is a system for dynamic analysis and evaluation of programming exercises. It is a set of components that allow supervisors to assign practical programming problems to students through a web interface. After solving each problem, students upload their solution to the system and ReCodEx automaticaly evaluates it (typically checking the correctness of program output) and assigns an appropriate number of points. Students have quick feedback about their solution and supervisors do not have to manually check each solution for basic correctness (like that the program compiles and gives correct results in a reasonable amount of time).",
846
846
"app.homepage.whereToReportBugs": "Where can I report bugs?",
847
-
"app.homepage.whereToReportBugsText": "Every software contains bugs and we are well avare of this fact. From time to time you might find a bug that nobody else has reported and which has not been fixed yet. Please report all bugs to our issue tracker on GitHub - just file a new issue and give it a label 'bug'. We will try to investigate and release a bugfix as soon as possible.",
847
+
"app.homepage.whereToReportBugsText": "Every software system contains bugs and we are well aware of this fact. From time to time you might find a bug that nobody else has reported and which has not been fixed yet. Please report all bugs to our issue tracker on GitHub - just file a new issue and give it the label 'bug'. We will try to investigate and release a bug fix as soon as possible.",
848
848
"app.instance.description": "Instance overview",
849
849
"app.instance.edit": "Edit instance",
850
850
"app.instance.groups.noGroups": "There are no groups in this ReCodEx instance currently visible to you",
defaultMessage="ReCodEx is a system for dynamic analysis and evaluation of programming exercises. It is a set of components, which allows assigning practical programming problems to students by theit supervisors throught web interface. After solving the problem students upload their solution to the system and ReCodEx automaticaly evaluates them (typically checking corectness of program output) and assigns corresponding amount of points. Students have quick feedback about their solution and supervisors does not have to manually check each solution for basic coretness (like that the program compiles and gives correct results in reasonable time)."
40
+
defaultMessage="ReCodEx is a system for dynamic analysis and evaluation of programming exercises. It is a set of components that allow supervisors to assign practical programming problems to students through a web interface. After solving each problem, students upload their solution to the system and ReCodEx automaticaly evaluates it (typically checking the correctness of program output) and assigns an appropriate number of points. Students have quick feedback about their solution and supervisors do not have to manually check each solution for basic correctness (like that the program compiles and gives correct results in a reasonable amount of time)."
defaultMessage='ReCodEx was born in 2016 as final work for <i>Software project</i> class. It is replacement for old system CodEx used at MFF UK since 2006. The project is opensource under <a href="https://opensource.org/licenses/MIT">MIT</a> licence hosted on <a href="https://github.com/ReCodEx">GitHub</a>. More detailed info is on <a href="https://github.com/ReCodEx/wiki/wiki">Wiki</a> page of the project.'
53
+
defaultMessage='ReCodEx was born in 2016 as a project for the <i>Software Project</i> class. It is a replacement for the previous system CodEx used at MFF UK since 2006. The project is open source under the <a href="https://opensource.org/licenses/MIT">MIT</a> licence hosted on <a href="https://github.com/ReCodEx">GitHub</a>. More detailed info is on the <a href="https://github.com/ReCodEx/wiki/wiki">Wiki</a> page of the project.'
54
54
/>
55
55
</p>
56
56
<p>
57
57
<FormattedHTMLMessage
58
58
id="app.homepage.aboutContentP2"
59
-
defaultMessage='During development was found number of <a href="https://github.com/ReCodEx/wiki/wiki/Conclusion#further-improvements">topics</a> for following student works of differend kinds. In case of interest in make this project more awesome, please contact one of the <a href="https://github.com/orgs/ReCodEx/people">authors</a> or teachers.'
59
+
defaultMessage='During development we found a number of <a href="https://github.com/ReCodEx/wiki/wiki/Conclusion#further-improvements">topics</a> for subsequent student projects of various kinds. If you are interested in making this project more awesome, please contact one of the <a href="https://github.com/orgs/ReCodEx/people">authors</a> or teachers.'
60
60
/>
61
61
</p>
62
62
<p>
63
63
<FormattedMessage
64
64
id="app.homepage.howToGiveFeedback"
65
-
defaultMessage="For any kind of feedback, either positive or negative, feel free to create an issue on GitHub. Just please give your feedback the tag 'feedback' so we can distinguish those from bugs. We will try to respond to your feedback and we will see if there is something that can be done about it. We thank you for all your feedback in advance!"
65
+
defaultMessage="For any kind of feedback, either positive or negative, feel free to create an issue on GitHub. Just please give your feedback the tag 'feedback' so we can distinguish it from bugs. We will try to respond to your feedback and we will see if there is something that can be done about it. We thank you for all your feedback in advance!"
defaultMessage="Every software contains bugs and we are well avare of this fact. From time to time you might find a bug that nobody else has reported and which has not been fixed yet. Please report all bugs to our issue tracker on GitHub - just file a new issue and give it a label 'bug'. We will try to investigate and release a bugfix as soon as possible."
111
+
defaultMessage="Every software system contains bugs and we are well aware of this fact. From time to time you might find a bug that nobody else has reported and which has not been fixed yet. Please report all bugs to our issue tracker on GitHub - just file a new issue and give it the label 'bug'. We will try to investigate and release a bug fix as soon as possible."
0 commit comments