mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
Add SCREENSHOT scene and UI to browse screenshots from the main menu, with localization for English and Chinese. Also allow image loading by full path and replace scene-operation asserts with error logs.
52 lines
2.0 KiB
JSON
52 lines
2.0 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.screenshot": "Screenshots",
|
|
"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",
|
|
"error.disable_voice": "Server Disable Voice Chat",
|
|
"item.air.name": "air",
|
|
"item.dirt.name": "dirt",
|
|
"item.grass_block.name": "grass block",
|
|
"item.grass.name": "grass",
|
|
"item.leaf.name": "leaf",
|
|
"item.log.name": "log",
|
|
"item.sand.name": "sand",
|
|
"item.snowy_grass_block.name": "snowy grass block",
|
|
"item.stone.name": "stone",
|
|
"item.water.name": "water",
|
|
"item.pig_spawn_egg.name": "pig spawn egg",
|
|
"screenshot.no_screenshot": "No Screenshot"
|
|
} |