From 3e45ec44d22f03ca6642e08f695c6d7274cecfaf Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sat, 7 Dec 2019 13:52:54 +0100 Subject: [statistics/rebootcontrol] Add WOL button to statistics module * Overhauled task display in rebootcontrol module * Can only add subnets by CIDR now instead of start and end --- modules-available/rebootcontrol/lang/de/messages.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'modules-available/rebootcontrol/lang/de/messages.json') diff --git a/modules-available/rebootcontrol/lang/de/messages.json b/modules-available/rebootcontrol/lang/de/messages.json index 788e57a2..81ddcb67 100644 --- a/modules-available/rebootcontrol/lang/de/messages.json +++ b/modules-available/rebootcontrol/lang/de/messages.json @@ -1,10 +1,17 @@ { + "invalid-ip-address": "Ung\u00fcltige IP-Adresse: {{0}}", "invalid-port": "Ung\u00fcltiger Port: {{0}}", + "invalid-subnet": "Ung\u00fcltiges Subnet: {{0}}", "jumphost-saved": "Sprung-Host {{0}} gespeichert", "no-clients-selected": "Keine Clients ausgew\u00e4hlt", "no-current-tasks": "Keine aktuellen oder k\u00fcrzlich abgeschlossenen Aufgaben", "no-such-jumphost": "Sprung-Host {{0}} existiert nicht", "no-such-task": "Task {{0}} existiert nicht", "some-machine-not-found": "Einige Clients aus dem POST request wurden nicht gefunden", - "unknown-task-type": "Unbekannter Task-Typ" + "subnet-already-exists": "Subnet existiert bereits", + "subnet-created": "Subnet angelegt", + "subnet-updated": "Subnet aktualisiert", + "unknown-task-type": "Unbekannter Task-Typ", + "woldiscover-disabled": "Automatische WOL-Ermittlung deaktiviert", + "woldiscover-enabled": "Automatische WOL-Ermittlung aktiviert" } \ No newline at end of file -- cgit v1.2.3-55-g7522