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: web/frontend/src/language/en.json
+7-6
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,17 @@
28
28
"loginText": "You need to login to access the content of {{from}}",
29
29
"loginCallback": "We are proceeding with the authentication. You should be redirected...",
30
30
"logout": "Logout",
31
-
"elecName": "Election title",
32
31
"namePlaceHolder": "Enter the name",
33
32
"addCandidate": "Add a candidate",
34
33
"addUser": "Add user",
35
34
"role": "Role",
36
35
"edit": "Edit",
37
-
"addCandPlaceHolder": "candidate's name",
38
36
"nothingToAdd": "There is nothing to add.",
39
37
"duplicateCandidate": "This candidate has already been added.",
40
38
"add": "Add",
41
-
"exportElecJSON": "Export as JSON",
39
+
"exportJSON": "Export as JSON",
42
40
"delete": "Delete",
43
-
"createElec": "Create election",
44
-
"clearElec": "Clear election",
41
+
"clearElection": "Clear election",
45
42
"upload": "Choose a json file from your computer:",
46
43
"notJson": "The file needs to have the .json extension.",
47
44
"noFile": "No file found",
@@ -138,14 +135,18 @@
138
135
"pluralAnswers": "answers",
139
136
"rankRange": "Answer must be between 1 and {{max}}. ",
140
137
"castVote": "Cast vote",
138
+
"voteExplanation": "You may cast a ballot as many time as you want while the election is open. Only your last vote will be taken into account.",
141
139
"noVote": "There is currently nothing to vote on.",
142
140
"voteAllowed": "You are allowed to vote on the election(s) below. Click on an election title to display its ballot and vote.",
143
141
"displayResults": "The results of the election(s) listed below are available. Click on an election title to access them.",
144
142
"noResultsAvailable": "There is currently no available results.",
145
-
"exportResJSON": "Export as JSON",
143
+
"resultExplanation1": "Results for select and text question are given in percentage of the number of votes for a candidate divided by the number of ballots cast. ",
144
+
"resultExplanation2": "Results of rank question corresponds to the percentage of the score a candidate has. Each voter gives candidates points by ranking them (lower is better). ",
145
+
"resultExplanation3": "The score corresponds to the sum of the points a candidate got and is divided by the total number of points attributed across all ballots.",
146
146
"shuffle": "Shuffle",
147
147
"decrypt": "Decrypt",
148
148
"seeResult": "See results",
149
+
"totalNumberOfVotes": "Total number of votes : {{votes}}",
149
150
"notEnoughBallot": "The operation failed because less than two ballots have been casted.",
150
151
"operationFailure": "The operation failed. Try refreshing the page.",
0 commit comments