Files
CubeGame/data/resources/locale.yaml

75 lines
1.8 KiB
YAML

# en_US locale
# By: milkwx3
locale_code: en_US
locale_name: English
# Controls
forward: Walk forward
left: Walk left
back: Walk backward
right: Walk right
jump: Jump / fly up
shift: Descend
speed_up: Fly faster
fly: Toggle flying
chat: Open chat
swap_mouse: Swap LMB/RMB
# Menu
select_level: Singleplayer
multiplayer: Multiplayer
join: Join
exit: Exit
options: Options
# Multiplayer errors
error_notfound: Host not found!
error_internal: Internal enet error!
error_unknown: Connection failed for unknown reason!
# Chat
send: Send
# World creation status
step_0: Building world...
step_1: Generating features...
step_2: Rebuilding presence masks...
step_3: Preparing...
chunk_status: Chunk %3d / %3d
# Items
# Blocks
item.air: "Air"
item.stone: "Stone"
item.grass: "Grass Block"
item.dirt: "Dirt"
item.sand: "Sand"
item.water: "Water"
item.planks: "Wooden Planks"
item.gray_bricks: "Gray Bricks"
item.red_bricks: "Red Bricks"
item.blue_bricks: "Blue Bricks"
item.green_bricks: "Green Bricks"
item.glass: "Glass"
item.log: "Log"
item.spruce_planks: "Spruce Planks"
item.red_block: "Red Block"
item.green_block: "Green Block"
item.blue_block: "Blue Block"
item.yellow_block: "Yellow Block"
item.cyan_block: "Cyan Block"
item.magenta_block: "Magenta Block"
item.white_block: "White Block"
item.black_block: "Black Block"
item.leaves: "Leaves"
item.copper_ore: "Copper Ore"
item.silver_ore: "Silver Ore"
item.gold_ore: "Gold Ore"
item.coal_ore: "Coal Ore"
item.unobtainium: "Unobtainium"
# Generic items
item.block: "Block"
item.apple: "Apple"
item.stick: "Stick"
item.stone_pickaxe: "Stone Pickaxe"
item.copper_pickaxe: "Copper Pickaxe"
item.silver_pickaxe: "Silver Pickaxe"
item.gold_pickaxe: "Gold Pickaxe"
item.copper_ingot: "Copper Ingot"
item.silver_ingot: "Silver Ingot"
item.gold_ingot: "Gold Ingot"