Add mono audio source crosslink and missing animation locale key

- Make parent audio source badge on mono cards a clickable crosslink
  that navigates to the multichannel source card
- Add missing color_strip.animation.type.none.desc locale key in
  en/ru/zh

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 16:42:59 +03:00
parent b8bfdac36b
commit 8fa89903e9
4 changed files with 7 additions and 1 deletions

View File

@@ -639,6 +639,7 @@
"color_strip.animation.type": "Effect:",
"color_strip.animation.type.hint": "Animation effect to apply.",
"color_strip.animation.type.none": "None (no animation effect)",
"color_strip.animation.type.none.desc": "Static colors with no animation",
"color_strip.animation.type.breathing": "Breathing",
"color_strip.animation.type.breathing.desc": "Smooth brightness fade in and out",
"color_strip.animation.type.color_cycle": "Color Cycle",

View File

@@ -639,6 +639,7 @@
"color_strip.animation.type": "Эффект:",
"color_strip.animation.type.hint": "Эффект анимации.",
"color_strip.animation.type.none": "Нет (без эффекта анимации)",
"color_strip.animation.type.none.desc": "Статичные цвета без анимации",
"color_strip.animation.type.breathing": "Дыхание",
"color_strip.animation.type.breathing.desc": "Плавное угасание и нарастание яркости",
"color_strip.animation.type.color_cycle": "Смена цвета",

View File

@@ -639,6 +639,7 @@
"color_strip.animation.type": "效果:",
"color_strip.animation.type.hint": "要应用的动画效果。",
"color_strip.animation.type.none": "无(无动画效果)",
"color_strip.animation.type.none.desc": "静态颜色,无动画",
"color_strip.animation.type.breathing": "呼吸",
"color_strip.animation.type.breathing.desc": "平滑的亮度渐入渐出",
"color_strip.animation.type.color_cycle": "颜色循环",