Update es-AR.h

This commit is contained in:
Adrian Scillato 2018-04-18 22:31:34 -03:00 committed by GitHub
parent 06e60cadf7
commit 505358fb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -375,24 +375,24 @@
#define D_TIMER_ACTION "Estado" #define D_TIMER_ACTION "Estado"
// xdrv_10_knx.ino // xdrv_10_knx.ino
#define D_CONFIGURE_KNX "Configure KNX" #define D_CONFIGURE_KNX "Configuración de KNX"
#define D_KNX_PARAMETERS "KNX Parameters" #define D_KNX_PARAMETERS "Parámetros de KNX"
#define D_KNX_GENERAL_CONFIG "General" #define D_KNX_GENERAL_CONFIG "General"
#define D_KNX_PHYSICAL_ADDRESS "Physical Address" #define D_KNX_PHYSICAL_ADDRESS "Dirección Física"
#define D_KNX_PHYSICAL_ADDRESS_NOTE "( Must be unique on the KNX network )" #define D_KNX_PHYSICAL_ADDRESS_NOTE "( Debe ser única en la red KNX )"
#define D_KNX_ENABLE "Enable KNX" #define D_KNX_ENABLE "Habilitar KNX"
#define D_KNX_GROUP_ADDRESS_TO_WRITE "Data to Send to Group Addresses" #define D_KNX_GROUP_ADDRESS_TO_WRITE "Datos a Enviar a las Direcciones de Grupo"
#define D_ADD "Add" #define D_ADD "Agregar"
#define D_DELETE "Delete" #define D_DELETE "Eliminar"
#define D_REPLY "Reply" #define D_REPLY "Responder"
#define D_KNX_GROUP_ADDRESS_TO_READ "Group Addresses to Receive Data from" #define D_KNX_GROUP_ADDRESS_TO_READ "Direcciones de Grupo para Recibir Datos"
#define D_LOG_KNX "KNX: " #define D_LOG_KNX "KNX: "
#define D_RECEIVED_FROM "Received from" #define D_RECEIVED_FROM "Recibido desde"
#define D_KNX_COMMAND_WRITE "Write" #define D_KNX_COMMAND_WRITE "Escribir"
#define D_KNX_COMMAND_READ "Read" #define D_KNX_COMMAND_READ "Leer"
#define D_KNX_COMMAND_OTHER "Other" #define D_KNX_COMMAND_OTHER "Otro"
#define D_SENT_TO "sent to" #define D_SENT_TO "enviada a"
#define D_KNX_WARNING "The group address ( 0 / 0 / 0 ) is reserved and can not be used." #define D_KNX_WARNING "La dirección de grupo ( 0 / 0 / 0 ) está reservada y no puede ser utilizada."
// xdrv_03_energy.ino // xdrv_03_energy.ino
#define D_ENERGY_TODAY "Energía Hoy" #define D_ENERGY_TODAY "Energía Hoy"