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

35 lines
1.1 KiB
Plaintext
Raw Normal View History

/// WARNING: Localization files shall be saved in UTF-8 format without BOM
/// Localization for "global" English
(
string_map: {
// Map and Questlog
"hud.map.map_title": "Map",
"hud.map.qlog_title": "Quests",
2021-04-06 05:15:42 +00:00
"hud.map.topo_map": "Topographic",
"hud.map.difficulty": "Difficulty",
"hud.map.towns": "Towns",
"hud.map.castles": "Castles",
2021-03-06 14:55:42 +00:00
"hud.map.dungeons": "Dungeons",
"hud.map.caves": "Caves",
"hud.map.cave": "Cave",
"hud.map.peaks": "Mountains",
2021-03-06 16:39:02 +00:00
"hud.map.trees": "Giant Trees",
"hud.map.tree": "Giant Tree",
"hud.map.town": "Town",
"hud.map.castle": "Castle",
"hud.map.dungeon": "Dungeon",
"hud.map.difficulty_dungeon": "Dungeon\n\nDifficulty: {difficulty}",
"hud.map.drag": "Drag",
"hud.map.zoom": "Zoom",
2021-05-01 16:26:13 +00:00
"hud.map.mid_click": "Set Waypoint",
"hud.map.recenter": "Recenter",
2021-05-01 16:26:13 +00:00
"hud.map.marked_location": "Marked Location",
"hud.map.marked_location_remove": "Click to remove",
},
vector_map: {
}
)