mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
- Add player voice volume slider and voice input type combo in settings UI. - Add localization strings for player voice and voice input types. - Add config overloads for const char* default values. - Implement voice input types (PTT, always, off) in world scene. - Refactor WorldScene member order and add load_config method. - Update audio engine to use player voice volume. - Downgrade some logging to debug.
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"menu.settings": "Settings",
|
|
"menu.main.host_game": "Host Game",
|
|
"menu.main.join_game": "Join Game",
|
|
"menu.main.credits": "Credits",
|
|
"menu.main.quit": "Quit",
|
|
"menu.main.player_name": "Player: {name}",
|
|
"menu.main.cubed_version": "Cubed: {version}",
|
|
"menu.pause.pause_menu": "Pause Menu",
|
|
"menu.pause.back_to_game": "Back To Game",
|
|
"menu.pause.return_to_main_menu": "Return to Menu",
|
|
"button.done": "Done",
|
|
"button.return": "Return",
|
|
"settings.title": "Settings",
|
|
"settings.fov": "Fov: {fov}",
|
|
"settings.mouse_sensitivity": "Sensitivity: {sensitivity}",
|
|
"settings.distance": "Distance: {distance}",
|
|
"settings.music_volume": "Music: {music}",
|
|
"settings.sfx_volume": "SFX: {sfx}",
|
|
"settings.player_voice": "Player Voice: {volume}",
|
|
"settings.fullscreen": "fullscreen: {state}",
|
|
"settings.aniso": "Aniso: {aniso}",
|
|
"settings.vsync": "V-Sync: {state}",
|
|
"settings.language": "Language: {lang}",
|
|
"settings.restart_game_info": "You need to restart the game to apply this changes.",
|
|
"settings.voice_input": "Voice Input: {type}",
|
|
"voice_input.ptt": "PTT",
|
|
"voice_input.always": "always",
|
|
"common.on": "on",
|
|
"common.off": "off",
|
|
"hostgame.create_a_new_world": "Create A New World",
|
|
"hostgame.world_seed": "World Seed",
|
|
"hostgame.port": "Port",
|
|
"hostgame.create_world": "Create World",
|
|
"joingame.join_a_world": "Join A World",
|
|
"joingame.server_ip": "Server Ip",
|
|
"joingame.join_world": "Join World"
|
|
} |