forked from server/reporter
28 lines
560 B
JSON
28 lines
560 B
JSON
{
|
|
"placeholders": {
|
|
"port": {
|
|
"type": "text",
|
|
"desc": "Portnummer/Dienst"
|
|
},
|
|
"raum": {
|
|
"desc": "Raumnummer"
|
|
},
|
|
"wlan": {
|
|
"type": "text",
|
|
"desc": "Wlan-name",
|
|
"default": "eduroam"
|
|
},
|
|
"anzahl": {
|
|
"type": "number",
|
|
"desc": "Anzahl"
|
|
}
|
|
},
|
|
"RZ": {
|
|
"mail": "fachschaft.wiai@uni-bamberg.de",
|
|
"templates": {
|
|
"Portsperre": "liebes RZ, Port {port} ist zu. das ist doof :(",
|
|
"WLAN": "hallo RZ, in Raum {raum} funkt das WLAN {wlan} nicht. das ist doof :(",
|
|
"test": "ich bin ein test mit einer zahl: {anzahl}"
|
|
}
|
|
}
|
|
} |