Skip to content

Commit a82e183

Browse files
committed
Change czech localization of reevaluated label and merge it in assignment solution and reference solution
1 parent ca8035a commit a82e183

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

src/components/ReferenceSolutions/ReferenceSolutionStatus/ReferenceSolutionStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const ReferenceSolutionStatus = ({ description, userId, submittedAt, submittedBy
7070
<Icon icon="user" />
7171
</td>
7272
<th className="text-nowrap">
73-
<FormattedMessage id="app.referenceSolution.reevaluatedBy" defaultMessage="Re-evaluated by" />:
73+
<FormattedMessage id="generic.reevaluatedBy" defaultMessage="Re-evaluated by" />:
7474
</th>
7575
<td>
7676
<UsersNameContainer userId={submittedBy} showEmail="icon" />

src/components/Solutions/SolutionStatus/SolutionStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const SolutionStatus = ({
101101
<Icon icon="user" />
102102
</td>
103103
<th className="text-nowrap">
104-
<FormattedMessage id="app.solution.reevaluatedBy" defaultMessage="Re-evaluated by" />:
104+
<FormattedMessage id="generic.reevaluatedBy" defaultMessage="Re-evaluated by" />:
105105
</th>
106106
<td>
107107
<UsersNameContainer userId={submittedBy} showEmail="icon" />

src/locales/cs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@
969969
"app.randomMessages.m9": "Nakreslit hrocha",
970970
"app.referenceSolution.exerciseBroken": "Úloha je rozbitá, a proto není v tuto chvíli možné nechat toto vzorové řešení znovu vyhodnotit.",
971971
"app.referenceSolution.exerciseNoLongerHasEnvironment": "Úloha již nepodporuje běhové prostředí, pod kterým bylo toto řešení odevzdáno. Řešení není možné znovu vyhodnotit.",
972-
"app.referenceSolution.reevaluatedBy": "Nechal znovu vyhodnotit",
973972
"app.referenceSolutionDetail.exercise": "Úloha",
974973
"app.referenceSolutionDetail.title.details": "Detail referenčního řešení",
975974
"app.referenceSolutionTable.noDescription": "popis nebyl uveden",
@@ -1113,7 +1112,6 @@
11131112
"app.solution.environmentNotAllowedCannotResubmit": "Zadaná úloha již nepodporuje běhové prostředí, pod kterým bylo toto řešení odevzdáno. Řešení není možné znovu vyhodnotit.",
11141113
"app.solution.lastEvaluationStatus": "Stav posledního vyhodnocení",
11151114
"app.solution.note": "Poznámka:",
1116-
"app.solution.reevaluatedBy": "Nechal znovu vyhodnotit",
11171115
"app.solution.scoredPoints": "Výsledné body",
11181116
"app.solution.submittedAt": "Odevzdáno",
11191117
"app.solution.title": "Řešení",
@@ -1254,6 +1252,7 @@
12541252
"generic.nameOfPerson": "Jméno",
12551253
"generic.noRecordsInTable": "V tabulce nejsou žádné záznamy.",
12561254
"generic.operationFailed": "Operace se nezdařila. Prosíme, opakujte akci později.",
1255+
"generic.reevaluatedBy": "Nechal(a) znovu vyhodnotit",
12571256
"generic.refresh": "Občerstvit",
12581257
"generic.reset": "Resetovat",
12591258
"generic.results": "Výsledky",

src/locales/en.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@
969969
"app.randomMessages.m9": "Draw hippopotamus",
970970
"app.referenceSolution.exerciseBroken": "The exercise is broken. This reference solution may not be resubmitted at the moment.",
971971
"app.referenceSolution.exerciseNoLongerHasEnvironment": "The exercise no longer supports the environment for which this solution was evaluated. Resubmission is not possible.",
972-
"app.referenceSolution.reevaluatedBy": "Re-evaluated by",
973972
"app.referenceSolutionDetail.exercise": "Exercise",
974973
"app.referenceSolutionDetail.title.details": "Reference Solution Detail",
975974
"app.referenceSolutionTable.noDescription": "no description given",
@@ -1113,7 +1112,6 @@
11131112
"app.solution.environmentNotAllowedCannotResubmit": "The assignment no longer supports the environment for which this solution was evaluated. Resubmission is not possible.",
11141113
"app.solution.lastEvaluationStatus": "Last evaluation status",
11151114
"app.solution.note": "Note:",
1116-
"app.solution.reevaluatedBy": "Re-evaluated by",
11171115
"app.solution.scoredPoints": "Final score",
11181116
"app.solution.submittedAt": "Submitted at",
11191117
"app.solution.title": "The Solution",
@@ -1254,6 +1252,7 @@
12541252
"generic.nameOfPerson": "Name",
12551253
"generic.noRecordsInTable": "There are no records in the table.",
12561254
"generic.operationFailed": "Operation failed. Please try again later.",
1255+
"generic.reevaluatedBy": "Re-evaluated by",
12571256
"generic.refresh": "Refresh",
12581257
"generic.reset": "Reset",
12591258
"generic.results": "Results",

src/locales/whitelist_en.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,6 @@
969969
"app.randomMessages.m9",
970970
"app.referenceSolution.exerciseBroken",
971971
"app.referenceSolution.exerciseNoLongerHasEnvironment",
972-
"app.referenceSolution.reevaluatedBy",
973972
"app.referenceSolutionDetail.exercise",
974973
"app.referenceSolutionDetail.title.details",
975974
"app.referenceSolutionTable.noDescription",
@@ -1113,7 +1112,6 @@
11131112
"app.solution.environmentNotAllowedCannotResubmit",
11141113
"app.solution.lastEvaluationStatus",
11151114
"app.solution.note",
1116-
"app.solution.reevaluatedBy",
11171115
"app.solution.scoredPoints",
11181116
"app.solution.submittedAt",
11191117
"app.solution.title",
@@ -1254,6 +1252,7 @@
12541252
"generic.nameOfPerson",
12551253
"generic.noRecordsInTable",
12561254
"generic.operationFailed",
1255+
"generic.reevaluatedBy",
12571256
"generic.refresh",
12581257
"generic.reset",
12591258
"generic.results",

0 commit comments

Comments
 (0)