veloren/assets/voxygen/i18n/PL/hud/map.ron
2021-04-27 17:33:30 +02:00

29 lines
891 B
Plaintext

/// WARNING: Localization files shall be saved in UTF-8 format without BOM
(
string_map: {
// Map and Questlog
"hud.map.map_title": "Mapa",
"hud.map.qlog_title": "Zadania",
"hud.map.difficulty": "Trudność",
"hud.map.towns": "Miasta",
"hud.map.castles": "Zamki",
"hud.map.dungeons": "Lochy",
"hud.map.caves": "Jaskinie",
"hud.map.cave": "Jaskinia",
"hud.map.trees": "Gigan. drzewa",
"hud.map.tree": "Gigantyczne drzewo",
"hud.map.town": "Miasto",
"hud.map.castle": "Zamek",
"hud.map.dungeon": "Loch",
"hud.map.difficulty_dungeon": "Loch\n\nTrudność: {difficulty}",
"hud.map.drag": "Przewiń",
"hud.map.zoom": "Przybliż",
"hud.map.recenter": "Wycentruj",
"hud.map.topo_map": "Widok topograficzny"
},
vector_map: {
}
)