mirror of https://github.com/arendst/Tasmota.git
Remove redundant quotes that causes cl fails.
This commit is contained in:
parent
151dc5f6b8
commit
7cd8696946
|
@ -119,7 +119,7 @@
|
|||
#define D_LWT "LWT"
|
||||
#define D_LQI "LQI" // Zigbee Link Quality Index
|
||||
#define D_MODULE "模組"
|
||||
#define D_MOISTURE "濕度""
|
||||
#define D_MOISTURE "濕度"
|
||||
#define D_MQTT "MQTT"
|
||||
#define D_MULTI_PRESS "多重點擊"
|
||||
#define D_NOISE "雜訊"
|
||||
|
@ -435,7 +435,7 @@
|
|||
#define D_KNX_ENABLE "啟用 KNX"
|
||||
#define D_KNX_GROUP_ADDRESS_TO_WRITE "要傳向群組位址的資料"
|
||||
#define D_ADD "加入"
|
||||
#define D_DELETE "移除""
|
||||
#define D_DELETE "移除"
|
||||
#define D_REPLY "回覆"
|
||||
#define D_KNX_GROUP_ADDRESS_TO_READ "要接收資料的群組位址"
|
||||
#define D_RECEIVED_FROM "接收自"
|
||||
|
@ -508,7 +508,7 @@
|
|||
// xsns_34_hx711.ino
|
||||
#define D_HX_CAL_REMOVE "移除重量"
|
||||
#define D_HX_CAL_REFERENCE "載入參考重量"
|
||||
#define D_HX_CAL_DONE "已同步""
|
||||
#define D_HX_CAL_DONE "已同步"
|
||||
#define D_HX_CAL_FAIL "同步失敗"
|
||||
#define D_RESET_HX711 "重設比例"
|
||||
#define D_CONFIGURE_HX711 "設定比例"
|
||||
|
@ -766,7 +766,7 @@
|
|||
#define D_INVERTER_POWER "Inverter Power"
|
||||
#define D_STATUS "狀態"
|
||||
#define D_WAITING "等待中"
|
||||
#define D_CHECKING "確認中""
|
||||
#define D_CHECKING "確認中"
|
||||
#define D_WORKING "運作中"
|
||||
#define D_FAILURE "錯誤"
|
||||
#define D_SOLAX_ERROR_0 "無錯誤碼"
|
||||
|
@ -785,7 +785,7 @@
|
|||
#define D_SDCARD_UPLOAD "上傳檔案"
|
||||
#define D_SDCARD_DIR "記憶卡目錄"
|
||||
#define D_UPL_DONE "完成"
|
||||
#define D_SCRIPT_CHARS_LEFT "剩餘字元""
|
||||
#define D_SCRIPT_CHARS_LEFT "剩餘字元"
|
||||
#define D_SCRIPT_CHARS_NO_MORE "放不下更多字元了"
|
||||
#define D_SCRIPT_DOWNLOAD "下載"
|
||||
#define D_SCRIPT_ENABLE "啟用腳本"
|
||||
|
|
Loading…
Reference in New Issue