mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
39 lines
1.4 KiB
Rust
39 lines
1.4 KiB
Rust
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
/// Localization for Basque
|
|
(
|
|
string_map: {
|
|
// Map and Questlog
|
|
"hud.map.map_title": "Mapa",
|
|
"hud.map.qlog_title": "Erronkak",
|
|
"hud.map.topo_map": "Topografikoa",
|
|
"hud.map.difficulty": "Zailtasuna",
|
|
"hud.map.towns": "Herriak",
|
|
"hud.map.castles": "Gazteluak",
|
|
"hud.map.dungeons": "Ziegak",
|
|
"hud.map.caves": "Kobak",
|
|
"hud.map.cave": "Koba",
|
|
"hud.map.peaks": "Mendiak",
|
|
"hud.map.voxel_map": "Voxel mapa",
|
|
"hud.map.trees": "Zuhaitz erraldoiak",
|
|
"hud.map.tree": "Zuhaitz erraldoia",
|
|
"hud.map.town": "Herria",
|
|
"hud.map.castle": "Gaztelua",
|
|
"hud.map.dungeon": "Ziega",
|
|
"hud.map.difficulty_dungeon": "Ziega\n\nZailtasuna: {difficulty}",
|
|
"hud.map.drag": "Arrastatu",
|
|
"hud.map.zoom": "Zoom",
|
|
"hud.map.mid_click": "Jarri markatzailea",
|
|
"hud.map.recenter": "Zentratu",
|
|
"hud.map.marked_location": "Markatutako kokalekua",
|
|
"hud.map.marked_location_remove": "Egin klik kentzeko",
|
|
"hud.map.change_map_mode": "Aldatu mapa mota",
|
|
"hud.map.toggle_minimap_voxel": "Erakutsi edo ezkutatu minimapa",
|
|
"hud.map.zoom_minimap_explanation": "Handiagotu minimapa zure ingurua\nhobeto ikusteko",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|