-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Don't try to build the DOM elements if there is no sensor data * new: Option to use sudo or not when calling the sensor script * new: Added the spanish translation * Updated changelog and readme * new: Added temp and humidity offset options
- Loading branch information
Showing
7 changed files
with
53 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"INVALID_PIN": "El número de pin proporcionado ({pinValue}) es incorrecto. ", | ||
"SUSPENDED": "Suspendido", | ||
"RESUMED": "Reanudado", | ||
"LOADING": "Cargando …", | ||
"DATA_REQUESTED": "Solicitud enviada para obtener los datos del sensor. ", | ||
"DATA_SUCCESS": "Sensor leído correctamente, datos recibidos del sensor después de {numberOfAttempts} intento(s). ", | ||
"DATA_FAILURE_RETRY": "Error de lectura del sensor, reintentando en {retryTimeInSeconds} segundos. ", | ||
"DATA_FAILURE": "Error de lectura del sensor, no se pueden leer los datos del sensor. ", | ||
"UPDATE_SCHEDULED": "Actualización programada para ejecutarse automáticamente cada {minutes} minuto(s). ", | ||
"INITIAL_DELAY": "Delay inicial seteado. Empezando en {seconds} segundo(s). ", | ||
"DECIMAL_SYMBOL": ".", | ||
"SHOW_TEMP_CELCIUS": "Temperatura: {temperature_var}°C", | ||
"SHOW_TEMP_KELVIN": "Temperatura: {temperature_var} K", | ||
"SHOW_TEMP_FAHRENHEIT": "Temperatura: {temperature_var}°F", | ||
"SHOW_HUMIDITY": "Humedad: {humidity_var}%" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters