Expand loop translations and rename max_history

Replace the single "loop" translation with three explicit keys ("loopOff", "loopTrack", "loopQueue") across all language files to support distinct loop modes. Also standardize the settings key from "max-history" to "max_history" and update main.py to read LOG_SETTINGS.get("max_history", 30) for the TimedRotatingFileHandler backupCount. Files changed: langs/*.json, main.py, settings Example.json.
This commit is contained in:
Choco
2026-05-09 12:30:08 +08:00
parent 47ec3d212a
commit b6a61cbfb5
14 changed files with 38 additions and 15 deletions

View File

@@ -28,8 +28,9 @@
"resume": "Weiter",
"skip": "Überspringen",
"leave": "Verlassen",
"loop": "Endlosschleife",
"volumeUp": "Lauter",
"loopOff": "Aus",
"loopTrack": "Track",
"loopQueue": "Warteschlange",
"volumeDown": "Leiser",
"volumeMute": "Stummschalten",
"volumeUnmute": "Stummschaltung aufheben",