diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json index 76b94bb1..209b351b 100644 --- a/Assets/Translations/de.json +++ b/Assets/Translations/de.json @@ -1230,6 +1230,12 @@ "label": "Symbole einfärben", "description": "Theme-Farben auf Tray-Symbole anwenden." } + }, + "audio-visualizer": { + "width": { + "label": "Breite", + "description": "Benutzerdefinierte Komponentenbreite." + } } } }, diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json index 6e5a2e96..f570944d 100644 --- a/Assets/Translations/en.json +++ b/Assets/Translations/en.json @@ -1213,6 +1213,12 @@ "label": "Colorize Icons", "description": "Apply theme colors to tray icons." } + }, + "audio-visualizer": { + "width": { + "label": "Width", + "description": "Custom component width." + } } } }, diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json index 4572cdc1..ae5f3d32 100644 --- a/Assets/Translations/es.json +++ b/Assets/Translations/es.json @@ -1213,6 +1213,12 @@ "label": "Colorear iconos", "description": "Aplicar colores del tema a los iconos de la bandeja del sistema." } + }, + "audio-visualizer": { + "width": { + "label": "Ancho", + "description": "Ancho del componente personalizado." + } } } }, diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json index 05f3ecee..f957f62e 100644 --- a/Assets/Translations/fr.json +++ b/Assets/Translations/fr.json @@ -1213,6 +1213,12 @@ "label": "Coloriser les icônes", "description": "Appliquer les couleurs du thème aux icônes de la barre système." } + }, + "audio-visualizer": { + "width": { + "label": "Largeur", + "description": "Largeur personnalisée du composant." + } } } }, diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json index 5ba441bd..7930c6c3 100644 --- a/Assets/Translations/pt.json +++ b/Assets/Translations/pt.json @@ -1213,6 +1213,12 @@ "label": "Colorir ícones", "description": "Aplicar cores do tema aos ícones da bandeja do sistema." } + }, + "audio-visualizer": { + "width": { + "label": "Largura", + "description": "Largura do componente personalizado." + } } } }, diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json index d68ec9e2..558eed5a 100644 --- a/Assets/Translations/zh-CN.json +++ b/Assets/Translations/zh-CN.json @@ -1213,6 +1213,12 @@ "label": "着色图标", "description": "将主题颜色应用到系统托盘图标。" } + }, + "audio-visualizer": { + "width": { + "label": "宽度", + "description": "自定义组件的宽度。" + } } } },