parent
d5a9e4781c
commit
0264375d3f
|
@ -71,6 +71,8 @@
|
||||||
|
|
||||||
|
|
||||||
<h3>{{ translater.getTranslation("irrigation zones") }}</h3>
|
<h3>{{ translater.getTranslation("irrigation zones") }}</h3>
|
||||||
|
<button onclick="switchZoneMode(false, 'all')">{{ translater.getTranslation("switch all to")}} {{ translater.getTranslation("manual mode") }}</button>
|
||||||
|
<button onclick="switchZoneMode(true, 'all')">{{ translater.getTranslation("switch all to")}} {{ translater.getTranslation("automatic mode") }}</button>
|
||||||
<div id="zones">
|
<div id="zones">
|
||||||
{% for zone in zoneManager.zones %}
|
{% for zone in zoneManager.zones %}
|
||||||
<div id="zone_{{ zone.number }}" class="zone">
|
<div id="zone_{{ zone.number }}" class="zone">
|
||||||
|
|
|
@ -33,6 +33,7 @@ class Translater:
|
||||||
"cancel": "abbrechen",
|
"cancel": "abbrechen",
|
||||||
"delete": "löschen",
|
"delete": "löschen",
|
||||||
"delete all jobs" : "alle Aufträge löschen",
|
"delete all jobs" : "alle Aufträge löschen",
|
||||||
|
"switch all to" : "stelle alle um auf",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue