Translate hud/map.ron

This commit is contained in:
Filip Bengtsson 2021-06-06 00:34:06 +02:00
parent 28c44b6bb9
commit 3cbf362462

View File

@ -1,32 +1,32 @@
/// WARNING: Localization files shall be saved in UTF-8 format without BOM /// WARNING: Localization files shall be saved in UTF-8 format without BOM
/// Localization for "global" English /// Localization for "global" Swedish
( (
string_map: { string_map: {
// Map and Questlog // Map and Questlog
"hud.map.map_title": "Map", "hud.map.map_title": "Karta",
"hud.map.qlog_title": "Quests", "hud.map.qlog_title": "Uppdrag",
"hud.map.topo_map": "Topographic", "hud.map.topo_map": "Topografisk",
"hud.map.difficulty": "Difficulty", "hud.map.difficulty": "Svårighet",
"hud.map.towns": "Towns", "hud.map.towns": "Samhällen",
"hud.map.castles": "Castles", "hud.map.castles": "Borgar",
"hud.map.dungeons": "Dungeons", "hud.map.dungeons": "Dungeons", // TODO translate dungeon
"hud.map.caves": "Caves", "hud.map.caves": "Grottor",
"hud.map.cave": "Cave", "hud.map.cave": "Grotta",
"hud.map.peaks": "Mountains", "hud.map.peaks": "Berg",
"hud.map.voxel_map": "Voxel map", "hud.map.voxel_map": "Voxelkarta",
"hud.map.trees": "Giant Trees", "hud.map.trees": "Jätteträd",
"hud.map.tree": "Giant Tree", "hud.map.tree": "Jätteträd",
"hud.map.town": "Town", "hud.map.town": "Samhälle",
"hud.map.castle": "Castle", "hud.map.castle": "Borg",
"hud.map.dungeon": "Dungeon", "hud.map.dungeon": "Dungeon", // TODO
"hud.map.difficulty_dungeon": "Dungeon\n\nDifficulty: {difficulty}", "hud.map.difficulty_dungeon": "Dungeon\n\Svårighet: {difficulty}", // TODO
"hud.map.drag": "Drag", "hud.map.drag": "Drag",
"hud.map.zoom": "Zoom", "hud.map.zoom": "Zooma",
"hud.map.mid_click": "Set Waypoint", "hud.map.mid_click": "Markera landmärke",
"hud.map.recenter": "Recenter", "hud.map.recenter": "Centrera",
"hud.map.marked_location": "Marked Location", "hud.map.marked_location": "Markerad plast",
"hud.map.marked_location_remove": "Click to remove", "hud.map.marked_location_remove": "Klicka för att ta bort",
}, },