mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
42 lines
1.5 KiB
Rust
42 lines
1.5 KiB
Rust
/// 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",
|
|
"hud.map.topo_map": "Topographic",
|
|
"hud.map.difficulty": "Difficulty",
|
|
"hud.map.towns": "Towns",
|
|
"hud.map.castles": "Castles",
|
|
"hud.map.dungeons": "Dungeons",
|
|
"hud.map.caves": "Caves",
|
|
"hud.map.cave": "Cave",
|
|
"hud.map.peaks": "Mountains",
|
|
"hud.map.biomes": "Biomes",
|
|
"hud.map.voxel_map": "Voxel map",
|
|
"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",
|
|
"hud.map.mid_click": "Set Waypoint",
|
|
"hud.map.recenter": "Recenter",
|
|
"hud.map.marked_location": "Marked Location",
|
|
"hud.map.marked_location_remove": "Click to remove",
|
|
"hud.map.change_map_mode": "Change Map Mode",
|
|
"hud.map.toggle_minimap_voxel": "Toggle Minimap Voxel View",
|
|
"hud.map.zoom_minimap_explanation": "Zoom in the Minimap to see\nthe area around you in higher detail",
|
|
"hud.map.gnarling": "Gnarling Fortification",
|
|
"hud.map.placed_by": "Placed by {name}",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|