Separated volume keybind labels for translations

This commit is contained in:
Verwex
2025-08-07 13:32:31 +02:00
parent d6937e866c
commit 8d8e6e453a
6 changed files with 10 additions and 2 deletions
Binary file not shown.
+2
View File
@@ -50,6 +50,8 @@
</group>
<str id="category.volume">Volume</str>
<str id="volume.up">Up</str>
<str id="volume.down">Down</str>
<str id="volume.mute">Mute</str>
<str id="category.developer">Developer</str>
+2
View File
@@ -49,6 +49,8 @@
</group>
<str id="category.volume">Volumen</str>
<str id="volume.up">Arriba</str>
<str id="volume.down">Abajo</str>
<str id="volume.mute">mutear</str>
<str id="category.developer">Desarrollador</str>
+2
View File
@@ -48,6 +48,8 @@
<str id="switchMod">Cambia Mod</str>
</group>
<str id="volume.up">Su</str>
<str id="volume.down">Giù</str>
<str id="volume.mute">Muto</str>
<str id="category.developer">Sviluppatore</str>
+2
View File
@@ -46,6 +46,8 @@
</group>
<str id="category.volume">Głośność</str>
<str id="volume.up">Głóśniej</str>
<str id="volume.down">Ciszej</str>
<str id="volume.mute">Wycisz</str>
<str id="category.developer">Deweloper</str>
@@ -103,11 +103,11 @@ class KeybindsOptions extends MusicBeatSubstate {
name: translate("category.volume"),
settings: [
{
name: translate("up"),
name: translate("volume.up"),
control: 'VOLUME_UP'
},
{
name: translate("down"),
name: translate("volume.down"),
control: 'VOLUME_DOWN'
},
{