File tree Expand file tree Collapse file tree 6 files changed +10
-2
lines changed
source/funkin/options/keybinds Expand file tree Collapse file tree 6 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 5050 </group >
5151
5252 <str id =" category.volume" >Volume</str >
53+ <str id =" volume.up" >Up</str >
54+ <str id =" volume.down" >Down</str >
5355 <str id =" volume.mute" >Mute</str >
5456
5557 <str id =" category.developer" >Developer</str >
Original file line number Diff line number Diff line change 4949 </group >
5050
5151 <str id =" category.volume" >Volumen</str >
52+ <str id =" volume.up" >Arriba</str >
53+ <str id =" volume.down" >Abajo</str >
5254 <str id =" volume.mute" >mutear</str >
5355
5456 <str id =" category.developer" >Desarrollador</str >
Original file line number Diff line number Diff line change 4848 <str id =" switchMod" >Cambia Mod</str >
4949 </group >
5050
51+ <str id =" volume.up" >Su</str >
52+ <str id =" volume.down" >Giù</str >
5153 <str id =" volume.mute" >Muto</str >
5254
5355 <str id =" category.developer" >Sviluppatore</str >
Original file line number Diff line number Diff line change 4646 </group >
4747
4848 <str id =" category.volume" >Głośność</str >
49+ <str id =" volume.up" >Głóśniej</str >
50+ <str id =" volume.down" >Ciszej</str >
4951 <str id =" volume.mute" >Wycisz</str >
5052
5153 <str id =" category.developer" >Deweloper</str >
Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ class KeybindsOptions extends MusicBeatSubstate {
103103 name : translate (" category.volume" ),
104104 settings : [
105105 {
106- name : translate (" up" ),
106+ name : translate (" volume. up" ),
107107 control : ' VOLUME_UP'
108108 },
109109 {
110- name : translate (" down" ),
110+ name : translate (" volume. down" ),
111111 control : ' VOLUME_DOWN'
112112 },
113113 {
You can’t perform that action at this time.
0 commit comments