Update es-AR.h

This commit is contained in:
Adrian 2018-03-29 10:19:46 -03:00 committed by GitHub
parent 46479dc28d
commit 45b1fe37eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -368,6 +368,22 @@
#define D_TIMER_DEVICE "Salida"
#define D_TIMER_POWER "Estado"
// xdrv_10_KNX.ino
#define D_CONFIGURE_KNX "Configuración de KNX"
#define D_KNX_PARAMETERS "Parámetros de KNX"
#define D_KNX_GENERAL_CONFIG "General"
#define D_KNX_PHYSICAL_ADDRESS "Dirección Física"
#define D_KNX_SET "Establecer"
#define D_KNX_ADD "Agregar"
#define D_DELETE "Eliminar"
#define D_REPLY "Responder"
#define D_KNX_PHYSICAL_ADDRESS_NOTE "(Debe ser única en la red KNX)"
#define D_KNX_GROUP_ADDRESS_TO_WRITE "Enviar Datos a las Direcciones de Grupo"
#define D_KNX_GROUP_ADDRESS_TO_READ "Recibir Datos de las Direcciones de Grupo"
#define D_KNX_PARAMETER_TO_SEND "Parámetro a Enviar"
#define D_KNX_UPDATE_INTERVAL "Enviar Valor de Sensores cada (seg)"
#define D_LOG_KNX "KNX: "
// xdrv_03_energy.ino
#define D_ENERGY_TODAY "Energía Hoy"
#define D_ENERGY_YESTERDAY "Energía Ayer"