iobroker.lovelace 4.1.6 → 4.1.9

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.
Files changed (37) hide show
  1. package/README.md +9 -8
  2. package/admin/i18n/de/translations.json +36 -35
  3. package/admin/i18n/en/translations.json +17 -16
  4. package/admin/i18n/es/translations.json +38 -37
  5. package/admin/i18n/fr/translations.json +38 -37
  6. package/admin/i18n/it/translations.json +38 -37
  7. package/admin/i18n/nl/translations.json +38 -37
  8. package/admin/i18n/pl/translations.json +38 -37
  9. package/admin/i18n/pt/translations.json +38 -37
  10. package/admin/i18n/ru/translations.json +38 -37
  11. package/admin/i18n/uk/translations.json +18 -17
  12. package/admin/i18n/zh-cn/translations.json +38 -37
  13. package/admin/jsonCustom.json +4 -0
  14. package/admin/words.js +1 -0
  15. package/io-package.json +53 -43
  16. package/lib/converters/alarm_control_panel.js +139 -0
  17. package/lib/converters/camera.js +174 -0
  18. package/lib/converters/climate.js +143 -0
  19. package/lib/converters/cover.js +152 -2
  20. package/lib/converters/fan.js +70 -0
  21. package/lib/converters/genericConverter.js +2 -3
  22. package/lib/converters/input_datetime.js +57 -0
  23. package/lib/converters/input_select.js +30 -0
  24. package/lib/converters/light.js +481 -0
  25. package/lib/converters/lock.js +48 -0
  26. package/lib/converters/media_player.js +366 -1
  27. package/lib/converters/switch.js +49 -1
  28. package/lib/converters/weather.js +85 -0
  29. package/lib/dataSingleton.js +2 -1
  30. package/lib/modules/browser_mod.js +432 -0
  31. package/lib/modules/conversation.js +63 -0
  32. package/lib/modules/entityRegistry.js +106 -0
  33. package/lib/modules/persistentNotifications.js +59 -3
  34. package/lib/modules/todo.js +231 -1
  35. package/lib/server.js +103 -49
  36. package/lib/services.js +91 -3712
  37. package/package.json +14 -11
package/README.md CHANGED
@@ -473,6 +473,15 @@ After that checkout modified version in `./build` folder. Then.
473
473
  PLACEHOLDER for the next version:
474
474
  ### **WORK IN PROGRESS**
475
475
  -->
476
+ ### 4.1.9 (2024-04-26)
477
+ * (Garfonso) add support for new service call structure.
478
+ * (Garfonso) add support for delivering files from other adapters, for example, local cover images.
479
+ * (Garfonso) cleaned up service descriptions.
480
+
481
+ ### 4.1.8 (2024-03-11)
482
+ * (Garfonso) prevent even more possible crashes
483
+ * (smarthomejoey) fixed: tilt level and inversion
484
+
476
485
  ### 4.1.6 (2024-03-07)
477
486
  * (Garfonso) remove exessive logging
478
487
  * (Garfonso) improve fix for crash again.
@@ -483,14 +492,6 @@ After that checkout modified version in `./build` folder. Then.
483
492
  ### 4.1.4 (2024-02-10)
484
493
  * (Garfonso) improved fix: lamp icons now turn gray on switch off.
485
494
 
486
- ### 4.1.3 (2024-02-10)
487
- * (Garfonso) prevent warning for browser_mod/recall_id service call
488
- * (Garfonso) fix: lamp icons now turn gray on switch off.
489
- * (Garfonso) fix: notifications via sendTo work again.
490
-
491
- ### 4.1.2 (2024-01-09)
492
- * (Garfonso) fix: time in timestamp display
493
-
494
495
  ## License
495
496
 
496
497
  Copyright 2019-2024, bluefox <dogafox@gmail.com>
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "(unique for one entity type)": "(eindeutig für einen Entitätstyp)",
3
+ "Adapter": "Adapter",
3
4
  "Additional Attributes": "Zusätzliche Attribute",
5
+ "Air Quality Index": "Luftqualitätsindex",
4
6
  "AliasOnly": "Automatische Generierung von Geräten nur aus Alias.0. *",
5
7
  "Allow only when User is Owner:": "Nur erlauben wenn Anwender auch Besitzer ist:",
6
8
  "Assumed state (creates two buttons instead of slider)": "Unsicherer Zustand (erstellt zwei Schaltflächen anstelle eines Schiebereglers)",
@@ -21,17 +23,22 @@
21
23
  "Curtain": "Vorhang",
22
24
  "Custom Cards": "Eigene Karten",
23
25
  "Damper": "Luftklappe",
26
+ "Date": "Datum",
24
27
  "Default theme": "Standardthema",
25
28
  "Default theme dark": "dunkles Standardthema",
26
29
  "Device class": "Geräteklasse",
30
+ "Disable authentication": "Deaktivieren Sie die Authentifizierung",
27
31
  "Door": "Tür",
28
32
  "Drag and drop the custom cards files here": "Ziehen Sie die benutzerdefinierten Kartendateien hierher",
29
33
  "Energy": "Energie",
34
+ "Enter folder name": "Ordnernamen eingeben",
30
35
  "Entities": "Entitäten",
31
36
  "Entity name": "Entitätsname",
32
37
  "Entity name '%s' is already in use!": "Der Entitätsname '%s' wird bereits verwendet!",
33
38
  "Entity type": "Entitätstyp",
34
39
  "File": "Datei",
40
+ "Folder": "Ordner",
41
+ "Frequency": "Frequenz",
35
42
  "Garage": "Garage",
36
43
  "Garage door": "Garagentor",
37
44
  "Gas": "Gas",
@@ -42,20 +49,32 @@
42
49
  "Historical instance": "Instanz für Verlaufsdaten",
43
50
  "Humidity": "Feuchtigkeit",
44
51
  "IP": "IP",
52
+ "Ignore warning": "Warnung ignorieren",
45
53
  "Illuminance": "Beleuchtungsstärke",
54
+ "Language": "Sprache",
46
55
  "Let's Encrypt settings": "Einstellungen von Let's Encrypt",
47
56
  "Light": "Hell/Dunkel",
48
57
  "Listen on all IPs": "Auf allen IP Adressen auf Verbindungen warten",
49
58
  "Lock": "Schloss",
59
+ "Logbook: Source should show": "Logbuch: Quelle sollte zeigen",
50
60
  "Login timeout(sec)": "Anmeldezeitlimit (Sek.)",
51
61
  "Maximum history points to fetch": "Maximale abzurufende Verlaufsdatenpunkte",
52
62
  "Modified": "Geändert",
53
63
  "Moisture": "Feuchtigkeit",
64
+ "Monetary value": "Geldwert",
54
65
  "Motion detector": "Bewegungsmelder",
55
66
  "Moving": "Bewegung",
67
+ "Nitrogen Dioxide": "Stickstoffdioxid",
68
+ "Nitrogen Monoxide": "Stickstoffmonoxid",
69
+ "Nitrous Oxide": "Stickoxide",
70
+ "Nothing": "Nichts",
56
71
  "Occupancy": "Anwesenheit",
57
72
  "Opening": "Öffnung",
58
73
  "Outlet": "Steckdose",
74
+ "Ozone": "Ozon",
75
+ "Particular matter less than 1 micrometer": "Feinstaub kleiner als 1 Mikrometer",
76
+ "Particular matter less than 10 micrometer": "Feinstaub kleiner als 10 Mikrometer",
77
+ "Particular matter less than 2.5 micrometer": "Feinstaub kleiner als 2,5 Mikrometer",
59
78
  "Password": "Passwort",
60
79
  "Place the themes as YAML here": "Platzieren Sie die Themen als YAML hier",
61
80
  "Plug": "Angeschlossen",
@@ -64,6 +83,7 @@
64
83
  "Power": "Leistung",
65
84
  "Power Factor": "Leistungsfaktor",
66
85
  "Powered": "Lädt",
86
+ "Precipitation Intensity": "Niederschlagsintensität",
67
87
  "Presence": "Gegenwart",
68
88
  "Pressure": "Druck",
69
89
  "Private certificate": "Privates Zertifikat",
@@ -73,6 +93,7 @@
73
93
  "Restart adapter to update files": "Starten Sie den Adapter neu, um die Dateien zu aktualisieren",
74
94
  "Run as": "Ausführen als",
75
95
  "Safety": "Sicher",
96
+ "Same as ioBroker": "Die gleiche wie ioBroker",
76
97
  "Secure(HTTPS)": "Sicher (HTTPS)",
77
98
  "Set certificates or load it first in the system settings (right top).": "Setze Zertificate oder lade die erst unter System/Einstellungen (oben rechts).",
78
99
  "Shade": "Verschattung",
@@ -84,16 +105,27 @@
84
105
  "Smoke": "Rauch",
85
106
  "Sound": "Klang",
86
107
  "Speed": "Geschwindigkeit",
108
+ "Sulphur Dioxide": "Schwefeldioxid",
87
109
  "Switch": "Schalter",
88
110
  "Temperature": "Temperatur",
89
111
  "Text": "Text",
90
112
  "Themes": "Themen",
91
113
  "Timestamp": "Zeitstempel",
114
+ "Unit of measurement": "Maßeinheit",
115
+ "Unsecure_Auth": "Wenn Sie HTTPS nicht aktivieren oder andere Mittel zur Verschlüsselung der Kommunikation verwenden, wird Ihr Passwort unverschlüsselt über das Netzwerk gesendet. Öffnen Sie nicht einfach einen Port für Lovelace!",
92
116
  "Use Lets Encrypt certificates": "Verwenden Sie Let's Encrypt-Zertifikate",
93
117
  "Use this instance for automatic update": "Verwenden Sie diese Instanz für die automatische Aktualisierung",
118
+ "User (works only for changes during adapter runtime)": "Benutzer (funktioniert nur bei Änderungen während der Adapterlaufzeit)",
94
119
  "Vibration": "Vibration",
120
+ "Volatile organic compounds": "Flüchtige organische Verbindungen",
121
+ "Volatile organic compounds parts": "Flüchtige organische Verbindungen (in ppm/ppb)",
122
+ "Voltage": "Stromspannung",
95
123
  "Volume": "Volumen",
124
+ "Volume of Gas": "Gasvolumen",
125
+ "Warning!": "Warnung!",
126
+ "Water": "Wasser",
96
127
  "Weight": "Gewicht",
128
+ "Wind speed": "Windgeschwindigkeit",
97
129
  "Window": "Fenster",
98
130
  "alarm": "Alarm",
99
131
  "alarmCheckCodeOnDisarmOnly": "Überprüfen Sie den Alarmcode nur beim Deaktivieren",
@@ -102,10 +134,12 @@
102
134
  "automation": "Automatisierung",
103
135
  "binary_sensor": "Ein/Aus Sensor",
104
136
  "blindsInvert": "Rollladen 100% bedeutet, dass die Rollladen geschlossen sind, also kein Licht durch das Fenster kommt. Ansonsten bedeutet 100%, dass die Rollladen geöffnet ist, also Licht herein kommt.",
137
+ "calendar": "Kalender",
105
138
  "camera": "Kamera",
106
139
  "climate": "Thermostat/Klimaanlage",
107
140
  "closed": "Geschlossen",
108
141
  "cover": "Rollladen/Tür/Tor/Fenster (automatisch)",
142
+ "datetime": "Datum und Uhrzeit",
109
143
  "default": "Standard",
110
144
  "disabled": "deaktiviert",
111
145
  "errorLabelEntityChars": "Entitätsname enthält ungültige Zeichen. Erlaubt sind: a-zA-Z0-9А-Яа-я_",
@@ -136,6 +170,7 @@
136
170
  "scene": "Szene",
137
171
  "script": "Skript",
138
172
  "sensor": "Sensor",
173
+ "showUsersOnLoginScreen": "Benutzer auf dem Anmeldebildschirm anzeigen",
139
174
  "sun": "Sonne",
140
175
  "switch": "Schalter",
141
176
  "tilted": "Gekippt",
@@ -144,39 +179,5 @@
144
179
  "vacuum": "Staubsauger",
145
180
  "water_heater": "Wasserkocher",
146
181
  "weather": "Wetter",
147
- "weblink": "Weblink",
148
- "Air Quality Index": "Luftqualitätsindex",
149
- "Date": "Datum",
150
- "Folder": "Ordner",
151
- "Frequency": "Frequenz",
152
- "Language": "Sprache",
153
- "Nitrogen Dioxide": "Stickstoffdioxid",
154
- "Nitrogen Monoxide": "Stickstoffmonoxid",
155
- "Nitrous Oxide": "Stickoxide",
156
- "Ozone": "Ozon",
157
- "Particular matter less than 1 micrometer": "Feinstaub kleiner als 1 Mikrometer",
158
- "Particular matter less than 2.5 micrometer": "Feinstaub kleiner als 2,5 Mikrometer",
159
- "Particular matter less than 10 micrometer": "Feinstaub kleiner als 10 Mikrometer",
160
- "Same as ioBroker": "Die gleiche wie ioBroker",
161
- "Sulphur Dioxide": "Schwefeldioxid",
162
- "Unit of measurement": "Maßeinheit",
163
- "Volatile organic compounds": "Flüchtige organische Verbindungen",
164
- "Volatile organic compounds parts": "Flüchtige organische Verbindungen (in ppm/ppb)",
165
- "Voltage": "Stromspannung",
166
- "Volume of Gas": "Gasvolumen",
167
- "calendar": "Kalender",
168
- "Enter folder name": "Ordnernamen eingeben",
169
- "Monetary value": "Geldwert",
170
- "Precipitation Intensity": "Niederschlagsintensität",
171
- "Wind speed": "Windgeschwindigkeit",
172
- "Water": "Wasser",
173
- "Adapter": "Adapter",
174
- "User (works only for changes during adapter runtime)": "Benutzer (funktioniert nur bei Änderungen während der Adapterlaufzeit)",
175
- "Nothing": "Nichts",
176
- "Logbook: Source should show": "Logbuch: Quelle sollte zeigen",
177
- "Unsecure_Auth": "Wenn Sie HTTPS nicht aktivieren oder andere Mittel zur Verschlüsselung der Kommunikation verwenden, wird Ihr Passwort unverschlüsselt über das Netzwerk gesendet. Öffnen Sie nicht einfach einen Port für Lovelace!",
178
- "Warning!": "Warnung!",
179
- "Ignore warning": "Warnung ignorieren",
180
- "Disable authentication": "Deaktivieren Sie die Authentifizierung",
181
- "showUsersOnLoginScreen": "Benutzer auf dem Anmeldebildschirm anzeigen"
182
+ "weblink": "Weblink"
182
183
  }
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "(unique for one entity type)": "(unique for one entity type)",
3
+ "Adapter": "Adapter",
3
4
  "Additional Attributes": "Additional Attributes",
4
5
  "Air Quality Index": "Air Quality Index",
5
6
  "AliasOnly": "Auto generate devices from alias.0.* only",
@@ -26,6 +27,7 @@
26
27
  "Default theme": "Default theme",
27
28
  "Default theme dark": "dark default theme",
28
29
  "Device class": "Device class",
30
+ "Disable authentication": "Disable authentication",
29
31
  "Door": "Door",
30
32
  "Drag and drop the custom cards files here": "Drag and drop the custom cards files here",
31
33
  "Energy": "Energy",
@@ -47,12 +49,14 @@
47
49
  "Historical instance": "Instance for history data",
48
50
  "Humidity": "Humidity",
49
51
  "IP": "IP",
52
+ "Ignore warning": "Ignore warning",
50
53
  "Illuminance": "Illuminance",
51
54
  "Language": "Language",
52
55
  "Let's Encrypt settings": "Let's Encrypt settings",
53
56
  "Light": "Light",
54
57
  "Listen on all IPs": "Listen on all IPs",
55
58
  "Lock": "Lock",
59
+ "Logbook: Source should show": "Logbook: Source should show",
56
60
  "Login timeout(sec)": "Login timeout(sec)",
57
61
  "Maximum history points to fetch": "Maximum history points to fetch",
58
62
  "Modified": "Modified",
@@ -63,14 +67,15 @@
63
67
  "Nitrogen Dioxide": "Nitrogen Dioxide",
64
68
  "Nitrogen Monoxide": "Nitrogen Monoxide",
65
69
  "Nitrous Oxide": "Nitrous Oxide",
70
+ "Nothing": "Nothing",
66
71
  "Occupancy": "Occupancy",
67
72
  "Opening": "Opening",
68
73
  "Outlet": "Outlet",
69
74
  "Ozone": "Ozone",
70
- "Password": "Password",
71
75
  "Particular matter less than 1 micrometer": "Particular matter less than 1 micrometer",
72
- "Particular matter less than 2.5 micrometer": "Particular matter less than 2.5 micrometer",
73
76
  "Particular matter less than 10 micrometer": "Particular matter less than 10 micrometer",
77
+ "Particular matter less than 2.5 micrometer": "Particular matter less than 2.5 micrometer",
78
+ "Password": "Password",
74
79
  "Place the themes as YAML here": "Place the themes as YAML here",
75
80
  "Plug": "Plug",
76
81
  "Port": "Port",
@@ -78,6 +83,7 @@
78
83
  "Power": "Power",
79
84
  "Power Factor": "Power Factor",
80
85
  "Powered": "Powered",
86
+ "Precipitation Intensity": "Precipitation Intensity",
81
87
  "Presence": "Presence",
82
88
  "Pressure": "Pressure",
83
89
  "Private certificate": "Private certificate",
@@ -98,23 +104,28 @@
98
104
  "Slider": "Slider",
99
105
  "Smoke": "Smoke",
100
106
  "Sound": "Sound",
101
- "Sulphur Dioxide": "Sulphur Dioxide",
102
107
  "Speed": "Speed",
108
+ "Sulphur Dioxide": "Sulphur Dioxide",
103
109
  "Switch": "Switch",
104
110
  "Temperature": "Temperature",
105
111
  "Text": "Text",
106
112
  "Themes": "Themes",
107
113
  "Timestamp": "Timestamp",
108
114
  "Unit of measurement": "Unit of measurement",
115
+ "Unsecure_Auth": "If you don't enable HTTPS or use other means to encrypt communication, your password will be sent unencrypted over the network. Do not just open a port for lovelace!",
109
116
  "Use Lets Encrypt certificates": "Use Let's Encrypt certificates",
110
117
  "Use this instance for automatic update": "Use this instance for automatic update",
118
+ "User (works only for changes during adapter runtime)": "User (works only for changes during adapter runtime)",
111
119
  "Vibration": "Vibration",
112
120
  "Volatile organic compounds": "Volatile organic compounds",
113
121
  "Volatile organic compounds parts": "Volatile organic compounds (in ppm/ppb)",
114
122
  "Voltage": "Voltage",
115
123
  "Volume": "Volume",
116
124
  "Volume of Gas": "Volume of Gas",
125
+ "Warning!": "Warning!",
126
+ "Water": "Water",
117
127
  "Weight": "Weight",
128
+ "Wind speed": "Wind speed",
118
129
  "Window": "Window",
119
130
  "alarm": "alarm",
120
131
  "alarmCheckCodeOnDisarmOnly": "Check alarm code only while disarming",
@@ -128,6 +139,7 @@
128
139
  "climate": "climate",
129
140
  "closed": "Closed",
130
141
  "cover": "cover",
142
+ "datetime": "Date and time",
131
143
  "default": "default",
132
144
  "disabled": "disabled",
133
145
  "errorLabelEntityChars": "Entity name contains invalid characters, allowed are: a-zA-Z0-9А-Яа-я_",
@@ -158,6 +170,7 @@
158
170
  "scene": "scene",
159
171
  "script": "script",
160
172
  "sensor": "sensor",
173
+ "showUsersOnLoginScreen": "Show users on login screen",
161
174
  "sun": "sun",
162
175
  "switch": "switch",
163
176
  "tilted": "Tilted",
@@ -166,17 +179,5 @@
166
179
  "vacuum": "vacuum cleaner",
167
180
  "water_heater": "water heater",
168
181
  "weather": "weather",
169
- "weblink": "weblink",
170
- "Precipitation Intensity": "Precipitation Intensity",
171
- "Wind speed": "Wind speed",
172
- "Water": "Water",
173
- "Adapter": "Adapter",
174
- "User (works only for changes during adapter runtime)": "User (works only for changes during adapter runtime)",
175
- "Nothing": "Nothing",
176
- "Logbook: Source should show": "Logbook: Source should show",
177
- "Unsecure_Auth": "If you don't enable HTTPS or use other means to encrypt communication, your password will be sent unencrypted over the network. Do not just open a port for lovelace!",
178
- "Warning!": "Warning!",
179
- "Ignore warning": "Ignore warning",
180
- "Disable authentication": "Disable authentication",
181
- "showUsersOnLoginScreen": "Show users on login screen"
182
+ "weblink": "weblink"
182
183
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "(unique for one entity type)": "(exclusivo para un tipo de entidad)",
3
+ "Adapter": "Adaptador",
3
4
  "Additional Attributes": "Atributos adicionales",
5
+ "Air Quality Index": "Índice de calidad del aire",
4
6
  "AliasOnly": "Generar automáticamente dispositivos desde alias.0. * Solamente",
5
7
  "Allow only when User is Owner:": "Permitir solo cuando el usuario es propietario:",
6
8
  "Assumed state (creates two buttons instead of slider)": "Estado asumido (crea dos botones en lugar de un control deslizante)",
@@ -21,17 +23,22 @@
21
23
  "Curtain": "Cortina",
22
24
  "Custom Cards": "Tarjetas personalizadas",
23
25
  "Damper": "Apagador",
26
+ "Date": "Fecha",
24
27
  "Default theme": "Tema predeterminado",
25
28
  "Default theme dark": "tema predeterminado oscuro",
26
29
  "Device class": "Clase de dispositivo",
30
+ "Disable authentication": "Deshabilitar la autenticación",
27
31
  "Door": "Puerta",
28
32
  "Drag and drop the custom cards files here": "Arrastra y suelta los archivos de tarjetas personalizadas aquí",
29
33
  "Energy": "Energía",
34
+ "Enter folder name": "Introduzca el nombre de la carpeta",
30
35
  "Entities": "Entidades",
31
36
  "Entity name": "Nombre de la entidad",
32
37
  "Entity name '%s' is already in use!": "El nombre de la entidad '%s' ya está en uso!",
33
38
  "Entity type": "Tipo de entidad",
34
39
  "File": "Expediente",
40
+ "Folder": "Carpeta",
41
+ "Frequency": "Frecuencia",
35
42
  "Garage": "Garaje",
36
43
  "Garage door": "Puerta de la cochera",
37
44
  "Gas": "Gas",
@@ -42,20 +49,32 @@
42
49
  "Historical instance": "Instancia histórica",
43
50
  "Humidity": "Humedad",
44
51
  "IP": "IP",
52
+ "Ignore warning": "ignorar advertencia",
45
53
  "Illuminance": "Iluminancia",
54
+ "Language": "Idioma",
46
55
  "Let's Encrypt settings": "Cifremos la configuración",
47
56
  "Light": "Luz",
48
57
  "Listen on all IPs": "Escuche en todas las IP",
49
58
  "Lock": "Cerrar con llave",
59
+ "Logbook: Source should show": "Libro de registro: la fuente debe mostrar",
50
60
  "Login timeout(sec)": "Tiempo de espera de inicio de sesión (seg.)",
51
61
  "Maximum history points to fetch": "Puntos de historial máximos para recuperar",
52
62
  "Modified": "Modificado",
53
63
  "Moisture": "Humedad",
64
+ "Monetary value": "Valor monetario",
54
65
  "Motion detector": "Detector de movimiento",
55
66
  "Moving": "Moviente",
67
+ "Nitrogen Dioxide": "Dioxido de nitrogeno",
68
+ "Nitrogen Monoxide": "monóxido de nitrógeno",
69
+ "Nitrous Oxide": "Óxido nitroso",
70
+ "Nothing": "Nada",
56
71
  "Occupancy": "Ocupación",
57
72
  "Opening": "Apertura",
58
73
  "Outlet": "Salida",
74
+ "Ozone": "Ozono",
75
+ "Particular matter less than 1 micrometer": "Materia particular de menos de 1 micrómetro",
76
+ "Particular matter less than 10 micrometer": "Materia particular de menos de 10 micrómetros",
77
+ "Particular matter less than 2.5 micrometer": "Materia particular de menos de 2,5 micrómetros",
59
78
  "Password": "Contraseña",
60
79
  "Place the themes as YAML here": "Coloque los temas como YAML aquí",
61
80
  "Plug": "Enchufe",
@@ -64,6 +83,7 @@
64
83
  "Power": "Energía",
65
84
  "Power Factor": "Factor de potencia",
66
85
  "Powered": "Motorizado",
86
+ "Precipitation Intensity": "Intensidad de precipitación",
67
87
  "Presence": "Presencia",
68
88
  "Pressure": "Presión",
69
89
  "Private certificate": "Certificado privado",
@@ -73,6 +93,7 @@
73
93
  "Restart adapter to update files": "Reinicie el adaptador para actualizar archivos",
74
94
  "Run as": "Correr como",
75
95
  "Safety": "Seguridad",
96
+ "Same as ioBroker": "Igual que ioBroker",
76
97
  "Secure(HTTPS)": "Seguro (HTTPS)",
77
98
  "Set certificates or load it first in the system settings (right top).": "Establezca certificados o cárguelo primero en la configuración del sistema (arriba a la derecha).",
78
99
  "Shade": "Sombra",
@@ -84,16 +105,27 @@
84
105
  "Smoke": "Humo",
85
106
  "Sound": "Sonar",
86
107
  "Speed": "Velocidad",
108
+ "Sulphur Dioxide": "Dióxido de azufre",
87
109
  "Switch": "Cambiar",
88
110
  "Temperature": "Temperatura",
89
111
  "Text": "Texto",
90
112
  "Themes": "Temas",
91
113
  "Timestamp": "Marca de tiempo",
114
+ "Unit of measurement": "Unidad de medida",
115
+ "Unsecure_Auth": "Si no habilita HTTPS o utiliza otros medios para cifrar la comunicación, su contraseña se enviará sin cifrar a través de la red. ¡No se limite a abrir un puerto para Lovelace!",
92
116
  "Use Lets Encrypt certificates": "Utilice los certificados Let's Encrypt",
93
117
  "Use this instance for automatic update": "Use esta instancia para la actualización automática",
118
+ "User (works only for changes during adapter runtime)": "Usuario (solo funciona para cambios durante el tiempo de ejecución del adaptador)",
94
119
  "Vibration": "Vibración",
120
+ "Volatile organic compounds": "Compuestos orgánicos volátiles",
121
+ "Volatile organic compounds parts": "Compuestos orgánicos volátiles (en ppm/ppb)",
122
+ "Voltage": "Voltaje",
95
123
  "Volume": "Volumen",
124
+ "Volume of Gas": "Volumen de gas",
125
+ "Warning!": "¡Advertencia!",
126
+ "Water": "Agua",
96
127
  "Weight": "Peso",
128
+ "Wind speed": "Velocidad del viento",
97
129
  "Window": "Ventana",
98
130
  "alarm": "alarma",
99
131
  "alarmCheckCodeOnDisarmOnly": "Verifique el código de alarma solo mientras se desarma",
@@ -102,10 +134,12 @@
102
134
  "automation": "automatización",
103
135
  "binary_sensor": "sensor binario",
104
136
  "blindsInvert": "Persianas 100 %s ignifica que la persiana está cerrada. Si es falso, 100% significa que la persiana está abierta.",
137
+ "calendar": "calendario",
105
138
  "camera": "cámara",
106
139
  "climate": "clima",
107
140
  "closed": "Cerrado",
108
141
  "cover": "persiana",
142
+ "datetime": "Fecha y hora",
109
143
  "default": "defecto",
110
144
  "disabled": "discapacitado",
111
145
  "errorLabelEntityChars": "El nombre de la entidad contiene caracteres no válidos, los permitidos son: a-zA-Z0-9А-Яа-я_",
@@ -136,47 +170,14 @@
136
170
  "scene": "escena",
137
171
  "script": "guión",
138
172
  "sensor": "sensor",
173
+ "showUsersOnLoginScreen": "Mostrar usuarios en la pantalla de inicio de sesión",
139
174
  "sun": "Dom",
140
175
  "switch": "cambiar",
141
176
  "tilted": "Inclinado",
142
177
  "timer": "Temporizador",
178
+ "todolist": "lista de quehaceres",
179
+ "vacuum": "aspiradora",
143
180
  "water_heater": "calentador de agua",
144
181
  "weather": "clima",
145
- "weblink": "enlace web",
146
- "Air Quality Index": "Índice de calidad del aire",
147
- "Date": "Fecha",
148
- "Folder": "Carpeta",
149
- "Frequency": "Frecuencia",
150
- "Language": "Idioma",
151
- "Nitrogen Dioxide": "Dioxido de nitrogeno",
152
- "Nitrogen Monoxide": "monóxido de nitrógeno",
153
- "Nitrous Oxide": "Óxido nitroso",
154
- "Ozone": "Ozono",
155
- "Particular matter less than 1 micrometer": "Materia particular de menos de 1 micrómetro",
156
- "Particular matter less than 2.5 micrometer": "Materia particular de menos de 2,5 micrómetros",
157
- "Particular matter less than 10 micrometer": "Materia particular de menos de 10 micrómetros",
158
- "Same as ioBroker": "Igual que ioBroker",
159
- "Sulphur Dioxide": "Dióxido de azufre",
160
- "Unit of measurement": "Unidad de medida",
161
- "Volatile organic compounds": "Compuestos orgánicos volátiles",
162
- "Volatile organic compounds parts": "Compuestos orgánicos volátiles (en ppm/ppb)",
163
- "Voltage": "Voltaje",
164
- "Volume of Gas": "Volumen de gas",
165
- "calendar": "calendario",
166
- "vacuum": "aspiradora",
167
- "Enter folder name": "Introduzca el nombre de la carpeta",
168
- "Monetary value": "Valor monetario",
169
- "Precipitation Intensity": "Intensidad de precipitación",
170
- "Wind speed": "Velocidad del viento",
171
- "Water": "Agua",
172
- "Adapter": "Adaptador",
173
- "User (works only for changes during adapter runtime)": "Usuario (solo funciona para cambios durante el tiempo de ejecución del adaptador)",
174
- "Nothing": "Nada",
175
- "Logbook: Source should show": "Libro de registro: la fuente debe mostrar",
176
- "todolist": "lista de quehaceres",
177
- "Unsecure_Auth": "Si no habilita HTTPS o utiliza otros medios para cifrar la comunicación, su contraseña se enviará sin cifrar a través de la red. ¡No se limite a abrir un puerto para Lovelace!",
178
- "Warning!": "¡Advertencia!",
179
- "Ignore warning": "ignorar advertencia",
180
- "Disable authentication": "Deshabilitar la autenticación",
181
- "showUsersOnLoginScreen": "Mostrar usuarios en la pantalla de inicio de sesión"
182
+ "weblink": "enlace web"
182
183
  }