|
60 | 60 | "addCandidate": "Add a candidate",
|
61 | 61 | "addUser": "Add user",
|
62 | 62 | "role": "Role",
|
| 63 | + "roles": "Roles", |
63 | 64 | "edit": "Edit",
|
64 | 65 | "nothingToAdd": "There is nothing to add.",
|
65 | 66 | "duplicateCandidate": "This candidate has already been added.",
|
|
215 | 216 | "filterByStatus": "Filter by status",
|
216 | 217 | "all": "All",
|
217 | 218 | "resetFilter": "Reset filter",
|
218 |
| - "showingNOverMOfXResults": "Showing {{n}}/{{m}} of {{x}} results." |
| 219 | + "showingNOverMOfXResults": "Showing {{n}}/{{m}} of {{x}} results.", |
| 220 | + "addProxy": "Add proxy", |
| 221 | + "editProxy": "Edit the proxy address", |
| 222 | + "proxy": "Proxy", |
| 223 | + "confirmDeleteProxy": "Do confirm deleting this node address", |
| 224 | + "nodeDetails": "Add, edit or remove the mapping between a node address and its proxy address.", |
| 225 | + "inputNodeProxyError": "Error: the address of the node and the proxy cannot be empty.", |
| 226 | + "proxySuccessfullyEdited": "The proxy address was successfully modified !", |
| 227 | + "nodeProxySuccessfullyAdded": "The node and proxy addresses were successfully added !", |
| 228 | + "proxySuccessfullyDeleted": "The node and proxy addresses were successfully deleted !", |
| 229 | + "addNodeProxyError": "An error occurred while trying to add the node and proxy addresses. Error: ", |
| 230 | + "editProxyError": "An error occurred while trying to edit the proxy address. Error: ", |
| 231 | + "removeProxyError": "An error occurred while trying to remove the node and proxy addresses. Error: ", |
| 232 | + "enterNodeProxy": "Please enter the addresses of the node and the proxy", |
| 233 | + "invalidProxyError": "Error: the address you entered is not a valid URL." |
219 | 234 | }
|
220 | 235 | }
|
0 commit comments