From ed5be17f4c0f679b378d5ee590ec5fc4e7d7b851 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Thu, 5 Apr 2018 01:00:16 -0300 Subject: [PATCH] Update zh-CN.h --- sonoff/language/zh-CN.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sonoff/language/zh-CN.h b/sonoff/language/zh-CN.h index f9d0d5cc2..1a3260415 100644 --- a/sonoff/language/zh-CN.h +++ b/sonoff/language/zh-CN.h @@ -370,6 +370,20 @@ #define D_TIMER_OUTPUT "Output" #define D_TIMER_POWER "Power" +// xdrv_10_KNX.ino +#define D_CONFIGURE_KNX "Configure KNX" +#define D_KNX_PARAMETERS "KNX parameters" +#define D_KNX_GENERAL_CONFIG "General" +#define D_KNX_PHYSICAL_ADDRESS "Physical Address" +#define D_KNX_PHYSICAL_ADDRESS_NOTE "( Must be unique on the KNX network )" +#define D_KNX_ENABLE "Enable KNX" +#define D_KNX_GROUP_ADDRESS_TO_WRITE "Data to Send to Group Addresses" +#define D_KNX_ADD "Add" +#define D_DELETE "Delete" +#define D_REPLY "Reply" +#define D_KNX_GROUP_ADDRESS_TO_READ "Group Addresses to Receive Data from" +#define D_LOG_KNX "KNX: " + // xdrv_03_energy.ino #define D_ENERGY_TODAY "今日用电量" #define D_ENERGY_YESTERDAY "昨日用电量"