diff options
author | PlayDay <[email protected]> | 2021-03-15 08:01:12 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-15 18:01:12 +1100 |
commit | 2796f095af69fcd0b7900cf2646c4a48d2f574ca (patch) | |
tree | 7a1bd66ec88b47047f7810878a683c0b94d73dc5 /Translations/translation_CS.json | |
parent | c7d69b37c524f9051ac39f5605b2d530e1476c23 (diff) | |
download | IronOS-2796f095af69fcd0b7900cf2646c4a48d2f574ca.tar.gz IronOS-2796f095af69fcd0b7900cf2646c4a48d2f574ca.zip |
Animated icons (#866)
* Add animation Icons
* 2D dimensional array
* Added animation to GUI
* Added Adnimation Speed setting
* Added loop
* Added Loop switch
* Use Checkbox instead of +/-
* Animations can now be turned off
* Optimize animation code
* Move animation options to UI settings
Diffstat (limited to 'Translations/translation_CS.json')
-rw-r--r-- | Translations/translation_CS.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Translations/translation_CS.json b/Translations/translation_CS.json index d3be7f4e..8640b56c 100644 --- a/Translations/translation_CS.json +++ b/Translations/translation_CS.json @@ -289,6 +289,20 @@ "voltage" ], "desc": "Minimum allowed voltage per cell <Volts> <3S — 3.0V - 3.7V, 4/5/6S — 2.4V - 3.7V>" + }, + "AnimLoop": { + "text2": [ + "Anim.", + "loop" + ], + "desc": "Loop icon animations in root menu" + }, + "AnimSpeed": { + "text2": [ + "Anim.", + "speed" + ], + "desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>" } } -}
\ No newline at end of file +} |