mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
68 lines
2.6 KiB
Rust
68 lines
2.6 KiB
Rust
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
/// Localization for norsk bokmål
|
|
(
|
|
string_map: {
|
|
"gameinput.primary": "Primær Angrep",
|
|
"gameinput.secondary": "Sekundær Angrep/Blokk/Sikt",
|
|
"gameinput.slot1": "Hurtigbar Luke 1",
|
|
"gameinput.slot2": "Hurtigbar Luke 2",
|
|
"gameinput.slot3": "Hurtigbar Luke 3",
|
|
"gameinput.slot4": "Hurtigbar Luke 4",
|
|
"gameinput.slot5": "Hurtigbar Luke 5",
|
|
"gameinput.slot6": "Hurtigbar Luke 6",
|
|
"gameinput.slot7": "Hurtigbar Luke 7",
|
|
"gameinput.slot8": "Hurtigbar Luke 8",
|
|
"gameinput.slot9": "Hurtigbar Luke 9",
|
|
"gameinput.slot10": "Hurtigbar Luke 10",
|
|
"gameinput.swaploadout": "Bytt utlastning",
|
|
"gameinput.togglecursor": "Veksle Musepeker",
|
|
"gameinput.help": "Veksle hjelpevindu",
|
|
"gameinput.toggleinterface": "Veksle Grensesnitt",
|
|
"gameinput.toggledebug": "Veksle FPS og feilsøkingsinfo",
|
|
"gameinput.screenshot": "Ta skjermbilde",
|
|
"gameinput.toggleingameui": "Veksle Navneskilt",
|
|
"gameinput.fullscreen": "Veksle fullskjerm",
|
|
"gameinput.moveforward": "Beveg frem",
|
|
"gameinput.moveleft": "Beveg venstre",
|
|
"gameinput.moveright": "Beveg høyre",
|
|
"gameinput.moveback": "Beveg bakover",
|
|
"gameinput.jump": "Hopp",
|
|
"gameinput.glide": "Glider",
|
|
"gameinput.roll": "Rull",
|
|
"gameinput.climb": "Klatre",
|
|
"gameinput.climbdown": "Klatre ned",
|
|
"gameinput.wallleap": "Veggsprang",
|
|
"gameinput.togglelantern": "Veksle lykt",
|
|
"gameinput.mount": "Monter",
|
|
"gameinput.chat": "Chat",
|
|
"gameinput.command": "Kommando",
|
|
"gameinput.escape": "Røm",
|
|
"gameinput.map": "Kart",
|
|
"gameinput.bag": "Bag",
|
|
"gameinput.social": "Sosial",
|
|
"gameinput.sit": "Sitt",
|
|
"gameinput.spellbook": "Trylleformler",
|
|
"gameinput.settings": "Innstillinger",
|
|
"gameinput.respawn": "Gjennopstå",
|
|
"gameinput.charge": "Lad opp",
|
|
"gameinput.togglewield": "Veksle Våpen",
|
|
"gameinput.interact": "Interaksjon",
|
|
"gameinput.freelook": "Frimodus",
|
|
"gameinput.autowalk": "Autogåing",
|
|
"gameinput.dance": "Dans",
|
|
"gameinput.select": "Velg enhet",
|
|
"gameinput.acceptgroupinvite": "Godta gruppeinvitasjon",
|
|
"gameinput.declinegroupinvite": "Avvis gruppeinvitasjon",
|
|
"gameinput.crafting": "Håndverk",
|
|
"gameinput.fly": "Fly",
|
|
"gameinput.sneak": "Snik",
|
|
"gameinput.swimdown": "Svøm nedover",
|
|
"gameinput.swimup": "Svøm oppover",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|