* Clean translation

* Create enum for off/slow/med/fast

* Update configuration.h

* Default loop on

* Create Medium speed symbol slot

* True/False are no longer defined, move to off string + slightly smoother lerp animations
This commit is contained in:
Ben V. Brown
2021-03-15 21:43:01 +11:00
committed by GitHub
parent 7fbfde7b33
commit 337c932b23
33 changed files with 95 additions and 58 deletions

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "F",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "R",
"SettingSlowChar": "P",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "F",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "D",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -37,6 +37,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "S",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "R",
"SettingStartSleepOffChar": "K",
@@ -303,7 +304,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -37,6 +37,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "F",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "Z",
"SettingStartSleepOffChar": "R",
@@ -303,7 +304,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "R",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "R",
"SettingStartSleepOffChar": "F",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "N",
"SettingSlowChar": "H",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "R",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "A",
"SettingStartSleepChar": "V",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "B",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "G",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "F",
"SettingStartSleepChar": "Z",
"SettingStartSleepOffChar": "S",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "V",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "R",
"SettingStartSleepOffChar": "A",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "G",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "M",
"SettingStartSleepOffChar": "K",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "F",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "S",
"SettingSlowChar": "T",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "H",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "L",
"SettingStartSleepChar": "D",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -37,6 +37,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "S",
"SettingSlowChar": "W",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "Z",
"SettingStartSleepOffChar": "O",
@@ -303,7 +304,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "R",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "А",
"SettingFastChar": "Б",
"SettingSlowChar": "М",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "П",
"SettingStartSleepChar": "О",
"SettingStartSleepOffChar": "К",

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "R",
"SettingSlowChar": "P",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "K",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "S",
"SettingFastChar": "H",
"SettingSlowChar": "P",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "S",
"SettingStartSleepChar": "Z",
"SettingStartSleepOffChar": "V",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "А",
"SettingFastChar": "Б",
"SettingSlowChar": "С",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "B",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "S",
"SettingSlowChar": "L",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -302,7 +303,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -33,6 +33,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "F",
"SettingSlowChar": "S",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "T",
"SettingStartSleepChar": "S",
"SettingStartSleepOffChar": "O",
@@ -320,7 +321,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -36,6 +36,7 @@
"SettingAutoChar": "A",
"SettingFastChar": "Ш",
"SettingSlowChar": "П",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "П",
"SettingStartSleepChar": "О",
"SettingStartSleepOffChar": "К",

View File

@@ -37,6 +37,7 @@
"SettingAutoChar": "自",
"SettingFastChar": "快",
"SettingSlowChar": "慢",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "焊",
"SettingStartSleepChar": "待",
"SettingStartSleepOffChar": "室",
@@ -303,7 +304,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -37,6 +37,7 @@
"SettingAutoChar": "自",
"SettingFastChar": "快",
"SettingSlowChar": "慢",
"SettingMediumChar": "M",
"SettingStartSolderingChar": "焊",
"SettingStartSleepChar": "待",
"SettingStartSleepOffChar": "室",
@@ -303,7 +304,7 @@
"Anim.",
"speed"
],
"desc": "Speed of icon animations in root menu <Miliseconds> <O=off | L=low | M=medium | H=high>"
"desc": "Speed of icon animations in menu <O=off | L=low | M=medium | H=high>"
}
}
}

View File

@@ -142,6 +142,10 @@ var def =
"id": "SettingSlowChar",
"len": 1
},
{
"id": "SettingMediumChar",
"len": 1
},
{
"id": "SettingStartSolderingChar",
"len": 1