Skip to content

Commit 4ee37ab

Browse files
medovinaMartin Kruliš
authored andcommitted
English fixes
1 parent 31206e2 commit 4ee37ab

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

src/locales/en.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
"app.createGroup.threshold": "Minimum percent of the total points count needed to complete the course:",
173173
"app.createUserForm.validation.emailTaken": "This email address is already taken by someone else.",
174174
"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",
176176
"app.dashboard.sisGroupsStudent": "Join Groups Associated with UK SIS Courses",
177177
"app.dashboard.sisGroupsStudentExplain": "SIS courses you are enrolled to in particular semesters and which have correspondig groups in ReCodEx.",
178178
"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.",
@@ -830,21 +830,21 @@
830830
"app.header.toggleSidebar": "Show/hide sidebar",
831831
"app.header.toggleSidebarSize": "Expand/minimize sidebar",
832832
"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.",
835835
"app.homepage.aboutTitle": "About",
836836
"app.homepage.acknowledgementContent": "This project was supported by the Student Grant Program (SFG) of the Faculty of Mathematics and Physics, Charles University.",
837837
"app.homepage.acknowledgementTitle": "Acknowledgement",
838838
"app.homepage.description": "ReCodEx - homepage",
839839
"app.homepage.githubWebappRepository": "ReCodEx Webapp Repository",
840840
"app.homepage.help": "Help",
841841
"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!",
843843
"app.homepage.title": "ReCodEx — ReCodEx Code Examiner",
844844
"app.homepage.whatIsRecodex": "What is ReCodEx?",
845-
"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).",
846846
"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.",
848848
"app.instance.description": "Instance overview",
849849
"app.instance.edit": "Edit instance",
850850
"app.instance.groups.noGroups": "There are no groups in this ReCodEx instance currently visible to you",
@@ -1356,4 +1356,4 @@
13561356
"recodex-judge-shuffle-all": "Unordered-tokens-and-rows judge",
13571357
"recodex-judge-shuffle-newline": "Unordered-tokens judge (ignoring ends of lines)",
13581358
"recodex-judge-shuffle-rows": "Unordered-rows judge"
1359-
}
1359+
}

src/pages/Dashboard/Dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class Dashboard extends Component {
169169
{groups => (
170170
<div>
171171
<h2 className="page-heading">
172-
<FormattedMessage id="app.dashboard.memberOf" defaultMessage="Groups you are member of" />
172+
<FormattedMessage id="app.dashboard.memberOf" defaultMessage="Groups you are a member of" />
173173
</h2>
174174

175175
{groups

src/pages/Home/Home.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Home = ({ links: { GITHUB_BUGS_URL } }) => (
3737
<p>
3838
<FormattedMessage
3939
id="app.homepage.whatIsRecodexContent"
40-
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)."
4141
/>
4242
</p>
4343
</Col>
@@ -50,19 +50,19 @@ const Home = ({ links: { GITHUB_BUGS_URL } }) => (
5050
<p>
5151
<FormattedHTMLMessage
5252
id="app.homepage.aboutContentP1"
53-
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.'
5454
/>
5555
</p>
5656
<p>
5757
<FormattedHTMLMessage
5858
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.'
6060
/>
6161
</p>
6262
<p>
6363
<FormattedMessage
6464
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!"
6666
/>
6767
</p>
6868
</Col>
@@ -108,7 +108,7 @@ const Home = ({ links: { GITHUB_BUGS_URL } }) => (
108108
<p>
109109
<FormattedMessage
110110
id="app.homepage.whereToReportBugsText"
111-
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."
112112
/>
113113
</p>
114114
<p className="text-center">

0 commit comments

Comments
 (0)