mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Translate most of common.ron
This commit is contained in:
parent
8db65e0554
commit
35f7c206e5
@ -1,105 +1,105 @@
|
||||
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
||||
|
||||
/// Localization for "global" English
|
||||
/// Localization for "global" Swedish
|
||||
(
|
||||
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.chat": "Chat",
|
||||
"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.username": "användarnamn",
|
||||
"common.singleplayer": "En spelare",
|
||||
"common.multiplayer": "Flera spelare",
|
||||
"common.servers": "Servrar",
|
||||
"common.quit": "Avsluta",
|
||||
"common.settings": "Inställningar",
|
||||
"common.languages": "Språk",
|
||||
"common.interface": "Gränssnitt",
|
||||
"common.gameplay": "Spelande",
|
||||
"common.controls": "Kontroller",
|
||||
"common.video": "Grafik",
|
||||
"common.sound": "Ljud",
|
||||
"common.chat": "Chatt",
|
||||
"common.resume": "Återgå",
|
||||
"common.characters": "Rollpersoner",
|
||||
"common.close": "Stäng",
|
||||
"common.yes": "Ja",
|
||||
"common.no": "Nej",
|
||||
"common.back": "Tillbaka",
|
||||
"common.create": "Skapa",
|
||||
"common.okay": "OK",
|
||||
"common.add": "Lägg till",
|
||||
"common.accept": "Acceptera",
|
||||
"common.decline": "Avböj",
|
||||
"common.disclaimer": "Varning",
|
||||
"common.cancel": "Avbryt",
|
||||
"common.none": "Ingen",
|
||||
"common.error": "Fel",
|
||||
"common.fatal_error": "Allvarligt fel",
|
||||
"common.you": "Du",
|
||||
"common.automatic": "Auto",
|
||||
"common.random": "Random",
|
||||
"common.empty": "Empty",
|
||||
"common.random": "Slump",
|
||||
"common.empty": "Tomt",
|
||||
|
||||
// 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",
|
||||
"common.chat_settings": "Chat Settings",
|
||||
"common.interface_settings": "Gränssnittsinställningar",
|
||||
"common.gameplay_settings": "Spelinställningar",
|
||||
"common.controls_settings": "Kontrollinställningar",
|
||||
"common.video_settings": "Grafikinställningar",
|
||||
"common.sound_settings": "Ljudinställningar",
|
||||
"common.language_settings": "Språkinställningar",
|
||||
"common.chat_settings": "Chattinställningar",
|
||||
|
||||
// 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.connection_lost": r#"Anslutningen förlorades!
|
||||
Startade servern om?
|
||||
Är klienten uppdaterad?"#,
|
||||
|
||||
|
||||
"common.species.orc": "Orc",
|
||||
"common.species.human": "Human",
|
||||
"common.species.dwarf": "Dwarf",
|
||||
"common.species.elf": "Elf",
|
||||
"common.species.undead": "Undead",
|
||||
"common.species.orc": "Orch", // orc --> orch
|
||||
"common.species.human": "Människa",
|
||||
"common.species.dwarf": "Dvärg",
|
||||
"common.species.elf": "Alv",
|
||||
"common.species.undead": "Odöd",
|
||||
"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.weapons.axe": "Yxa",
|
||||
"common.weapons.sword": "Svärd",
|
||||
"common.weapons.staff": "Stav",
|
||||
"common.weapons.bow": "Pilbåge",
|
||||
"common.weapons.hammer": "Hammare",
|
||||
"common.weapons.general": "Allmän strid",
|
||||
"common.weapons.sceptre": "Spira",
|
||||
"common.weapons.shield": "Sköld",
|
||||
"common.weapons.spear": "Spjut",
|
||||
"common.weapons.hammer_simple": "Enkel hammare",
|
||||
"common.weapons.sword_simple": "Enkelt svärd",
|
||||
"common.weapons.staff_simple": "Enkel stav",
|
||||
"common.weapons.axe_simple": "Enkel yxa",
|
||||
"common.weapons.bow_simple": "Enkel båge",
|
||||
"common.weapons.unique": "Unik",
|
||||
"common.tool.debug": "Felsökning",
|
||||
"common.tool.faming": "Jordbruksredskap",
|
||||
"common.tool.pick": "Korphacka",
|
||||
"common.kind.modular_component": "Modulär komponent",
|
||||
"common.kind.glider": "Glidare",
|
||||
"common.kind.consumable": "Förbrukningsvara",
|
||||
"common.kind.throwable": "Kan kastas",
|
||||
"common.kind.utility": "Hjälpmedel",
|
||||
"common.kind.ingredient": "Ingrediens",
|
||||
"common.kind.lantern": "Lykta",
|
||||
"common.hands.one": "Enhänt",
|
||||
"common.hands.two": "Tvåhänt",
|
||||
|
||||
"common.rand_appearance": "Random appearance",
|
||||
"common.rand_name": "Random name",
|
||||
"common.rand_appearance": "Slumpmässigt utseende",
|
||||
"common.rand_name": "Slumpmässigt namn",
|
||||
|
||||
"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",
|
||||
"common.stats.combat_rating": "Stridsduglighet", // TODO combat rating --> stridsduglighet
|
||||
"common.stats.power": "Kraft",
|
||||
"common.stats.speed": "Hastighet",
|
||||
"common.stats.poise": "Allmäntillstånd",
|
||||
"common.stats.crit_chance": "Crit Chance", // TODO
|
||||
"common.stats.crit_mult": "Crit Mult", // TODO
|
||||
"common.stats.armor": "Rustning",
|
||||
"common.stats.poise_res":"Stun Res", // TODO
|
||||
"common.stats.slots": "Packningutrymme",
|
||||
},
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user