mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +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.1 KiB
JSON
52 lines
2.1 KiB
JSON
{
|
||
"menu.settings": "设置",
|
||
"menu.main.host_game": "创建游戏",
|
||
"menu.main.join_game": "加入游戏",
|
||
"menu.main.credits": "制作人员",
|
||
"menu.main.quit": "退出",
|
||
"menu.screenshot": "屏幕截图",
|
||
"menu.main.player_name": "玩家:{name}",
|
||
"menu.main.cubed_version": "Cubed:{version}",
|
||
"menu.pause.pause_menu": "暂停菜单",
|
||
"menu.pause.back_to_game": "返回游戏",
|
||
"menu.pause.return_to_main_menu": "返回主菜单",
|
||
"button.done": "完成",
|
||
"button.return": "返回",
|
||
"settings.title": "设置",
|
||
"settings.fov": "视野:{fov}",
|
||
"settings.mouse_sensitivity": "灵敏度:{sensitivity}",
|
||
"settings.distance": "距离:{distance}",
|
||
"settings.music_volume": "音乐:{music}",
|
||
"settings.sfx_volume": "音效:{sfx}",
|
||
"settings.player_voice": "玩家语音:{volume}",
|
||
"settings.fullscreen": "全屏:{state}",
|
||
"settings.aniso": "各向异性过滤:{aniso}",
|
||
"settings.vsync": "垂直同步: {state}",
|
||
"settings.language": "语言: {lang}",
|
||
"settings.restart_game_info": "您需要重启游戏以应用这些更改。",
|
||
"settings.voice_input": "语音输入: {type}",
|
||
"voice_input.ptt": "按键通话",
|
||
"voice_input.always": "始终",
|
||
"common.on": "开",
|
||
"common.off": "关",
|
||
"hostgame.create_a_new_world": "创建新世界",
|
||
"hostgame.world_seed": "世界种子",
|
||
"hostgame.port": "端口",
|
||
"hostgame.create_world": "创建世界",
|
||
"joingame.join_a_world": "加入世界",
|
||
"joingame.server_ip": "服务器IP",
|
||
"joingame.join_world": "加入世界",
|
||
"error.disable_voice": "服务器已禁用语音聊天",
|
||
"item.air.name": "空气",
|
||
"item.dirt.name": "泥土",
|
||
"item.grass_block.name": "草方块",
|
||
"item.grass.name": "草",
|
||
"item.leaf.name": "树叶",
|
||
"item.log.name": "原木",
|
||
"item.sand.name": "沙子",
|
||
"item.snowy_grass_block.name": "覆雪草方块",
|
||
"item.stone.name": "石头",
|
||
"item.water.name": "水",
|
||
"item.pig_spawn_egg.name": "猪猪刷怪蛋",
|
||
"screenshot.no_screenshot": "没有截图"
|
||
} |