mirror of https://github.com/arendst/Tasmota.git
Merge pull request #4140 from ascillato/patch-2
Update Spanish Translation
This commit is contained in:
commit
af5a4826ee
|
@ -461,23 +461,23 @@
|
|||
#define D_HX_CAL_REFERENCE "Poner Peso de Referencia"
|
||||
#define D_HX_CAL_DONE "Calibrado"
|
||||
#define D_HX_CAL_FAIL "Falló Calibración"
|
||||
#define D_RESET_HX711 "Reset Scale"
|
||||
#define D_CONFIGURE_HX711 "Configure Scale"
|
||||
#define D_HX711_PARAMETERS "Scale parameters"
|
||||
#define D_ITEM_WEIGHT "Item weight"
|
||||
#define D_REFERENCE_WEIGHT "Reference weigth"
|
||||
#define D_CALIBRATE "Calibrate"
|
||||
#define D_CALIBRATION "Calibration"
|
||||
#define D_RESET_HX711 "Restableces Escala"
|
||||
#define D_CONFIGURE_HX711 "Configurar Escala"
|
||||
#define D_HX711_PARAMETERS "Parámetros de Escala"
|
||||
#define D_ITEM_WEIGHT "Peso"
|
||||
#define D_REFERENCE_WEIGHT "Peso de Referencia"
|
||||
#define D_CALIBRATE "Calibrar"
|
||||
#define D_CALIBRATION "Calibración"
|
||||
|
||||
//xsns_35_tx20.ino
|
||||
#define D_TX20_WIND_DIRECTION "Wind Direction"
|
||||
#define D_TX20_WIND_SPEED "Wind Speed"
|
||||
#define D_TX20_WIND_SPEED_AVG "Wind Speed Avg"
|
||||
#define D_TX20_WIND_SPEED_MAX "Wind Speed Max"
|
||||
#define D_TX20_WIND_DIRECTION "Dirección del Viento"
|
||||
#define D_TX20_WIND_SPEED "Vel. del Viento"
|
||||
#define D_TX20_WIND_SPEED_AVG "Vel. Prom. del Viento"
|
||||
#define D_TX20_WIND_SPEED_MAX "Vel. Max. del Viento"
|
||||
#define D_TX20_NORTH "N"
|
||||
#define D_TX20_EAST "E"
|
||||
#define D_TX20_SOUTH "S"
|
||||
#define D_TX20_WEST "W"
|
||||
#define D_TX20_WEST "O"
|
||||
|
||||
// sonoff_template.h
|
||||
#define D_SENSOR_NONE "Ninguno"
|
||||
|
|
Loading…
Reference in New Issue