mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
The names of the entities have been translated into Polish
not 100% complete
This commit is contained in:
@@ -153,13 +153,15 @@ MAKE_PSTR_LIST(4x3min, "4x3min")
|
||||
MAKE_PSTR_LIST(5x3min, "5x3min")
|
||||
MAKE_PSTR_LIST(6x3min, "6x3min")
|
||||
MAKE_PSTR_LIST(auto, "auto")
|
||||
MAKE_PSTR_LIST(na, "n/a")
|
||||
MAKE_PSTR_LIST(rc3x, "rc3x")
|
||||
MAKE_PSTR_LIST(rc20, "rc20")
|
||||
MAKE_PSTR_LIST(fb10, "fb10")
|
||||
MAKE_PSTR_LIST(fb100, "fb100")
|
||||
//moved to locale_tranlations.h
|
||||
//MAKE_PSTR_LIST(na, "n/a")
|
||||
MAKE_PSTR_LIST(rc3x, "RC3x")
|
||||
MAKE_PSTR_LIST(rc20, "RC20")
|
||||
MAKE_PSTR_LIST(fb10, "FB10")
|
||||
MAKE_PSTR_LIST(fb100, "FB100")
|
||||
MAKE_PSTR_LIST(dash, "-")
|
||||
MAKE_PSTR_LIST(error, "error")
|
||||
//moved to locale_tranlations.h
|
||||
//MAKE_PSTR_LIST(error, "error")
|
||||
MAKE_PSTR_LIST(BLANK, "")
|
||||
MAKE_PSTR_LIST(pwm, "pwm")
|
||||
MAKE_PSTR_LIST(pwm_invers, "pwm inverse")
|
||||
|
||||
Reference in New Issue
Block a user