Reworked WLAN and Port Templates to be more serious

This commit is contained in:
Fabian Lamprecht 2018-10-23 15:20:57 +02:00
parent 86d6323a87
commit 1eb42d670f

View File

@ -1,5 +1,9 @@
{ {
"placeholders": { "placeholders": {
"veranstaltung": {
"type": "text",
"desc": "Veranstaltung"
},
"port": { "port": {
"type": "text", "type": "text",
"desc": "Portnummer/Dienst" "desc": "Portnummer/Dienst"
@ -25,10 +29,10 @@
} }
}, },
"RZ": { "RZ": {
"mail": "fachschaft.wiai@uni-bamberg.de", "mail": "mail@cptpie.com",
"templates": { "templates": {
"Portsperre": "liebes RZ, Port {{port}} ist zu. das ist doof :(", "Portsperre": "Sehr geehrte Mitarbeiter des RZ,\ndie Veranstaltung {{veranstaltung}} wurde durch die Sperrung des Ports {{port}} beeinträchtigt.\n Mit freundlichen Grüßen\n",
"WLAN": "hallo RZ, in Raum {{raum}} funkt das WLAN {{wlan}} nicht. das ist doof :(", "WLAN": "Sehr geehrte Mitarbeiter des RZ,\nin Raum {{raum}} funktionierte um {{zeit}} das WLAN {{wlan}} nicht.\n Mit freundlichen Grüßen\n",
"test": "ich bin ein test mit einer zahl: {{anzahl}}" "test": "ich bin ein test mit einer zahl: {{anzahl}}"
} }
}, },