From 01e78169c3a6f644ec4095d2967d9e1e59a9b731 Mon Sep 17 00:00:00 2001 From: Michael <101.37584@germanynet.de> Date: Tue, 31 Jan 2023 14:59:49 +0100 Subject: [PATCH] added TW and CN translation for TR_PERIOD and TR_INTERVAL fixed problem in /radio/src/gui/colorlcd/fullscreen_dialog.cpp preventing builds for CZ, IT and FR languages --- radio/src/translations/cn.h | 4 ++-- radio/src/translations/tw.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/radio/src/translations/cn.h b/radio/src/translations/cn.h index f624d8e6288..5bf4c140135 100644 --- a/radio/src/translations/cn.h +++ b/radio/src/translations/cn.h @@ -913,8 +913,8 @@ #define TR_TELEMETRY_TYPE TR("类型", "回传类型") #define TR_TELEMETRY_SENSORS "传感器" #define TR_VALUE "数值" -#define TR_PERIOD "Period" -#define TR_INTERVAL "Interval" +#define TR_PERIOD "周期" +#define TR_INTERVAL "间隔" #define TR_REPEAT "循环" #define TR_ENABLE "启用" #define TR_TOPLCDTIMER "Top LCD Timer" diff --git a/radio/src/translations/tw.h b/radio/src/translations/tw.h index b2445730f8e..17cc2f4e0a4 100644 --- a/radio/src/translations/tw.h +++ b/radio/src/translations/tw.h @@ -912,8 +912,8 @@ #define TR_TELEMETRY_TYPE TR("類型", "回傳類型") #define TR_TELEMETRY_SENSORS "傳感器" #define TR_VALUE "數值" -#define TR_PERIOD "Period" -#define TR_INTERVAL "Interval" +#define TR_PERIOD "週期" +#define TR_INTERVAL "間隔" #define TR_REPEAT "循環" #define TR_ENABLE "啟用" #define TR_TOPLCDTIMER "Top LCD Timer"