1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"invalid-cidr": "Invalid CIDR notion: {{0}}",
"invalid-port": "Invalid port: {{0}}",
"invalid-subnet": "Invalid subnet: {{0}}",
"jumphost-deleted": "Delete jump host {{0}}",
"jumphost-saved": "Saved jump host {{0}}",
"no-clients-selected": "No clients selected",
"no-current-tasks": "No recent tasks",
"no-such-jumphost": "No such jump host {{0}}",
"no-such-task": "No such task: {{0}}",
"some-machine-not-found": "Some machines from your POST request don't exist",
"subnet-already-exists": "Subnet already exists",
"subnet-created": "Created subnet",
"subnet-deleted": "Deleted subnet",
"subnet-updated": "Updated subnet",
"unknown-exec-job": "Invalid job ID: {{0}}",
"unknown-task-type": "Invalid task type",
"woldiscover-disabled": "Automatic WOL-detection disabled",
"woldiscover-enabled": "Automatic WOL-detection enabled"
}
|