-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make led, rotary & button settings configurable at runtime #358
base: dev
Are you sure you want to change the base?
Conversation
html/locales/de.json
Outdated
@@ -176,13 +225,21 @@ | |||
"172": "Nächster Titel", | |||
"173": "Erster Titel", | |||
"174": "Letzter Titel", | |||
"175": "Initialie Lautstärke", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initiale
html/locales/en.json
Outdated
"numcontrol": "Number of control LEDs", | ||
"controlled": "Control-LED", | ||
"numidledots": "Number of LEDs in idle state", | ||
"offsetpause": "Centre pause LEDs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Center
html/locales/de.json
Outdated
"181": "Springe rückwärts (n Sekunden)", | ||
"182": "Stop", | ||
"183": "Neustart", | ||
"199": "Taskauslastung anzeigen" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vielleicht fügt man hinten noch "(Konsole)" hinzu.
html/locales/en.json
Outdated
@@ -176,8 +225,14 @@ | |||
"172": "Next track", | |||
"173": "First track", | |||
"174": "Last track", | |||
"175": "Initial volume", | |||
"176": "Louder", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vielleicht ist "Volume up" bzw. "Volume down" passender. "Quieter" klingt irgendwie falsch, aber ich hab's tatsächlich mitunter auch so im Internet gefunden.
html/locales/fr.json
Outdated
@@ -176,6 +225,11 @@ | |||
"172": "Piste suivante", | |||
"173": "Première piste", | |||
"174": "Dernière piste", | |||
"175": "Volume initial", | |||
"176": "Louder", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Augmenter le volume
html/locales/fr.json
Outdated
@@ -176,6 +225,11 @@ | |||
"172": "Piste suivante", | |||
"173": "Première piste", | |||
"174": "Dernière piste", | |||
"175": "Volume initial", | |||
"176": "Louder", | |||
"177": "Quieter", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Baisser le volume
- led settings struct - notify task for changed settings with a queue
This PR makes these settings configurable at runtime:
PR is fully backwards compatible. All existing #defines are used for now.