mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
107 lines
3.8 KiB
Plaintext
107 lines
3.8 KiB
Plaintext
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
/// Localization for "global" English
|
|
(
|
|
string_map: {
|
|
// Texts used in multiple locations with the same formatting
|
|
"common.username": "username",
|
|
"common.singleplayer": "Singleplayer",
|
|
"common.multiplayer": "Multiplayer",
|
|
"common.servers": "Servers",
|
|
"common.quit": "Quit",
|
|
"common.settings": "Settings",
|
|
"common.languages": "Languages",
|
|
"common.interface": "Interface",
|
|
"common.gameplay": "Gameplay",
|
|
"common.controls": "Controls",
|
|
"common.video": "Graphics",
|
|
"common.sound": "Sound",
|
|
"common.resume": "Resume",
|
|
"common.characters": "Characters",
|
|
"common.close": "Close",
|
|
"common.yes": "Yes",
|
|
"common.no": "No",
|
|
"common.back": "Back",
|
|
"common.create": "Create",
|
|
"common.okay": "Okay",
|
|
"common.add": "Add",
|
|
"common.accept": "Accept",
|
|
"common.decline": "Decline",
|
|
"common.disclaimer": "Disclaimer",
|
|
"common.cancel": "Cancel",
|
|
"common.none": "None",
|
|
"common.error": "Error",
|
|
"common.fatal_error": "Fatal Error",
|
|
"common.you": "You",
|
|
"common.automatic": "Auto",
|
|
"common.random": "Random",
|
|
"common.empty": "Empty",
|
|
|
|
// Settings Window title
|
|
"common.interface_settings": "Interface Settings",
|
|
"common.gameplay_settings": "Gameplay Settings",
|
|
"common.controls_settings": "Controls Settings",
|
|
"common.video_settings": "Graphics Settings",
|
|
"common.sound_settings": "Sound Settings",
|
|
"common.language_settings": "Language Settings",
|
|
|
|
// Message when connection to the server is lost
|
|
"common.connection_lost": r#"Connection lost!
|
|
Did the server restart?
|
|
Is the client up to date?"#,
|
|
|
|
|
|
"common.species.orc": "Orc",
|
|
"common.species.human": "Human",
|
|
"common.species.dwarf": "Dwarf",
|
|
"common.species.elf": "Elf",
|
|
"common.species.undead": "Undead",
|
|
"common.species.danari": "Danari",
|
|
|
|
"common.weapons.axe": "Axe",
|
|
"common.weapons.sword": "Sword",
|
|
"common.weapons.staff": "Staff",
|
|
"common.weapons.bow": "Bow",
|
|
"common.weapons.hammer": "Hammer",
|
|
"common.weapons.general": "General Combat",
|
|
"common.weapons.sceptre": "Sceptre",
|
|
"common.weapons.shield": "Shield",
|
|
"common.weapons.spear": "Spear",
|
|
"common.weapons.hammer_simple": "Simple Hammer",
|
|
"common.weapons.sword_simple": "Simple Sword",
|
|
"common.weapons.staff_simple": "Simple Staff",
|
|
"common.weapons.axe_simple": "Simple Axe",
|
|
"common.weapons.bow_simple": "Simple Bow",
|
|
"common.weapons.unique": "Unique",
|
|
"common.tool.debug": "Debug",
|
|
"common.tool.faming": "Farming Tool",
|
|
"common.tool.pick": "Pickaxe",
|
|
"common.kind.modular_component": "Modular Component",
|
|
"common.kind.glider": "Glider",
|
|
"common.kind.consumable": "Consumable",
|
|
"common.kind.throwable": "Can be thrown",
|
|
"common.kind.utility": "Utility",
|
|
"common.kind.ingredient": "Ingredient",
|
|
"common.kind.lantern": "Lantern",
|
|
"common.hands.one": "One-Handed",
|
|
"common.hands.two": "Two-Handed",
|
|
|
|
"common.rand_appearance": "Random appearance",
|
|
"common.rand_name": "Random name",
|
|
|
|
"common.stats.combat_rating": "CR",
|
|
"common.stats.power": "Power",
|
|
"common.stats.speed": "Speed",
|
|
"common.stats.poise": "Poise",
|
|
"common.stats.crit_chance": "Crit Chance",
|
|
"common.stats.crit_mult": "Crit Mult",
|
|
"common.stats.armor": "Armor",
|
|
"common.stats.poise_res":"Stun Res",
|
|
"common.stats.slots": "Slots",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|