Separated volume keybind labels for translations
This commit is contained in:
Binary file not shown.
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user