|
20 | 20 | "goHome": "Go to home page",
|
21 | 21 | "results": "results",
|
22 | 22 | "showing": "Showing",
|
| 23 | + "saveQuestion": "Save", |
| 24 | + "addRank": "Add rank", |
| 25 | + "editrank": "Edit rank", |
| 26 | + "removerank": "Remove rank", |
| 27 | + "addSelect": "Add select", |
| 28 | + "editselect": "Edit select", |
| 29 | + "removeselect": "Remove select", |
| 30 | + "addText": "Add text", |
| 31 | + "edittext": "Edit text", |
| 32 | + "removetext": "Remove text", |
| 33 | + "subject": "Subject", |
| 34 | + "choices": "Choices", |
| 35 | + "answers": "Answers", |
| 36 | + "enterMaxLength": "Enter the MaxLength", |
| 37 | + "maxChoices": "Max number of choices", |
| 38 | + "minChoices": "Min number of choices", |
| 39 | + "enterMinN": "Enter the MinN", |
| 40 | + "enterMaxN": "Enter the MaxN", |
| 41 | + "enterRegex": "Enter your regex", |
| 42 | + "enterTitle": "Enter your Title", |
| 43 | + "mainProperties": "Main properties", |
| 44 | + "additionalProperties": "Additional properties", |
| 45 | + "removeSubject": "Remove subject", |
| 46 | + "addSubject": "Add subject", |
| 47 | + "addQuestionrank": "Rank", |
| 48 | + "addQuestionselect": "Select", |
| 49 | + "addQuestiontext": "Text", |
| 50 | + "importFile": "Import JSON file", |
23 | 51 | "enterSciper": "Please give the sciper of the user",
|
24 | 52 | "adminDetails": "Add or remove roles of users from the admin table",
|
25 | 53 | "navBarCreateElection": "Create election",
|
|
38 | 66 | "add": "Add",
|
39 | 67 | "exportJSON": "Export as JSON",
|
40 | 68 | "delete": "Delete",
|
41 |
| - "clearElection": "Clear election", |
| 69 | + "combineShares": "Combine shares", |
| 70 | + "createElec": "Create election", |
| 71 | + "clearElec": "Clear election", |
| 72 | + "confirmRemovesubject": "Do you really want to remove this subject?", |
| 73 | + "confirmRemovetext": "Do you really want to remove this text?", |
| 74 | + "confirmRemoverank": "Do you really want to remove this rank?", |
| 75 | + "confirmRemoveselect": "Do you really want to remove this select?", |
42 | 76 | "upload": "Choose a json file from your computer:",
|
43 | 77 | "notJson": "The file needs to have the .json extension.",
|
44 | 78 | "noFile": "No file found",
|
45 |
| - "create": "Create a new election by filling out the information below or by uploading a json file", |
| 79 | + "createElecDesc": "Create a new election by filling out the information below or by", |
| 80 | + "uploadJSON": "uploading a JSON file", |
| 81 | + "enterMainTitle": "Enter the Main Title", |
| 82 | + "enterSubjectTitle": "Enter the Subject Title", |
46 | 83 | "errorCandidates": "You must add at least one candidate!",
|
47 | 84 | "errorNewCandidate": "Are you sure you don't want to add ",
|
48 | 85 | "errorRetrievingElections": "An error seems to have occurred while retrieving all the elections from our server. Contact the administrator of this website.",
|
|
0 commit comments