iobroker.sprinklecontrol 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -6
- package/admin/i18n/de/translations.json +11 -0
- package/admin/i18n/en/translations.json +11 -0
- package/admin/i18n/es/translations.json +11 -0
- package/admin/i18n/fr/translations.json +11 -0
- package/admin/i18n/it/translations.json +11 -0
- package/admin/i18n/nl/translations.json +11 -0
- package/admin/i18n/pl/translations.json +11 -0
- package/admin/i18n/pt/translations.json +11 -0
- package/admin/i18n/ru/translations.json +11 -0
- package/admin/i18n/uk/translations.json +11 -0
- package/admin/i18n/zh-cn/translations.json +11 -0
- package/admin/index_m.html +515 -455
- package/admin/index_m.js +35 -18
- package/admin/words.js +20 -9
- package/io-package.json +31 -29
- package/lib/evaporation.js +9 -10
- package/lib/myConfig.js +46 -24
- package/lib/sendMessageText.js +5 -5
- package/lib/tools.js +242 -200
- package/lib/valveControl.js +239 -87
- package/main.js +84 -42
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,6 +33,14 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
|
|
|
33
33
|
Placeholder for the next version (at the beginning of the line):
|
|
34
34
|
### **WORK IN PROGRESS**
|
|
35
35
|
-->
|
|
36
|
+
### 1.0.2 (2026-04-19)
|
|
37
|
+
* (Dirk-Peter-md) Added times for the irrigation ban
|
|
38
|
+
|
|
39
|
+
### 1.0.1 (2026-04-11)
|
|
40
|
+
* (Dirk-Peter-md) Add Homematic ON_TIME
|
|
41
|
+
* (Dirk-Peter-md) Adapter configuration revised
|
|
42
|
+
* (Dirk-Peter-md) ioBroker-Bot [E4041], [E4043] completed
|
|
43
|
+
|
|
36
44
|
### 1.0.0 (2026-03-21)
|
|
37
45
|
* (Dirk-Peter-md) Adapter redesign => Be sure to check your configuration
|
|
38
46
|
* (Dirk-Peter-md) Adaptation to “dasWeather” >= 4.0
|
|
@@ -46,12 +54,6 @@ Wetterabhängige automatische Steuerung der Gartenbewässerung
|
|
|
46
54
|
### 0.2.18 (2025-06-30)
|
|
47
55
|
* (Dirk-Peter-md) Hysteresis switch-on value of the cistern changed to 20%
|
|
48
56
|
|
|
49
|
-
### 0.2.17 (2025-06-15)
|
|
50
|
-
* (Dirk-Peter-md) Valve timing corrected
|
|
51
|
-
|
|
52
|
-
### 0.2.16 (2025-06-08)
|
|
53
|
-
* (Dirk-Peter-md) issue #95 Pump lead time added
|
|
54
|
-
|
|
55
57
|
## License
|
|
56
58
|
MIT License
|
|
57
59
|
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Additional notification setting": "Zusätzliche Benachrichtigungseinstellung",
|
|
6
6
|
"Additional start time": "Zusätzliche Startzeit",
|
|
7
7
|
"Additional watering time in min": "Zusätzliche Bewässerungszeit in min",
|
|
8
|
+
"Adjusting the switching behavior": "Anpassen des Schaltverhaltens",
|
|
8
9
|
"All Receiver": "Alle Empfänger",
|
|
9
10
|
"Astro settings": "Astro-Einstellungen",
|
|
10
11
|
"Booster": "Booster",
|
|
@@ -12,17 +13,21 @@
|
|
|
12
13
|
"Calculation of evaporation": "Berechnung der Verdunstung",
|
|
13
14
|
"Cancel": "Abbrechen",
|
|
14
15
|
"Cistern": "Zisterne",
|
|
16
|
+
"Command without response": "Befehl ohne Antwort",
|
|
15
17
|
"Configuration of the analog soil moisture sensor": "Konfiguration des analogen Bodenfeuchtesensors",
|
|
16
18
|
"Control voltage of the valves": "Steuerspannung der Ventile",
|
|
17
19
|
"Controlling your Sprinkler …": "Kontrollieren Sie Ihren Sprinkler ..",
|
|
18
20
|
"E-mail": "Email",
|
|
19
21
|
"Edit Device:": "Gerät bearbeiten:",
|
|
20
22
|
"Enable / Disable Notifications": "Benachrichtigungen aktivieren / deaktivieren",
|
|
23
|
+
"Enable time-based restriction": "Aktivieren Sie die zeitliche Einschränkung",
|
|
24
|
+
"End of interruption": "Ende der Unterbrechung",
|
|
21
25
|
"Evaporation calculation sensors": "Sensoren \"(Homematic HmIP-SWO-PL)\" zur Berechnung der Verdunstung",
|
|
22
26
|
"Every second day": "Jeden zweiten Tag",
|
|
23
27
|
"Extra Settings": "Zusätzliche Einstellungen",
|
|
24
28
|
"Flow amount in l/h": "Durchflussmenge in l/h",
|
|
25
29
|
"Friday": "Freitag",
|
|
30
|
+
"Homematic [on_time]": "Homematic [on_time]",
|
|
26
31
|
"Humidity sensor": "Sensor für Luftfeuchtigkeit in %",
|
|
27
32
|
"If you don't use this procedure, you can leave these fields blank.": "Wenn Sie dieses Verfahren nicht verwenden, können Sie diese Felder leer lassen.",
|
|
28
33
|
"Irrigation settings": "Bewässerungseinstellungen",
|
|
@@ -38,6 +43,7 @@
|
|
|
38
43
|
"Minimum fill level of the cysts in %": "Mindestfüllstand der Zysten in %",
|
|
39
44
|
"Monday": "Montag",
|
|
40
45
|
"Name": "Name",
|
|
46
|
+
"No Notification": "Keine Benachrichtigung",
|
|
41
47
|
"No additional start time": "Keine zusätzliche Startzeit",
|
|
42
48
|
"Notification Sound": "Benachrichtigungston",
|
|
43
49
|
"Notification Style": "Benachrichtigungsstil",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"Soil moisture sensor bistable": "Bodenfeuchtesensor bistabil",
|
|
73
79
|
"Sprinkler consumption": "Sprinklerverbrauch",
|
|
74
80
|
"Sprinkler control": "Sprinklersteuerung",
|
|
81
|
+
"Standard [ack === true]": "Standard [ack === true]",
|
|
75
82
|
"Start at ETpCurrent greater than": "Start bei ETpCurrent größer als",
|
|
83
|
+
"Start of interruption": "Beginn der Unterbrechung",
|
|
76
84
|
"Start on fixed days": "An festen Tagen starten",
|
|
77
85
|
"Start on fixed days (without sensors)": "Start an festen Tagen (ohne Sensoren)",
|
|
78
86
|
"Start on fixed days of the week (without sensors)": "Start an festen Wochentagen (ohne Sensoren)",
|
|
@@ -105,6 +113,8 @@
|
|
|
105
113
|
"Tick the days of the week you want": "Kreuzen Sie die gewünschten Wochentage an",
|
|
106
114
|
"Time Settings": "Zeit Einstellungen",
|
|
107
115
|
"Time shift in min": "Zeitverschiebung in min",
|
|
116
|
+
"Time-based irrigation restriction": "Zeitliche Bewässerungsbeschränkung",
|
|
117
|
+
"Time-based irrigation restriction (Irrigation ban)": "Zeitliche Bewässerungsbeschränkung (Bewässerungsverbot)",
|
|
108
118
|
"Tuesday": "Dienstag",
|
|
109
119
|
"Use weather forecast": "Wettervorhersage verwenden",
|
|
110
120
|
"Waiting for the send (seconds)": "Warten auf den Versand (Sekunden)",
|
|
@@ -119,6 +129,7 @@
|
|
|
119
129
|
"WhatsApp instance": "WhatsApp-Instanz",
|
|
120
130
|
"Wind speed sensor": "Sensor für Windgeschwindigkeit in km / h",
|
|
121
131
|
"Without a pump": "Ohne Pumpe",
|
|
132
|
+
"Working without a weather forecast": "Arbeiten ohne Wettervorhersage",
|
|
122
133
|
"after irrigation = 100": "Bodenfeuchtigkeit = 100% nach Bewässerung",
|
|
123
134
|
"analog soil moisture sensor at 0 percent (sensor in the air)": "analoger Bodenfeuchtesensor bei 0 Prozent (Sensor in der Luft)",
|
|
124
135
|
"analog soil moisture sensor at 100 percent (sensor in the water)": "analoger Bodenfeuchtesensor bei 100 Prozent (Sensor im Wasser)",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Additional notification setting": "Additional notification setting",
|
|
6
6
|
"Additional start time": "Additional start time",
|
|
7
7
|
"Additional watering time in min": "Additional watering time in min",
|
|
8
|
+
"Adjusting the switching behavior": "Adjusting the switching behavior",
|
|
8
9
|
"All Receiver": "All Receiver",
|
|
9
10
|
"Astro settings": "Astro settings",
|
|
10
11
|
"Booster": "Booster",
|
|
@@ -12,17 +13,21 @@
|
|
|
12
13
|
"Calculation of evaporation": "Calculation of evaporation",
|
|
13
14
|
"Cancel": "Abort, stop",
|
|
14
15
|
"Cistern": "Cistern",
|
|
16
|
+
"Command without response": "Command without response",
|
|
15
17
|
"Configuration of the analog soil moisture sensor": "Configuration of the analog soil moisture sensor",
|
|
16
18
|
"Control voltage of the valves": "Control voltage of the valves",
|
|
17
19
|
"Controlling your Sprinkler …": "Controlling your Sprinkler …",
|
|
18
20
|
"E-mail": "E-mail",
|
|
19
21
|
"Edit Device:": "Edit Device:",
|
|
20
22
|
"Enable / Disable Notifications": "Enable / Disable Notifications",
|
|
23
|
+
"Enable time-based restriction": "Enable time-based restriction",
|
|
24
|
+
"End of interruption": "End of interruption",
|
|
21
25
|
"Evaporation calculation sensors": "Sensors \"(Homematic HmIP-SWO-PL)\" for calculating the evaporation",
|
|
22
26
|
"Every second day": "Every second day",
|
|
23
27
|
"Extra Settings": "Extra Settings",
|
|
24
28
|
"Flow amount in l/h": "Flow amount in l/h",
|
|
25
29
|
"Friday": "Friday",
|
|
30
|
+
"Homematic [on_time]": "Homematic [on_time]",
|
|
26
31
|
"Humidity sensor": "Sensor for humidity in %",
|
|
27
32
|
"If you don't use this procedure, you can leave these fields blank.": "If you don't use this procedure, you can leave these fields blank.",
|
|
28
33
|
"Irrigation settings": "Irrigation settings",
|
|
@@ -38,6 +43,7 @@
|
|
|
38
43
|
"Minimum fill level of the cysts in %": "Minimum fill level of the cysts in %",
|
|
39
44
|
"Monday": "Monday",
|
|
40
45
|
"Name": "name",
|
|
46
|
+
"No Notification": "No Notification",
|
|
41
47
|
"No additional start time": "No additional start time",
|
|
42
48
|
"Notification Sound": "Notification Sound",
|
|
43
49
|
"Notification Style": "Notification Style",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"Soil moisture sensor bistable": "Soil moisture sensor bistable",
|
|
73
79
|
"Sprinkler consumption": "Sprinkler consumption",
|
|
74
80
|
"Sprinkler control": "Sprinkler control",
|
|
81
|
+
"Standard [ack === true]": "Standard [ack === true]",
|
|
75
82
|
"Start at ETpCurrent greater than": "Start at ETpCurrent greater than",
|
|
83
|
+
"Start of interruption": "Start of interruption",
|
|
76
84
|
"Start on fixed days": "Start on fixed days",
|
|
77
85
|
"Start on fixed days (without sensors)": "Start on fixed days (without sensors)",
|
|
78
86
|
"Start on fixed days of the week (without sensors)": "Start on fixed days of the week (without sensors)",
|
|
@@ -105,6 +113,8 @@
|
|
|
105
113
|
"Tick the days of the week you want": "Tick the days of the week you want",
|
|
106
114
|
"Time Settings": "Time Settings",
|
|
107
115
|
"Time shift in min": "Time shift in min",
|
|
116
|
+
"Time-based irrigation restriction": "",
|
|
117
|
+
"Time-based irrigation restriction (Irrigation ban)": "Time-based irrigation restriction (Irrigation ban)",
|
|
108
118
|
"Tuesday": "Tuesday",
|
|
109
119
|
"Use weather forecast": "Use weather forecast",
|
|
110
120
|
"Waiting for the send (seconds)": "Waiting for the send (seconds)",
|
|
@@ -119,6 +129,7 @@
|
|
|
119
129
|
"WhatsApp instance": "WhatsApp instance",
|
|
120
130
|
"Wind speed sensor": "Sensor for wind speed in km / h",
|
|
121
131
|
"Without a pump": "Without a pump",
|
|
132
|
+
"Working without a weather forecast": "Working without a weather forecast",
|
|
122
133
|
"after irrigation = 100": "Soil moisture = 100% after irrigation",
|
|
123
134
|
"analog soil moisture sensor at 0 percent (sensor in the air)": "analog soil moisture sensor at 0 percent (sensor in the air)",
|
|
124
135
|
"analog soil moisture sensor at 100 percent (sensor in the water)": "analog soil moisture sensor at 100 percent (sensor in the water)",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Additional notification setting": "Configuración de notificación adicional",
|
|
6
6
|
"Additional start time": "Hora de inicio adicional",
|
|
7
7
|
"Additional watering time in min": "Tiempo de riego adicional en min",
|
|
8
|
+
"Adjusting the switching behavior": "Ajustar el comportamiento de conmutación",
|
|
8
9
|
"All Receiver": "Todo receptor",
|
|
9
10
|
"Astro settings": "Configuraciones astro",
|
|
10
11
|
"Booster": "Aumentador de presión",
|
|
@@ -12,17 +13,21 @@
|
|
|
12
13
|
"Calculation of evaporation": "Cálculo de evaporación",
|
|
13
14
|
"Cancel": "abortar",
|
|
14
15
|
"Cistern": "Cistern",
|
|
16
|
+
"Command without response": "Comando sin respuesta",
|
|
15
17
|
"Configuration of the analog soil moisture sensor": "Configuración del sensor de humedad del suelo analógico",
|
|
16
18
|
"Control voltage of the valves": "Control de voltaje de las válvulas",
|
|
17
19
|
"Controlling your Sprinkler …": "Controlando su Sprinkler ..",
|
|
18
20
|
"E-mail": "Correo electrónico",
|
|
19
21
|
"Edit Device:": "Editar dispositivo:",
|
|
20
22
|
"Enable / Disable Notifications": "Activar / desactivar notificaciones",
|
|
23
|
+
"Enable time-based restriction": "Habilitar restricción basada en tiempo",
|
|
24
|
+
"End of interruption": "Fin de la interrupción",
|
|
21
25
|
"Evaporation calculation sensors": "Sensores \"(Homematic HmIP-SWO-PL)\" para calcular la evaporación",
|
|
22
26
|
"Every second day": "Todos los segundos días",
|
|
23
27
|
"Extra Settings": "Configuraciones extra",
|
|
24
28
|
"Flow amount in l/h": "Cantidad de flujo en l/h",
|
|
25
29
|
"Friday": "viernes",
|
|
30
|
+
"Homematic [on_time]": "Homemático [on_time]",
|
|
26
31
|
"Humidity sensor": "Sensor de humedad en%",
|
|
27
32
|
"If you don't use this procedure, you can leave these fields blank.": "Si no utiliza este procedimiento, puede dejar estos campos en blanco.",
|
|
28
33
|
"Irrigation settings": "Configuración de riego",
|
|
@@ -38,6 +43,7 @@
|
|
|
38
43
|
"Minimum fill level of the cysts in %": "Nivel mínimo de llenado de los quistes en %",
|
|
39
44
|
"Monday": "lunes",
|
|
40
45
|
"Name": "nombre",
|
|
46
|
+
"No Notification": "Sin notificación",
|
|
41
47
|
"No additional start time": "No hay tiempo de inicio adicional",
|
|
42
48
|
"Notification Sound": "Sonido de notificación",
|
|
43
49
|
"Notification Style": "Estilo de notificación",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"Soil moisture sensor bistable": "Sensor de humedad del suelo biestable",
|
|
73
79
|
"Sprinkler consumption": "Consumo de rociadores",
|
|
74
80
|
"Sprinkler control": "Control de rociadores",
|
|
81
|
+
"Standard [ack === true]": "Estándar [ack === verdadero]",
|
|
75
82
|
"Start at ETpCurrent greater than": "Empieza en ETpCurrent más grande que",
|
|
83
|
+
"Start of interruption": "Inicio de la interrupción",
|
|
76
84
|
"Start on fixed days": "Empezar en días fijos",
|
|
77
85
|
"Start on fixed days (without sensors)": "Comience en días fijos (sin sensores)",
|
|
78
86
|
"Start on fixed days of the week (without sensors)": "Comience en días fijos de la semana (sin sensores)",
|
|
@@ -105,6 +113,8 @@
|
|
|
105
113
|
"Tick the days of the week you want": "Marque los días de la semana que desee",
|
|
106
114
|
"Time Settings": "Ajustes de hora",
|
|
107
115
|
"Time shift in min": "Cambio de tiempo en min",
|
|
116
|
+
"Time-based irrigation restriction": "Restricción de riego basada en el tiempo",
|
|
117
|
+
"Time-based irrigation restriction (Irrigation ban)": "Restricción de riego basada en el tiempo (Prohibición de riego)",
|
|
108
118
|
"Tuesday": "martes",
|
|
109
119
|
"Use weather forecast": "Usar pronóstico del tiempo",
|
|
110
120
|
"Waiting for the send (seconds)": "Esperando el envío (segundos)",
|
|
@@ -119,6 +129,7 @@
|
|
|
119
129
|
"WhatsApp instance": "Instancia de WhatsApp",
|
|
120
130
|
"Wind speed sensor": "Sensor de velocidad del viento en km / h",
|
|
121
131
|
"Without a pump": "Sin bomba",
|
|
132
|
+
"Working without a weather forecast": "Trabajar sin pronóstico del tiempo",
|
|
122
133
|
"after irrigation = 100": "Humedad del suelo = 100% después del riego.",
|
|
123
134
|
"analog soil moisture sensor at 0 percent (sensor in the air)": "sensor de humedad del suelo analógico al 0 por ciento (sensor en el aire)",
|
|
124
135
|
"analog soil moisture sensor at 100 percent (sensor in the water)": "sensor de humedad del suelo analógico al 100 por ciento (sensor en el agua)",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Additional notification setting": "Paramètre de notification supplémentaire",
|
|
6
6
|
"Additional start time": "Temps de démarrage supplémentaire",
|
|
7
7
|
"Additional watering time in min": "Temps d'arrosage supplémentaire en min",
|
|
8
|
+
"Adjusting the switching behavior": "Ajustement du comportement de commutation",
|
|
8
9
|
"All Receiver": "Tout récepteur",
|
|
9
10
|
"Astro settings": "Paramètres Astro",
|
|
10
11
|
"Booster": "Booster",
|
|
@@ -12,17 +13,21 @@
|
|
|
12
13
|
"Calculation of evaporation": "Calcul de l'évaporation",
|
|
13
14
|
"Cancel": "abandonner",
|
|
14
15
|
"Cistern": "Cistern",
|
|
16
|
+
"Command without response": "Commande sans réponse",
|
|
15
17
|
"Configuration of the analog soil moisture sensor": "Configuration du capteur analogique d'humidité du sol",
|
|
16
18
|
"Control voltage of the valves": "Tension de commande des soupapes",
|
|
17
19
|
"Controlling your Sprinkler …": "Contrôler votre Sprinkler ..",
|
|
18
20
|
"E-mail": "Email",
|
|
19
21
|
"Edit Device:": "Modifier l'appareil:",
|
|
20
22
|
"Enable / Disable Notifications": "Activer / désactiver les notifications",
|
|
23
|
+
"Enable time-based restriction": "Activer la restriction basée sur le temps",
|
|
24
|
+
"End of interruption": "Fin de l'interruption",
|
|
21
25
|
"Evaporation calculation sensors": "Capteurs \"(Homematic HmIP-SWO-PL)\" pour le calcul de l'évaporation",
|
|
22
26
|
"Every second day": "Tous les deux jours",
|
|
23
27
|
"Extra Settings": "Paramètres supplémentaires",
|
|
24
28
|
"Flow amount in l/h": "Débit en l/h",
|
|
25
29
|
"Friday": "Vendredi",
|
|
30
|
+
"Homematic [on_time]": "Homématique [on_time]",
|
|
26
31
|
"Humidity sensor": "Capteur d'humidité en%'",
|
|
27
32
|
"If you don't use this procedure, you can leave these fields blank.": "Si vous n'utilisez pas cette procédure, vous pouvez laisser ces champs vides.",
|
|
28
33
|
"Irrigation settings": "Paramètres d'irrigation",
|
|
@@ -38,6 +43,7 @@
|
|
|
38
43
|
"Minimum fill level of the cysts in %": "Niveau de remplissage minimum des kystes en %",
|
|
39
44
|
"Monday": "lundi",
|
|
40
45
|
"Name": "Nom",
|
|
46
|
+
"No Notification": "Aucune notification",
|
|
41
47
|
"No additional start time": "Pas de démarrage supplémentaire",
|
|
42
48
|
"Notification Sound": "Son de notification",
|
|
43
49
|
"Notification Style": "Style de notification",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"Soil moisture sensor bistable": "Capteur d'humidité du sol bistable",
|
|
73
79
|
"Sprinkler consumption": "Consommation sprinkler",
|
|
74
80
|
"Sprinkler control": "Commande d'arrosage",
|
|
81
|
+
"Standard [ack === true]": "Standard [ack === vrai]",
|
|
75
82
|
"Start at ETpCurrent greater than": "Commencez par ETpCurrent plus que",
|
|
83
|
+
"Start of interruption": "Début de l'interruption",
|
|
76
84
|
"Start on fixed days": "Commencer à jours fixes",
|
|
77
85
|
"Start on fixed days (without sensors)": "Démarrage à jours fixes (sans capteurs)",
|
|
78
86
|
"Start on fixed days of the week (without sensors)": "Démarrage à jours fixes de la semaine (sans capteurs)",
|
|
@@ -105,6 +113,8 @@
|
|
|
105
113
|
"Tick the days of the week you want": "Cochez les jours de la semaine que vous souhaitez",
|
|
106
114
|
"Time Settings": "Paramètres de temps",
|
|
107
115
|
"Time shift in min": "Décalage horaire en min",
|
|
116
|
+
"Time-based irrigation restriction": "Restriction d'irrigation basée sur le temps",
|
|
117
|
+
"Time-based irrigation restriction (Irrigation ban)": "Restriction d'irrigation basée sur le temps (interdiction d'irrigation)",
|
|
108
118
|
"Tuesday": "Mardi",
|
|
109
119
|
"Use weather forecast": "Utiliser les prévisions météorologiques",
|
|
110
120
|
"Waiting for the send (seconds)": "En attente de l'envoi (secondes)",
|
|
@@ -119,6 +129,7 @@
|
|
|
119
129
|
"WhatsApp instance": "Instance WhatsApp",
|
|
120
130
|
"Wind speed sensor": "Capteur de vitesse du vent en km / h",
|
|
121
131
|
"Without a pump": "Sans pompe",
|
|
132
|
+
"Working without a weather forecast": "Travailler sans prévision météo",
|
|
122
133
|
"after irrigation = 100": "Humidité du sol = 100% après irrigation",
|
|
123
134
|
"analog soil moisture sensor at 0 percent (sensor in the air)": "capteur analogique d'humidité du sol à 0 pour cent (capteur dans l'air)",
|
|
124
135
|
"analog soil moisture sensor at 100 percent (sensor in the water)": "capteur analogique d'humidité du sol à 100 pour cent (capteur dans l'eau)",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Additional notification setting": "Impostazioni di notifica aggiuntive",
|
|
6
6
|
"Additional start time": "Tempo di inizio aggiuntivo",
|
|
7
7
|
"Additional watering time in min": "Tempo di irrigazione supplementare in min",
|
|
8
|
+
"Adjusting the switching behavior": "Regolazione del comportamento di commutazione",
|
|
8
9
|
"All Receiver": "Tutti i ricevitori",
|
|
9
10
|
"Astro settings": "Impostazioni Astro",
|
|
10
11
|
"Booster": "Booster",
|
|
@@ -12,17 +13,21 @@
|
|
|
12
13
|
"Calculation of evaporation": "Calcolo dell'evaporazione",
|
|
13
14
|
"Cancel": "abortire",
|
|
14
15
|
"Cistern": "Cistern",
|
|
16
|
+
"Command without response": "Comando senza risposta",
|
|
15
17
|
"Configuration of the analog soil moisture sensor": "Configurazione del sensore di umidità del suolo analogico",
|
|
16
18
|
"Control voltage of the valves": "Controllo della tensione delle valvole",
|
|
17
19
|
"Controlling your Sprinkler …": "Controllare il tuo Sprinkler..",
|
|
18
20
|
"E-mail": "E-mail",
|
|
19
21
|
"Edit Device:": "Modifica dispositivo:",
|
|
20
22
|
"Enable / Disable Notifications": "Abilita / Disabilita notifiche",
|
|
23
|
+
"Enable time-based restriction": "Abilita la restrizione basata sul tempo",
|
|
24
|
+
"End of interruption": "Fine dell'interruzione",
|
|
21
25
|
"Evaporation calculation sensors": "Sensori \"(Homematic HmIP-SWO-PL)\" per il calcolo dell'evaporazione",
|
|
22
26
|
"Every second day": "Ogni secondo giorno",
|
|
23
27
|
"Extra Settings": "Impostazioni extra",
|
|
24
28
|
"Flow amount in l/h": "Quantità di flusso in l/h",
|
|
25
29
|
"Friday": "Venerdì",
|
|
30
|
+
"Homematic [on_time]": "Homematic [on_time]",
|
|
26
31
|
"Humidity sensor": "Sensore di umidità in%",
|
|
27
32
|
"If you don't use this procedure, you can leave these fields blank.": "Se non utilizzi questa procedura, puoi lasciare questi campi vuoti.",
|
|
28
33
|
"Irrigation settings": "Impostazioni di irrigazione",
|
|
@@ -38,6 +43,7 @@
|
|
|
38
43
|
"Minimum fill level of the cysts in %": "Livello minimo di riempimento delle cisti in %",
|
|
39
44
|
"Monday": "Lunedi",
|
|
40
45
|
"Name": "nome",
|
|
46
|
+
"No Notification": "Nessuna notifica",
|
|
41
47
|
"No additional start time": "Nessun ulteriore tempo di inizio",
|
|
42
48
|
"Notification Sound": "Suono di notifica",
|
|
43
49
|
"Notification Style": "Stile di notifica",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"Soil moisture sensor bistable": "Sensore di umidità del suolo bistabile",
|
|
73
79
|
"Sprinkler consumption": "Consumo dell'irrigatore",
|
|
74
80
|
"Sprinkler control": "Controllo dell'irrigatore",
|
|
81
|
+
"Standard [ack === true]": "Standard [riconoscimento === vero]",
|
|
75
82
|
"Start at ETpCurrent greater than": "Iniziare a ETpCurrent più grande di",
|
|
83
|
+
"Start of interruption": "Inizio dell'interruzione",
|
|
76
84
|
"Start on fixed days": "Inizia in giorni fissi",
|
|
77
85
|
"Start on fixed days (without sensors)": "Inizio in giorni fissi (senza sensori)",
|
|
78
86
|
"Start on fixed days of the week (without sensors)": "Inizio in giorni fissi della settimana (senza sensori)",
|
|
@@ -105,6 +113,8 @@
|
|
|
105
113
|
"Tick the days of the week you want": "Spunta i giorni della settimana che desideri",
|
|
106
114
|
"Time Settings": "Impostazioni dell'ora",
|
|
107
115
|
"Time shift in min": "Spostamento temporale in min",
|
|
116
|
+
"Time-based irrigation restriction": "Restrizione dell'irrigazione basata sul tempo",
|
|
117
|
+
"Time-based irrigation restriction (Irrigation ban)": "Restrizione dell'irrigazione basata sul tempo (divieto di irrigazione)",
|
|
108
118
|
"Tuesday": "martedì",
|
|
109
119
|
"Use weather forecast": "Usa le previsioni del tempo",
|
|
110
120
|
"Waiting for the send (seconds)": "Aspettando l'invio (secondi)",
|
|
@@ -119,6 +129,7 @@
|
|
|
119
129
|
"WhatsApp instance": "Istanza WhatsApp",
|
|
120
130
|
"Wind speed sensor": "Sensore per la velocità del vento in km / h",
|
|
121
131
|
"Without a pump": "Senza una pompa",
|
|
132
|
+
"Working without a weather forecast": "Lavorare senza previsioni del tempo",
|
|
122
133
|
"after irrigation = 100": "Umidità del suolo = 100% dopo l'irrigazione",
|
|
123
134
|
"analog soil moisture sensor at 0 percent (sensor in the air)": "sensore di umidità del suolo analogico a 0 percento (sensore nell'aria)",
|
|
124
135
|
"analog soil moisture sensor at 100 percent (sensor in the water)": "sensore di umidità del suolo analogico al 100% (sensore nell'acqua)",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Additional notification setting": "Aanvullende meldingsinstelling",
|
|
6
6
|
"Additional start time": "Additionele starttijd",
|
|
7
7
|
"Additional watering time in min": "Additionele watering tijd in",
|
|
8
|
+
"Adjusting the switching behavior": "Het schakelgedrag aanpassen",
|
|
8
9
|
"All Receiver": "Alle ontvanger",
|
|
9
10
|
"Astro settings": "Astro-instellingen",
|
|
10
11
|
"Booster": "Booster",
|
|
@@ -12,17 +13,21 @@
|
|
|
12
13
|
"Calculation of evaporation": "Berekening van verdamping",
|
|
13
14
|
"Cancel": "afbreken",
|
|
14
15
|
"Cistern": "Cistern",
|
|
16
|
+
"Command without response": "Commando zonder reactie",
|
|
15
17
|
"Configuration of the analog soil moisture sensor": "Configuratie van de analoge bodemvochtsensor",
|
|
16
18
|
"Control voltage of the valves": "Stuurspanning van de kleppen",
|
|
17
19
|
"Controlling your Sprinkler …": "Controle van uw Sprinkler ..",
|
|
18
20
|
"E-mail": "E-mail",
|
|
19
21
|
"Edit Device:": "Apparaat bewerken:",
|
|
20
22
|
"Enable / Disable Notifications": "Meldingen inschakelen / uitschakelen",
|
|
23
|
+
"Enable time-based restriction": "Schakel op tijd gebaseerde beperking in",
|
|
24
|
+
"End of interruption": "Einde van de onderbreking",
|
|
21
25
|
"Evaporation calculation sensors": "Sensoren \"(Homematic HmIP-SWO-PL)\" voor het berekenen van de verdamping",
|
|
22
26
|
"Every second day": "Om de andere dag",
|
|
23
27
|
"Extra Settings": "Extra instellingen",
|
|
24
28
|
"Flow amount in l/h": "Debiet in l/u",
|
|
25
29
|
"Friday": "vrijdag",
|
|
30
|
+
"Homematic [on_time]": "Homematic [on_time]",
|
|
26
31
|
"Humidity sensor": "Sensor voor vochtigheid in%",
|
|
27
32
|
"If you don't use this procedure, you can leave these fields blank.": "Als u deze procedure niet gebruikt, kunt u deze velden leeg laten.",
|
|
28
33
|
"Irrigation settings": "Irrigatie-instellingen",
|
|
@@ -38,6 +43,7 @@
|
|
|
38
43
|
"Minimum fill level of the cysts in %": "Minimaal vulniveau van de cysten in %",
|
|
39
44
|
"Monday": "maandag",
|
|
40
45
|
"Name": "naam",
|
|
46
|
+
"No Notification": "Geen melding",
|
|
41
47
|
"No additional start time": "Geen extra starttijd",
|
|
42
48
|
"Notification Sound": "Notificatie geluid",
|
|
43
49
|
"Notification Style": "Meldingsstijl",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"Soil moisture sensor bistable": "Bodemvochtsensor bistabiel",
|
|
73
79
|
"Sprinkler consumption": "Sprinkler verbruik",
|
|
74
80
|
"Sprinkler control": "Sprinklercontrole",
|
|
81
|
+
"Standard [ack === true]": "Standaard [ack === waar]",
|
|
75
82
|
"Start at ETpCurrent greater than": "Begin bij aankomst",
|
|
83
|
+
"Start of interruption": "Begin van de onderbreking",
|
|
76
84
|
"Start on fixed days": "Start op vaste dagen",
|
|
77
85
|
"Start on fixed days (without sensors)": "Start op vaste dagen (zonder sensoren)",
|
|
78
86
|
"Start on fixed days of the week (without sensors)": "Start op vaste dagen van de week (zonder sensoren)",
|
|
@@ -105,6 +113,8 @@
|
|
|
105
113
|
"Tick the days of the week you want": "Vink de gewenste dagen van de week aan",
|
|
106
114
|
"Time Settings": "Tijdsinstellingen",
|
|
107
115
|
"Time shift in min": "Tijdverschuiving in min",
|
|
116
|
+
"Time-based irrigation restriction": "Tijdgebaseerde irrigatiebeperking",
|
|
117
|
+
"Time-based irrigation restriction (Irrigation ban)": "Tijdgebaseerde irrigatiebeperking (irrigatieverbod)",
|
|
108
118
|
"Tuesday": "dinsdag",
|
|
109
119
|
"Use weather forecast": "Gebruik weersvoorspelling",
|
|
110
120
|
"Waiting for the send (seconds)": "Wachten op verzending (seconden)",
|
|
@@ -119,6 +129,7 @@
|
|
|
119
129
|
"WhatsApp instance": "WhatsApp-instantie",
|
|
120
130
|
"Wind speed sensor": "Sensor voor windsnelheid in km / u",
|
|
121
131
|
"Without a pump": "Zonder pomp",
|
|
132
|
+
"Working without a weather forecast": "Werken zonder weersvoorspelling",
|
|
122
133
|
"after irrigation = 100": "Bodemvocht = 100% na irrigatie",
|
|
123
134
|
"analog soil moisture sensor at 0 percent (sensor in the air)": "analoge bodemvochtsensor op 0 procent (sensor in de lucht)",
|
|
124
135
|
"analog soil moisture sensor at 100 percent (sensor in the water)": "analoge bodemvochtsensor op 100 procent (sensor in het water)",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Additional notification setting": "Dodatkowe ustawienie powiadomień",
|
|
6
6
|
"Additional start time": "Czas rozpoczęcia",
|
|
7
7
|
"Additional watering time in min": "Dodatkowy czas w wodzie",
|
|
8
|
+
"Adjusting the switching behavior": "Regulacja zachowania przełączania",
|
|
8
9
|
"All Receiver": "All Receiver",
|
|
9
10
|
"Astro settings": "Ustawienia Astro",
|
|
10
11
|
"Booster": "Wzmacniacz",
|
|
@@ -12,17 +13,21 @@
|
|
|
12
13
|
"Calculation of evaporation": "Obliczanie parowania",
|
|
13
14
|
"Cancel": "przerwać",
|
|
14
15
|
"Cistern": "Cistern",
|
|
16
|
+
"Command without response": "Polecenie bez odpowiedzi",
|
|
15
17
|
"Configuration of the analog soil moisture sensor": "Konfiguracja analogowego czujnika wilgotności gleby",
|
|
16
18
|
"Control voltage of the valves": "Napięcie sterujące zaworów",
|
|
17
19
|
"Controlling your Sprinkler …": "Kontrolowanie zraszacza..",
|
|
18
20
|
"E-mail": "E-mail",
|
|
19
21
|
"Edit Device:": "Edytuj urządzenie:",
|
|
20
22
|
"Enable / Disable Notifications": "Włącz / wyłącz powiadomienia",
|
|
23
|
+
"Enable time-based restriction": "Włącz ograniczenie czasowe",
|
|
24
|
+
"End of interruption": "Koniec przerwy",
|
|
21
25
|
"Evaporation calculation sensors": "Czujniki „(Homematic HmIP-SWO-PL)” do obliczania parowania",
|
|
22
26
|
"Every second day": "Co drugi dzień",
|
|
23
27
|
"Extra Settings": "Dodatkowe ustawienia",
|
|
24
28
|
"Flow amount in l/h": "Przepływ w l/h",
|
|
25
29
|
"Friday": "piątek",
|
|
30
|
+
"Homematic [on_time]": "Homematic [on_time]",
|
|
26
31
|
"Humidity sensor": "Czujnik wilgotności w%",
|
|
27
32
|
"If you don't use this procedure, you can leave these fields blank.": "Jeśli nie korzystasz z tej procedury, możesz pozostawić te pola puste.",
|
|
28
33
|
"Irrigation settings": "Ustawienia nawadniania",
|
|
@@ -38,6 +43,7 @@
|
|
|
38
43
|
"Minimum fill level of the cysts in %": "Minimalny poziom napełnienia torbieli w %",
|
|
39
44
|
"Monday": "poniedziałek",
|
|
40
45
|
"Name": "imię",
|
|
46
|
+
"No Notification": "Brak powiadomienia",
|
|
41
47
|
"No additional start time": "Czas nieoczekiwanie",
|
|
42
48
|
"Notification Sound": "Dźwięk powiadomienia",
|
|
43
49
|
"Notification Style": "Styl powiadomienia",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"Soil moisture sensor bistable": "Czujnik wilgotności gleby bistabilny",
|
|
73
79
|
"Sprinkler consumption": "Zużycie tryskaczy",
|
|
74
80
|
"Sprinkler control": "Kontrola zraszaczy",
|
|
81
|
+
"Standard [ack === true]": "Standardowe [potwierdzenie === prawda]",
|
|
75
82
|
"Start at ETpCurrent greater than": "Zaczyna się w ETpCurrent większym niż w przypadku ETpCurrenta",
|
|
83
|
+
"Start of interruption": "Początek przerwy",
|
|
76
84
|
"Start on fixed days": "Start w ustalone dni",
|
|
77
85
|
"Start on fixed days (without sensors)": "Start w ustalone dni (bez czujników)",
|
|
78
86
|
"Start on fixed days of the week (without sensors)": "Start w stałe dni tygodnia (bez czujników)",
|
|
@@ -105,6 +113,8 @@
|
|
|
105
113
|
"Tick the days of the week you want": "Zaznacz dni tygodnia, które chcesz",
|
|
106
114
|
"Time Settings": "Ustawienia czasu",
|
|
107
115
|
"Time shift in min": "Przesunięcie czasu w min",
|
|
116
|
+
"Time-based irrigation restriction": "Ograniczenie nawadniania oparte na czasie",
|
|
117
|
+
"Time-based irrigation restriction (Irrigation ban)": "Ograniczenia nawadniania oparte na czasie (zakaz nawadniania)",
|
|
108
118
|
"Tuesday": "wtorek",
|
|
109
119
|
"Use weather forecast": "Użyj prognozy pogody",
|
|
110
120
|
"Waiting for the send (seconds)": "Oczekiwanie na wysłanie (sekundy)",
|
|
@@ -119,6 +129,7 @@
|
|
|
119
129
|
"WhatsApp instance": "Instancja WhatsApp",
|
|
120
130
|
"Wind speed sensor": "Czujnik prędkości wiatru w km / h",
|
|
121
131
|
"Without a pump": "Bez pompy",
|
|
132
|
+
"Working without a weather forecast": "Praca bez prognozy pogody",
|
|
122
133
|
"after irrigation = 100": "Wilgotność gleby = 100% po nawadnianiu",
|
|
123
134
|
"analog soil moisture sensor at 0 percent (sensor in the air)": "analogowy czujnik wilgotności gleby na 0 procent (czujnik w powietrzu)",
|
|
124
135
|
"analog soil moisture sensor at 100 percent (sensor in the water)": "analogowy czujnik wilgotności gleby na 100 procent (czujnik w wodzie)",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Additional notification setting": "Configuração de notificação adicional",
|
|
6
6
|
"Additional start time": "Tempo de início adicional",
|
|
7
7
|
"Additional watering time in min": "Tempo adicional de rega em min",
|
|
8
|
+
"Adjusting the switching behavior": "Ajustando o comportamento de comutação",
|
|
8
9
|
"All Receiver": "Todos os receptores",
|
|
9
10
|
"Astro settings": "Configurações do Astro",
|
|
10
11
|
"Booster": "Booster",
|
|
@@ -12,17 +13,21 @@
|
|
|
12
13
|
"Calculation of evaporation": "Cálculo de evaporação",
|
|
13
14
|
"Cancel": "abortar",
|
|
14
15
|
"Cistern": "Cisterna",
|
|
16
|
+
"Command without response": "Comando sem resposta",
|
|
15
17
|
"Configuration of the analog soil moisture sensor": "Configuração do sensor analógico de umidade do solo",
|
|
16
18
|
"Control voltage of the valves": "Tensão de controle das válvulas",
|
|
17
19
|
"Controlling your Sprinkler …": "A controlar o aspersor..",
|
|
18
20
|
"E-mail": "O email",
|
|
19
21
|
"Edit Device:": "Editar dispositivo:",
|
|
20
22
|
"Enable / Disable Notifications": "Ativar / desativar notificações",
|
|
23
|
+
"Enable time-based restriction": "Habilitar restrição baseada em tempo",
|
|
24
|
+
"End of interruption": "Fim da interrupção",
|
|
21
25
|
"Evaporation calculation sensors": "Sensores \"(Homematic HmIP-SWO-PL)\" para cálculo da evaporação",
|
|
22
26
|
"Every second day": "Cada segundo dia",
|
|
23
27
|
"Extra Settings": "Configurações extras",
|
|
24
28
|
"Flow amount in l/h": "Quantidade de fluxo em l/h",
|
|
25
29
|
"Friday": "sexta-feira",
|
|
30
|
+
"Homematic [on_time]": "Homemático [on_time]",
|
|
26
31
|
"Humidity sensor": "Sensor de umidade em%",
|
|
27
32
|
"If you don't use this procedure, you can leave these fields blank.": "Se não usar este procedimento, você pode deixar esses campos em branco.",
|
|
28
33
|
"Irrigation settings": "Configurações de irrigação",
|
|
@@ -38,6 +43,7 @@
|
|
|
38
43
|
"Minimum fill level of the cysts in %": "Nível mínimo de preenchimento dos cistos em %",
|
|
39
44
|
"Monday": "Segunda-feira",
|
|
40
45
|
"Name": "nome",
|
|
46
|
+
"No Notification": "Nenhuma notificação",
|
|
41
47
|
"No additional start time": "Não há tempo de início adicional",
|
|
42
48
|
"Notification Sound": "Som de notificação",
|
|
43
49
|
"Notification Style": "Estilo de Notificação",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"Soil moisture sensor bistable": "Sensor de umidade do solo biestável",
|
|
73
79
|
"Sprinkler consumption": "Consumo de sprinklers",
|
|
74
80
|
"Sprinkler control": "Controle de aspersão",
|
|
81
|
+
"Standard [ack === true]": "Padrão [ack === verdadeiro]",
|
|
75
82
|
"Start at ETpCurrent greater than": "Comece no ETpCurrent maior do que",
|
|
83
|
+
"Start of interruption": "Início da interrupção",
|
|
76
84
|
"Start on fixed days": "Comece em dias fixos",
|
|
77
85
|
"Start on fixed days (without sensors)": "Comece em dias fixos (sem sensores)",
|
|
78
86
|
"Start on fixed days of the week (without sensors)": "Comece em dias fixos da semana (sem sensores)",
|
|
@@ -105,6 +113,8 @@
|
|
|
105
113
|
"Tick the days of the week you want": "Marque os dias da semana que você deseja",
|
|
106
114
|
"Time Settings": "Configurações de tempo",
|
|
107
115
|
"Time shift in min": "Mudança de tempo em min",
|
|
116
|
+
"Time-based irrigation restriction": "Restrição de irrigação baseada no tempo",
|
|
117
|
+
"Time-based irrigation restriction (Irrigation ban)": "Restrição de irrigação baseada no tempo (proibição de irrigação)",
|
|
108
118
|
"Tuesday": "terça",
|
|
109
119
|
"Use weather forecast": "Use a previsão do tempo",
|
|
110
120
|
"Waiting for the send (seconds)": "Esperando pelo envio (segundos)",
|
|
@@ -119,6 +129,7 @@
|
|
|
119
129
|
"WhatsApp instance": "Instância WhatsApp",
|
|
120
130
|
"Wind speed sensor": "Sensor para velocidade do vento em km / h",
|
|
121
131
|
"Without a pump": "Sem bomba",
|
|
132
|
+
"Working without a weather forecast": "Trabalhar sem previsão do tempo",
|
|
122
133
|
"after irrigation = 100": "Umidade do solo = 100% após a irrigação",
|
|
123
134
|
"analog soil moisture sensor at 0 percent (sensor in the air)": "sensor analógico de umidade do solo a 0 por cento (sensor no ar)",
|
|
124
135
|
"analog soil moisture sensor at 100 percent (sensor in the water)": "sensor analógico de umidade do solo a 100 por cento (sensor na água)",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"Additional notification setting": "Дополнительная настройка уведомлений",
|
|
6
6
|
"Additional start time": "Дополнительное время начала",
|
|
7
7
|
"Additional watering time in min": "Дополнительное время полива в мин",
|
|
8
|
+
"Adjusting the switching behavior": "Настройка режима переключения",
|
|
8
9
|
"All Receiver": "Все получатель",
|
|
9
10
|
"Astro settings": "Астро настройки",
|
|
10
11
|
"Booster": "ракета-носитель",
|
|
@@ -12,17 +13,21 @@
|
|
|
12
13
|
"Calculation of evaporation": "Расчет испарения",
|
|
13
14
|
"Cancel": "выкинуть",
|
|
14
15
|
"Cistern": "Сестран",
|
|
16
|
+
"Command without response": "Команда без ответа",
|
|
15
17
|
"Configuration of the analog soil moisture sensor": "Конфигурация аналогового датчика влажности почвы",
|
|
16
18
|
"Control voltage of the valves": "Управляющее напряжение клапанов",
|
|
17
19
|
"Controlling your Sprinkler …": "Контролируя Спринклер..",
|
|
18
20
|
"E-mail": "Эл. почта",
|
|
19
21
|
"Edit Device:": "Редактировать устройство:",
|
|
20
22
|
"Enable / Disable Notifications": "Включить / отключить уведомления",
|
|
23
|
+
"Enable time-based restriction": "Включить ограничение по времени",
|
|
24
|
+
"End of interruption": "Конец перерыва",
|
|
21
25
|
"Evaporation calculation sensors": "Датчики «(Homematic HmIP-SWO-PL)» для расчета испарения.",
|
|
22
26
|
"Every second day": "Каждый второй день",
|
|
23
27
|
"Extra Settings": "Дополнительные настройки",
|
|
24
28
|
"Flow amount in l/h": "Объем потока в л/ч",
|
|
25
29
|
"Friday": "Пятница",
|
|
30
|
+
"Homematic [on_time]": "Домашнее [on_time]",
|
|
26
31
|
"Humidity sensor": "Датчик влажности в%",
|
|
27
32
|
"If you don't use this procedure, you can leave these fields blank.": "Если вы не используете эту процедуру, вы можете оставить эти поля пустыми.",
|
|
28
33
|
"Irrigation settings": "Настройки полива",
|
|
@@ -38,6 +43,7 @@
|
|
|
38
43
|
"Minimum fill level of the cysts in %": "Минимальный уровень заполнения кист в %",
|
|
39
44
|
"Monday": "понедельник",
|
|
40
45
|
"Name": "имя",
|
|
46
|
+
"No Notification": "Нет уведомления",
|
|
41
47
|
"No additional start time": "Нет дополнительного времени начала",
|
|
42
48
|
"Notification Sound": "Уведомление Звук",
|
|
43
49
|
"Notification Style": "Уведомление Стиль",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
"Soil moisture sensor bistable": "Датчик влажности почвы бистабильный",
|
|
73
79
|
"Sprinkler consumption": "Расход спринклера",
|
|
74
80
|
"Sprinkler control": "Управление спринклером",
|
|
81
|
+
"Standard [ack === true]": "Стандартный [ack === true]",
|
|
75
82
|
"Start at ETpCurrent greater than": "Начните в ETpCurrent больше, чем",
|
|
83
|
+
"Start of interruption": "Начало прерывания",
|
|
76
84
|
"Start on fixed days": "Начало в определенные дни",
|
|
77
85
|
"Start on fixed days (without sensors)": "Запуск в определенные дни (без датчиков)",
|
|
78
86
|
"Start on fixed days of the week (without sensors)": "Запуск в определенные дни недели (без датчиков)",
|
|
@@ -105,6 +113,8 @@
|
|
|
105
113
|
"Tick the days of the week you want": "Отметьте желаемые дни недели",
|
|
106
114
|
"Time Settings": "Настройки времени",
|
|
107
115
|
"Time shift in min": "Сдвиг времени в мин.",
|
|
116
|
+
"Time-based irrigation restriction": "Ограничение полива по времени",
|
|
117
|
+
"Time-based irrigation restriction (Irrigation ban)": "Ограничение орошения по времени (запрет на орошение)",
|
|
108
118
|
"Tuesday": "вторник",
|
|
109
119
|
"Use weather forecast": "Использовать прогноз погоды",
|
|
110
120
|
"Waiting for the send (seconds)": "Ожидание отправки (секунды)",
|
|
@@ -119,6 +129,7 @@
|
|
|
119
129
|
"WhatsApp instance": "Экземпляр WhatsApp",
|
|
120
130
|
"Wind speed sensor": "Датчик скорости ветра в км / ч",
|
|
121
131
|
"Without a pump": "Без насоса",
|
|
132
|
+
"Working without a weather forecast": "Работаем без прогноза погоды",
|
|
122
133
|
"after irrigation = 100": "Влажность почвы = 100% после полива",
|
|
123
134
|
"analog soil moisture sensor at 0 percent (sensor in the air)": "аналоговый датчик влажности почвы на 0 процентов (датчик в воздухе)",
|
|
124
135
|
"analog soil moisture sensor at 100 percent (sensor in the water)": "аналоговый датчик влажности почвы на 100 процентов (датчик в воде)",
|