mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
Add a combo button to the screenshot gallery to sort files by modification time (newest or oldest first). Store timestamp per image and rebuild layout when sort order changes. Include translations for en_US and zh_CN.
56 lines
2.2 KiB
JSON
56 lines
2.2 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",
|
|
"button.show_in_file_manager": "Show In File Manager",
|
|
"file.sort_type": "File Sort Type: {type}",
|
|
"file.newest_first": "Newest First",
|
|
"file.oldest_first": "Oldest First"
|
|
} |