mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
28 lines
841 B
Plaintext
28 lines
841 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",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|