veloren/assets/voxygen/i18n/sv/hud/map.ron

36 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-06-05 11:26:41 +00:00
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
2021-06-05 22:34:06 +00:00
/// Localization for "global" Swedish
2021-06-05 11:26:41 +00:00
(
string_map: {
// Map and Questlog
2021-06-05 22:34:06 +00:00
"hud.map.map_title": "Karta",
"hud.map.qlog_title": "Uppdrag",
"hud.map.topo_map": "Topografisk",
"hud.map.difficulty": "Svårighet",
"hud.map.towns": "Samhällen",
"hud.map.castles": "Borgar",
"hud.map.dungeons": "Dungeons", // TODO translate dungeon
"hud.map.caves": "Grottor",
"hud.map.cave": "Grotta",
2021-06-07 10:02:02 +00:00
"hud.map.peaks": "Berg",
2021-06-05 22:34:06 +00:00
"hud.map.voxel_map": "Voxelkarta",
"hud.map.trees": "Jätteträd",
"hud.map.tree": "Jätteträd",
"hud.map.town": "Samhälle",
"hud.map.castle": "Borg",
"hud.map.dungeon": "Dungeon", // TODO
2021-06-07 10:02:02 +00:00
"hud.map.difficulty_dungeon": "Dungeon\n\nSvårighet: {difficulty}", // TODO
2021-06-05 11:26:41 +00:00
"hud.map.drag": "Drag",
2021-06-05 22:34:06 +00:00
"hud.map.zoom": "Zooma",
"hud.map.mid_click": "Markera landmärke",
"hud.map.recenter": "Centrera",
"hud.map.marked_location": "Markerad plast",
"hud.map.marked_location_remove": "Klicka för att ta bort",
2021-06-05 11:26:41 +00:00
},
vector_map: {
}
)