Add IconSelect for filter types, audio modes, engine descriptions; fix scroll flash

- Filter type picker: IconSelect with 3-column grid, auto-add on select, removed redundant + button
- Audio mode picker: IconSelect with SVG visualizations for RMS/Peak/Beat
- Capture engine grid: added per-engine icons and localized descriptions
- Fixed scroll flash during icon grid open animation (settled class after transitionend)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 01:01:49 +03:00
parent be91e74c6e
commit 0984a3b639
11 changed files with 80 additions and 15 deletions

View File

@@ -63,6 +63,12 @@
"templates.engine.select": "Select an engine...",
"templates.engine.unavailable": "Unavailable",
"templates.engine.unavailable.hint": "This engine is not available on your system",
"templates.engine.mss.desc": "Cross-platform, pure Python",
"templates.engine.dxcam.desc": "DirectX, low latency",
"templates.engine.bettercam.desc": "DirectX, high performance",
"templates.engine.camera.desc": "USB/IP camera capture",
"templates.engine.scrcpy.desc": "Android screen mirror",
"templates.engine.wgc.desc": "Windows Graphics Capture",
"templates.config": "Configuration",
"templates.config.show": "Show configuration",
"templates.config.none": "No additional configuration",
@@ -1063,6 +1069,9 @@
"value_source.mode.rms": "RMS (Volume)",
"value_source.mode.peak": "Peak",
"value_source.mode.beat": "Beat",
"value_source.mode.rms.desc": "Average volume level",
"value_source.mode.peak.desc": "Loudest moment tracking",
"value_source.mode.beat.desc": "Rhythm pulse detection",
"value_source.auto_gain": "Auto Gain:",
"value_source.auto_gain.hint": "Automatically normalize audio levels so output uses the full range, regardless of input volume",
"value_source.auto_gain.enable": "Enable auto-gain",

View File

@@ -63,6 +63,12 @@
"templates.engine.select": "Выберите движок...",
"templates.engine.unavailable": "Недоступен",
"templates.engine.unavailable.hint": "Этот движок недоступен в вашей системе",
"templates.engine.mss.desc": "Кроссплатформенный, чистый Python",
"templates.engine.dxcam.desc": "DirectX, низкая задержка",
"templates.engine.bettercam.desc": "DirectX, высокая производительность",
"templates.engine.camera.desc": "Захват USB/IP камеры",
"templates.engine.scrcpy.desc": "Зеркалирование экрана Android",
"templates.engine.wgc.desc": "Windows Graphics Capture",
"templates.config": "Конфигурация",
"templates.config.show": "Показать конфигурацию",
"templates.config.none": "Нет дополнительных настроек",
@@ -1063,6 +1069,9 @@
"value_source.mode.rms": "RMS (Громкость)",
"value_source.mode.peak": "Пик",
"value_source.mode.beat": "Бит",
"value_source.mode.rms.desc": "Средний уровень громкости",
"value_source.mode.peak.desc": "Отслеживание пиковых моментов",
"value_source.mode.beat.desc": "Детекция ритмических ударов",
"value_source.auto_gain": "Авто-усиление:",
"value_source.auto_gain.hint": "Автоматически нормализует уровни звука, чтобы выходное значение использовало полный диапазон независимо от громкости входного сигнала",
"value_source.auto_gain.enable": "Включить авто-усиление",

View File

@@ -63,6 +63,12 @@
"templates.engine.select": "选择引擎...",
"templates.engine.unavailable": "不可用",
"templates.engine.unavailable.hint": "此引擎在您的系统上不可用",
"templates.engine.mss.desc": "跨平台纯Python",
"templates.engine.dxcam.desc": "DirectX低延迟",
"templates.engine.bettercam.desc": "DirectX高性能",
"templates.engine.camera.desc": "USB/IP摄像头捕获",
"templates.engine.scrcpy.desc": "Android屏幕镜像",
"templates.engine.wgc.desc": "Windows图形捕获",
"templates.config": "配置",
"templates.config.show": "显示配置",
"templates.config.none": "无额外配置",
@@ -1063,6 +1069,9 @@
"value_source.mode.rms": "RMS音量",
"value_source.mode.peak": "峰值",
"value_source.mode.beat": "节拍",
"value_source.mode.rms.desc": "平均音量水平",
"value_source.mode.peak.desc": "最响时刻追踪",
"value_source.mode.beat.desc": "节奏脉冲检测",
"value_source.auto_gain": "自动增益:",
"value_source.auto_gain.hint": "自动归一化音频电平,使输出使用完整范围,无论输入音量大小",
"value_source.auto_gain.enable": "启用自动增益",